package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "tinymce@5.10.1",
  5. "/Users/zhurui/Desktop/seecoder开发/SEEC-BOK-FRONTEND"
  6. ]
  7. ],
  8. "_from": "tinymce@5.10.1",
  9. "_id": "tinymce@5.10.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-4KNgx8xC4+i6KsilIxZuyjSTqIA=",
  12. "_location": "/tinymce",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tinymce@5.10.1",
  18. "name": "tinymce",
  19. "escapedName": "tinymce",
  20. "rawSpec": "5.10.1",
  21. "saveSpec": null,
  22. "fetchSpec": "5.10.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tinymce/download/tinymce-5.10.1.tgz",
  28. "_spec": "5.10.1",
  29. "_where": "/Users/zhurui/Desktop/seecoder开发/SEEC-BOK-FRONTEND",
  30. "author": {
  31. "name": "Tiny Technologies, Inc"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/tinymce/tinymce/issues"
  35. },
  36. "description": "Web based JavaScript HTML WYSIWYG editor control.",
  37. "homepage": "https://www.tiny.cloud/",
  38. "keywords": [
  39. "wysiwyg",
  40. "tinymce",
  41. "richtext",
  42. "javascript",
  43. "html",
  44. "text",
  45. "rich editor",
  46. "rich text editor",
  47. "rte",
  48. "rich text",
  49. "contenteditable",
  50. "editing"
  51. ],
  52. "license": "LGPL-2.1",
  53. "main": "tinymce.js",
  54. "name": "tinymce",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/tinymce/tinymce.git",
  58. "directory": "modules/tinymce"
  59. },
  60. "types": "tinymce.d.ts",
  61. "version": "5.10.1"
  62. }