UI for Zipcoin Blue

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "raw-body@2.3.2",
  6. "scope": null,
  7. "escapedName": "raw-body",
  8. "name": "raw-body",
  9. "rawSpec": "2.3.2",
  10. "spec": "2.3.2",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/body-parser"
  14. ]
  15. ],
  16. "_from": "raw-body@2.3.2",
  17. "_id": "raw-body@2.3.2",
  18. "_inCache": true,
  19. "_location": "/raw-body",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/raw-body-2.3.2.tgz_1505019564808_0.33962342143058777"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {
  31. "inherits": "2.0.3",
  32. "statuses": "1.4.0"
  33. },
  34. "_requested": {
  35. "raw": "raw-body@2.3.2",
  36. "scope": null,
  37. "escapedName": "raw-body",
  38. "name": "raw-body",
  39. "rawSpec": "2.3.2",
  40. "spec": "2.3.2",
  41. "type": "version"
  42. },
  43. "_requiredBy": [
  44. "/body-parser"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz",
  47. "_shasum": "bcd60c77d3eb93cde0050295c3f379389bc88f89",
  48. "_shrinkwrap": null,
  49. "_spec": "raw-body@2.3.2",
  50. "_where": "/Users/tennesseeg/blueCoin/node_modules/body-parser",
  51. "author": {
  52. "name": "Jonathan Ong",
  53. "email": "me@jongleberry.com",
  54. "url": "http://jongleberry.com"
  55. },
  56. "bugs": {
  57. "url": "https://github.com/stream-utils/raw-body/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "Douglas Christopher Wilson",
  62. "email": "doug@somethingdoug.com"
  63. },
  64. {
  65. "name": "Raynos",
  66. "email": "raynos2@gmail.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "bytes": "3.0.0",
  71. "http-errors": "1.6.2",
  72. "iconv-lite": "0.4.19",
  73. "unpipe": "1.0.0"
  74. },
  75. "description": "Get and validate the raw body of a readable stream.",
  76. "devDependencies": {
  77. "bluebird": "3.5.0",
  78. "eslint": "3.19.0",
  79. "eslint-config-standard": "10.2.1",
  80. "eslint-plugin-import": "2.7.0",
  81. "eslint-plugin-markdown": "1.0.0-beta.6",
  82. "eslint-plugin-node": "5.1.1",
  83. "eslint-plugin-promise": "3.5.0",
  84. "eslint-plugin-standard": "3.0.1",
  85. "istanbul": "0.4.5",
  86. "mocha": "2.5.3",
  87. "readable-stream": "2.3.3",
  88. "safe-buffer": "5.1.1"
  89. },
  90. "directories": {},
  91. "dist": {
  92. "shasum": "bcd60c77d3eb93cde0050295c3f379389bc88f89",
  93. "tarball": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz"
  94. },
  95. "engines": {
  96. "node": ">= 0.8"
  97. },
  98. "files": [
  99. "HISTORY.md",
  100. "LICENSE",
  101. "README.md",
  102. "index.d.ts",
  103. "index.js"
  104. ],
  105. "gitHead": "3093b95b4ab376dc3b28ce0e5102d2c7ab694533",
  106. "homepage": "https://github.com/stream-utils/raw-body#readme",
  107. "license": "MIT",
  108. "maintainers": [
  109. {
  110. "name": "dougwilson",
  111. "email": "doug@somethingdoug.com"
  112. },
  113. {
  114. "name": "jongleberry",
  115. "email": "jonathanrichardong@gmail.com"
  116. }
  117. ],
  118. "name": "raw-body",
  119. "optionalDependencies": {},
  120. "readme": "ERROR: No README data found!",
  121. "repository": {
  122. "type": "git",
  123. "url": "git+https://github.com/stream-utils/raw-body.git"
  124. },
  125. "scripts": {
  126. "lint": "eslint --plugin markdown --ext js,md .",
  127. "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
  128. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
  129. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
  130. },
  131. "version": "2.3.2"
  132. }