package.json 2.5 KB

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