File size: 1,457 Bytes
bb7f1f4 | 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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | {
"_from": "tinymce@^6",
"_id": "tinymce@6.4.1",
"_inBundle": false,
"_integrity": "sha512-+/cS2AM9l6p72IBs2uolHbGsBUztLs0WslqNgFaTXtmMksTNUOhh8p08xtA/fa03UGlWEC6/EJoeV95/QDXa2A==",
"_location": "/tinymce",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tinymce@^6",
"name": "tinymce",
"escapedName": "tinymce",
"rawSpec": "^6",
"saveSpec": null,
"fetchSpec": "^6"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/tinymce/-/tinymce-6.4.1.tgz",
"_shasum": "9c28f798074668d53371805fb6f1c68e582a4549",
"_spec": "tinymce@^6",
"_where": "/content",
"author": {
"name": "Ephox Corporation DBA Tiny Technologies, Inc"
},
"bugs": {
"url": "https://github.com/tinymce/tinymce/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"homepage": "https://www.tiny.cloud/",
"keywords": [
"wysiwyg",
"tinymce",
"richtext",
"javascript",
"html",
"text",
"rich editor",
"rich text editor",
"rte",
"rich text",
"contenteditable",
"editing"
],
"license": "MIT",
"main": "tinymce.js",
"name": "tinymce",
"repository": {
"type": "git",
"url": "git+https://github.com/tinymce/tinymce.git",
"directory": "modules/tinymce"
},
"types": "tinymce.d.ts",
"version": "6.4.1"
}
|