{
  "_from": "@antv/g2plot@^2.4.16",
  "_id": "@antv/g2plot@2.4.33",
  "_inBundle": false,
  "_integrity": "sha512-f3Fx3IL2nC3jZR2InoY5tSpouA06Lpa7vAHehkFPwmwaSV6gVGfmp08z/LGg6EAaqPP7I58c/UrGZVTD+61qzw==",
  "_location": "/@antv/g2plot",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@antv/g2plot@^2.4.16",
    "name": "@antv/g2plot",
    "escapedName": "@antv%2fg2plot",
    "scope": "@antv",
    "rawSpec": "^2.4.16",
    "saveSpec": null,
    "fetchSpec": "^2.4.16"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.33.tgz",
  "_shasum": "7af79d370ac2eb1e14f3e88db7afcf08b74fadf3",
  "_spec": "@antv/g2plot@^2.4.16",
  "_where": "/Users/admin/projects/dms/src/dealer_admin",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/G2plot/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@antv/color-util": "^2.0.6",
    "@antv/event-emitter": "^0.1.2",
    "@antv/g-base": "^0.5.11",
    "@antv/g2": "^4.1.26",
    "@antv/matrix-util": "^3.1.0-beta.2",
    "@antv/path-util": "^3.0.1",
    "@antv/scale": "^0.3.18",
    "@antv/util": "^2.0.17",
    "d3-hierarchy": "^2.0.0",
    "d3-regression": "^1.3.5",
    "fmin": "^0.0.2",
    "pdfast": "^0.2.0",
    "size-sensor": "^1.0.1",
    "tslib": "^2.0.3"
  },
  "deprecated": false,
  "description": "An interactive and responsive charting library",
  "devDependencies": {
    "@antv/data-set": "^0.11.5",
    "@babel/core": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.5",
    "@babel/preset-env": "^7.10.4",
    "@babel/runtime": "^7.11.2",
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-angular": "^8.2.0",
    "@types/jest": "^25.2.1",
    "@typescript-eslint/eslint-plugin": "^5.54.1",
    "@typescript-eslint/parser": "^5.54.1",
    "antd": "^4.8.4",
    "babel-loader": "^8.1.0",
    "conventional-changelog-cli": "^2.0.34",
    "cross-env": "^7.0.2",
    "eslint": "^8.35.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^4.2.0",
    "generate-changelog": "^1.8.0",
    "husky": "^4.2.3",
    "jest": "^26.0.1",
    "jest-electron": "^0.1.7",
    "jest-extended": "^0.11.2",
    "jest-matcher-deep-close-to": "^2.0.1",
    "limit-size": "^0.1.3",
    "lint-md-cli": "^0.1.2",
    "lint-staged": "^10.0.7",
    "miz": "^1.0.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.1",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-i18next": "^11.7.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^25.4.0",
    "ts-loader": "^7.0.0",
    "typescript": "^4",
    "webpack": "^4.44.2",
    "webpack-bundle-analyzer": "^3.9.0",
    "webpack-cli": "^3.3.7",
    "webpack-dev-server": "^3.9.0"
  },
  "files": [
    "lib",
    "esm",
    "dist",
    "src"
  ],
  "homepage": "https://g2plot.antv.vision",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "keywords": [
    "chart",
    "plot",
    "antv"
  ],
  "license": "MIT",
  "limit-size": [
    {
      "path": "dist/g2plot.min.js",
      "limit": "1.1 Mb"
    },
    {
      "path": "dist/g2plot.min.js",
      "limit": "300 Kb",
      "gzip": true
    }
  ],
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ],
    "*.md": [
      "lint-md --fix"
    ]
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/g2plot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/G2plot.git"
  },
  "resolutions": {
    "d3-array": "2.12.1",
    "@types/lodash": "4.14.182",
    "@types/babel__traverse": "7.0.6"
  },
  "scripts": {
    "analyze": "webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json",
    "build": "run-s clean lib dist size",
    "changelog": "generate-changelog",
    "ci": "run-s lint coverage build",
    "clean": "rimraf lib esm dist",
    "coverage": "jest -c jest.config.js -w 16 --coverage",
    "dist": "webpack --config webpack.config.js --mode production",
    "fix": "eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs",
    "lib": "run-p lib:*",
    "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "lib:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
    "lint": "eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs",
    "lint-staged": "lint-staged",
    "prepublishOnly": "run-s lint test build",
    "size": "limit-size",
    "test": "jest -c jest.config.js",
    "test-live": "cross-env DEBUG_MODE=1 jest --watch"
  },
  "types": "lib/index.d.ts",
  "unpkg": "dist/g2plot.min.js",
  "version": "2.4.33"
}
