{
  "_from": "@tanstack/query-core@5.90.16",
  "_id": "@tanstack/query-core@5.90.16",
  "_inBundle": false,
  "_integrity": "sha512-MvtWckSVufs/ja463/K4PyJeqT+HMlJWtw6PrCpywznd2NSgO3m4KwO9RqbFqGg6iDE8vVMFWMeQI4Io3eEYww==",
  "_location": "/@tanstack/query-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tanstack/query-core@5.90.16",
    "name": "@tanstack/query-core",
    "escapedName": "@tanstack%2fquery-core",
    "scope": "@tanstack",
    "rawSpec": "5.90.16",
    "saveSpec": null,
    "fetchSpec": "5.90.16"
  },
  "_requiredBy": [
    "/@tanstack/react-query"
  ],
  "_resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.16.tgz",
  "_shasum": "19a972c2ffbc47727ab6649028af1bee70e28cdf",
  "_spec": "@tanstack/query-core@5.90.16",
  "_where": "/var/www/tecnibi/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:ts50": "node ../../node_modules/typescript50/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js --build tsconfig.legacy.json",
    "test:types:ts53": "node ../../node_modules/typescript53/lib/tsc.js --build tsconfig.legacy.json",
    "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:tscurrent": "tsc --build"
  },
  "sideEffects": false,
  "type": "module",
  "types": "build/legacy/index.d.ts",
  "version": "5.90.16"
}
