package.json 1.8 KB

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