package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "statuses@~2.0.1",
  3. "_id": "statuses@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
  6. "_location": "/statuses",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "statuses@~2.0.1",
  12. "name": "statuses",
  13. "escapedName": "statuses",
  14. "rawSpec": "~2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/finalhandler",
  21. "/http-errors",
  22. "/send"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.2.tgz",
  25. "_shasum": "8f75eecef765b5e1cfcdc080da59409ed424e382",
  26. "_spec": "statuses@~2.0.1",
  27. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\express",
  28. "bugs": {
  29. "url": "https://github.com/jshttp/statuses/issues"
  30. },
  31. "bundleDependencies": false,
  32. "contributors": [
  33. {
  34. "name": "Douglas Christopher Wilson",
  35. "email": "doug@somethingdoug.com"
  36. },
  37. {
  38. "name": "Jonathan Ong",
  39. "email": "me@jongleberry.com",
  40. "url": "http://jongleberry.com"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "HTTP status utility",
  45. "devDependencies": {
  46. "csv-parse": "4.16.3",
  47. "eslint": "7.19.0",
  48. "eslint-config-standard": "14.1.1",
  49. "eslint-plugin-import": "2.31.0",
  50. "eslint-plugin-markdown": "1.0.2",
  51. "eslint-plugin-node": "11.1.0",
  52. "eslint-plugin-promise": "4.3.1",
  53. "eslint-plugin-standard": "4.1.0",
  54. "mocha": "8.4.0",
  55. "nyc": "15.1.0",
  56. "raw-body": "2.5.2",
  57. "stream-to-array": "2.3.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.8"
  61. },
  62. "files": [
  63. "HISTORY.md",
  64. "index.js",
  65. "codes.json",
  66. "LICENSE"
  67. ],
  68. "homepage": "https://github.com/jshttp/statuses#readme",
  69. "keywords": [
  70. "http",
  71. "status",
  72. "code"
  73. ],
  74. "license": "MIT",
  75. "name": "statuses",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/statuses.git"
  79. },
  80. "scripts": {
  81. "build": "node scripts/build.js",
  82. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  83. "lint": "eslint --plugin markdown --ext js,md .",
  84. "test": "mocha --reporter spec --check-leaks --bail test/",
  85. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  86. "test-cov": "nyc --reporter=html --reporter=text npm test",
  87. "update": "npm run fetch && npm run build",
  88. "version": "node scripts/version-history.js && git add HISTORY.md"
  89. },
  90. "version": "2.0.2"
  91. }