package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "accepts@1.3.8",
  5. "/Users/mac/projects/mime/mine"
  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. "/compression",
  27. "/express",
  28. "/serve-index"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/accepts/-/accepts-1.3.8.tgz",
  31. "_spec": "1.3.8",
  32. "_where": "/Users/mac/projects/mime/mine",
  33. "bugs": {
  34. "url": "https://github.com/jshttp/accepts/issues"
  35. },
  36. "contributors": [
  37. {
  38. "name": "Douglas Christopher Wilson",
  39. "email": "doug@somethingdoug.com"
  40. },
  41. {
  42. "name": "Jonathan Ong",
  43. "email": "me@jongleberry.com",
  44. "url": "http://jongleberry.com"
  45. }
  46. ],
  47. "dependencies": {
  48. "mime-types": "~2.1.34",
  49. "negotiator": "0.6.3"
  50. },
  51. "description": "Higher-level content negotiation",
  52. "devDependencies": {
  53. "deep-equal": "1.0.1",
  54. "eslint": "7.32.0",
  55. "eslint-config-standard": "14.1.1",
  56. "eslint-plugin-import": "2.25.4",
  57. "eslint-plugin-markdown": "2.2.1",
  58. "eslint-plugin-node": "11.1.0",
  59. "eslint-plugin-promise": "4.3.1",
  60. "eslint-plugin-standard": "4.1.0",
  61. "mocha": "9.2.0",
  62. "nyc": "15.1.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.6"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "HISTORY.md",
  70. "index.js"
  71. ],
  72. "homepage": "https://github.com/jshttp/accepts#readme",
  73. "keywords": [
  74. "content",
  75. "negotiation",
  76. "accept",
  77. "accepts"
  78. ],
  79. "license": "MIT",
  80. "name": "accepts",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/jshttp/accepts.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "test": "mocha --reporter spec --check-leaks --bail test/",
  88. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  89. "test-cov": "nyc --reporter=html --reporter=text npm test"
  90. },
  91. "version": "1.3.8"
  92. }