{
  "_args": [
    [
      "react-chartjs-2@3.0.5",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "react-chartjs-2@3.0.5",
  "_id": "react-chartjs-2@3.0.5",
  "_inBundle": false,
  "_integrity": "sha512-fYr4E82agaZi9IFMe5GtOZ6WE/HWdxy/KywLNOzXsqgPkD2oo1IlrQLKMLUki/2UXko3p95TR2L8Q2rEss/opQ==",
  "_location": "/react-chartjs-2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-chartjs-2@3.0.5",
    "name": "react-chartjs-2",
    "escapedName": "react-chartjs-2",
    "rawSpec": "3.0.5",
    "saveSpec": null,
    "fetchSpec": "3.0.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.0.5.tgz",
  "_spec": "3.0.5",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Jeremy Ayerst"
  },
  "bugs": {
    "url": "https://github.com/reactchartjs/react-chartjs-2/issues"
  },
  "dependencies": {
    "lodash": "^4.17.19"
  },
  "description": "React components for Chart.js",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.5.0",
    "@testing-library/react": "^10.0.3",
    "@types/jest": "^25.1.4",
    "@types/lodash": "^4.14.150",
    "@types/react": "^16.9.27",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "babel-eslint": "^10.0.3",
    "chart.js": "^3.1.0",
    "cross-env": "^7.0.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "gh-pages": "^2.2.0",
    "jest-canvas-mock": "^2.2.0",
    "microbundle-crl": "^0.13.11",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.4",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-scripts": "^3.4.3",
    "react-test-renderer": "^17.0.1"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/reactchartjs/react-chartjs-2",
  "keywords": [
    "chart",
    "chart-js",
    "chart.js",
    "react-chartjs-2",
    "react chart.js",
    "react-chart.js"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "name": "react-chartjs-2",
  "peerDependencies": {
    "chart.js": "^3.5.0",
    "react": "^16.8.0 || ^17.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reactchartjs/react-chartjs-2.git"
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs",
    "deploy": "gh-pages -d example/build",
    "dev": "microbundle-crl --no-compress --no-sourcemap watch",
    "format": "prettier --write src",
    "predeploy": "cd example && npm install && npm run build",
    "prepublish": "run-s build",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "test": "run-s test:unit test:lint test:build",
    "test:build": "run-s build",
    "test:lint": "eslint src/**/*.{ts,tsx}",
    "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom"
  },
  "source": "src/index.tsx",
  "version": "3.0.5"
}
