multiple-select-vanilla
Version:
This lib allows you to select multiple elements with checkboxes
54 lines • 1.36 kB
JSON
{
"name": "multiple-select-vanilla",
"description": "This lib allows you to select multiple elements with checkboxes",
"version": "4.0.0",
"keywords": [
"checkboxes",
"multiple-select",
"single-select",
"select"
],
"author": {
"name": "zhixin wen",
"email": "wenzhixin2010@gmail.com",
"url": "http://wenzhixin.net.cn/"
},
"contributors": [
{
"name": "Ghislain B."
}
],
"homepage": "https://github.com/ghiscoding/multiple-select-vanilla",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dist/browser/*": "./dist/browser/*",
"./dist/locales/*": "./dist/locales/*",
"./dist/styles/*": "./dist/styles/*",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghiscoding/multiple-select-vanilla.git",
"directory": "packages/multiple-select-vanilla"
},
"bugs": {
"url": "https://github.com/ghiscoding/multiple-select-vanilla/issues"
},
"publishConfig": {
"access": "public"
},
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/ghiscoding"
},
"dependencies": {
"@types/trusted-types": "^2.0.7"
},
"gitHead": "cc35db31e0725b930597bd766ba10bebcf77b72c"
}