| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_from": "@floating-ui/core@^1.6.0",
- "_id": "@floating-ui/core@1.6.8",
- "_inBundle": false,
- "_integrity": "sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA==",
- "_location": "/@floating-ui/core",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@floating-ui/core@^1.6.0",
- "name": "@floating-ui/core",
- "escapedName": "@floating-ui%2fcore",
- "scope": "@floating-ui",
- "rawSpec": "^1.6.0",
- "saveSpec": null,
- "fetchSpec": "^1.6.0"
- },
- "_requiredBy": [
- "/@floating-ui/dom"
- ],
- "_resolved": "https://registry.npmmirror.com/@floating-ui/core/-/core-1.6.8.tgz",
- "_shasum": "aa43561be075815879305965020f492cdb43da12",
- "_spec": "@floating-ui/core@^1.6.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\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.8"
- },
- "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.6.8"
- }
|