You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

91 lines
2.2 KiB

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