UI for Zipcoin Blue

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "buffer-crc32@^0.2.1",
  3. "_id": "buffer-crc32@0.2.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=",
  6. "_location": "/buffer-crc32",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-crc32@^0.2.1",
  12. "name": "buffer-crc32",
  13. "escapedName": "buffer-crc32",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/archiver",
  20. "/compress-commons"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
  23. "_shasum": "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242",
  24. "_spec": "buffer-crc32@^0.2.1",
  25. "_where": "/Users/clementO/Desktop/blueCoin-UI/node_modules/archiver",
  26. "author": {
  27. "name": "Brian J. Brennan",
  28. "email": "brianloveswords@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Vladimir Kuznetsov"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  42. "devDependencies": {
  43. "tap": "~0.2.5"
  44. },
  45. "engines": {
  46. "node": "*"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/brianloveswords/buffer-crc32",
  52. "license": "MIT",
  53. "licenses": [
  54. {
  55. "type": "MIT",
  56. "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
  57. }
  58. ],
  59. "main": "index.js",
  60. "name": "buffer-crc32",
  61. "optionalDependencies": {},
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/brianloveswords/buffer-crc32.git"
  65. },
  66. "scripts": {
  67. "test": "tap tests/*.test.js"
  68. },
  69. "version": "0.2.13"
  70. }