UNPKG

keyboard-event-to-string

Version:

Converts a JavaScript keyboard event object into a humanly readable string

48 lines (47 loc) 1.25 kB
{ "name": "keyboard-event-to-string", "version": "2.1.0", "description": " Converts a JavaScript keyboard event object into a humanly readable string", "main": "./dist/cjs/keyboard-event-to-string.js", "module": "./dist/esm/keyboard-event-to-string.js", "files": [ "dist/" ], "scripts": { "test": "gauge run specs/basic.spec", "build": "rm -rf ./dist/* && node_modules/.bin/tsc -p tsconfig.json && node_modules/.bin/tsc -p tsconfig-cjs.json", "prepublishOnly": "yarn build" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/ndp-software/keyboard-event-to-string.git" }, "keywords": [ "front-end", "dom", "events", "keyboard", "KeyboardEvent", "keycode", "keys", "keydown", "keyup" ], "authors": [ "Florian Hartmann", "Andrew J Peterson" ], "license": "MIT", "bugs": { "url": "https://github.com/ndp-software/keyboard-event-to-string/issues" }, "homepage": "https://github.com/ndp-software/keyboard-event-to-string#readme", "devDependencies": { "@getgauge/cli": "latest", "@types/assert": "^1.5.6", "@types/node": "latest", "assert": "latest", "gauge-ts": "latest", "typescript": "^4.4.3" } }