{
  "_from": "svg-to-vue@^0.6.0",
  "_id": "svg-to-vue@0.6.0",
  "_inBundle": false,
  "_integrity": "sha512-SYGJMBq5EHt/nIJxZ4kA9A6bilaFXtOPFJRoMQ2ml/jFP4N9L7HVFTm+5WCFN3QFnEUXtH6BHzpoOlwP1/5+2A==",
  "_location": "/svg-to-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "svg-to-vue@^0.6.0",
    "name": "svg-to-vue",
    "escapedName": "svg-to-vue",
    "rawSpec": "^0.6.0",
    "saveSpec": null,
    "fetchSpec": "^0.6.0"
  },
  "_requiredBy": [
    "/vue-svg-loader"
  ],
  "_resolved": "https://registry.npmjs.org/svg-to-vue/-/svg-to-vue-0.6.0.tgz",
  "_shasum": "d5de9ec7126ac3c11adf8cfad013a6264ef57184",
  "_spec": "svg-to-vue@^0.6.0",
  "_where": "/var/www/html/node_modules/vue-svg-loader",
  "author": {
    "name": "Damian Stasik",
    "email": "npm@coded.pl"
  },
  "bugs": {
    "url": "https://github.com/visualfanatic/svg-to-vue/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "svgo": "^1.3.2"
  },
  "deprecated": false,
  "description": "Utility to convert SVG code into Vue component definition",
  "devDependencies": {
    "eslint": "^6.6.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2"
  },
  "homepage": "https://github.com/visualfanatic/svg-to-vue#readme",
  "keywords": [
    "vue",
    "svg",
    "svgo"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "svg-to-vue",
  "peerDependencies": {
    "vue-template-compiler": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visualfanatic/svg-to-vue.git"
  },
  "version": "0.6.0"
}
