package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "@wangeditor/editor@5.1.23",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "@wangeditor/editor@5.1.23",
  9. "_id": "@wangeditor/editor@5.1.23",
  10. "_inBundle": false,
  11. "_integrity": "sha512-0RxfeVTuK1tktUaPROnCoFfaHVJpRAIE2zdS0mpP+vq1axVQpLjM8+fCvKzqYIkH0Pg+C+44hJpe3VVroSkEuQ==",
  12. "_location": "/@wangeditor/editor",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@wangeditor/editor@5.1.23",
  18. "name": "@wangeditor/editor",
  19. "escapedName": "@wangeditor%2feditor",
  20. "scope": "@wangeditor",
  21. "rawSpec": "5.1.23",
  22. "saveSpec": null,
  23. "fetchSpec": "5.1.23"
  24. },
  25. "_requiredBy": [
  26. "/"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@wangeditor/editor/-/editor-5.1.23.tgz",
  29. "_spec": "5.1.23",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "wangfupeng1988",
  33. "email": "wangfupeng1988@163.com"
  34. },
  35. "browser": {
  36. "./dist/index.js": "./dist/index.js",
  37. "./dist/index.esm.js": "./dist/index.esm.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/wangeditor-team/wangEditor/issues"
  41. },
  42. "contributors": [],
  43. "dependencies": {
  44. "@uppy/core": "^2.1.1",
  45. "@uppy/xhr-upload": "^2.0.3",
  46. "@wangeditor/basic-modules": "^1.1.7",
  47. "@wangeditor/code-highlight": "^1.0.3",
  48. "@wangeditor/core": "^1.1.19",
  49. "@wangeditor/list-module": "^1.0.5",
  50. "@wangeditor/table-module": "^1.1.4",
  51. "@wangeditor/upload-image-module": "^1.0.2",
  52. "@wangeditor/video-module": "^1.1.4",
  53. "dom7": "^3.0.0",
  54. "is-hotkey": "^0.2.0",
  55. "lodash.camelcase": "^4.3.0",
  56. "lodash.clonedeep": "^4.5.0",
  57. "lodash.debounce": "^4.0.8",
  58. "lodash.foreach": "^4.5.0",
  59. "lodash.isequal": "^4.5.0",
  60. "lodash.throttle": "^4.1.1",
  61. "lodash.toarray": "^4.4.0",
  62. "nanoid": "^3.2.0",
  63. "slate": "^0.72.0",
  64. "snabbdom": "^3.1.0"
  65. },
  66. "description": "Web rich text editor, Web 富文本编辑器",
  67. "directories": {
  68. "lib": "dist",
  69. "test": "__tests__"
  70. },
  71. "files": [
  72. "dist"
  73. ],
  74. "gitHead": "75812c37496111f1b6e8121967db9c7f2c2ba46d",
  75. "homepage": "https://www.wangeditor.com/",
  76. "keywords": [
  77. "wangeditor",
  78. "rich text",
  79. "editor",
  80. "富文本",
  81. "编辑器"
  82. ],
  83. "license": "MIT",
  84. "main": "dist/index.js",
  85. "module": "dist/index.esm.js",
  86. "name": "@wangeditor/editor",
  87. "publishConfig": {
  88. "access": "public",
  89. "registry": "https://registry.npmjs.com/"
  90. },
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/wangeditor-team/wangEditor.git"
  94. },
  95. "scripts": {
  96. "build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
  97. "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js",
  98. "dev-size-stats": "cross-env NODE_ENV=development:size_stats rollup -c rollup.config.js",
  99. "dev-watch": "cross-env NODE_ENV=development rollup -c rollup.config.js -w",
  100. "example": "concurrently \"yarn dev-watch\" \"http-server -p 8881 -c-1\" ",
  101. "size-stats": "cross-env NODE_ENV=production:size_stats rollup -c rollup.config.js",
  102. "test": "jest",
  103. "test-c": "jest --coverage"
  104. },
  105. "types": "dist/editor/src/index.d.ts",
  106. "version": "5.1.23"
  107. }