package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "accepts@~1.3.8",
  3. "_id": "accepts@1.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
  6. "_location": "/accepts",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accepts@~1.3.8",
  12. "name": "accepts",
  13. "escapedName": "accepts",
  14. "rawSpec": "~1.3.8",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.8"
  17. },
  18. "_requiredBy": [
  19. "/compression",
  20. "/express",
  21. "/serve-index"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
  24. "_shasum": "0bf0be125b67014adcb0b0921e62db7bffe16b2e",
  25. "_spec": "accepts@~1.3.8",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\express",
  27. "bugs": {
  28. "url": "https://github.com/jshttp/accepts/issues"
  29. },
  30. "bundleDependencies": false,
  31. "contributors": [
  32. {
  33. "name": "Douglas Christopher Wilson",
  34. "email": "doug@somethingdoug.com"
  35. },
  36. {
  37. "name": "Jonathan Ong",
  38. "email": "me@jongleberry.com",
  39. "url": "http://jongleberry.com"
  40. }
  41. ],
  42. "dependencies": {
  43. "mime-types": "~2.1.34",
  44. "negotiator": "0.6.3"
  45. },
  46. "deprecated": false,
  47. "description": "Higher-level content negotiation",
  48. "devDependencies": {
  49. "deep-equal": "1.0.1",
  50. "eslint": "7.32.0",
  51. "eslint-config-standard": "14.1.1",
  52. "eslint-plugin-import": "2.25.4",
  53. "eslint-plugin-markdown": "2.2.1",
  54. "eslint-plugin-node": "11.1.0",
  55. "eslint-plugin-promise": "4.3.1",
  56. "eslint-plugin-standard": "4.1.0",
  57. "mocha": "9.2.0",
  58. "nyc": "15.1.0"
  59. },
  60. "engines": {
  61. "node": ">= 0.6"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "HISTORY.md",
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jshttp/accepts#readme",
  69. "keywords": [
  70. "content",
  71. "negotiation",
  72. "accept",
  73. "accepts"
  74. ],
  75. "license": "MIT",
  76. "name": "accepts",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/accepts.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "test": "mocha --reporter spec --check-leaks --bail test/",
  84. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test"
  86. },
  87. "version": "1.3.8"
  88. }