{
  "_args": [
    [
      "mime@2.4.6",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_from": "mime@2.4.6",
  "_id": "mime@2.4.6",
  "_inBundle": false,
  "_integrity": "sha512-RZKhC3EmpBchfTGBVb8fb+RL2cWyw/32lshnsETttkBAyAUXSGHxbEJWWRXc751DrIxG1q04b8QwMbAwkRPpUA==",
  "_location": "/mime",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mime@2.4.6",
    "name": "mime",
    "escapedName": "mime",
    "rawSpec": "2.4.6",
    "saveSpec": null,
    "fetchSpec": "2.4.6"
  },
  "_requiredBy": [
    "/url-loader",
    "/webpack-dev-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-2.4.6.tgz",
  "_spec": "2.4.6",
  "_where": "/var/www/html/iqecommerce",
  "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"
  },
  "contributors": [],
  "dependencies": {},
  "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"
}
