{
  "_from": "@tanstack/query-core@5.100.5",
  "_id": "@tanstack/query-core@5.100.5",
  "_inBundle": false,
  "_integrity": "sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==",
  "_location": "/@tanstack/query-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tanstack/query-core@5.100.5",
    "name": "@tanstack/query-core",
    "escapedName": "@tanstack%2fquery-core",
    "scope": "@tanstack",
    "rawSpec": "5.100.5",
    "saveSpec": null,
    "fetchSpec": "5.100.5"
  },
  "_requiredBy": [
    "/@tanstack/react-query"
  ],
  "_resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.5.tgz",
  "_shasum": "90808dd097896ab62cfdfb5cf997564f602cf3ad",
  "_spec": "@tanstack/query-core@5.100.5",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\@tanstack\\react-query",
  "author": {
    "name": "tannerlinsley"
  },
  "bugs": {
    "url": "https://github.com/TanStack/query/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "The framework agnostic core that powers TanStack Query",
  "devDependencies": {
    "@tanstack/query-test-utils": "0.0.0",
    "npm-run-all2": "^5.0.0"
  },
  "exports": {
    ".": {
      "@tanstack/custom-condition": "./src/index.ts",
      "import": {
        "types": "./build/modern/index.d.ts",
        "default": "./build/modern/index.js"
      },
      "require": {
        "types": "./build/modern/index.d.cts",
        "default": "./build/modern/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "build",
    "src",
    "!src/__tests__"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "homepage": "https://tanstack.com/query",
  "license": "MIT",
  "main": "build/legacy/index.cjs",
  "module": "build/legacy/index.js",
  "name": "@tanstack/query-core",
  "react-native": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/query.git",
    "directory": "packages/query-core"
  },
  "scripts": {
    "build": "tsup --tsconfig tsconfig.prod.json",
    "clean": "premove ./build ./coverage ./dist-ts",
    "compile": "tsc --build",
    "test:build": "publint --strict && attw --pack",
    "test:eslint": "eslint --concurrency=auto ./src",
    "test:lib": "vitest",
    "test:lib:dev": "pnpm run test:lib --watch",
    "test:types": "npm-run-all --serial test:types:*",
    "test:types:ts54": "node ../../node_modules/typescript54/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts60": "node ../../node_modules/typescript60/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:tscurrent": "tsc --build"
  },
  "sideEffects": false,
  "type": "module",
  "types": "build/legacy/index.d.ts",
  "version": "5.100.5"
}
