package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "http-errors@~1.3.1",
  3. "_id": "http-errors@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-GX4izevUGYWF6GlO9nhhl7ke2UI=",
  6. "_location": "/http-errors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "http-errors@~1.3.1",
  12. "name": "http-errors",
  13. "escapedName": "http-errors",
  14. "rawSpec": "~1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/body-parser",
  20. "/send",
  21. "/serve-static/send"
  22. ],
  23. "_resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.3.1.tgz",
  24. "_shasum": "197e22cdebd4198585e8694ef6786197b91ed942",
  25. "_spec": "http-errors@~1.3.1",
  26. "_where": "C:\\socket\\chatroom-myclient\\node_modules\\body-parser",
  27. "author": {
  28. "name": "Jonathan Ong",
  29. "email": "me@jongleberry.com",
  30. "url": "http://jongleberry.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jshttp/http-errors/issues"
  34. },
  35. "bundleDependencies": false,
  36. "contributors": [
  37. {
  38. "name": "Alan Plum",
  39. "email": "me@pluma.io"
  40. },
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "inherits": "~2.0.1",
  48. "statuses": "1"
  49. },
  50. "deprecated": false,
  51. "description": "Create HTTP error objects",
  52. "devDependencies": {
  53. "istanbul": "0",
  54. "mocha": "1"
  55. },
  56. "engines": {
  57. "node": ">= 0.6"
  58. },
  59. "files": [
  60. "index.js",
  61. "HISTORY.md",
  62. "LICENSE",
  63. "README.md"
  64. ],
  65. "homepage": "https://github.com/jshttp/http-errors#readme",
  66. "keywords": [
  67. "http",
  68. "error"
  69. ],
  70. "license": "MIT",
  71. "name": "http-errors",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jshttp/http-errors.git"
  75. },
  76. "scripts": {
  77. "test": "mocha --reporter spec --bail",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  79. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  80. },
  81. "version": "1.3.1"
  82. }