{
  "_args": [
    [
      "svg-to-vue@0.3.0",
      "/var/www/html"
    ]
  ],
  "_from": "svg-to-vue@0.3.0",
  "_id": "svg-to-vue@0.3.0",
  "_inBundle": false,
  "_integrity": "sha512-eb53eev1yBVIlhJzs9NoLtZUkLLlWPd9oieCq8i949ZWSajfONNgUk6giWJd+oEf+WBIMW7Oql5vKbF0DhIdEw==",
  "_location": "/svg-to-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "svg-to-vue@0.3.0",
    "name": "svg-to-vue",
    "escapedName": "svg-to-vue",
    "rawSpec": "0.3.0",
    "saveSpec": null,
    "fetchSpec": "0.3.0"
  },
  "_requiredBy": [
    "/vue-svg-loader"
  ],
  "_resolved": "https://registry.npmjs.org/svg-to-vue/-/svg-to-vue-0.3.0.tgz",
  "_spec": "0.3.0",
  "_where": "/var/www/html",
  "author": {
    "name": "Damian Stasik",
    "email": "npm@coded.pl"
  },
  "bugs": {
    "url": "https://github.com/visualfanatic/svg-to-vue/issues"
  },
  "dependencies": {
    "svgo": "^1.1.1",
    "vue-template-compiler": "^2.5.17",
    "vue-template-es2015-compiler": "^1.6.0"
  },
  "description": "Utility to convert SVG code into Vue component definition",
  "devDependencies": {
    "eslint": "^5.6.1",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-plugin-import": "^2.14.0"
  },
  "homepage": "https://github.com/visualfanatic/svg-to-vue#readme",
  "keywords": [
    "vue",
    "svg",
    "svgo"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "svg-to-vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visualfanatic/svg-to-vue.git"
  },
  "version": "0.3.0"
}
