| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_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": "range",
- "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.npmmirror.com/is-hotkey/-/is-hotkey-0.2.0.tgz",
- "_shasum": "1835a68171a91e5c9460869d96336947c8340cef",
- "_spec": "is-hotkey@^0.2.0",
- "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\editor",
- "bugs": {
- "url": "https://github.com/ianstormtaylor/is-hotkey/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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"
- }
|