You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.9 KiB
85 lines
1.9 KiB
{ |
|
"_args": [ |
|
[ |
|
"mime@3.0.0", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "mime@3.0.0", |
|
"_id": "mime@3.0.0", |
|
"_inBundle": false, |
|
"_integrity": "sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==", |
|
"_location": "/mime", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "mime@3.0.0", |
|
"name": "mime", |
|
"escapedName": "mime", |
|
"rawSpec": "3.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "3.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/@dcloudio/uni-cli-shared", |
|
"/@dcloudio/uni-h5-vite" |
|
], |
|
"_resolved": "https://registry.npmjs.org/mime/-/mime-3.0.0.tgz", |
|
"_spec": "3.0.0", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "Robert Kieffer", |
|
"email": "robert@broofa.com", |
|
"url": "http://github.com/broofa" |
|
}, |
|
"bin": { |
|
"mime": "cli.js" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/broofa/mime/issues" |
|
}, |
|
"contributors": [], |
|
"dependencies": {}, |
|
"description": "A comprehensive library for mime-type mapping", |
|
"devDependencies": { |
|
"benchmark": "*", |
|
"chalk": "4.1.2", |
|
"eslint": "8.1.0", |
|
"mime-db": "1.50.0", |
|
"mime-score": "1.2.0", |
|
"mime-types": "2.1.33", |
|
"mocha": "9.1.3", |
|
"runmd": "*", |
|
"standard-version": "9.3.2" |
|
}, |
|
"engines": { |
|
"node": ">=10.0.0" |
|
}, |
|
"files": [ |
|
"index.js", |
|
"lite.js", |
|
"Mime.js", |
|
"cli.js", |
|
"/types" |
|
], |
|
"homepage": "https://github.com/broofa/mime#readme", |
|
"keywords": [ |
|
"util", |
|
"mime" |
|
], |
|
"license": "MIT", |
|
"name": "mime", |
|
"repository": { |
|
"url": "git+https://github.com/broofa/mime.git", |
|
"type": "git" |
|
}, |
|
"scripts": { |
|
"benchmark": "node src/benchmark.js", |
|
"md": "runmd --watch --output README.md src/README_js.md", |
|
"prepare": "node src/build.js && runmd --output README.md src/README_js.md", |
|
"release": "standard-version", |
|
"test": "mocha src/test.js" |
|
}, |
|
"version": "3.0.0" |
|
}
|
|
|