package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "slate-history@0.66.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "slate-history@0.66.0",
  9. "_id": "slate-history@0.66.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6MWpxGQZiMvSINlCbMW43E2YBSVMCMCIwQfBzGssjWw4kb0qfvj0pIdblWNRQZD0hR6WHP+dHHgGSeVdMWzfng==",
  12. "_location": "/slate-history",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "slate-history@0.66.0",
  18. "name": "slate-history",
  19. "escapedName": "slate-history",
  20. "rawSpec": "0.66.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.66.0"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/core"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/slate-history/-/slate-history-0.66.0.tgz",
  28. "_spec": "0.66.0",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "bugs": {
  31. "url": "https://github.com/ianstormtaylor/slate/issues"
  32. },
  33. "dependencies": {
  34. "is-plain-object": "^5.0.0"
  35. },
  36. "description": "An operation-based history implementation for Slate editors.",
  37. "devDependencies": {
  38. "@babel/runtime": "^7.7.4",
  39. "lodash": "^4.17.21",
  40. "slate": "^0.66.0",
  41. "slate-hyperscript": "^0.66.0",
  42. "source-map-loader": "^0.2.4"
  43. },
  44. "files": [
  45. "dist/"
  46. ],
  47. "homepage": "https://github.com/ianstormtaylor/slate#readme",
  48. "keywords": [
  49. "editor",
  50. "history",
  51. "operation",
  52. "redo",
  53. "save",
  54. "slate",
  55. "stack",
  56. "undo"
  57. ],
  58. "license": "MIT",
  59. "main": "dist/index.js",
  60. "module": "dist/index.es.js",
  61. "name": "slate-history",
  62. "peerDependencies": {
  63. "slate": ">=0.65.3"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/ianstormtaylor/slate.git"
  68. },
  69. "sideEffects": false,
  70. "types": "dist/index.d.ts",
  71. "umd": "dist/slate-history.js",
  72. "umdGlobals": {
  73. "slate": "Slate"
  74. },
  75. "umdMin": "dist/slate-history.min.js",
  76. "version": "0.66.0"
  77. }