package.json 2.3 KB

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