package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "mime-types@~2.1.19",
  3. "_id": "mime-types@2.1.26",
  4. "_inBundle": false,
  5. "_integrity": "sha512-01paPWYgLrkqAyrlDorC1uDwl2p3qZT7yl806vW7DvDoxwXi46jsjFbg+WdwotBIk6/MbEhO/dh5aZ5sNj/dWQ==",
  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. "/form-data",
  20. "/request"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.26.tgz",
  23. "_shasum": "9c921fc09b7e149a65dfdc0da4d20997200b0a06",
  24. "_spec": "mime-types@~2.1.19",
  25. "_where": "C:\\Users\\Jzdsh\\Desktop\\附近养车网uni-app\\附近养车网\\node_modules\\request",
  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.43.0"
  48. },
  49. "deprecated": false,
  50. "description": "The ultimate javascript content-type utility.",
  51. "devDependencies": {
  52. "eslint": "6.8.0",
  53. "eslint-config-standard": "14.1.0",
  54. "eslint-plugin-import": "2.19.1",
  55. "eslint-plugin-node": "11.0.0",
  56. "eslint-plugin-promise": "4.2.1",
  57. "eslint-plugin-standard": "4.0.1",
  58. "mocha": "7.0.0",
  59. "nyc": "15.0.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.6"
  63. },
  64. "files": [
  65. "HISTORY.md",
  66. "LICENSE",
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jshttp/mime-types#readme",
  70. "keywords": [
  71. "mime",
  72. "types"
  73. ],
  74. "license": "MIT",
  75. "name": "mime-types",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/jshttp/mime-types.git"
  79. },
  80. "scripts": {
  81. "lint": "eslint .",
  82. "test": "mocha --reporter spec test/test.js",
  83. "test-cov": "nyc --reporter=html --reporter=text npm test",
  84. "test-travis": "nyc --reporter=text npm test"
  85. },
  86. "version": "2.1.26"
  87. }