{
  "_from": "@tabler/icons-vue@^3.1.0",
  "_id": "@tabler/icons-vue@3.41.1",
  "_inBundle": false,
  "_integrity": "sha512-OLLWlyrx6HdQpdgnZ8dO8uBGIIZwQDPgE8Gl6tUuAD7AgtfnmtFz8vb7dTEvxddM5CMpPt21ogPpBhJfEjSY+Q==",
  "_location": "/@tabler/icons-vue",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "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.41.1.tgz",
  "_shasum": "c7c79984d8125e112556f114754227d8a70cefca",
  "_spec": "@tabler/icons-vue@^3.1.0",
  "_where": "/var/www/html/moro",
  "amdName": "TablerIconsVue",
  "author": {
    "name": "codecalm"
  },
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tabler/icons": "3.41.1"
  },
  "deprecated": false,
  "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": "^6.0.3",
    "@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.io/icons",
  "license": "MIT",
  "main": "./dist/cjs/tabler-icons-vue.cjs",
  "module": "./dist/esm/tabler-icons-vue.mjs",
  "name": "@tabler/icons-vue",
  "optionalDependencies": {},
  "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": "find dist -mindepth 1 -delete 2>/dev/null; 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/tabler-icons-vue.d.ts",
  "version": "3.41.1"
}
