package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "statuses@~1.4.0",
  3. "_id": "statuses@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==",
  6. "_location": "/statuses",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "statuses@~1.4.0",
  12. "name": "statuses",
  13. "escapedName": "statuses",
  14. "rawSpec": "~1.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.4.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/finalhandler",
  21. "/http-errors",
  22. "/raw-body/http-errors",
  23. "/send"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz",
  26. "_shasum": "bb73d446da2796106efcc1b601a253d6c46bd087",
  27. "_spec": "statuses@~1.4.0",
  28. "_where": "C:\\John\\WorkSpace\\WebStorm\\WinBoxNode\\node_modules\\express",
  29. "bugs": {
  30. "url": "https://github.com/jshttp/statuses/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Douglas Christopher Wilson",
  36. "email": "doug@somethingdoug.com"
  37. },
  38. {
  39. "name": "Jonathan Ong",
  40. "email": "me@jongleberry.com",
  41. "url": "http://jongleberry.com"
  42. }
  43. ],
  44. "deprecated": false,
  45. "description": "HTTP status utility",
  46. "devDependencies": {
  47. "csv-parse": "1.2.4",
  48. "eslint": "3.19.0",
  49. "eslint-config-standard": "10.2.1",
  50. "eslint-plugin-import": "2.8.0",
  51. "eslint-plugin-markdown": "1.0.0-beta.6",
  52. "eslint-plugin-node": "5.2.0",
  53. "eslint-plugin-promise": "3.6.0",
  54. "eslint-plugin-standard": "3.0.1",
  55. "istanbul": "0.4.5",
  56. "mocha": "1.21.5",
  57. "raw-body": "2.3.2",
  58. "stream-to-array": "2.3.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.6"
  62. },
  63. "files": [
  64. "HISTORY.md",
  65. "index.js",
  66. "codes.json",
  67. "LICENSE"
  68. ],
  69. "homepage": "https://github.com/jshttp/statuses#readme",
  70. "keywords": [
  71. "http",
  72. "status",
  73. "code"
  74. ],
  75. "license": "MIT",
  76. "name": "statuses",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/statuses.git"
  80. },
  81. "scripts": {
  82. "build": "node scripts/build.js",
  83. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  84. "lint": "eslint --plugin markdown --ext js,md .",
  85. "test": "mocha --reporter spec --check-leaks --bail test/",
  86. "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
  87. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  88. "update": "npm run fetch && npm run build"
  89. },
  90. "version": "1.4.0"
  91. }