{
  "_args": [
    [
      {
        "raw": "mime-types@~2.1.24",
        "scope": null,
        "escapedName": "mime-types",
        "name": "mime-types",
        "rawSpec": "~2.1.24",
        "spec": ">=2.1.24 <2.2.0",
        "type": "range"
      },
      "/home/lively4/lively4/lively4-jens/node_modules/type-is"
    ]
  ],
  "_from": "mime-types@>=2.1.24 <2.2.0",
  "_hasShrinkwrap": false,
  "_id": "mime-types@2.1.30",
  "_inCache": true,
  "_installable": true,
  "_location": "/mime-types",
  "_nodeVersion": "14.15.4",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/mime-types_2.1.30_1617339987950_0.13379782228732684"
  },
  "_npmUser": {
    "name": "dougwilson",
    "email": "doug@somethingdoug.com"
  },
  "_npmVersion": "6.14.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "mime-types@~2.1.24",
    "scope": null,
    "escapedName": "mime-types",
    "name": "mime-types",
    "rawSpec": "~2.1.24",
    "spec": ">=2.1.24 <2.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/accepts",
    "/type-is"
  ],
  "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz",
  "_shasum": "6e7be8b4c479825f85ed6326695db73f9305d62d",
  "_shrinkwrap": null,
  "_spec": "mime-types@~2.1.24",
  "_where": "/home/lively4/lively4/lively4-jens/node_modules/type-is",
  "bugs": {
    "url": "https://github.com/jshttp/mime-types/issues"
  },
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Jeremiah Senkpiel",
      "email": "fishrock123@rocketmail.com",
      "url": "https://searchbeam.jit.su"
    },
    {
      "name": "Jonathan Ong",
      "email": "me@jongleberry.com",
      "url": "http://jongleberry.com"
    }
  ],
  "dependencies": {
    "mime-db": "1.47.0"
  },
  "description": "The ultimate javascript content-type utility.",
  "devDependencies": {
    "eslint": "7.23.0",
    "eslint-config-standard": "14.1.1",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-markdown": "2.0.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "4.3.1",
    "eslint-plugin-standard": "4.1.0",
    "mocha": "8.3.2",
    "nyc": "15.1.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==",
    "shasum": "6e7be8b4c479825f85ed6326695db73f9305d62d",
    "tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz",
    "fileCount": 5,
    "unpackedSize": 17521,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZqZUCRA9TVsSAnZWagAAs9UP/A5iuknBRjYcu8Mq+IGc\ncNK6EPRoemRc7dH1qtqpqYyMNXmRPaaysMaxccbmaQ0t5L9O/e0QFqsDHxSY\n5+/RsmiyzUlQIANV6URMRP1vdIp+H4tUHSvfAiZq09PFmBGsTgtDMsJ3mSgc\nb/LsfBu7EKr2nNdwc1wM9BJ6RT5e0j5oZeEsawJpYDabfrkEkG+LRtmLhQVt\nByP+JgMTaIFpyDh3NCbACp//gVsDebzVXAhaaDPGXbvT8Ix7qtr0MgQO8CBF\npb7x4Wz25B93SwzuE+SiasEt+xjn/t1spyjyL1SlRHbGfy6ddkPOeUd/08sQ\npkzQ63MJ7JwC5fn1MFhJiGyk0WFqBikVe6f9qJTjuEfmkiq5DNvQ7QT10r92\n9P8wpobVwnngmq00yXO88KpzAOvWo8L+Yam6A5TrwwaMUyo8Z20yQE8sSapk\n/p6Rr96hlhtOKN0Ajc5c15WTxrDfKCBPOf5XQYTbTgLuFn5X4p+uWQI+HDmV\nbqG/pJ6i0tPmfA7cJ55nkUt5+oLnkSHfp/k/Uw6pD52l9POYKTUaZmTb6kTP\nqzBsUGV9JXOZ8RS1eC2C44+VDUGYV/5n6B/aUdRSxoDNyOA55Eq6jQc/G9Ry\nOVmTYwP5uF1G1yAU0SrunshnJzhHCuXsK7hba9F9JCF+c5fD35zjSC4Yujjh\nvj5s\r\n=G7h/\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">= 0.6"
  },
  "gitHead": "b0abe0c67c6654cb9a2efb9a92c776eb160d7b27",
  "homepage": "https://github.com/jshttp/mime-types#readme",
  "keywords": [
    "mime",
    "types"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "dougwilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "jongleberry",
      "email": "jonathanrichardong@gmail.com"
    }
  ],
  "name": "mime-types",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/mime-types.git"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "mocha --reporter spec test/test.js",
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "2.1.30"
}
