1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "mime@2.5.2",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_from": "mime@2.5.2",
- "_id": "mime@2.5.2",
- "_inBundle": false,
- "_integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==",
- "_location": "/mime",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mime@2.5.2",
- "name": "mime",
- "escapedName": "mime",
- "rawSpec": "2.5.2",
- "saveSpec": null,
- "fetchSpec": "2.5.2"
- },
- "_requiredBy": [
- "/ali-oss",
- "/url-loader",
- "/webpack-dev-middleware"
- ],
- "_resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
- "_spec": "2.5.2",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "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.0",
- "eslint": "7.20.0",
- "mime-db": "1.46.0",
- "mime-score": "1.2.0",
- "mime-types": "2.1.28",
- "mocha": "8.3.0",
- "runmd": "*",
- "standard-version": "9.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.5.2"
- }
|