{
  "_from": "mime@^4.1.0",
  "_id": "mime@4.1.0",
  "_inBundle": false,
  "_integrity": "sha512-X5ju04+cAzsojXKes0B/S4tcYtFAJ6tTMuSPBEn9CPGlrWr8Fiw7qYeLT0XyH80HSoAoqWCaz+MWKh22P7G1cw==",
  "_location": "/mime",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mime@^4.1.0",
    "name": "mime",
    "escapedName": "mime",
    "rawSpec": "^4.1.0",
    "saveSpec": null,
    "fetchSpec": "^4.1.0"
  },
  "_requiredBy": [
    "/nitropack"
  ],
  "_resolved": "https://registry.npmjs.org/mime/-/mime-4.1.0.tgz",
  "_shasum": "ec55df7aa21832a36d44f0bbee5c04639b27802f",
  "_spec": "mime@^4.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/nitropack",
  "author": {
    "name": "Robert Kieffer",
    "email": "robert@broofa.com",
    "url": "http://github.com/broofa"
  },
  "bin": {
    "mime": "bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/broofa/mime/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "deprecated": false,
  "description": "A comprehensive library for mime-type mapping",
  "devDependencies": {
    "@types/mime-db": "1.43.6",
    "@types/mime-types": "3.0.1",
    "@types/node": "24.3.1",
    "@typescript-eslint/eslint-plugin": "8.43.0",
    "@typescript-eslint/parser": "8.43.0",
    "chalk": "5.6.2",
    "mime-score": "2.0.4",
    "mime-types": "3.0.1",
    "prettier": "3.6.2",
    "release-please": "17.1.2",
    "runmd": "1.4.1",
    "typescript": "5.9.2"
  },
  "engines": {
    "node": ">=16"
  },
  "exports": {
    ".": "./dist/src/index.js",
    "./lite": "./dist/src/index_lite.js",
    "./types/standard.js": "./dist/types/standard.js",
    "./types/other.js": "./dist/types/other.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin",
    "dist/src",
    "dist/types",
    "src",
    "types"
  ],
  "funding": [
    "https://github.com/sponsors/broofa"
  ],
  "homepage": "https://github.com/broofa/mime#readme",
  "keywords": [
    "extension",
    "file",
    "mime",
    "mime-db",
    "mimetypes",
    "util"
  ],
  "license": "MIT",
  "main": "./dist/src/index.js",
  "name": "mime",
  "packageManager": "npm@11.6.0",
  "repository": {
    "url": "git+https://github.com/broofa/mime.git",
    "type": "git"
  },
  "scripts": {
    "build": "rm -fr dist && tsc",
    "build:types": "node dist/scripts/build.js",
    "build:watch": "npm run build -- --watch",
    "lint": "prettier -c .",
    "lint:fix": "prettier -w .",
    "prepack": "npm run build",
    "prepublishOnly": "npm test",
    "pretest": "npm run build",
    "test": "node --test && ./test/exports_test.sh",
    "test:watch": "clear && node --enable-source-maps --test --watch test"
  },
  "type": "module",
  "version": "4.1.0"
}
