{
  "_from": "@tanstack/vue-virtual@^3.0.0-beta.60",
  "_id": "@tanstack/vue-virtual@3.13.23",
  "_inBundle": false,
  "_integrity": "sha512-b5jPluAR6U3eOq6GWAYSpj3ugnAIZgGR0e6aGAgyRse0Yu6MVQQ0ZWm9SArSXWtageogn6bkVD8D//c4IjW3xQ==",
  "_location": "/@tanstack/vue-virtual",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@tanstack/vue-virtual@^3.0.0-beta.60",
    "name": "@tanstack/vue-virtual",
    "escapedName": "@tanstack%2fvue-virtual",
    "scope": "@tanstack",
    "rawSpec": "^3.0.0-beta.60",
    "saveSpec": null,
    "fetchSpec": "^3.0.0-beta.60"
  },
  "_requiredBy": [
    "/@headlessui/vue"
  ],
  "_resolved": "https://registry.npmjs.org/@tanstack/vue-virtual/-/vue-virtual-3.13.23.tgz",
  "_shasum": "7dc7445bc7585d59b656906728094ee3c08292f1",
  "_spec": "@tanstack/vue-virtual@^3.0.0-beta.60",
  "_where": "/var/www/laravelapp/node_modules/@headlessui/vue",
  "author": {
    "name": "Tanner Linsley"
  },
  "bugs": {
    "url": "https://github.com/TanStack/virtual/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tanstack/virtual-core": "3.13.23"
  },
  "deprecated": false,
  "description": "Headless UI for virtualizing scrollable elements in Vue",
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.2.4",
    "vue": "^3.5.16"
  },
  "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",
    "svelte",
    "virtual",
    "virtual-core",
    "datagrid"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.js",
  "name": "@tanstack/vue-virtual",
  "peerDependencies": {
    "vue": "^2.7.0 || ^3.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/virtual.git",
    "directory": "packages/vue-virtual"
  },
  "scripts": {
    "build": "vite build",
    "clean": "premove ./dist ./coverage",
    "test:build": "publint --strict",
    "test:eslint": "eslint ./src",
    "test:types": "tsc"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "version": "3.13.23"
}
