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