{
  "_args": [
    [
      "@tanstack/react-virtual@3.13.22",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "@tanstack/react-virtual@3.13.22",
  "_id": "@tanstack/react-virtual@3.13.22",
  "_inBundle": false,
  "_integrity": "sha512-EaOrBBJLi3M0bTMQRjGkxLXRw7Gizwntoy5E2Q2UnSbML7Mo2a1P/Hfkw5tw9FLzK62bj34Jl6VNbQfRV6eJcA==",
  "_location": "/@tanstack/react-virtual",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tanstack/react-virtual@3.13.22",
    "name": "@tanstack/react-virtual",
    "escapedName": "@tanstack%2freact-virtual",
    "scope": "@tanstack",
    "rawSpec": "3.13.22",
    "saveSpec": null,
    "fetchSpec": "3.13.22"
  },
  "_requiredBy": [
    "/@headlessui/react"
  ],
  "_resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.22.tgz",
  "_spec": "3.13.22",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "author": {
    "name": "Tanner Linsley"
  },
  "bugs": {
    "url": "https://github.com/TanStack/virtual/issues"
  },
  "dependencies": {
    "@tanstack/virtual-core": "3.13.22"
  },
  "description": "Headless UI for virtualizing scrollable elements in React",
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "@vitejs/plugin-react": "^4.5.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "resize-observer-polyfill": "^1.5.1"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/cjs/index.d.cts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "src"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "homepage": "https://tanstack.com/virtual",
  "keywords": [
    "react",
    "vue",
    "solid",
    "virtual",
    "virtual-core",
    "datagrid"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.js",
  "name": "@tanstack/react-virtual",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/virtual.git",
    "directory": "packages/react-virtual"
  },
  "scripts": {
    "build": "vite build",
    "clean": "premove ./dist ./coverage",
    "test:build": "publint --strict",
    "test:e2e": "../../node_modules/.bin/playwright test",
    "test:eslint": "eslint ./src",
    "test:lib": "vitest",
    "test:lib:dev": "pnpm run test:lib --watch",
    "test:types": "tsc"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "version": "3.13.22"
}
