UNPKG

makeup-focusables

Version:

Returns an array of all focusable descendants of the given element

42 lines (41 loc) 1.24 kB
{ "name": "makeup-focusables", "description": "Returns an array of all focusable descendants of the given element", "version": "0.5.0", "main": "./dist/cjs/index.js", "module": "./dist/mjs/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/mjs/index.js", "require": "./dist/cjs/index.js" } }, "repository": "https://github.com/makeup/makeup-js/tree/master/packages/core/makeup-focusables", "author": "Ian McBurnie <ianmcburnie@hotmail.com>", "license": "MIT", "scripts": { "compile": "npm run compile:mjs && npm run compile:cjs", "compile:mjs": "esbuild src/index.js --outfile=dist/mjs/index.js --format=esm", "compile:cjs": "babel --plugins @babel/plugin-transform-modules-commonjs src/index.js --out-file dist/cjs/index.js", "clean": "rimraf *.log .DS_Store" }, "keywords": [ "makeup", "ebay", "accessibility", "a11y" ], "files": [ "dist/index.d.ts", "dist/cjs/index.js", "dist/mjs/index.js", "dist/mjs/package.json", "package-lock.json" ], "browserslist": [ "extends @ebay/browserslist-config" ], "gitHead": "57e99c383e63b845fd121f3f1e6e042fe137daf2" }