package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mime-types@~2.1.34",
  3. "_id": "mime-types@2.1.34",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
  6. "_location": "/mime-types",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime-types@~2.1.34",
  12. "name": "mime-types",
  13. "escapedName": "mime-types",
  14. "rawSpec": "~2.1.34",
  15. "saveSpec": null,
  16. "fetchSpec": "~2.1.34"
  17. },
  18. "_requiredBy": [
  19. "/accepts",
  20. "/type-is"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
  23. "_shasum": "5a712f9ec1503511a945803640fafe09d3793c24",
  24. "_spec": "mime-types@~2.1.34",
  25. "_where": "C:\\Users\\Admin\\Desktop\\WORK IT\\a-level proj\\chat\\server\\node_modules\\accepts",
  26. "bugs": {
  27. "url": "https://github.com/jshttp/mime-types/issues"
  28. },
  29. "bundleDependencies": false,
  30. "contributors": [
  31. {
  32. "name": "Douglas Christopher Wilson",
  33. "email": "doug@somethingdoug.com"
  34. },
  35. {
  36. "name": "Jeremiah Senkpiel",
  37. "email": "fishrock123@rocketmail.com",
  38. "url": "https://searchbeam.jit.su"
  39. },
  40. {
  41. "name": "Jonathan Ong",
  42. "email": "me@jongleberry.com",
  43. "url": "http://jongleberry.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "mime-db": "1.51.0"
  48. },
  49. "deprecated": false,
  50. "description": "The ultimate javascript content-type utility.",
  51. "devDependencies": {
  52. "eslint": "7.32.0",
  53. "eslint-config-standard": "14.1.1",
  54. "eslint-plugin-import": "2.25.2",
  55. "eslint-plugin-markdown": "2.2.1",
  56. "eslint-plugin-node": "11.1.0",
  57. "eslint-plugin-promise": "5.1.1",
  58. "eslint-plugin-standard": "4.1.0",
  59. "mocha": "9.1.3",
  60. "nyc": "15.1.0"
  61. },
  62. "engines": {
  63. "node": ">= 0.6"
  64. },
  65. "files": [
  66. "HISTORY.md",
  67. "LICENSE",
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jshttp/mime-types#readme",
  71. "keywords": [
  72. "mime",
  73. "types"
  74. ],
  75. "license": "MIT",
  76. "name": "mime-types",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jshttp/mime-types.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "test": "mocha --reporter spec test/test.js",
  84. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  85. "test-cov": "nyc --reporter=html --reporter=text npm test"
  86. },
  87. "version": "2.1.34"
  88. }