Initial
This commit is contained in:
23
resources/app/node_modules/w3c-keyname/package.json
generated
vendored
Normal file
23
resources/app/node_modules/w3c-keyname/package.json
generated
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "w3c-keyname",
|
||||
"version": "2.2.8",
|
||||
"description": "Get a KeyboardEvent.key-style string from an event",
|
||||
"main": "index.cjs",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"import": "./index.js",
|
||||
"require": "./index.cjs"
|
||||
},
|
||||
"module": "index.js",
|
||||
"types": "index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/marijnh/w3c-keyname.git"
|
||||
},
|
||||
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/marijnh/w3c-keyname#readme",
|
||||
"devDependencies": {
|
||||
"rollup": "^1.26.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user