| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "_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": "range",
- "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.npmmirror.com/mime-match/-/mime-match-1.0.2.tgz",
- "_shasum": "3f87c31e9af1a5fd485fb9db134428b23bbb7ba8",
- "_spec": "mime-match@^1.0.2",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@uppy\\core",
- "author": {
- "name": "Damon Oehlman",
- "email": "damon.oehlman@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/DamonOehlman/mime-match/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "wildcard": "^1.1.0"
- },
- "deprecated": false,
- "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"
- }
|