is-printable-key-event
Version:
Detect whether a KeyboardEvent is caused by a printable key
37 lines (36 loc) • 811 B
JSON
{
"name": "is-printable-key-event",
"version": "1.0.0",
"description": "Detect whether a KeyboardEvent is caused by a printable key",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "webpack",
"test": "webpack; node test.js"
},
"keywords": [
"key",
"keyCode",
"keydown",
"keyup",
"keypress",
"DOM",
"event",
"KeyboardEvent"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ndrsn/is-printable-key-event.git"
},
"bugs": {
"url": "https://github.com/ndrsn/is-printable-key-event/issues"
},
"author": "Jona Andersen <jona@ndrsn.org>",
"license": "ISC",
"devDependencies": {
"ts-loader": "^8.0.3",
"typescript": "4.0.2",
"webpack": "4.44.1",
"webpack-cli": "^3.3.12"
}
}