UNPKG

selection-update

Version:

Computing selection updates on external INPUT value changes, browser style

47 lines (46 loc) 1.04 kB
{ "name": "selection-update", "version": "1.1.1", "description": "Computing selection updates on external INPUT value changes, browser style", "main": "./index.js", "scripts": { "all": "npm run lint && npm test", "lint": "eslint .", "test": "mocha test.js" }, "type": "module", "types": "./index.d.ts", "exports": { ".": "./index.js", "./package.json": "./package.json" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/nikku/selection-update.git" }, "keywords": [ "selection", "update", "input", "textarea", "value", "html", "browserify" ], "author": "Nico Rehwaldt <git_nikku@nixis.de>", "license": "MIT", "bugs": { "url": "https://github.com/nikku/selection-update/issues" }, "homepage": "https://github.com/nikku/selection-update", "devDependencies": { "chai": "^6.2.1", "eslint": "^9.39.1", "eslint-plugin-bpmn-io": "^2.2.0", "mocha": "^11.7.5" }, "files": [ "index.js", "index.d.ts" ] }