Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol
diffdown.com
1{
2 "name": "w3c-keyname",
3 "version": "2.2.8",
4 "description": "Get a KeyboardEvent.key-style string from an event",
5 "main": "index.cjs",
6 "type": "module",
7 "exports": {
8 "import": "./index.js",
9 "require": "./index.cjs"
10 },
11 "module": "index.js",
12 "types": "index.d.ts",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/marijnh/w3c-keyname.git"
16 },
17 "keywords": [
18 "browser",
19 "key",
20 "event",
21 "key code"
22 ],
23 "author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/marijnh/w3c-keyname/issues"
27 },
28 "homepage": "https://github.com/marijnh/w3c-keyname#readme",
29 "scripts": {
30 "build": "rollup -c",
31 "watch": "rollup -c -w",
32 "prepare": "npm run build"
33 },
34 "devDependencies": {
35 "rollup": "^1.26.3"
36 }
37}