{ "_from": "mime@^2.3.1", "_id": "mime@2.4.5", "_inBundle": false, "_integrity": "sha512-3hQhEUF027BuxZjQA3s7rIv/7VCQPa27hN9u9g87sEkWaKwQPuXOkVKtOeiyUrnWqTDiOs8Ed2rwg733mB0R5w==", "_location": "/mime", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mime@^2.3.1", "name": "mime", "escapedName": "mime", "rawSpec": "^2.3.1", "saveSpec": null, "fetchSpec": "^2.3.1" }, "_requiredBy": [ "/sirv" ], "_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.5.tgz", "_shasum": "d8de2ecb92982dedbb6541c9b6841d7f218ea009", "_spec": "mime@^2.3.1", "_where": "/home/martin/dev/multiview/node_modules/sirv", "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": "*", "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", "/types" ], "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.5" }