You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
107 lines
2.9 KiB
JSON
107 lines
2.9 KiB
JSON
{
|
|
"_from": "@floating-ui/utils@^0.1.1",
|
|
"_id": "@floating-ui/utils@0.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ou3elfqG/hZsbmF4bxeJhPHIf3G2pm0ujc39hYEZrfVqt7Vk/Zji6CXc3W0pmYM8BW1g40U+akTl9DKZhFhInQ==",
|
|
"_location": "/@floating-ui/utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@floating-ui/utils@^0.1.1",
|
|
"name": "@floating-ui/utils",
|
|
"escapedName": "@floating-ui%2futils",
|
|
"scope": "@floating-ui",
|
|
"rawSpec": "^0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@floating-ui/core",
|
|
"/@floating-ui/dom"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@floating-ui/utils/-/utils-0.1.2.tgz",
|
|
"_shasum": "b7e9309ccce5a0a40ac482cb894f120dba2b357f",
|
|
"_spec": "@floating-ui/utils@^0.1.1",
|
|
"_where": "D:\\myproject\\202309\\isms\\vue-isms\\node_modules\\@floating-ui\\dom",
|
|
"author": {
|
|
"name": "atomiks"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/floating-ui/floating-ui"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Utilities for Floating UI",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./dom/package.json": "./dom/package.json",
|
|
"./react/package.json": "./react/package.json",
|
|
".": {
|
|
"import": {
|
|
"types": "./src/types.d.ts",
|
|
"default": "./dist/floating-ui.utils.mjs"
|
|
},
|
|
"types": "./src/types.d.ts",
|
|
"module": "./dist/floating-ui.utils.esm.js",
|
|
"default": "./dist/floating-ui.utils.umd.js"
|
|
},
|
|
"./dom": {
|
|
"import": {
|
|
"types": "./dom/src/index.d.ts",
|
|
"default": "./dom/dist/floating-ui.utils.dom.mjs"
|
|
},
|
|
"types": "./dom/src/index.d.ts",
|
|
"module": "./dom/dist/floating-ui.utils.dom.esm.js",
|
|
"default": "./dom/dist/floating-ui.utils.dom.umd.js"
|
|
},
|
|
"./react": {
|
|
"import": {
|
|
"types": "./react/src/index.d.ts",
|
|
"default": "./react/dist/floating-ui.utils.react.mjs"
|
|
},
|
|
"types": "./react/src/index.d.ts",
|
|
"module": "./react/dist/floating-ui.utils.react.esm.js",
|
|
"default": "./react/dist/floating-ui.utils.react.umd.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"dom/dist/",
|
|
"react/dist/",
|
|
"dom/package.json",
|
|
"react/package.json",
|
|
"**/*.d.ts",
|
|
"**/*.d.mts"
|
|
],
|
|
"homepage": "https://floating-ui.com",
|
|
"keywords": [
|
|
"tooltip",
|
|
"popover",
|
|
"dropdown",
|
|
"menu",
|
|
"popup",
|
|
"positioning"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/floating-ui.utils.umd.js",
|
|
"module": "./dist/floating-ui.utils.esm.js",
|
|
"name": "@floating-ui/utils",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/floating-ui/floating-ui.git",
|
|
"directory": "packages/utils"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=build rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"test": "vitest --globals"
|
|
},
|
|
"sideEffects": false,
|
|
"types": "./src/types.d.ts",
|
|
"version": "0.1.2"
|
|
}
|