{
  "_args": [
    [
      "whatwg-mimetype@4.0.0",
      "/var/www/html/api.shopperr.in"
    ]
  ],
  "_from": "whatwg-mimetype@4.0.0",
  "_id": "whatwg-mimetype@4.0.0",
  "_inBundle": false,
  "_integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
  "_location": "/whatwg-mimetype",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "whatwg-mimetype@4.0.0",
    "name": "whatwg-mimetype",
    "escapedName": "whatwg-mimetype",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/cheerio"
  ],
  "_resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/var/www/html/api.shopperr.in",
  "author": {
    "name": "Domenic Denicola",
    "email": "d@domenic.me",
    "url": "https://domenic.me/"
  },
  "bugs": {
    "url": "https://github.com/jsdom/whatwg-mimetype/issues"
  },
  "c8": {
    "reporter": [
      "text",
      "html"
    ],
    "exclude": [
      "scripts/",
      "test/"
    ]
  },
  "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
  "devDependencies": {
    "@domenic/eslint-config": "^3.0.0",
    "c8": "^8.0.1",
    "eslint": "^8.53.0",
    "printable-string": "^0.3.0",
    "whatwg-encoding": "^3.0.0"
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "lib/"
  ],
  "homepage": "https://github.com/jsdom/whatwg-mimetype#readme",
  "keywords": [
    "content-type",
    "mime type",
    "mimesniff",
    "http",
    "whatwg"
  ],
  "license": "MIT",
  "main": "lib/mime-type.js",
  "name": "whatwg-mimetype",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsdom/whatwg-mimetype.git"
  },
  "scripts": {
    "coverage": "c8 node --test --experimental-test-coverage",
    "lint": "eslint .",
    "pretest": "node scripts/get-latest-platform-tests.js",
    "test": "node --test"
  },
  "version": "4.0.0"
}
