{
  "_args": [
    [
      "vue-quill-editor@2.3.3",
      "/var/www/www-root/data/www/afutest.su"
    ]
  ],
  "_development": true,
  "_from": "vue-quill-editor@2.3.3",
  "_id": "vue-quill-editor@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-3hK8sb7k1RMbBdE6wLirwuvZsfiOxGr7KcqqxZlBFSHsSdQ5BWUfe/C7tjN111hUANBgqJOf391PQl+EkFQMmA==",
  "_location": "/vue-quill-editor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-quill-editor@2.3.3",
    "name": "vue-quill-editor",
    "escapedName": "vue-quill-editor",
    "rawSpec": "2.3.3",
    "saveSpec": null,
    "fetchSpec": "2.3.3"
  },
  "_requiredBy": [
    "/craftable"
  ],
  "_resolved": "https://registry.npmjs.org/vue-quill-editor/-/vue-quill-editor-2.3.3.tgz",
  "_spec": "2.3.3",
  "_where": "/var/www/www-root/data/www/afutest.su",
  "author": {
    "name": "Surmon",
    "email": "surmon@foxmail.com",
    "url": "http://surmon.me"
  },
  "bugs": {
    "url": "https://github.com/surmon-china/vue-quill-editor/issues"
  },
  "dependencies": {
    "quill": "^1.3.0"
  },
  "description": "quill editor component for Vue",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "browserify": "^14.4.0",
    "cross-env": "^5.0.0",
    "uglify-js": "^3.0.15",
    "vueify": "^8.7.0"
  },
  "homepage": "https://github.com/surmon-china/vue-quill-editor#readme",
  "keywords": [
    "vue-quill-editor",
    "vue quill",
    "vue text editor",
    "vue rich text editor",
    "vue web editor",
    "vue editor"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "vue-quill-editor",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/surmon-china/vue-quill-editor.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueQuillEditor -o dist/vue-quill-editor.js -d && uglifyjs dist/vue-quill-editor.js --source-map -o dist/vue-quill-editor.min.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "2.3.3"
}
