UNPKG

multiple-select-vanilla

Version:

This lib allows you to select multiple elements with checkboxes

55 lines 1.39 kB
{ "name": "multiple-select-vanilla", "description": "This lib allows you to select multiple elements with checkboxes", "version": "4.3.8", "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.js", "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" }, "types": "./dist/index.d.ts", "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": "7692d624c5b14b6ac51f8ce3cd9a60cd28cb7b99" }