package.json 2.4 KB

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