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.
87 lines
2.0 KiB
87 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"mime@2.6.0",
|
|
"D:\\YuanZhuoLogistics\\WarehouseManagerVue"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "mime@2.6.0",
|
|
"_id": "mime@2.6.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==",
|
|
"_location": "/mime",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "mime@2.6.0",
|
|
"name": "mime",
|
|
"escapedName": "mime",
|
|
"rawSpec": "2.6.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.6.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/url-loader",
|
|
"/webpack-dev-middleware"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
|
|
"_spec": "2.6.0",
|
|
"_where": "D:\\YuanZhuoLogistics\\WarehouseManagerVue",
|
|
"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": ">=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.6.0"
|
|
}
|