{
  "_args": [
    [
      "@tanstack/virtual-core@3.13.22",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "@tanstack/virtual-core@3.13.22",
  "_id": "@tanstack/virtual-core@3.13.22",
  "_inBundle": false,
  "_integrity": "sha512-isuUGKsc5TAPDoHSbWTbl1SCil54zOS2MiWz/9GCWHPUQOvNTQx8qJEWC7UWR0lShhbK0Lmkcf0SZYxvch7G3g==",
  "_location": "/@tanstack/virtual-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tanstack/virtual-core@3.13.22",
    "name": "@tanstack/virtual-core",
    "escapedName": "@tanstack%2fvirtual-core",
    "scope": "@tanstack",
    "rawSpec": "3.13.22",
    "saveSpec": null,
    "fetchSpec": "3.13.22"
  },
  "_requiredBy": [
    "/@tanstack/react-virtual"
  ],
  "_resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-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"
  },
  "description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks",
  "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/virtual-core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/virtual.git",
    "directory": "packages/virtual-core"
  },
  "scripts": {
    "build": "vite build",
    "clean": "premove ./dist ./coverage",
    "test:build": "publint --strict",
    "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"
}
