package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "slate@^0.72.0",
  3. "_id": "slate@0.72.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/nJwTswQgnRurpK+bGJFH1oM7naD5qDmHd89JyiKNT2oOKD8marW0QSBtuFnwEbL5aGCS8AmrhXQgNOsn4osAw==",
  6. "_location": "/slate",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "slate@^0.72.0",
  12. "name": "slate",
  13. "escapedName": "slate",
  14. "rawSpec": "^0.72.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.72.0"
  17. },
  18. "_requiredBy": [
  19. "/@wangeditor/editor"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/slate/-/slate-0.72.8.tgz",
  22. "_shasum": "5a018edf24e45448655293a68bfbcf563aa5ba81",
  23. "_spec": "slate@^0.72.0",
  24. "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@wangeditor\\editor",
  25. "bugs": {
  26. "url": "https://github.com/ianstormtaylor/slate/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "immer": "^9.0.6",
  31. "is-plain-object": "^5.0.0",
  32. "tiny-warning": "^1.0.3"
  33. },
  34. "deprecated": false,
  35. "description": "A completely customizable framework for building rich text editors.",
  36. "devDependencies": {
  37. "@babel/runtime": "^7.7.4",
  38. "lodash": "^4.17.21",
  39. "slate-hyperscript": "^0.67.0",
  40. "source-map-loader": "^0.2.4"
  41. },
  42. "files": [
  43. "dist/"
  44. ],
  45. "homepage": "https://github.com/ianstormtaylor/slate#readme",
  46. "keywords": [
  47. "canvas",
  48. "contenteditable",
  49. "custom",
  50. "document",
  51. "edit",
  52. "editor",
  53. "html",
  54. "immutable",
  55. "markdown",
  56. "medium",
  57. "paper",
  58. "react",
  59. "rich",
  60. "richtext",
  61. "richtext",
  62. "slate",
  63. "text",
  64. "wysiwyg",
  65. "wysiwym"
  66. ],
  67. "license": "MIT",
  68. "main": "dist/index.js",
  69. "module": "dist/index.es.js",
  70. "name": "slate",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/ianstormtaylor/slate.git"
  74. },
  75. "sideEffects": false,
  76. "types": "dist/index.d.ts",
  77. "umd": "dist/slate.js",
  78. "umdMin": "dist/slate.min.js",
  79. "version": "0.72.8"
  80. }