package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_from": "mime@*",
  3. "_id": "mime@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  6. "_location": "/mime",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mime@*",
  12. "name": "mime",
  13. "escapedName": "mime",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/oss"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/mime/-/mime-4.1.0.tgz",
  22. "_shasum": "ec55df7aa21832a36d44f0bbee5c04639b27802f",
  23. "_spec": "mime@*",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\oss",
  25. "author": {
  26. "name": "Robert Kieffer",
  27. "email": "robert@broofa.com",
  28. "url": "http://github.com/broofa"
  29. },
  30. "bin": {
  31. "mime": "bin/cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/broofa/mime/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [],
  38. "deprecated": false,
  39. "description": "A comprehensive library for mime-type mapping",
  40. "devDependencies": {
  41. "@types/mime-db": "1.43.6",
  42. "@types/mime-types": "3.0.1",
  43. "@types/node": "24.3.1",
  44. "@typescript-eslint/eslint-plugin": "8.43.0",
  45. "@typescript-eslint/parser": "8.43.0",
  46. "chalk": "5.6.2",
  47. "mime-score": "2.0.4",
  48. "mime-types": "3.0.1",
  49. "prettier": "3.6.2",
  50. "release-please": "17.1.2",
  51. "runmd": "1.4.1",
  52. "typescript": "5.9.2"
  53. },
  54. "engines": {
  55. "node": ">=16"
  56. },
  57. "exports": {
  58. ".": "./dist/src/index.js",
  59. "./lite": "./dist/src/index_lite.js",
  60. "./types/standard.js": "./dist/types/standard.js",
  61. "./types/other.js": "./dist/types/other.js",
  62. "./package.json": "./package.json"
  63. },
  64. "files": [
  65. "bin",
  66. "dist/src",
  67. "dist/types",
  68. "src",
  69. "types"
  70. ],
  71. "funding": [
  72. "https://github.com/sponsors/broofa"
  73. ],
  74. "homepage": "https://github.com/broofa/mime#readme",
  75. "keywords": [
  76. "extension",
  77. "file",
  78. "mime",
  79. "mime-db",
  80. "mimetypes",
  81. "util"
  82. ],
  83. "license": "MIT",
  84. "main": "./dist/src/index.js",
  85. "name": "mime",
  86. "packageManager": "npm@11.6.0",
  87. "repository": {
  88. "url": "git+https://github.com/broofa/mime.git",
  89. "type": "git"
  90. },
  91. "scripts": {
  92. "build": "rm -fr dist && tsc",
  93. "build:types": "node dist/scripts/build.js",
  94. "build:watch": "npm run build -- --watch",
  95. "lint": "prettier -c .",
  96. "lint:fix": "prettier -w .",
  97. "prepack": "npm run build",
  98. "prepublishOnly": "npm test",
  99. "pretest": "npm run build",
  100. "test": "node --test && ./test/exports_test.sh",
  101. "test:watch": "clear && node --enable-source-maps --test --watch test"
  102. },
  103. "type": "module",
  104. "version": "4.1.0"
  105. }