Files
botgroup.chat/node_modules/@radix-ui/react-use-controllable-state/package.json
2025-02-12 17:18:18 +08:00

81 lines
2.3 KiB
JSON

{
"_from": "@radix-ui/react-use-controllable-state@1.1.0",
"_id": "@radix-ui/react-use-controllable-state@1.1.0",
"_inBundle": false,
"_integrity": "sha512-MtfMVJiSr2NjzS0Aa90NPTnvTSg6C/JLCV7ma0W6+OMV78vd8OyRpID+Ng9LxzsPbLeuBnWBA1Nq30AtBIDChw==",
"_location": "/@radix-ui/react-use-controllable-state",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@radix-ui/react-use-controllable-state@1.1.0",
"name": "@radix-ui/react-use-controllable-state",
"escapedName": "@radix-ui%2freact-use-controllable-state",
"scope": "@radix-ui",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"_requiredBy": [
"/@radix-ui/react-dialog",
"/@radix-ui/react-dropdown-menu",
"/@radix-ui/react-roving-focus",
"/@radix-ui/react-tooltip"
],
"_resolved": "https://registry.npmmirror.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.1.0.tgz",
"_shasum": "1321446857bb786917df54c0d4d084877aab04b0",
"_spec": "@radix-ui/react-use-controllable-state@1.1.0",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/@radix-ui/react-dialog",
"bugs": {
"url": "https://github.com/radix-ui/primitives/issues"
},
"bundleDependencies": false,
"dependencies": {
"@radix-ui/react-use-callback-ref": "1.1.0"
},
"deprecated": false,
"description": "## Installation",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist",
"README.md"
],
"homepage": "https://radix-ui.com/primitives",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"name": "@radix-ui/react-use-controllable-state",
"peerDependencies": {
"@types/react": "*",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/radix-ui/primitives.git"
},
"scripts": {
"clean": "rm -rf dist",
"version": "yarn version"
},
"sideEffects": false,
"source": "./src/index.ts",
"types": "./dist/index.d.ts",
"version": "1.1.0"
}