{
  "_args": [
    [
      "@antv/g2@4.2.10",
      "D:\\jenkins\\workspace\\xypm-web"
    ]
  ],
  "_from": "@antv/g2@4.2.10",
  "_id": "@antv/g2@4.2.10",
  "_inBundle": false,
  "_integrity": "sha512-/ZlJ/DFJBCvtEQgE6roxdd6sBml0fZ8ZVfzG+HdjGpA7/ceURb8XkxUcqa0E8NV+e4sFijnaAhBCdUm2whiuyA==",
  "_location": "/@antv/g2",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@antv/g2@4.2.10",
    "name": "@antv/g2",
    "escapedName": "@antv%2fg2",
    "scope": "@antv",
    "rawSpec": "4.2.10",
    "saveSpec": null,
    "fetchSpec": "4.2.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmmirror.com/@antv/g2/-/g2-4.2.10.tgz",
  "_spec": "4.2.10",
  "_where": "D:\\jenkins\\workspace\\xypm-web",
  "author": {
    "name": "https://github.com/orgs/antvis/people"
  },
  "bugs": {
    "url": "https://github.com/antvis/g2/issues"
  },
  "dependencies": {
    "@antv/adjust": "^0.2.1",
    "@antv/attr": "^0.3.1",
    "@antv/color-util": "^2.0.2",
    "@antv/component": "^0.8.27",
    "@antv/coord": "^0.3.0",
    "@antv/dom-util": "^2.0.2",
    "@antv/event-emitter": "~0.1.0",
    "@antv/g-base": "~0.5.6",
    "@antv/g-canvas": "~0.5.10",
    "@antv/g-svg": "~0.5.6",
    "@antv/matrix-util": "^3.1.0-beta.3",
    "@antv/path-util": "^2.0.15",
    "@antv/scale": "^0.3.14",
    "@antv/util": "~2.0.5",
    "tslib": "^2.0.0"
  },
  "description": "the Grammar of Graphics in Javascript",
  "devDependencies": {
    "@antv/data-set": "^0.11.2",
    "@antv/gatsby-theme-antv": "^1.1.15",
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@commitlint/cli": "^13.2.1",
    "@commitlint/config-angular": "^13.1.0",
    "@types/jest": "^25.2.1",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "babel-loader": "^8.2.3",
    "conventional-changelog-cli": "^2.0.28",
    "eslint": "^7.32.0",
    "gatsby": "^2.20.23",
    "generate-changelog": "^1.8.0",
    "gh-pages": "^3.2.3",
    "husky": "^7.0.4",
    "jest": "^26.0.1",
    "jest-electron": "^0.1.7",
    "jest-extended": "^0.11.2",
    "lint-md-cli": "^0.1.2",
    "lint-staged": "^11.2.6",
    "lodash": "^4.17.15",
    "mock-variable": "^0.0.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "react": "^16.11.0",
    "react-dom": "^16.11.0",
    "react-i18next": "^11.1.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^26.0.0",
    "ts-loader": "^8.2.0",
    "typedoc": "^0.17.6",
    "typedoc-plugin-markdown": "^2.2.11",
    "typescript": "^4.4.4",
    "webpack": "^4.41.5",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-cli": "^3.3.10"
  },
  "files": [
    "src",
    "lib",
    "esm",
    "dist"
  ],
  "homepage": "https://g2.antv.vision",
  "keywords": [
    "antv",
    "g2",
    "visualization",
    "chart",
    "grammar",
    "graphics",
    "interaction"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,json,md}": [
      "prettier --write"
    ],
    "*.ts": [
      "prettier --write",
      "eslint ./src/**/*.ts ./tests/**/*.ts --fix",
      "git add ."
    ],
    "*.md": [
      "lint-md ./docs --fix"
    ]
  },
  "main": "lib/index.js",
  "module": "esm/index.js",
  "name": "@antv/g2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antvis/g2.git"
  },
  "resolutions": {
    "monaco-editor": "0.21.3",
    "@babel/plugin-transform-spread": "7.12.1",
    "d3-array": "2.12.1",
    "normalize-url": "^4.5.1",
    "remark-mdx": "1.6.22"
  },
  "scripts": {
    "analyz": "webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json",
    "build": "run-s clean lib",
    "changelog": "generate-changelog",
    "ci": "run-s build coverage",
    "clean": "rimraf lib esm dist",
    "coverage": "jest -w 16 --coverage",
    "dist": "webpack --config webpack.config.js --mode production",
    "fix": "eslint ./src/**/*.ts ./tests/**/*.ts --fix && prettier --write ./src ./tests && lint-md ./docs --fix",
    "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": "run-p lint:*",
    "lint:eslint": "eslint ./src/**/*.ts",
    "lint:md": "lint-md ./docs",
    "prepublishOnly": "npm-run-all --parallel lint test build dist",
    "site:build": "npm run site:clean && gatsby build --prefix-paths",
    "site:clean": "gatsby clean",
    "site:deploy": "npm run build && npm run site:build && gh-pages -r git@github.com:antvis/g2-4.x-site.git -d public",
    "site:develop": "gatsby develop --open -H 0.0.0.0",
    "start": "npm run site:clean && npm run site:develop",
    "test": "jest -w 16",
    "test-live": "DEBUG_MODE=1 jest --watch"
  },
  "types": "lib/index.d.ts",
  "unpkg": "dist/g2.min.js",
  "version": "4.2.10"
}
