{
  "_args": [
    [
      "recharts@2.0.8",
      "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend"
    ]
  ],
  "_development": true,
  "_from": "recharts@2.0.8",
  "_id": "recharts@2.0.8",
  "_inBundle": false,
  "_integrity": "sha512-38Pc1Z3UaNdi+zv1O5CQs1vCv2ZHo8sZ2c8UaTFydNKNO07uNVc3411TYRDOqMj0SZCwhoEW7uTHNhWBTkPmaQ==",
  "_location": "/recharts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "recharts@2.0.8",
    "name": "recharts",
    "escapedName": "recharts",
    "rawSpec": "2.0.8",
    "saveSpec": null,
    "fetchSpec": "2.0.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/recharts/-/recharts-2.0.8.tgz",
  "_spec": "2.0.8",
  "_where": "C:\\laragon\\www\\itokin\\DriverOPCDA\\frontend",
  "author": {
    "name": "recharts group"
  },
  "bugs": {
    "url": "https://github.com/recharts/recharts/issues"
  },
  "dependencies": {
    "@types/d3-scale": "^3.0.0",
    "@types/d3-shape": "^2.0.0",
    "classnames": "^2.2.5",
    "d3-interpolate": "^2.0.1",
    "d3-scale": "^3.2.3",
    "d3-shape": "^2.0.0",
    "eventemitter3": "^4.0.1",
    "lodash": "^4.17.19",
    "react-is": "16.10.2",
    "react-resize-detector": "^6.6.0",
    "react-smooth": "^1.0.6",
    "recharts-scale": "^0.4.2",
    "reduce-css-calc": "^2.1.7"
  },
  "description": "React charts",
  "devDependencies": {
    "@babel/cli": "^7.6.4",
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/plugin-transform-runtime": "^7.6.2",
    "@babel/preset-env": "^7.6.3",
    "@babel/preset-react": "^7.6.3",
    "@babel/preset-typescript": "^7.6.0",
    "@babel/runtime": "^7.6.3",
    "@types/classnames": "^2.2.9",
    "@types/lodash": "^4.14.144",
    "@types/react": "^16.9.9",
    "@types/react-dom": "^16.9.2",
    "@types/react-is": "^17.0.0",
    "@types/react-resize-detector": "^5.0.0",
    "@types/react-router-dom": "^5.1.7",
    "@typescript-eslint/eslint-plugin": "^4.11.0",
    "@typescript-eslint/parser": "^4.11.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.0.0",
    "babel-plugin-istanbul": "^6.0.0",
    "babel-plugin-lodash": "^3.3.0",
    "babel-preset-airbnb": "^5.0.0",
    "chai": "^4.2.0",
    "chai-enzyme": "^1.0.0-beta.1",
    "cross-env": "^7.0.3",
    "d3-scale-chromatic": "^2.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "eslint": "^7.16.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-prettier": "^7.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.19.0",
    "json-loader": "^0.5.7",
    "karma": "^5.2.3",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-coverage": "^2.0.2",
    "karma-coveralls": "^2.1.0",
    "karma-firefox-launcher": "^2.1.0",
    "karma-mocha": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.0-rc.2",
    "mocha": "^8.2.1",
    "pre-commit": "^1.1.3",
    "prettier": "^2.2.1",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-router-dom": "^5.1.2",
    "react-test-renderer": "^16.12.0",
    "rimraf": "^3.0.2",
    "sinon": "^9.2.2",
    "ts-loader": "^8.0.12",
    "typescript": "^4.1.3",
    "webpack": "^4.41.2",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.9",
    "webpack-dev-server": "^3.11.0"
  },
  "files": [
    "*.md",
    "demo",
    "es6",
    "lib",
    "umd",
    "src",
    "types"
  ],
  "homepage": "https://github.com/recharts/recharts",
  "jsnext:main": "es6/index",
  "keywords": [
    "react",
    "reactjs",
    "chart",
    "react-component"
  ],
  "license": "MIT",
  "main": "lib/index",
  "module": "es6/index",
  "name": "recharts",
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0",
    "react-dom": "^16.0.0 || ^17.0.0"
  },
  "pre-commit": [],
  "pre-push": [
    "test",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/recharts/recharts.git"
  },
  "scripts": {
    "analyse": "cross-env NODE_ENV=analyse webpack src/index.ts -o umd/Recharts.js",
    "autofix": "eslint './src/**/*.?(ts|tsx)' --fix",
    "build": "rimraf types && npm run build-cjs && npm run build-es6 && rimraf umd && npm run build-umd && npm run build-min",
    "build-cjs": "rimraf lib && cross-env NODE_ENV=commonjs babel ./src -d lib --extensions '.js,.ts,.tsx'",
    "build-es6": "rimraf es6 && cross-env NODE_ENV=es6 babel ./src -d es6 --extensions '.js,.ts,.tsx'",
    "build-min": "cross-env NODE_ENV=production webpack src/index.ts -o umd/Recharts.min.js",
    "build-umd": "cross-env NODE_ENV=development webpack src/index.ts -o umd/Recharts.js",
    "demo": "webpack-dev-server --progress --port 3000 --host 127.0.0.1 --content-base demo --inline --config demo/webpack.config.js",
    "lint": "eslint './src/**/*.?(ts|tsx)'",
    "test": "cross-env NODE_ENV=test karma start test/karma.conf.js",
    "tsc": "tsc"
  },
  "sideEffects": false,
  "types": "types/index.d.ts",
  "version": "2.0.8"
}
