You've already forked Epicnabbo-Catalogus-Updated-Daily
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"name": "@alpinejs/focus",
|
|
"version": "3.12.2",
|
|
"description": "Manage focus within a page",
|
|
"homepage": "https://alpinejs.dev/plugins/focus",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/alpinejs/alpine.git",
|
|
"directory": "packages/focus"
|
|
},
|
|
"author": "Caleb Porzio",
|
|
"license": "MIT",
|
|
"main": "dist/module.cjs.js",
|
|
"module": "dist/module.esm.js",
|
|
"unpkg": "dist/cdn.min.js",
|
|
"dependencies": {
|
|
"focus-trap": "^6.6.1"
|
|
}
|
|
}
|