{
  "_from": "type-fest@^4.0.0",
  "_id": "type-fest@4.41.0",
  "_inBundle": false,
  "_integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
  "_location": "/type-fest",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "type-fest@^4.0.0",
    "name": "type-fest",
    "escapedName": "type-fest",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/browser",
    "/@crawlee/core",
    "/@crawlee/http",
    "/got"
  ],
  "_resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
  "_shasum": "6ae1c8e5731273c2bf1f58ad39cbae2c91a46c58",
  "_spec": "type-fest@^4.0.0",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "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": {
    "expect-type": "^1.1.0",
    "npm-run-all2": "^7.0.1",
    "tsd": "^0.32.0",
    "typescript": "~5.8.3",
    "xo": "^0.60.0"
  },
  "engines": {
    "node": ">=16"
  },
  "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:source-files-extension": "node script/test/source-files-extension.js",
    "test:tsc": "tsc",
    "test:tsd": "tsd",
    "test:xo": "xo"
  },
  "sideEffects": false,
  "tsd": {
    "compilerOptions": {
      "noUnusedLocals": false
    }
  },
  "types": "./index.d.ts",
  "version": "4.41.0",
  "xo": {
    "rules": {
      "@typescript-eslint/no-extraneous-class": "off",
      "@typescript-eslint/ban-ts-comment": "off",
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/naming-convention": "off",
      "import/extensions": "off",
      "@typescript-eslint/no-redeclare": "off",
      "@typescript-eslint/no-confusing-void-expression": "off",
      "@typescript-eslint/no-unsafe-argument": "off",
      "n/file-extension-in-import": "off",
      "object-curly-newline": [
        "error",
        {
          "multiline": true,
          "consistent": true
        }
      ],
      "import/consistent-type-specifier-style": [
        "error",
        "prefer-top-level"
      ]
    },
    "overrides": [
      {
        "files": "**/*.d.ts",
        "rules": {
          "no-restricted-imports": [
            "error",
            "tsd",
            "expect-type"
          ]
        }
      }
    ]
  }
}
