package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "statuses@2.0.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "statuses@2.0.1",
  9. "_id": "statuses@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==",
  12. "_location": "/statuses",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "statuses@2.0.1",
  18. "name": "statuses",
  19. "escapedName": "statuses",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/http-errors"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/statuses/-/statuses-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "bugs": {
  31. "url": "https://github.com/jshttp/statuses/issues"
  32. },
  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. "description": "HTTP status utility",
  45. "devDependencies": {
  46. "csv-parse": "4.14.2",
  47. "eslint": "7.17.0",
  48. "eslint-config-standard": "14.1.1",
  49. "eslint-plugin-import": "2.22.1",
  50. "eslint-plugin-markdown": "1.0.2",
  51. "eslint-plugin-node": "11.1.0",
  52. "eslint-plugin-promise": "4.2.1",
  53. "eslint-plugin-standard": "4.1.0",
  54. "mocha": "8.2.1",
  55. "nyc": "15.1.0",
  56. "raw-body": "2.4.1",
  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.1"
  91. }