{
  "_args": [
    [
      "@floating-ui/core@1.7.5",
      "/Users/gastoenock/Desktop/Laravel/ttsl-ai"
    ]
  ],
  "_development": true,
  "_from": "@floating-ui/core@1.7.5",
  "_id": "@floating-ui/core@1.7.5",
  "_inBundle": false,
  "_integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
  "_location": "/@floating-ui/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@floating-ui/core@1.7.5",
    "name": "@floating-ui/core",
    "escapedName": "@floating-ui%2fcore",
    "scope": "@floating-ui",
    "rawSpec": "1.7.5",
    "saveSpec": null,
    "fetchSpec": "1.7.5"
  },
  "_requiredBy": [
    "/@floating-ui/dom"
  ],
  "_resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
  "_spec": "1.7.5",
  "_where": "/Users/gastoenock/Desktop/Laravel/ttsl-ai",
  "author": {
    "name": "atomiks"
  },
  "bugs": {
    "url": "https://github.com/floating-ui/floating-ui"
  },
  "dependencies": {
    "@floating-ui/utils": "^0.2.11"
  },
  "description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
  "devDependencies": {
    "config": "0.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/floating-ui.core.d.mts",
        "default": "./dist/floating-ui.core.mjs"
      },
      "types": "./dist/floating-ui.core.d.ts",
      "module": "./dist/floating-ui.core.esm.js",
      "default": "./dist/floating-ui.core.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://floating-ui.com",
  "keywords": [
    "tooltip",
    "popover",
    "dropdown",
    "menu",
    "popup",
    "positioning"
  ],
  "license": "MIT",
  "main": "./dist/floating-ui.core.umd.js",
  "module": "./dist/floating-ui.core.esm.js",
  "name": "@floating-ui/core",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floating-ui/floating-ui.git",
    "directory": "packages/core"
  },
  "scripts": {
    "build": "rollup -c",
    "build:api": "build-api --tsc tsconfig.lib.json",
    "clean": "rimraf dist out-tsc",
    "dev": "rollup -c -w",
    "format": "prettier --write .",
    "lint": "eslint .",
    "publint": "publint",
    "test": "vitest run",
    "test:watch": "vitest watch",
    "typecheck": "tsc -b"
  },
  "sideEffects": false,
  "types": "./dist/floating-ui.core.d.ts",
  "unpkg": "./dist/floating-ui.core.umd.min.js",
  "version": "1.7.5"
}
