{
  "_from": "@ckeditor/ckeditor5-vue@^1.0.2",
  "_id": "@ckeditor/ckeditor5-vue@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-8pYcWkOSUTZ4KD6nT2JbD4rQycvhCaoOAJeOiaSrjWb3X/xRWoDEOOJzXC6VRk9AeNE1UYY9wKBAsq3VoR5V9w==",
  "_location": "/@ckeditor/ckeditor5-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ckeditor/ckeditor5-vue@^1.0.2",
    "name": "@ckeditor/ckeditor5-vue",
    "escapedName": "@ckeditor%2fckeditor5-vue",
    "scope": "@ckeditor",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@ckeditor/ckeditor5-vue/-/ckeditor5-vue-1.0.3.tgz",
  "_shasum": "b73babe217e222614f0567bf858de8152c2071b2",
  "_spec": "@ckeditor/ckeditor5-vue@^1.0.2",
  "_where": "D:\\Projects\\VueJS\\template\\minton-vue-template-v1.0.0\\Admin",
  "author": {
    "name": "CKSource",
    "url": "http://cksource.com/"
  },
  "bugs": {
    "url": "https://github.com/ckeditor/ckeditor5-vue/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Official Vue.js component for CKEditor 5 – the best browser-based rich text editor.",
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@ckeditor/ckeditor5-build-classic": "^22.0.0",
    "@ckeditor/ckeditor5-dev-env": "^23.5.1",
    "@ckeditor/ckeditor5-dev-utils": "^23.5.1",
    "@vue/test-utils": "^1.0.4",
    "babel-loader": "^8.0.5",
    "chai": "^4.2.0",
    "eslint": "^7.0.0",
    "eslint-config-ckeditor5": "^3.0.0",
    "istanbul-instrumenter-loader": "^3.0.0",
    "karma": "^5.0.9",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^1.1.1",
    "karma-coveralls": "^2.0.0",
    "karma-firefox-launcher": "^1.3.0",
    "karma-mocha": "^2.0.1",
    "karma-mocha-reporter": "^2.2.4",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "lodash-es": "^4.17.11",
    "minimist": "^1.2.0",
    "mocha": "^7.1.2",
    "sinon": "^9.0.2",
    "terser-webpack-plugin": "^3.0.2",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.16.0",
    "webpack-cli": "^3.1.0"
  },
  "engines": {
    "node": ">=8.0.0",
    "npm": ">=5.7.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/ckeditor/ckeditor5-vue",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "editing",
    "vue",
    "vue.js",
    "vue component",
    "vue.js component",
    "ckeditor",
    "ckeditor5",
    "ckeditor 5"
  ],
  "license": "GPL-2.0-or-later",
  "main": "dist/ckeditor.js",
  "name": "@ckeditor/ckeditor5-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/ckeditor5-vue.git"
  },
  "scripts": {
    "build": "webpack --mode production",
    "changelog": "node ./scripts/changelog.js",
    "coverage": "node ./scripts/test.js --coverage",
    "develop": "webpack --mode development --watch",
    "prerelease": "npm run build; if [ -n \"$(git status dist/ --porcelain)\" ]; then git add -u dist/ && git commit -m 'Internal: Build.'; fi",
    "release": "node ./scripts/release.js",
    "release:bump-version": "node ./scripts/bump-version.js",
    "release:publish": "node ./scripts/publish.js",
    "test": "node ./scripts/test.js"
  },
  "version": "1.0.3"
}
