a zip code crypto-currency system good for red ONLY

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "pako@~1.0.5",
  3. "_id": "pako@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
  6. "_location": "/pako",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pako@~1.0.5",
  12. "name": "pako",
  13. "escapedName": "pako",
  14. "rawSpec": "~1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/browserify-zlib"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  22. "_shasum": "0101211baa70c4bca4a0f63f2206e97b7dfaf258",
  23. "_spec": "pako@~1.0.5",
  24. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/browserify-zlib",
  25. "bugs": {
  26. "url": "https://github.com/nodeca/pako/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Andrei Tuputcyn",
  32. "url": "https://github.com/andr83"
  33. },
  34. {
  35. "name": "Vitaly Puzrin",
  36. "url": "https://github.com/puzrin"
  37. },
  38. {
  39. "name": "Friedel Ziegelmayer",
  40. "url": "https://github.com/dignifiedquire"
  41. },
  42. {
  43. "name": "Kirill Efimov",
  44. "url": "https://github.com/Kirill89"
  45. },
  46. {
  47. "name": "Jean-loup Gailly"
  48. },
  49. {
  50. "name": "Mark Adler"
  51. }
  52. ],
  53. "dependencies": {},
  54. "deprecated": false,
  55. "description": "zlib port to javascript - fast, modularized, with browser support",
  56. "devDependencies": {
  57. "ansi": "^0.3.1",
  58. "benchmark": "^2.1.4",
  59. "bluebird": "^3.5.0",
  60. "browserify": "^14.4.0",
  61. "eslint": "^3.12.2",
  62. "grunt": "^1.0.1",
  63. "grunt-cli": "^1.2.0",
  64. "grunt-contrib-connect": "^1.0.2",
  65. "grunt-saucelabs": "^9.0.0",
  66. "istanbul": "^0.4.5",
  67. "mocha": "^3.2.0",
  68. "multiparty": "^4.1.3",
  69. "ndoc": "^5.0.1",
  70. "uglify-js": "^3.0.25",
  71. "zlibjs": "^0.3.1"
  72. },
  73. "files": [
  74. "index.js",
  75. "dist/",
  76. "lib/"
  77. ],
  78. "homepage": "https://github.com/nodeca/pako",
  79. "keywords": [
  80. "zlib",
  81. "deflate",
  82. "inflate",
  83. "gzip"
  84. ],
  85. "license": "(MIT AND Zlib)",
  86. "name": "pako",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/nodeca/pako.git"
  90. },
  91. "scripts": {
  92. "test": "make test"
  93. },
  94. "version": "1.0.6"
  95. }