Initial commit
This commit is contained in:
93
node_modules/@floating-ui/core/package.json
generated
vendored
Normal file
93
node_modules/@floating-ui/core/package.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_from": "@floating-ui/core@^1.6.0",
|
||||
"_id": "@floating-ui/core@1.6.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uMXCuQ3BItDUbAMhIXw7UPXRfAlOAvZzdK9BWpE60MCn+Svt3aLn9jsPTi/WNGlRUu2uI0v5S7JiIUsbsvh3fw==",
|
||||
"_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.9.tgz",
|
||||
"_shasum": "64d1da251433019dafa091de9b2886ff35ec14e6",
|
||||
"_spec": "@floating-ui/core@^1.6.0",
|
||||
"_where": "/Users/hongbin9/www/botgroup.chat/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.6.9"
|
||||
}
|
||||
Reference in New Issue
Block a user