{ "_args": [ [ "mime-match@1.0.2", "E:\\2023\\5\\myjadmin" ] ], "_from": "mime-match@1.0.2", "_id": "mime-match@1.0.2", "_inBundle": false, "_integrity": "sha512-VXp/ugGDVh3eCLOBCiHZMYWQaTNUHv2IJrut+yXA6+JbLPXHglHwfS/5A5L0ll+jkCY7fIzRJcH6OIunF+c6Cg==", "_location": "/mime-match", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mime-match@1.0.2", "name": "mime-match", "escapedName": "mime-match", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/@uppy/core" ], "_resolved": "https://registry.npmjs.org/mime-match/-/mime-match-1.0.2.tgz", "_spec": "1.0.2", "_where": "E:\\2023\\5\\myjadmin", "author": { "name": "Damon Oehlman", "email": "damon.oehlman@gmail.com" }, "bugs": { "url": "https://github.com/DamonOehlman/mime-match/issues" }, "dependencies": { "wildcard": "^1.1.0" }, "description": "A simple function to check whether a mimetype matches the specified mimetype (with wildcard support)", "devDependencies": { "tape": "^4.5.1" }, "homepage": "https://github.com/DamonOehlman/mime-match", "keywords": [ "mime", "wildcard" ], "license": "ISC", "main": "index.js", "name": "mime-match", "repository": { "type": "git", "url": "git+https://github.com/DamonOehlman/mime-match.git" }, "scripts": { "gendocs": "gendocs > README.md", "test": "node test.js" }, "version": "1.0.2" }