package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "http-errors@~1.6.3",
  6. "scope": null,
  7. "escapedName": "http-errors",
  8. "name": "http-errors",
  9. "rawSpec": "~1.6.3",
  10. "spec": ">=1.6.3 <1.7.0",
  11. "type": "range"
  12. },
  13. "C:\\Users\\Administrator\\Desktop\\answer\\node_modules\\body-parser"
  14. ]
  15. ],
  16. "_from": "http-errors@>=1.6.3 <1.7.0",
  17. "_hasShrinkwrap": false,
  18. "_id": "http-errors@1.6.3",
  19. "_inCache": true,
  20. "_location": "/http-errors",
  21. "_nodeVersion": "6.13.1",
  22. "_npmOperationalInternal": {
  23. "host": "s3://npm-registry-packages",
  24. "tmp": "tmp/http-errors_1.6.3_1522355346646_0.04474382722688719"
  25. },
  26. "_npmUser": {
  27. "name": "dougwilson",
  28. "email": "doug@somethingdoug.com"
  29. },
  30. "_npmVersion": "3.10.10",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "http-errors@~1.6.3",
  34. "scope": null,
  35. "escapedName": "http-errors",
  36. "name": "http-errors",
  37. "rawSpec": "~1.6.3",
  38. "spec": ">=1.6.3 <1.7.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/body-parser",
  43. "/raw-body",
  44. "/send"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  47. "_shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
  48. "_shrinkwrap": null,
  49. "_spec": "http-errors@~1.6.3",
  50. "_where": "C:\\Users\\Administrator\\Desktop\\answer\\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/jshttp/http-errors/issues"
  58. },
  59. "contributors": [
  60. {
  61. "name": "Alan Plum",
  62. "email": "me@pluma.io"
  63. },
  64. {
  65. "name": "Douglas Christopher Wilson",
  66. "email": "doug@somethingdoug.com"
  67. }
  68. ],
  69. "dependencies": {
  70. "depd": "~1.1.2",
  71. "inherits": "2.0.3",
  72. "setprototypeof": "1.1.0",
  73. "statuses": ">= 1.4.0 < 2"
  74. },
  75. "description": "Create HTTP error objects",
  76. "devDependencies": {
  77. "eslint": "4.18.1",
  78. "eslint-config-standard": "11.0.0",
  79. "eslint-plugin-import": "2.9.0",
  80. "eslint-plugin-markdown": "1.0.0-beta.6",
  81. "eslint-plugin-node": "6.0.1",
  82. "eslint-plugin-promise": "3.6.0",
  83. "eslint-plugin-standard": "3.0.1",
  84. "istanbul": "0.4.5",
  85. "mocha": "1.21.5"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d",
  90. "tarball": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
  91. "fileCount": 5,
  92. "unpackedSize": 15829
  93. },
  94. "engines": {
  95. "node": ">= 0.6"
  96. },
  97. "files": [
  98. "index.js",
  99. "HISTORY.md",
  100. "LICENSE",
  101. "README.md"
  102. ],
  103. "gitHead": "5f53811a1a1756997a73ce7660eb55037f43b9dc",
  104. "homepage": "https://github.com/jshttp/http-errors#readme",
  105. "keywords": [
  106. "http",
  107. "error"
  108. ],
  109. "license": "MIT",
  110. "maintainers": [
  111. {
  112. "name": "dougwilson",
  113. "email": "doug@somethingdoug.com"
  114. },
  115. {
  116. "name": "egeste",
  117. "email": "npm@egeste.net"
  118. },
  119. {
  120. "name": "jongleberry",
  121. "email": "jonathanrichardong@gmail.com"
  122. }
  123. ],
  124. "name": "http-errors",
  125. "optionalDependencies": {},
  126. "readme": "ERROR: No README data found!",
  127. "repository": {
  128. "type": "git",
  129. "url": "git+https://github.com/jshttp/http-errors.git"
  130. },
  131. "scripts": {
  132. "lint": "eslint --plugin markdown --ext js,md .",
  133. "test": "mocha --reporter spec --bail",
  134. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  135. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  136. },
  137. "version": "1.6.3"
  138. }