{
  "_args": [
    [
      "@tabler/icons@3.5.0",
      "/var/www/html/naka"
    ]
  ],
  "_from": "@tabler/icons@3.5.0",
  "_id": "@tabler/icons@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-I53dC3ZSHQ2MZFGvDYJelfXm91L2bTTixS4w5jTAulLhHbCZso5Bih4Rk/NYZxlngLQMKHvEYwZQ+6w/WluKiA==",
  "_location": "/@tabler/icons",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tabler/icons@3.5.0",
    "name": "@tabler/icons",
    "escapedName": "@tabler%2ficons",
    "scope": "@tabler",
    "rawSpec": "3.5.0",
    "saveSpec": null,
    "fetchSpec": "3.5.0"
  },
  "_requiredBy": [
    "/@tabler/icons-vue",
    "/@tabler/icons-webfont"
  ],
  "_resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-3.5.0.tgz",
  "_spec": "3.5.0",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "codecalm"
  },
  "bugs": {
    "url": "https://github.com/tabler/tabler-icons/issues"
  },
  "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
  "exports": {
    "./*": [
      "./icons/*"
    ]
  },
  "files": [
    "icons.json",
    "tabler-nodes-filled.json",
    "tabler-nodes-outline.json",
    "icons/*",
    "categories/*"
  ],
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/codecalm"
  },
  "homepage": "https://tabler-icons.io",
  "keywords": [
    "icons",
    "svg",
    "png",
    "iconfont",
    "react",
    "front-end",
    "web"
  ],
  "license": "MIT",
  "name": "@tabler/icons",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tabler/tabler-icons.git"
  },
  "scripts": {
    "build": "pnpm run clean && pnpm run copy && pnpm run build:icons",
    "build:icons": "node build.mjs",
    "clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/categories/*' -exec rm -rf {} + && rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +",
    "copy": "pnpm run copy:license",
    "copy:license": "cp ../../LICENSE ./LICENSE"
  },
  "sideEffects": false,
  "version": "3.5.0"
}
