UI for Zipcoin Blue

package.json 3.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "body-parser@1.18.2",
  6. "scope": null,
  7. "escapedName": "body-parser",
  8. "name": "body-parser",
  9. "rawSpec": "1.18.2",
  10. "spec": "1.18.2",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/express"
  14. ]
  15. ],
  16. "_from": "body-parser@1.18.2",
  17. "_id": "body-parser@1.18.2",
  18. "_inCache": true,
  19. "_location": "/body-parser",
  20. "_nodeVersion": "6.11.1",
  21. "_npmOperationalInternal": {
  22. "host": "s3://npm-registry-packages",
  23. "tmp": "tmp/body-parser-1.18.2.tgz_1506099009907_0.5088193896226585"
  24. },
  25. "_npmUser": {
  26. "name": "dougwilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "_npmVersion": "3.10.10",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "body-parser@1.18.2",
  33. "scope": null,
  34. "escapedName": "body-parser",
  35. "name": "body-parser",
  36. "rawSpec": "1.18.2",
  37. "spec": "1.18.2",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/express"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz",
  44. "_shasum": "87678a19d84b47d859b83199bd59bce222b10454",
  45. "_shrinkwrap": null,
  46. "_spec": "body-parser@1.18.2",
  47. "_where": "/Users/tennesseeg/blueCoin/node_modules/express",
  48. "bugs": {
  49. "url": "https://github.com/expressjs/body-parser/issues"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Douglas Christopher Wilson",
  54. "email": "doug@somethingdoug.com"
  55. },
  56. {
  57. "name": "Jonathan Ong",
  58. "email": "me@jongleberry.com",
  59. "url": "http://jongleberry.com"
  60. }
  61. ],
  62. "dependencies": {
  63. "bytes": "3.0.0",
  64. "content-type": "~1.0.4",
  65. "debug": "2.6.9",
  66. "depd": "~1.1.1",
  67. "http-errors": "~1.6.2",
  68. "iconv-lite": "0.4.19",
  69. "on-finished": "~2.3.0",
  70. "qs": "6.5.1",
  71. "raw-body": "2.3.2",
  72. "type-is": "~1.6.15"
  73. },
  74. "description": "Node.js body parsing middleware",
  75. "devDependencies": {
  76. "eslint": "3.19.0",
  77. "eslint-config-standard": "10.2.1",
  78. "eslint-plugin-import": "2.7.0",
  79. "eslint-plugin-markdown": "1.0.0-beta.6",
  80. "eslint-plugin-node": "5.1.1",
  81. "eslint-plugin-promise": "3.5.0",
  82. "eslint-plugin-standard": "3.0.1",
  83. "istanbul": "0.4.5",
  84. "methods": "1.1.2",
  85. "mocha": "2.5.3",
  86. "safe-buffer": "5.1.1",
  87. "supertest": "1.1.0"
  88. },
  89. "directories": {},
  90. "dist": {
  91. "shasum": "87678a19d84b47d859b83199bd59bce222b10454",
  92. "tarball": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz"
  93. },
  94. "engines": {
  95. "node": ">= 0.8"
  96. },
  97. "files": [
  98. "lib/",
  99. "LICENSE",
  100. "HISTORY.md",
  101. "index.js"
  102. ],
  103. "gitHead": "b2659a7af3b413a2d1df274bef409fe6cdcf6b8f",
  104. "homepage": "https://github.com/expressjs/body-parser#readme",
  105. "license": "MIT",
  106. "maintainers": [
  107. {
  108. "name": "dougwilson",
  109. "email": "doug@somethingdoug.com"
  110. }
  111. ],
  112. "name": "body-parser",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/expressjs/body-parser.git"
  118. },
  119. "scripts": {
  120. "lint": "eslint --plugin markdown --ext js,md .",
  121. "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/",
  122. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/",
  123. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/"
  124. },
  125. "version": "1.18.2"
  126. }