{
  "@rollingversions": {
    "baseVersion": [
      0,
      1,
      0
    ]
  },
  "_from": "@floating-ui/dom@~1.1.1",
  "_id": "@floating-ui/dom@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==",
  "_location": "/@floating-ui/dom",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@floating-ui/dom@~1.1.1",
    "name": "@floating-ui/dom",
    "escapedName": "@floating-ui%2fdom",
    "scope": "@floating-ui",
    "rawSpec": "~1.1.1",
    "saveSpec": null,
    "fetchSpec": "~1.1.1"
  },
  "_requiredBy": [
    "/floating-vue"
  ],
  "_resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.1.tgz",
  "_shasum": "66aa747e15894910869bf9144fc54fc7d6e9f975",
  "_spec": "@floating-ui/dom@~1.1.1",
  "_where": "/home/sagremc/chronos-v2/node_modules/floating-vue",
  "author": {
    "name": "atomiks"
  },
  "bugs": {
    "url": "https://github.com/floating-ui/floating-ui"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@floating-ui/core": "^1.1.0"
  },
  "deprecated": false,
  "description": "Floating UI for the web",
  "devDependencies": {
    "@playwright/test": "^1.16.3",
    "@types/react": "^18.0.1",
    "concurrently": "^6.4.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.1.1",
    "serve": "^13.0.2"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": {
        "browser": {
          "development": "./dist/floating-ui.dom.browser.mjs",
          "default": "./dist/floating-ui.dom.browser.min.mjs"
        },
        "default": "./dist/floating-ui.dom.mjs"
      },
      "module": "./dist/floating-ui.dom.esm.js",
      "default": "./dist/floating-ui.dom.umd.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "index.d.ts",
    "src/**/*.d.ts"
  ],
  "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": "NODE_ENV=build rollup -c",
    "dev": "parcel test/visual/index.html",
    "test": "jest test/unit"
  },
  "sideEffects": false,
  "types": "./index.d.ts",
  "unpkg": "./dist/floating-ui.dom.umd.min.js",
  "version": "1.1.1"
}
