Echo/node_modules/mime/package.json

83 lines
2.1 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "mime@^2.0.3",
"_id": "mime@2.5.0",
"_inBundle": false,
"_integrity": "sha1-K0r5NEAXeYBu6YAmu0Lowa4YdrE=",
"_location": "/mime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mime@^2.0.3",
"name": "mime",
"escapedName": "mime",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"/url-loader",
"/webpack-dev-middleware"
],
"_resolved": "https://registry.npm.taobao.org/mime/download/mime-2.5.0.tgz?cache=0&sync_timestamp=1610756267429&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime%2Fdownload%2Fmime-2.5.0.tgz",
"_shasum": "2b4af934401779806ee98026bb42e8c1ae1876b1",
"_spec": "mime@^2.0.3",
"_where": "E:\\GreateCommunity\\node_modules\\url-loader",
"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"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "A comprehensive library for mime-type mapping",
"devDependencies": {
"benchmark": "*",
"chalk": "4.1.0",
"eslint": "7.15.0",
"mime-db": "1.45.0",
"mime-score": "1.2.0",
"mime-types": "2.1.27",
"mocha": "7.2.0",
"runmd": "*",
"standard-version": "9.0.0"
},
"engines": {
"node": ">=4.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": "2.5.0"
}