node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

36
server/node_modules/is-hotkey/package.json generated vendored Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "is-hotkey",
"description": "Check whether a browser event matches a hotkey.",
"version": "0.1.8",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/is-hotkey.git",
"main": "./lib/index.js",
"scripts": {
"build": "babel ./src --out-dir ./lib",
"clean": "rm -rf ./lib ./node_modules",
"prepublish": "yarn run build",
"release": "np",
"test": "yarn run build && mocha",
"watch": "babel ./lib --out-dir ./lib --watch"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-env": "^1.6.1",
"mocha": "^3.2.0"
},
"keywords": [
"code",
"combo",
"event",
"hotkey",
"key",
"keycode",
"keycodes",
"keycombo",
"keydown",
"keyup",
"mousetrap",
"shortcut",
"which"
]
}