{
  "_from": "vue-feather-icons@^5.1.0",
  "_id": "vue-feather-icons@5.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ZyM2yFGmL9DYLZYHm63KV1zCQOj8czC2LzDSkxoIp9o6zMAOY4yv1FkxbX+XNUwcH3RRrAuvf25Ij7CnUUsQVA==",
  "_location": "/vue-feather-icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-feather-icons@^5.1.0",
    "name": "vue-feather-icons",
    "escapedName": "vue-feather-icons",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-feather-icons/-/vue-feather-icons-5.1.0.tgz",
  "_shasum": "db658aca5f4c088c2f725f8b1f2967d4a1e4d398",
  "_spec": "vue-feather-icons@^5.1.0",
  "_where": "/home/promolider/public_html/crm",
  "author": {
    "name": "egoist",
    "email": "0x142857@gmail.com"
  },
  "babel": {
    "presets": [
      [
        "poi/babel",
        {
          "jsx": "vue"
        }
      ]
    ]
  },
  "bugs": {
    "url": "https://github.com/egoist/vue-feather-icons/issues"
  },
  "bundleDependencies": false,
  "cdn": "dist/vue-feather-icons.min.js",
  "dependencies": {
    "babel-helper-vue-jsx-merge-props": "^2.0.2"
  },
  "deprecated": false,
  "description": "Simply beautiful open source icons as Vue functional components.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "bili": "^3.4.2",
    "eslint-config-rem": "^4.0.0",
    "feather-icons": "^4.28.0",
    "fs-extra": "^8.0.1",
    "lodash.kebabcase": "^4.1.1",
    "marked": "^0.6.0",
    "pascal-case": "^2.0.1",
    "poi": "^12.4.4",
    "prismjs": "^1.6.0",
    "typeface-nunito": "^0.0.72",
    "v-tippy": "^1.0.0",
    "vue": "^2.5.22",
    "vue-github-badge": "^1.0.1",
    "vue-template-compiler": "^2.5.22"
  },
  "files": [
    "dist",
    "icons"
  ],
  "homepage": "https://github.com/egoist/vue-feather-icons#readme",
  "license": "MIT",
  "main": "dist/vue-feather-icons.cjs.js",
  "module": "dist/vue-feather-icons.es.js",
  "name": "vue-feather-icons",
  "repository": {
    "url": "git+https://github.com/egoist/vue-feather-icons.git",
    "type": "git"
  },
  "scripts": {
    "build": "npm run build:icons && npm run build:dist",
    "build:dist": "bili --format umd,es,cjs,umd-min --js buble --name vue-feather-icons",
    "build:example": "poi --prod --config example/poi.config.js",
    "build:icons": "node build && babel src/components -d icons",
    "example": "poi --serve --config example/poi.config.js",
    "prebuild:example": "npm run build:icons",
    "prepublishOnly": "npm run build",
    "test": "echo 'no tests!'"
  },
  "sideEffects": false,
  "unpkg": "dist/vue-feather-icons.min.js",
  "version": "5.1.0"
}
