package.json 3.3 KB

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