{
  "_args": [
    [
      "@floating-ui/dom@1.7.6",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "@floating-ui/dom@1.7.6",
  "_id": "@floating-ui/dom@1.7.6",
  "_inBundle": false,
  "_integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
  "_location": "/@floating-ui/dom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@floating-ui/dom@1.7.6",
    "name": "@floating-ui/dom",
    "escapedName": "@floating-ui%2fdom",
    "scope": "@floating-ui",
    "rawSpec": "1.7.6",
    "saveSpec": null,
    "fetchSpec": "1.7.6"
  },
  "_requiredBy": [
    "/@floating-ui/react-dom"
  ],
  "_resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
  "_spec": "1.7.6",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "author": {
    "name": "atomiks"
  },
  "bugs": {
    "url": "https://github.com/floating-ui/floating-ui"
  },
  "dependencies": {
    "@floating-ui/core": "^1.7.5",
    "@floating-ui/utils": "^0.2.11"
  },
  "description": "Floating UI for the web",
  "devDependencies": {
    "@types/react": "^18.3.19",
    "@types/react-dom": "^18.3.1",
    "@vitejs/plugin-react": "^4.3.4",
    "config": "0.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.21.1"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/floating-ui.dom.d.mts",
        "default": "./dist/floating-ui.dom.mjs"
      },
      "types": "./dist/floating-ui.dom.d.ts",
      "module": "./dist/floating-ui.dom.esm.js",
      "default": "./dist/floating-ui.dom.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://floating-ui.com",
  "keywords": [
    "tooltip",
    "popover",
    "dropdown",
    "menu",
    "popup",
    "positioning"
  ],
  "license": "MIT",
  "main": "./dist/floating-ui.dom.umd.js",
  "module": "./dist/floating-ui.dom.esm.js",
  "name": "@floating-ui/dom",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floating-ui/floating-ui.git",
    "directory": "packages/dom"
  },
  "scripts": {
    "build": "rollup -c",
    "build:api": "build-api --tsc tsconfig.lib.json",
    "clean": "rimraf dist out-tsc test-results",
    "dev": "vite",
    "format": "prettier --write .",
    "lint": "eslint .",
    "playwright": "playwright test ./test/functional",
    "publint": "publint",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "typecheck": "tsc -b"
  },
  "sideEffects": false,
  "types": "./dist/floating-ui.dom.d.ts",
  "unpkg": "./dist/floating-ui.dom.umd.min.js",
  "version": "1.7.6"
}
