UI for Zipcoin Blue

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inherits@^2.0.1",
  6. "scope": null,
  7. "escapedName": "inherits",
  8. "name": "inherits",
  9. "rawSpec": "^2.0.1",
  10. "spec": ">=2.0.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/chokidar"
  14. ]
  15. ],
  16. "_from": "inherits@>=2.0.1 <3.0.0",
  17. "_id": "inherits@2.0.3",
  18. "_inCache": true,
  19. "_location": "/inherits",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/inherits-2.0.3.tgz_1473295776489_0.08142363070510328"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "inherits@^2.0.1",
  33. "scope": null,
  34. "escapedName": "inherits",
  35. "name": "inherits",
  36. "rawSpec": "^2.0.1",
  37. "spec": ">=2.0.1 <3.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/asn1.js",
  42. "/block-stream",
  43. "/browserify-aes",
  44. "/browserify-des",
  45. "/browserify-sign",
  46. "/chokidar",
  47. "/cipher-base",
  48. "/create-hash",
  49. "/create-hmac",
  50. "/crypto-browserify",
  51. "/des.js",
  52. "/elliptic",
  53. "/fstream",
  54. "/glob",
  55. "/hash-base",
  56. "/hash.js",
  57. "/http-errors",
  58. "/md5.js",
  59. "/raw-body/http-errors",
  60. "/readable-stream",
  61. "/ripemd160",
  62. "/sha.js",
  63. "/stream-browserify",
  64. "/stream-http",
  65. "/tar",
  66. "/through2/readable-stream",
  67. "/true-case-path/glob",
  68. "/util",
  69. "/watchpack/chokidar"
  70. ],
  71. "_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
  72. "_shasum": "633c2c83e3da42a502f52466022480f4208261de",
  73. "_shrinkwrap": null,
  74. "_spec": "inherits@^2.0.1",
  75. "_where": "/Users/tennesseeg/blueCoin/node_modules/chokidar",
  76. "browser": "./inherits_browser.js",
  77. "bugs": {
  78. "url": "https://github.com/isaacs/inherits/issues"
  79. },
  80. "dependencies": {},
  81. "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
  82. "devDependencies": {
  83. "tap": "^7.1.0"
  84. },
  85. "directories": {},
  86. "dist": {
  87. "shasum": "633c2c83e3da42a502f52466022480f4208261de",
  88. "tarball": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
  89. },
  90. "files": [
  91. "inherits.js",
  92. "inherits_browser.js"
  93. ],
  94. "gitHead": "e05d0fb27c61a3ec687214f0476386b765364d5f",
  95. "homepage": "https://github.com/isaacs/inherits#readme",
  96. "keywords": [
  97. "inheritance",
  98. "class",
  99. "klass",
  100. "oop",
  101. "object-oriented",
  102. "inherits",
  103. "browser",
  104. "browserify"
  105. ],
  106. "license": "ISC",
  107. "main": "./inherits.js",
  108. "maintainers": [
  109. {
  110. "name": "isaacs",
  111. "email": "i@izs.me"
  112. }
  113. ],
  114. "name": "inherits",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git://github.com/isaacs/inherits.git"
  120. },
  121. "scripts": {
  122. "test": "node test"
  123. },
  124. "version": "2.0.3"
  125. }