{
  "_args": [
    [
      "@tabler/icons-vue@3.1.0",
      "/var/www/html/moro-staging"
    ]
  ],
  "_from": "@tabler/icons-vue@3.1.0",
  "_id": "@tabler/icons-vue@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-o4+uKniOgF52v5+BSdcmSmHMMFQ9KGqrv4/sihBBcrUoZHXqjLq9fPTp4ThnJOQchrI5jUIu2ht0BMZZd4Wbog==",
  "_location": "/@tabler/icons-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tabler/icons-vue@3.1.0",
    "name": "@tabler/icons-vue",
    "escapedName": "@tabler%2ficons-vue",
    "scope": "@tabler",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@tabler/icons-vue/-/icons-vue-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/var/www/html/moro-staging",
  "author": {
    "name": "codecalm"
  },
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "dependencies": {
    "@tabler/icons": "3.1.0"
  },
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
  "devDependencies": {
    "@testing-library/vue": "^8.0.2",
    "@vitejs/plugin-vue": "^5.0.4",
    "@vue/compiler-sfc": "^3.4.20",
    "@vue/test-utils": "2.4.4",
    "vue": "^3.4.20"
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
  "homepage": "https://tabler-icons.io",
  "license": "MIT",
  "main": "./dist/cjs/tabler-icons-vue.cjs",
  "module": "./dist/esm/tabler-icons-vue.mjs",
  "name": "@tabler/icons-vue",
  "peerDependencies": {
    "vue": ">=3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tabler/tabler-icons.git",
    "directory": "packages/icons-vue"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm run build:bundles",
    "build:bundles": "rollup -c ./rollup.config.mjs",
    "build:icons": "node build.mjs",
    "clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
    "copy:license": "cp ../../LICENSE ./LICENSE",
    "imports-check": "attw $(npm pack)",
    "test": "vitest run"
  },
  "types": "./dist/esm/tabler-icons-vue.d.ts",
  "version": "3.1.0"
}
