UI for Zipcoin Blue

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "debug@2.6.9",
  6. "scope": null,
  7. "escapedName": "debug",
  8. "name": "debug",
  9. "rawSpec": "2.6.9",
  10. "spec": "2.6.9",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "debug@2.6.9",
  17. "_id": "debug@2.6.9",
  18. "_inCache": true,
  19. "_location": "/debug",
  20. "_nodeVersion": "8.4.0",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/debug-2.6.9.tgz_1506087154503_0.5196126794908196"
  24. },
  25. "_npmUser": {
  26. "name": "tootallnate",
  27. "email": "nathan@tootallnate.net"
  28. },
  29. "_npmVersion": "5.3.0",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "debug@2.6.9",
  33. "scope": null,
  34. "escapedName": "debug",
  35. "name": "debug",
  36. "rawSpec": "2.6.9",
  37. "spec": "2.6.9",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/body-parser",
  42. "/express",
  43. "/finalhandler",
  44. "/send",
  45. "/snapdragon",
  46. "/watchpack/expand-brackets"
  47. ],
  48. "_resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
  49. "_shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  50. "_shrinkwrap": null,
  51. "_spec": "debug@2.6.9",
  52. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  53. "author": {
  54. "name": "TJ Holowaychuk",
  55. "email": "tj@vision-media.ca"
  56. },
  57. "browser": "./src/browser.js",
  58. "bugs": {
  59. "url": "https://github.com/visionmedia/debug/issues"
  60. },
  61. "component": {
  62. "scripts": {
  63. "debug/index.js": "browser.js",
  64. "debug/debug.js": "debug.js"
  65. }
  66. },
  67. "contributors": [
  68. {
  69. "name": "Nathan Rajlich",
  70. "email": "nathan@tootallnate.net",
  71. "url": "http://n8.io"
  72. },
  73. {
  74. "name": "Andrew Rhyne",
  75. "email": "rhyneandrew@gmail.com"
  76. }
  77. ],
  78. "dependencies": {
  79. "ms": "2.0.0"
  80. },
  81. "description": "small debugging utility",
  82. "devDependencies": {
  83. "browserify": "9.0.3",
  84. "chai": "^3.5.0",
  85. "concurrently": "^3.1.0",
  86. "coveralls": "^2.11.15",
  87. "eslint": "^3.12.1",
  88. "istanbul": "^0.4.5",
  89. "karma": "^1.3.0",
  90. "karma-chai": "^0.1.0",
  91. "karma-mocha": "^1.3.0",
  92. "karma-phantomjs-launcher": "^1.0.2",
  93. "karma-sinon": "^1.0.5",
  94. "mocha": "^3.2.0",
  95. "mocha-lcov-reporter": "^1.2.0",
  96. "rimraf": "^2.5.4",
  97. "sinon": "^1.17.6",
  98. "sinon-chai": "^2.8.0"
  99. },
  100. "directories": {},
  101. "dist": {
  102. "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
  103. "shasum": "5d128515df134ff327e90a4c93f4e077a536341f",
  104. "tarball": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz"
  105. },
  106. "gitHead": "13abeae468fea297d0dccc50bc55590809241083",
  107. "homepage": "https://github.com/visionmedia/debug#readme",
  108. "keywords": [
  109. "debug",
  110. "log",
  111. "debugger"
  112. ],
  113. "license": "MIT",
  114. "main": "./src/index.js",
  115. "maintainers": [
  116. {
  117. "name": "thebigredgeek",
  118. "email": "rhyneandrew@gmail.com"
  119. },
  120. {
  121. "name": "kolban",
  122. "email": "kolban1@kolban.com"
  123. },
  124. {
  125. "name": "tootallnate",
  126. "email": "nathan@tootallnate.net"
  127. },
  128. {
  129. "name": "tjholowaychuk",
  130. "email": "tj@vision-media.ca"
  131. }
  132. ],
  133. "name": "debug",
  134. "optionalDependencies": {},
  135. "readme": "ERROR: No README data found!",
  136. "repository": {
  137. "type": "git",
  138. "url": "git://github.com/visionmedia/debug.git"
  139. },
  140. "version": "2.6.9"
  141. }