1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
| {
| "name": "tinymce",
| "version": "6.4.2",
| "repository": {
| "type": "git",
| "url": "https://github.com/tinymce/tinymce.git",
| "directory": "modules/tinymce"
| },
| "description": "Web based JavaScript HTML WYSIWYG editor control.",
| "author": "Ephox Corporation DBA Tiny Technologies, Inc",
| "main": "tinymce.js",
| "types": "tinymce.d.ts",
| "license": "MIT",
| "keywords": [
| "wysiwyg",
| "tinymce",
| "richtext",
| "javascript",
| "html",
| "text",
| "rich editor",
| "rich text editor",
| "rte",
| "rich text",
| "contenteditable",
| "editing"
| ],
| "homepage": "https://www.tiny.cloud/",
| "bugs": {
| "url": "https://github.com/tinymce/tinymce/issues"
| },
| "__npminstall_done": true,
| "_from": "tinymce@6.4.2",
| "_resolved": "https://registry.npmmirror.com/tinymce/-/tinymce-6.4.2.tgz"
| }
|
|