| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "_from": "@floating-ui/dom@^1.0.1",
- "_id": "@floating-ui/dom@1.7.0",
- "_inBundle": false,
- "_integrity": "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==",
- "_location": "/@floating-ui/dom",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@floating-ui/dom@^1.0.1",
- "name": "@floating-ui/dom",
- "escapedName": "@floating-ui%2fdom",
- "scope": "@floating-ui",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/element-plus"
- ],
- "_resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.0.tgz",
- "_shasum": "f9f83ee4fee78ac23ad9e65b128fc11a27857532",
- "_spec": "@floating-ui/dom@^1.0.1",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\element-plus",
- "author": {
- "name": "atomiks"
- },
- "bugs": {
- "url": "https://github.com/floating-ui/floating-ui"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@floating-ui/core": "^1.7.0",
- "@floating-ui/utils": "^0.2.9"
- },
- "deprecated": false,
- "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.0"
- }
|