UNPKG

@taufik-nurrohman/option-picker

Version:

Accessible custom `<select>` (and `<input list>`) element.

60 lines 1.64 kB
{ "author": "Taufik Nurrohman", "browser": "index.min.js", "bugs": "https://github.com/taufik-nurrohman/option-picker/issues", "dependencies": { "@taufik-nurrohman/document": "^1.5.3", "@taufik-nurrohman/event": "^1.0.1", "@taufik-nurrohman/f": "^1.3.8", "@taufik-nurrohman/from": "^1.1.0", "@taufik-nurrohman/has": "^1.0.0", "@taufik-nurrohman/hook": "^1.2.2", "@taufik-nurrohman/is": "^1.0.5", "@taufik-nurrohman/pattern": "^1.0.1", "@taufik-nurrohman/rect": "^1.0.0", "@taufik-nurrohman/selection": "^2.0.1", "@taufik-nurrohman/tick": "^2.1.1", "@taufik-nurrohman/to": "^1.2.0" }, "description": "Accessible custom `<select>` (and `<input list>`) element.", "devDependencies": { "@taufik-nurrohman/factory": "^2.3.1" }, "exports": { "import": "./index.mjs", "require": "./index.js" }, "files": [ "index.css", "index.min.css", "index.scss", "index.js", "index.min.js", "index.mjs" ], "funding": { "url": "https://paypal.me/tatautaufik" }, "homepage": "https://taufik-nurrohman.js.org/option-picker", "keywords": [ "a11y", "combo", "list", "native", "option", "picker", "select" ], "license": "MIT", "main": "index.js", "module": "index.mjs", "name": "@taufik-nurrohman/option-picker", "repository": { "type": "git", "url": "git+https://github.com/taufik-nurrohman/option-picker.git" }, "scripts": { "pack": "pack --clean=false --from=.factory --js-format=umd --js-name=OptionPicker --js-top='%(js.license)' --mjs=true --scss=true --to=." }, "version": "2.2.10" }