doipjs/node_modules/mime/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

81 lines
2 KiB
JSON

{
"_from": "mime@^2.4.6",
"_id": "mime@2.4.6",
"_inBundle": false,
"_integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==",
"_location": "/mime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mime@^2.4.6",
"name": "mime",
"escapedName": "mime",
"rawSpec": "^2.4.6",
"saveSpec": null,
"fetchSpec": "^2.4.6"
},
"_requiredBy": [
"/superagent"
],
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz",
"_shasum": "e5b407c90db442f2beb5b162373d07b69affa4d1",
"_spec": "mime@^2.4.6",
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/superagent",
"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": "*",
"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"
}