package.json 1.9 KB

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