@syncfusion/ej2-vue-richtexteditor 29.2.8 → 29.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +49 -19
package/package.json CHANGED
@@ -1,33 +1,63 @@
1
1
  {
2
- "name": "@syncfusion/ej2-vue-richtexteditor",
3
- "version": "29.2.8",
2
+ "_from": "@syncfusion/ej2-vue-richtexteditor@*",
3
+ "_id": "@syncfusion/ej2-vue-richtexteditor@29.2.8",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-tiq/n7mEWyQqogWvj0ffmI5qwrIMsHQ4BHsZ6z66gQDYzDdDkjix6TIGmkeyFAKQs9b/kLt/ccmzcpA2vNGtIg==",
6
+ "_location": "/@syncfusion/ej2-vue-richtexteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-vue-richtexteditor@*",
12
+ "name": "@syncfusion/ej2-vue-richtexteditor",
13
+ "escapedName": "@syncfusion%2fej2-vue-richtexteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://registry.npmjs.org/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-29.2.8.tgz",
23
+ "_shasum": "f2d2e6c1183fa3915c8e2c7d9577d94380de1b46",
24
+ "_spec": "@syncfusion/ej2-vue-richtexteditor@*",
25
+ "_where": "E:\\June 2025\\New folder",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-vue-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~29.2.4",
35
+ "@syncfusion/ej2-richtexteditor": "29.2.9",
36
+ "@syncfusion/ej2-vue-base": "~29.2.4"
37
+ },
38
+ "deprecated": false,
4
39
  "description": "Essential JS 2 RichTextEditor component for Vue",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-vue-richtexteditor.es2015.js",
42
+ "homepage": "https://www.syncfusion.com/vue-components",
7
43
  "keywords": [
8
44
  "vue-rich-text-editor",
9
45
  "vue-html-editor",
10
46
  "vue-markdown-editor",
11
47
  "vue-wysiwyg-editor"
12
48
  ],
13
- "repository": {
14
- "type": "git",
15
- "url": "https://github.com/syncfusion/ej2-vue-ui-components.git"
16
- },
49
+ "license": "SEE LICENSE IN license",
17
50
  "main": "./dist/ej2-vue-richtexteditor.umd.min.js",
18
51
  "module": "./index.js",
19
- "es2015": "dist/es6/ej2-vue-richtexteditor.es2015.js",
20
- "readme": "ReadMe.md",
21
- "dependencies": {
22
- "@syncfusion/ej2-base": "~29.2.4",
23
- "@syncfusion/ej2-vue-base": "~29.2.4",
24
- "@syncfusion/ej2-richtexteditor": "29.2.8"
52
+ "name": "@syncfusion/ej2-vue-richtexteditor",
53
+ "repository": {
54
+ "type": "git",
55
+ "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
25
56
  },
26
- "devDependencies": {},
27
57
  "scripts": {
28
- "compile": "gulp ci-compile && gulp vue-global-script",
29
- "ci-publish": "gulp ci-publish"
58
+ "ci-publish": "gulp ci-publish",
59
+ "compile": "gulp ci-compile && gulp vue-global-script"
30
60
  },
31
61
  "sideEffects": false,
32
- "homepage": "https://www.syncfusion.com/vue-components"
33
- }
62
+ "version": "29.2.9"
63
+ }