package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "is-hotkey@0.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "is-hotkey@0.2.0",
  9. "_id": "is-hotkey@0.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-UknnZK4RakDmTgz4PI1wIph5yxSs/mvChWs9ifnlXsKuXgWmOkY/hAE0H/k2MIqH0RlRye0i1oC07MCRSD28Mw==",
  12. "_location": "/is-hotkey",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-hotkey@0.2.0",
  18. "name": "is-hotkey",
  19. "escapedName": "is-hotkey",
  20. "rawSpec": "0.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.0"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/editor"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-hotkey/-/is-hotkey-0.2.0.tgz",
  28. "_spec": "0.2.0",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "bugs": {
  31. "url": "https://github.com/ianstormtaylor/is-hotkey/issues"
  32. },
  33. "description": "Check whether a browser event matches a hotkey.",
  34. "devDependencies": {
  35. "babel-cli": "^6.10.1",
  36. "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
  37. "babel-preset-env": "^1.6.1",
  38. "mocha": "^3.2.0"
  39. },
  40. "homepage": "https://github.com/ianstormtaylor/is-hotkey#readme",
  41. "keywords": [
  42. "code",
  43. "combo",
  44. "event",
  45. "hotkey",
  46. "key",
  47. "keycode",
  48. "keycodes",
  49. "keycombo",
  50. "keydown",
  51. "keyup",
  52. "mousetrap",
  53. "shortcut",
  54. "which"
  55. ],
  56. "license": "MIT",
  57. "main": "./lib/index.js",
  58. "name": "is-hotkey",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/ianstormtaylor/is-hotkey.git"
  62. },
  63. "scripts": {
  64. "build": "babel ./src --out-dir ./lib",
  65. "build:umd": "babel --plugins transform-es2015-modules-umd ./src -o ./lib/is-hotkey.umd.js",
  66. "clean": "rm -rf ./lib ./node_modules",
  67. "prepublish": "yarn run build && yarn run build:umd",
  68. "release": "np",
  69. "test": "yarn run build && mocha",
  70. "watch": "babel ./lib --out-dir ./lib --watch"
  71. },
  72. "version": "0.2.0"
  73. }