package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "tinymce@^5.9.0",
  3. "_id": "tinymce@5.9.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GaG15OhQB1zR2L63fywhEAViTxkAlhX5JbA+48+O0zCo1FwDuQ8iUVi/FzaOX9Uo7ULp+Y2gu4r3P4ZNueDVPQ==",
  6. "_location": "/tinymce",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "tinymce@^5.9.0",
  12. "name": "tinymce",
  13. "escapedName": "tinymce",
  14. "rawSpec": "^5.9.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.9.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.9.1.tgz",
  22. "_shasum": "95100cd6748bbe5a5dfaaf8353f129756a0a5372",
  23. "_spec": "tinymce@^5.9.0",
  24. "_where": "/Users/bool/yf-projects/yf-exam-standar/yf-exam-vue",
  25. "author": {
  26. "name": "Tiny Technologies, Inc"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/tinymce/tinymce/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  34. "homepage": "https://www.tiny.cloud/",
  35. "keywords": [
  36. "wysiwyg",
  37. "tinymce",
  38. "richtext",
  39. "javascript",
  40. "html",
  41. "text",
  42. "rich editor",
  43. "rich text editor",
  44. "rte",
  45. "rich text",
  46. "contenteditable",
  47. "editing"
  48. ],
  49. "license": "LGPL-2.1",
  50. "main": "tinymce.js",
  51. "name": "tinymce",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/tinymce/tinymce.git",
  55. "directory": "modules/tinymce"
  56. },
  57. "types": "tinymce.d.ts",
  58. "version": "5.9.1"
  59. }