{
  "_args": [
    [
      "mime@2.3.1",
      "/home/alex/Projects/SDPK/Works/content/sdpk-content"
    ]
  ],
  "_from": "mime@2.3.1",
  "_id": "mime@2.3.1",
  "_inBundle": false,
  "_integrity": "sha512-OEUllcVoydBHGN1z84yfQDimn58pZNNNXgZlHXSboxMlFvgI6MXSWpWKpFRra7H1HxpVhHTkrghfRW49k6yjeg==",
  "_location": "/mime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mime@2.3.1",
    "name": "mime",
    "escapedName": "mime",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/url-loader",
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/home/alex/Projects/SDPK/Works/content/sdpk-content",
  "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"
  },
  "contributors": [],
  "dependencies": {},
  "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"
}
