package.json 2.5 KB

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