package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "statuses@2.0.1",
  3. "_id": "statuses@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  6. "_location": "/statuses",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  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. "/http-errors",
  20. "/send"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz",
  23. "_shasum": "55cb000ccf1d48728bd23c685a063998cf1a1b63",
  24. "_spec": "statuses@2.0.1",
  25. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium/node_modules/send",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/statuses/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jonathan Ong",
  37. "email": "me@jongleberry.com",
  38. "url": "http://jongleberry.com"
  39. }
  40. ],
  41. "deprecated": false,
  42. "description": "HTTP status utility",
  43. "devDependencies": {
  44. "csv-parse": "4.14.2",
  45. "eslint": "7.17.0",
  46. "eslint-config-standard": "14.1.1",
  47. "eslint-plugin-import": "2.22.1",
  48. "eslint-plugin-markdown": "1.0.2",
  49. "eslint-plugin-node": "11.1.0",
  50. "eslint-plugin-promise": "4.2.1",
  51. "eslint-plugin-standard": "4.1.0",
  52. "mocha": "8.2.1",
  53. "nyc": "15.1.0",
  54. "raw-body": "2.4.1",
  55. "stream-to-array": "2.3.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.8"
  59. },
  60. "files": [
  61. "HISTORY.md",
  62. "index.js",
  63. "codes.json",
  64. "LICENSE"
  65. ],
  66. "homepage": "https://github.com/jshttp/statuses#readme",
  67. "keywords": [
  68. "http",
  69. "status",
  70. "code"
  71. ],
  72. "license": "MIT",
  73. "name": "statuses",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jshttp/statuses.git"
  77. },
  78. "scripts": {
  79. "build": "node scripts/build.js",
  80. "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js",
  81. "lint": "eslint --plugin markdown --ext js,md .",
  82. "test": "mocha --reporter spec --check-leaks --bail test/",
  83. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  84. "test-cov": "nyc --reporter=html --reporter=text npm test",
  85. "update": "npm run fetch && npm run build",
  86. "version": "node scripts/version-history.js && git add HISTORY.md"
  87. },
  88. "version": "2.0.1"
  89. }