{
  "_from": "type-fest@^5.0.0",
  "_id": "type-fest@5.6.0",
  "_inBundle": false,
  "_integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
  "_location": "/type-fest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-fest@^5.0.0",
    "name": "type-fest",
    "escapedName": "type-fest",
    "rawSpec": "^5.0.0",
    "saveSpec": null,
    "fetchSpec": "^5.0.0"
  },
  "_requiredBy": [
    "/dot-prop"
  ],
  "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
  "_shasum": "502f7a003b7309e96a7e17052cc2ab2c7e5c7a31",
  "_spec": "type-fest@^5.0.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/dot-prop",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/type-fest/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tagged-tag": "^1.0.0"
  },
  "deprecated": false,
  "description": "A collection of essential TypeScript types",
  "devDependencies": {
    "@eslint/markdown": "^8.0.1",
    "@sindresorhus/tsconfig": "^8.0.1",
    "@types/node": "^25.5.0",
    "@typescript-eslint/parser": "^8.44.0",
    "@typescript/vfs": "^1.6.1",
    "dedent": "^1.7.0",
    "eslint": "^10.1.0",
    "expect-type": "^1.2.2",
    "npm-run-all2": "^8.0.4",
    "tsd": "^0.33.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.47.0",
    "xo": "^2.0.2"
  },
  "engines": {
    "node": ">=20"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts"
    },
    "./globals": {
      "types": "./source/globals/index.d.ts"
    }
  },
  "files": [
    "index.d.ts",
    "source",
    "license-mit",
    "license-cc0"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/type-fest#readme",
  "keywords": [
    "typescript",
    "ts",
    "types",
    "utility",
    "util",
    "utilities",
    "omit",
    "merge",
    "json",
    "generics"
  ],
  "license": "(MIT OR CC0-1.0)",
  "name": "type-fest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/type-fest.git"
  },
  "scripts": {
    "test": "run-p test:*",
    "test:linter": "node --test",
    "test:tsc": "node --max-old-space-size=6144 ./node_modules/.bin/tsc",
    "test:tsd": "node --max-old-space-size=6144 ./node_modules/.bin/tsd",
    "test:xo": "node --max-old-space-size=6144 ./node_modules/.bin/xo --ignores=lint-processors/fixtures/**/*.d.ts '**/*.{js,ts,md}'"
  },
  "sideEffects": false,
  "tsd": {
    "compilerOptions": {
      "noUnusedLocals": false
    }
  },
  "type": "module",
  "types": "./index.d.ts",
  "version": "5.6.0"
}
