package.json 2.4 KB

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