UNPKG

multiple-select-vanilla

Version:

This lib allows you to select multiple elements with checkboxes

61 lines 1.53 kB
{ "name": "multiple-select-vanilla", "description": "This lib allows you to select multiple elements with checkboxes", "version": "3.5.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", "main": "./dist/index.cjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./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": "82c4a2e6745e7d759f0fc182084c9921e27ebe45" }