{
  "_from": "mime@^2.2.0",
  "_id": "mime@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==",
  "_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.3.1.tgz",
  "_shasum": "b1621c54d63b97c47d3cfe7f7215f7d64517c369",
  "_spec": "mime@^2.2.0",
  "_where": "/Users/yuriy/Desktop/tests/test/functions/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": {
    "chalk": "1.1.3",
    "eslint": "4.6.1",
    "mime-db": "1.33.0",
    "mime-score": "1.0.1",
    "mime-types": "2.1.15",
    "mocha": "3.5.3",
    "runmd": "1.0.1",
    "standard-version": "4.2.0"
  },
  "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": {
    "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.3.1"
}
