{
  "_from": "vue-chart-3@^3.1.8",
  "_id": "vue-chart-3@3.1.8",
  "_inBundle": false,
  "_integrity": "sha512-zX5ajjQi/PocEqLETlej3vp92q/tnI/Fvu2RVb++Kap8qOrXu6PXCpodi73BFrWzEGZIAnqoUxC3OIkRWD657g==",
  "_location": "/vue-chart-3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vue-chart-3@^3.1.8",
    "name": "vue-chart-3",
    "escapedName": "vue-chart-3",
    "rawSpec": "^3.1.8",
    "saveSpec": null,
    "fetchSpec": "^3.1.8"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-chart-3/-/vue-chart-3-3.1.8.tgz",
  "_shasum": "4ca4cba0a51ea2851a657a132bc14bf8c3ba1da2",
  "_spec": "vue-chart-3@^3.1.8",
  "_where": "/home/sagremc/chronos-v2",
  "author": {
    "name": "Victor Garcia",
    "url": "https://github.com/victorgarciaesgi"
  },
  "bugs": {
    "url": "https://github.com/victorgarciaesgi/vue-chart-3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@vue/runtime-core": "latest",
    "@vue/runtime-dom": "latest",
    "csstype": "latest",
    "lodash-es": "latest"
  },
  "deprecated": false,
  "description": "📊 A simple wrapper around Chart.js 3 for Vue 2 & 3",
  "devDependencies": {
    "@types/chart.js": "^2.9.35",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^17.0.19",
    "@types/pascalcase": "^1.0.1",
    "@vue/cli": "^5.0.1",
    "@vue/runtime-core": "^3.2.31",
    "@vue/runtime-dom": "^3.2.31",
    "@vue/test-utils": "^2.0.0-rc.17",
    "@vuepress/plugin-docsearch": "^2.0.0-beta.35",
    "@vuepress/plugin-palette": "^2.0.0-beta.35",
    "chart.js": "^3.7.1",
    "chartjs-test-utils": "^0.4.0",
    "happy-dom": "^2.40.0",
    "jest-canvas-mock": "^2.3.1",
    "jsdom": "^19.0.0",
    "tsup": "^5.11.13",
    "typescript": "^4.5.5",
    "vite": "^2.8.4",
    "vitest": "^0.5.1",
    "vue": "^3.2.31",
    "vue-chart-3": "latest",
    "vuepress": "^2.0.0-beta.35",
    "vuepress-vite": "^2.0.0-beta.35"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "gitHead": "b17a8646d048947e3ec54865873ff0ff1ab19e78",
  "homepage": "https://vue-chart-3.netlify.app/",
  "keywords": [
    "vue chartjs 3",
    "vue chart.js 3",
    "chartjs 3",
    "vue chartjs",
    "chartjs vue",
    "chartjs 3 vue",
    "chartjs vue3",
    "chartjs vue 3",
    "vue chart.js"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs",
  "name": "vue-chart-3",
  "peerDependencies": {
    "chart.js": "=> ^3.1.0",
    "vue": ">= 3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/victorgarciaesgi/vue-chart-3.git"
  },
  "scripts": {
    "deploy": "npm run test && npm publish",
    "dev": "npm run prepack -- --watch",
    "docs:build": " vuepress build docs",
    "docs:dev": "vuepress dev docs",
    "prepack": "tsup",
    "publish:alpha": "npm publish --tag next",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "3.1.8"
}
