{ "_args": [ [ "is-hotkey@0.2.0", "E:\\2023\\5\\myjadmin" ] ], "_from": "is-hotkey@0.2.0", "_id": "is-hotkey@0.2.0", "_inBundle": false, "_integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==", "_location": "/is-hotkey", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-hotkey@0.2.0", "name": "is-hotkey", "escapedName": "is-hotkey", "rawSpec": "0.2.0", "saveSpec": null, "fetchSpec": "0.2.0" }, "_requiredBy": [ "/@wangeditor/editor" ], "_resolved": "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.2.0.tgz", "_spec": "0.2.0", "_where": "E:\\2023\\5\\myjadmin", "bugs": { "url": "https://github.com/ianstormtaylor/is-hotkey/issues" }, "description": "Check whether a browser event matches a hotkey.", "devDependencies": { "babel-cli": "^6.10.1", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-preset-env": "^1.6.1", "mocha": "^3.2.0" }, "homepage": "https://github.com/ianstormtaylor/is-hotkey#readme", "keywords": [ "code", "combo", "event", "hotkey", "key", "keycode", "keycodes", "keycombo", "keydown", "keyup", "mousetrap", "shortcut", "which" ], "license": "MIT", "main": "./lib/index.js", "name": "is-hotkey", "repository": { "type": "git", "url": "git://github.com/ianstormtaylor/is-hotkey.git" }, "scripts": { "build": "babel ./src --out-dir ./lib", "build:umd": "babel --plugins transform-es2015-modules-umd ./src -o ./lib/is-hotkey.umd.js", "clean": "rm -rf ./lib ./node_modules", "prepublish": "yarn run build && yarn run build:umd", "release": "np", "test": "yarn run build && mocha", "watch": "babel ./lib --out-dir ./lib --watch" }, "version": "0.2.0" }