{
  "_args": [
    [
      {
        "raw": "whatwg-mimetype@^2.1.0",
        "scope": null,
        "escapedName": "whatwg-mimetype",
        "name": "whatwg-mimetype",
        "rawSpec": "^2.1.0",
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/ojs/node_modules/jsdom"
    ]
  ],
  "_from": "whatwg-mimetype@>=2.1.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "whatwg-mimetype@2.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/whatwg-mimetype",
  "_nodeVersion": "10.8.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/whatwg-mimetype_2.3.0_1542758213289_0.1704504739378121"
  },
  "_npmUser": {
    "name": "domenic",
    "email": "d@domenic.me"
  },
  "_npmVersion": "6.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "whatwg-mimetype@^2.1.0",
    "scope": null,
    "escapedName": "whatwg-mimetype",
    "name": "whatwg-mimetype",
    "rawSpec": "^2.1.0",
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/data-urls",
    "/jsdom"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
  "_shasum": "3d4b1e0312d2079879f826aff18dbeeca5960fbf",
  "_shrinkwrap": null,
  "_spec": "whatwg-mimetype@^2.1.0",
  "_where": "/home/lively4/lively4/ojs/node_modules/jsdom",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  },
  "dependencies": {},
  "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  "devDependencies": {
    "eslint": "^5.9.0",
    "jest": "^23.6.0",
    "printable-string": "^0.3.0",
    "request": "^2.88.0",
    "whatwg-encoding": "^1.0.5"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
    "shasum": "3d4b1e0312d2079879f826aff18dbeeca5960fbf",
    "tarball": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
    "fileCount": 7,
    "unpackedSize": 16182,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb9J9FCRA9TVsSAnZWagAAiREP/1kUJJBOp0xUEgU8RJV/\nqj3qs2mEreN4NBrKGuaQlssQPlrMa83VqMbv7Ai25wLkXVmEN+4AyOSTn5QG\naybziFTZxV+F22YjAJc3sxEmFK9y7iaZKEqyuts7W/aXKhGokMLWOqCk7qNB\nH4OQN4IXk6e8gKd5m9Fk+zUvYS8YVHRSHDMzkPnfujxqGjoTte7XAM8x68t/\nqgFc/0Svy3lfufg3gkT/QMI4XKWhXH+tzumCqYDQAQOLS2oETJWVCK26TFqs\nd+D0RpY+bXKVe4GkMagw0KSpWkwXLxf0RIaMdkqSr9hLcdYTJgfMY3s33bpi\nGBxMBzlAZtLXlFETFLKW06TRAoZ3l5Crp9AHLlLsyKil/SJAYNkSqbSpsxIy\neowxBmmgdLIOs5SOFj59zggBYO6QK+boai8eqEZW5SuRWa/MdzrHbbCv5OC/\nLjtK3LTsKYwQRXlyILqnhXiUhD4ztOsKhQ+8yTrbCraPRvoG+MzyslvVCl6I\nxmP5GTIXHD3F5gXsfFrlSZ6Yo15QrtL8liB9BSIFJ0pDKTHE8Xs/ce/feAkW\n4mbEdq8N8/WLQcK02zHqSuVoYEU6g2XAfDh1cXq6/aPTUmuc1PrH3Vpy+SQk\njsZLhbwdkuo/3GCkbBd3Erqt1mY61tf34vPhjSQeuEvpis6m70fqnmRDdpbE\n/leO\r\n=dQ5P\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "7eadb26d8e02f9d95bc2f6e272df7eb653d7a903",
  "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  "jest": {
    "coverageDirectory": "coverage",
    "coverageReporters": [
      "lcov",
      "text-summary"
    ],
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/test/**/*.js"
    ]
  },
  "keywords": [
    "content-type",
    "mime type",
    "mimesniff",
    "http",
    "whatwg"
  ],
  "license": "MIT",
  "main": "lib/mime-type.js",
  "maintainers": [
    {
      "name": "domenic",
      "email": "d@domenic.me"
    },
    {
      "name": "joris-van-der-wel",
      "email": "joris@jorisvanderwel.com"
    },
    {
      "name": "sebmaster",
      "email": "sebmaster16@gmail.com"
    },
    {
      "name": "timothygu",
      "email": "timothygu99@gmail.com"
    },
    {
      "name": "tmpvar",
      "email": "tmpvar@gmail.com"
    },
    {
      "name": "zirro",
      "email": "code@zirro.se"
    }
  ],
  "name": "whatwg-mimetype",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  },
  "scripts": {
    "coverage": "jest --coverage",
    "lint": "eslint .",
    "pretest": "node scripts/get-latest-platform-tests.js",
    "test": "jest"
  },
  "version": "2.3.0"
}
