TransFlow/node_modules/mime/package.json

87 lines
2.0 KiB
JSON

{
"_args": [
[
"mime@2.4.6",
"D:\\Hjm项目\\TransFlow"
]
],
"_development": true,
"_from": "mime@2.4.6",
"_id": "mime@2.4.6",
"_inBundle": false,
"_integrity": "sha1-5bQHyQ20QvK+tbFiNz0Htpr/pNE=",
"_location": "/mime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mime@2.4.6",
"name": "mime",
"escapedName": "mime",
"rawSpec": "2.4.6",
"saveSpec": null,
"fetchSpec": "2.4.6"
},
"_requiredBy": [
"/url-loader",
"/webpack-dev-middleware"
],
"_resolved": "https://registry.npm.taobao.org/mime/download/mime-2.4.6.tgz?cache=0&sync_timestamp=1590635592890&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmime%2Fdownload%2Fmime-2.4.6.tgz",
"_spec": "2.4.6",
"_where": "D:\\Hjm项目\\TransFlow",
"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": "*",
"eslint": "*",
"mime-db": "1.44.0",
"mime-score": "1.2.0",
"mime-types": "2.1.27",
"mocha": "7.1.2",
"runmd": "*",
"standard-version": "7.1.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.4.6"
}