owltech
Version:
This a backend for OwlTech Company
76 lines (75 loc) • 1.98 kB
JSON
{
"_from": "mime@^2.2.0",
"_id": "mime@2.4.2",
"_inBundle": false,
"_integrity": "sha512-zJBfZDkwRu+j3Pdd2aHsR5GfH2jIWhmL1ZzBoc+X+3JEti2hbArWcyJ+1laC1D2/U/W1a/+Cegj0/OnEU2ybjg==",
"_location": "/mime",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mime@^2.2.0",
"name": "mime",
"escapedName": "mime",
"rawSpec": "^2.2.0",
"saveSpec": null,
"fetchSpec": "^2.2.0"
},
"_requiredBy": [
"/@google-cloud/storage",
"/gtoken"
],
"_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.2.tgz",
"_shasum": "ce5229a5e99ffc313abac806b482c10e7ba6ac78",
"_spec": "mime@^2.2.0",
"_where": "/Users/carlosandresperez/Projects/Web/OwlTech/node_modules/gtoken",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com",
"url": "http://github.com/broofa"
},
"bin": {
"mime": "cli.js"
},
"bugs": {
"url": "https://github.com/broofa/node-mime/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {},
"deprecated": false,
"description": "A comprehensive library for mime-type mapping",
"devDependencies": {
"benchmark": "^2.1.4",
"chalk": "2.4.2",
"eslint": "5.16.0",
"mime-db": "1.38.0",
"mime-score": "1.1.2",
"mime-types": "2.1.22",
"mocha": "6.0.2",
"runmd": "1.2.1",
"standard-version": "5.0.2"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/broofa/node-mime#readme",
"keywords": [
"util",
"mime"
],
"license": "MIT",
"name": "mime",
"repository": {
"url": "git+https://github.com/broofa/node-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.2"
}