UNPKG

makeup-next-id

Version:

Assign the next id in sequence to an element, if an id property does not already exist.

39 lines (38 loc) 1.16 kB
{ "name": "makeup-next-id", "description": "Assign the next id in sequence to an element, if an id property does not already exist.", "version": "0.5.5", "main": "./dist/cjs/index.js", "module": "./dist/mjs/index.js", "exports": { ".": { "import": "./dist/mjs/index.js", "require": "./dist/cjs/index.js" } }, "repository": "https://github.com/makeup/makeup-js/tree/master/packages/core/makeup-next-id", "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/cjs/index.js", "dist/mjs/index.js", "dist/mjs/package.json", "package-lock.json" ], "browserslist": [ "extends @ebay/browserslist-config" ], "gitHead": "c157164f0599dd38bd33e03780388bb8539f24a6" }