UI for Zipcoin Blue

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "pako@~1.0.5",
  6. "scope": null,
  7. "escapedName": "pako",
  8. "name": "pako",
  9. "rawSpec": "~1.0.5",
  10. "spec": ">=1.0.5 <1.1.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/browserify-zlib"
  14. ]
  15. ],
  16. "_from": "pako@>=1.0.5 <1.1.0",
  17. "_id": "pako@1.0.6",
  18. "_inCache": true,
  19. "_location": "/pako",
  20. "_nodeVersion": "8.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/pako-1.0.6.tgz_1505389320912_0.5741512756794691"
  24. },
  25. "_npmUser": {
  26. "name": "vitaly",
  27. "email": "vitaly@rcdesign.ru"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "pako@~1.0.5",
  33. "scope": null,
  34. "escapedName": "pako",
  35. "name": "pako",
  36. "rawSpec": "~1.0.5",
  37. "spec": ">=1.0.5 <1.1.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/browserify-zlib"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
  44. "_shasum": "0101211baa70c4bca4a0f63f2206e97b7dfaf258",
  45. "_shrinkwrap": null,
  46. "_spec": "pako@~1.0.5",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/browserify-zlib",
  48. "bugs": {
  49. "url": "https://github.com/nodeca/pako/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Andrei Tuputcyn",
  54. "url": "https://github.com/andr83"
  55. },
  56. {
  57. "name": "Vitaly Puzrin",
  58. "url": "https://github.com/puzrin"
  59. },
  60. {
  61. "name": "Friedel Ziegelmayer",
  62. "url": "https://github.com/dignifiedquire"
  63. },
  64. {
  65. "name": "Kirill Efimov",
  66. "url": "https://github.com/Kirill89"
  67. },
  68. {
  69. "name": "Jean-loup Gailly"
  70. },
  71. {
  72. "name": "Mark Adler"
  73. }
  74. ],
  75. "dependencies": {},
  76. "description": "zlib port to javascript - fast, modularized, with browser support",
  77. "devDependencies": {
  78. "ansi": "^0.3.1",
  79. "benchmark": "^2.1.4",
  80. "bluebird": "^3.5.0",
  81. "browserify": "^14.4.0",
  82. "eslint": "^3.12.2",
  83. "grunt": "^1.0.1",
  84. "grunt-cli": "^1.2.0",
  85. "grunt-contrib-connect": "^1.0.2",
  86. "grunt-saucelabs": "^9.0.0",
  87. "istanbul": "^0.4.5",
  88. "mocha": "^3.2.0",
  89. "multiparty": "^4.1.3",
  90. "ndoc": "^5.0.1",
  91. "uglify-js": "^3.0.25",
  92. "zlibjs": "^0.3.1"
  93. },
  94. "directories": {},
  95. "dist": {
  96. "integrity": "sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==",
  97. "shasum": "0101211baa70c4bca4a0f63f2206e97b7dfaf258",
  98. "tarball": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz"
  99. },
  100. "files": [
  101. "index.js",
  102. "dist/",
  103. "lib/"
  104. ],
  105. "gitHead": "893381abcafa10fa2081ce60dae7d4d8e873a658",
  106. "homepage": "https://github.com/nodeca/pako",
  107. "keywords": [
  108. "zlib",
  109. "deflate",
  110. "inflate",
  111. "gzip"
  112. ],
  113. "license": "(MIT AND Zlib)",
  114. "maintainers": [
  115. {
  116. "name": "vitaly",
  117. "email": "vitaly@rcdesign.ru"
  118. }
  119. ],
  120. "name": "pako",
  121. "optionalDependencies": {},
  122. "readme": "ERROR: No README data found!",
  123. "repository": {
  124. "type": "git",
  125. "url": "git+https://github.com/nodeca/pako.git"
  126. },
  127. "scripts": {
  128. "test": "make test"
  129. },
  130. "version": "1.0.6"
  131. }