{
  "_from": "type-fest@^2.18.0",
  "_id": "type-fest@2.19.0",
  "_inBundle": false,
  "_integrity": "sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==",
  "_location": "/type-fest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-fest@^2.18.0",
    "name": "type-fest",
    "escapedName": "type-fest",
    "rawSpec": "^2.18.0",
    "saveSpec": null,
    "fetchSpec": "^2.18.0"
  },
  "_requiredBy": [
    "/umzug"
  ],
  "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz",
  "_shasum": "88068015bb33036a598b952e55e9311a60fd3a9b",
  "_spec": "type-fest@^2.18.0",
  "_where": "/home/ghf/system/node_modules/umzug",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/type-fest/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A collection of essential TypeScript types",
  "devDependencies": {
    "@sindresorhus/tsconfig": "~0.7.0",
    "expect-type": "^0.13.0",
    "tsd": "^0.20.0",
    "typescript": "^4.6.3",
    "xo": "^0.43.0"
  },
  "engines": {
    "node": ">=12.20"
  },
  "files": [
    "index.d.ts",
    "source"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/type-fest#readme",
  "keywords": [
    "typescript",
    "ts",
    "types",
    "utility",
    "util",
    "utilities",
    "omit",
    "merge",
    "json"
  ],
  "license": "(MIT OR CC0-1.0)",
  "name": "type-fest",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/type-fest.git"
  },
  "scripts": {
    "test": "xo && tsd && tsc && node script/test/source-files-extension.js"
  },
  "types": "./index.d.ts",
  "version": "2.19.0",
  "xo": {
    "rules": {
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/indent": "off",
      "node/no-unsupported-features/es-builtins": "off",
      "import/extensions": "off",
      "@typescript-eslint/no-redeclare": "off",
      "@typescript-eslint/no-confusing-void-expression": "off"
    }
  }
}
