package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keyboardevent-key-polyfill Show documentation
Show all versions of keyboardevent-key-polyfill Show documentation
polyfill for `KeyboardEvent.prototype.key`
The newest version!
{
"name": "keyboardevent-key-polyfill",
"version": "1.1.0",
"description": "polyfill for `KeyboardEvent.prototype.key`",
"main": "index.js",
"author": {
"name": "Chris Van",
"url": "https://twitter.com/cvanw/"
},
"license": "CC0-1.0",
"homepage": "https://github.com/cvan/keyboardevent-key-polyfill/",
"repository": "cvan/keyboardevent-key-polyfill",
"bugs": {
"url": "https://github.com/cvan/keyboardevent-key-polyfill/issues"
},
"keywords": [
"polyfill",
"event",
"keyboard",
"keyboard-event",
"key",
"key-event",
"client-side",
"browser"
]
}