UNPKG

@ckeditor/ckeditor5-utils

Version:

Miscellaneous utilities used by CKEditor 5.

55 lines (54 loc) 1.27 kB
{ "name": "@ckeditor/ckeditor5-utils", "version": "45.2.0", "description": "Miscellaneous utilities used by CKEditor 5.", "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-lib", "ckeditor5-dll" ], "type": "module", "main": "src/index.js", "dependencies": { "@ckeditor/ckeditor5-ui": "45.2.0", "es-toolkit": "1.32.0" }, "author": "CKSource (http://cksource.com/)", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://ckeditor.com/ckeditor-5", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git", "directory": "packages/ckeditor5-utils" }, "files": [ "dist", "lang", "src/**/*.js", "src/**/*.d.ts", "theme", "CHANGELOG.md" ], "types": "src/index.d.ts", "exports": { ".": { "types": "./src/index.d.ts", "import": "./src/index.js", "default": "./src/index.js" }, "./dist/*": { "types": "./src/index.d.ts", "import": "./dist/*", "default": "./dist/*" }, "./src/*": { "types": "./src/*.d.ts", "import": "./src/*", "default": "./src/*" }, "./package.json": "./package.json" } }