package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "mime-types@2.1.35",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mime-types@2.1.35",
  10. "_id": "mime-types@2.1.35",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
  13. "_location": "/mime-types",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mime-types@2.1.35",
  19. "name": "mime-types",
  20. "escapedName": "mime-types",
  21. "rawSpec": "2.1.35",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.35"
  24. },
  25. "_requiredBy": [
  26. "/accepts",
  27. "/form-data",
  28. "/less/form-data",
  29. "/less/request",
  30. "/request",
  31. "/serve-index",
  32. "/type-is"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
  35. "_spec": "2.1.35",
  36. "_where": "E:\\2023\\5\\myjadmin",
  37. "bugs": {
  38. "url": "https://github.com/jshttp/mime-types/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Douglas Christopher Wilson",
  43. "email": "doug@somethingdoug.com"
  44. },
  45. {
  46. "name": "Jeremiah Senkpiel",
  47. "email": "fishrock123@rocketmail.com",
  48. "url": "https://searchbeam.jit.su"
  49. },
  50. {
  51. "name": "Jonathan Ong",
  52. "email": "me@jongleberry.com",
  53. "url": "http://jongleberry.com"
  54. }
  55. ],
  56. "dependencies": {
  57. "mime-db": "1.52.0"
  58. },
  59. "description": "The ultimate javascript content-type utility.",
  60. "devDependencies": {
  61. "eslint": "7.32.0",
  62. "eslint-config-standard": "14.1.1",
  63. "eslint-plugin-import": "2.25.4",
  64. "eslint-plugin-markdown": "2.2.1",
  65. "eslint-plugin-node": "11.1.0",
  66. "eslint-plugin-promise": "5.2.0",
  67. "eslint-plugin-standard": "4.1.0",
  68. "mocha": "9.2.2",
  69. "nyc": "15.1.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "HISTORY.md",
  76. "LICENSE",
  77. "index.js"
  78. ],
  79. "homepage": "https://github.com/jshttp/mime-types#readme",
  80. "keywords": [
  81. "mime",
  82. "types"
  83. ],
  84. "license": "MIT",
  85. "name": "mime-types",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jshttp/mime-types.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint .",
  92. "test": "mocha --reporter spec test/test.js",
  93. "test-ci": "nyc --reporter=lcov --reporter=text npm test",
  94. "test-cov": "nyc --reporter=html --reporter=text npm test"
  95. },
  96. "version": "2.1.35"
  97. }