{
  "_args": [
    [
      "jodit-vue@2.2.2",
      "C:\\laragon\\www\\metalcrom2021"
    ]
  ],
  "_from": "jodit-vue@2.2.2",
  "_id": "jodit-vue@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-x5PdkV/mYWnXJOr8ZzovUKtLYOJ7r2mNDFhfC5wbgRtJPFORO4To7/gT3JD3ZA+DR8/iLuR0zBWmwnapp8QIBA==",
  "_location": "/jodit-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jodit-vue@2.2.2",
    "name": "jodit-vue",
    "escapedName": "jodit-vue",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/aporteweb-dashboard"
  ],
  "_resolved": "https://registry.npmjs.org/jodit-vue/-/jodit-vue-2.2.2.tgz",
  "_spec": "2.2.2",
  "_where": "C:\\laragon\\www\\metalcrom2021",
  "author": {
    "name": "Wendell Adriel",
    "email": "wendelladriel.ti@gmail.com"
  },
  "browser": {
    "./sfc": "./src/jodit-vue.vue"
  },
  "bugs": {
    "url": "https://github.com/WendellAdriel/jodit-vue/issues"
  },
  "dependencies": {
    "@ungap/global-this": "^0.3.1",
    "jodit": "^3.4.1"
  },
  "description": "Vue wrapper for Jodit Editor",
  "devDependencies": {
    "@rollup/plugin-buble": "^0.21.1",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.1",
    "all-contributors-cli": "^6.7.0",
    "del-cli": "^3.0.0",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.2.3",
    "rollup": "^1.16.7",
    "rollup-plugin-terser": "^5.1.1",
    "rollup-plugin-vue": "^5.0.1",
    "vue": "^2.6.10",
    "vue-template-compiler": "^2.6.10"
  },
  "files": [
    "dist",
    "src"
  ],
  "homepage": "https://github.com/WendellAdriel/jodit-vue#readme",
  "jsdelivr": "./dist/jodit-vue.umd.js",
  "keywords": [
    "vue",
    "jodit",
    "wrapper",
    "editor",
    "rich editor",
    "wysiwyg"
  ],
  "license": "MIT",
  "main": "./dist/jodit-vue.js",
  "module": "./dist/jodit-vue.esm.js",
  "name": "jodit-vue",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/WendellAdriel/jodit-vue.git"
  },
  "scripts": {
    "build": "rollup --config ./rollup.config.js",
    "clean": "del-cli ./dist",
    "contributors:add": "all-contributors add",
    "contributors:generate": "all-contributors generate",
    "lint": "eslint --color --ext .js,.vue .",
    "lint:fix": "eslint --color --fix --ext .js,.vue .",
    "prebuild": "yarn lint && yarn clean",
    "prepublishOnly": "yarn lint && yarn build"
  },
  "unpkg": "./dist/jodit-vue.umd.js",
  "version": "2.2.2"
}
