django-vue3-admin-web/node_modules/mime-match/package.json
2025-10-20 21:21:14 +08:00

31 lines
741 B
JSON

{
"name": "mime-match",
"version": "1.0.2",
"description": "A simple function to check whether a mimetype matches the specified mimetype (with wildcard support)",
"main": "index.js",
"scripts": {
"test": "node test.js",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/mime-match.git"
},
"keywords": [
"mime",
"wildcard"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DamonOehlman/mime-match/issues"
},
"homepage": "https://github.com/DamonOehlman/mime-match",
"dependencies": {
"wildcard": "^1.1.0"
},
"devDependencies": {
"tape": "^4.5.1"
}
}