{"_id":"@antv/g2plot","_rev":"293-43a6590346ba13425123629bc2262918","name":"@antv/g2plot","dist-tags":{"alpha":"3.0.0-alpha.1","beta":"2.4.32","latest":"2.4.35"},"versions":{"0.1.0-beta.0":{"name":"@antv/g2plot","version":"0.1.0-beta.0","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.0","maintainers":[{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://github.com/antvis/g2plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d74cb571adec2fee9e08ab86baa5b6c820da1d01","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.0.tgz","fileCount":1061,"integrity":"sha512-KnNlxHWBjAQgxK33SvKcLl/0WgQKzBimiEngBImM8R6DNkgNHslYFWqTLdi2tLe/x2ncx7moV9qTLXcXDfVjpQ==","signatures":[{"sig":"MEUCIQC4QKXxR0pK/nTJ3LQcDSaWGx6igSST/Ti1WHCf92G5DgIgA+3Xnn6UtVjTFw4YLgCtuoR/wse1kS9Fc30Y2RQhqh8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5892400,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdjGerCRA9TVsSAnZWagAA0WwQAJBjTIzL7YQnmPUQwXKF\nOwG/ND8TUxshF86D2A36SynxvqMNNfIcL+uf55NVAx81KiHNuWAoYH38rpPE\nxBRME9s7S+9f5dPdJL7jzNfvO3xgsE7Fpc9nF1udGJHbjiOtupyAiTEDj4Ls\nH9mF5mky5i8WX5JM1xEZq1LDESoV3wxMdHzrQUw2SgBs6Dflr2UStCjpRjin\nJBJ0A/2iwItYAvZFAZaSus2HBeB1cZv4QkjTmn6XU/HW/Ew8Z6whd9fX7vG1\nBs9jKH24/vlnVFku0eH6vbHs6l3IjBxn2RcPCdCWH+/XY19rq6j2+212TC7X\nQrmk22AF0MbLtRUacSaQYHOVT5o+vlxmjkxAg2byS3ThFNFDU/xBDLbOH7sl\nhrgSoV2mbp81uAWpWh66mSmirihZqiIi+fBw/K1iGwdShwNKRHQGWtoWxwN0\nPGD+Xp3Qe77wLbC/yNwVtTu/bax8CpRIaQFoy5IdiyQFl/LNqR0eoGtuS32h\nlbu+FzQkQZIOkgFETcQxLKxsF1vzn+ukUqm+it5WBwDfpWmkPjfZ0eOXU/qk\nxR3ef4+Ze1ClmQj8IrDFcZ0N/NbyNvH08uL0pQSVXIwr7StdSgyQxIQ7bhPq\ngkqTi/z0KjJd/06K4aT0oLckTQES4ohvvJWflOYJVHyOkbsny3WRbicWPpEl\nZROB\r\n=zKrV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"fef88dd230c3f53ba373e0447c1bb338cc4c23b7","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"repository":{"url":"git+ssh://git@github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.11.3","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"12.11.0","dependencies":{"moment":"^2.24.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.2","@antv/gui":"~0.1.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"0.2.1","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.2","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"~0.0.5","husky":"^3.0.4","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.6.6","webpack":"^4.39.2","get-port":"^5.0.0","nunjucks":"~3.0.1","prettier":"^1.18.2","ts-loader":"^6.0.4","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","@types/lodash":"^4.14.123","@types/moment":"^2.13.0","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.0_1569482667114_0.9084960427736222","host":"s3://npm-registry-packages"}},"0.1.0-beta.1":{"name":"@antv/g2plot","version":"0.1.0-beta.1","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.1","maintainers":[{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://github.com/antvis/g2plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e574da7d6f4f845280473a3e4a3394d9de813c5f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.1.tgz","fileCount":1061,"integrity":"sha512-YT2IzQGQFVsskuB975u+o4fFaJlkzssB0aMx9ymCUJPc/MRfD3aeG8IkK1YmZWBC2Yl3AmZB3hYHuMH4orRZbg==","signatures":[{"sig":"MEUCIHgrJzEKWvFGvuzWmX0R16I+J3oBfXqLYkLFZAb2vDDCAiEAsxoyUmIwkrV2f1gb9uO9rcrxV+4+0bazB3GxCriiiDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7312725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkIHdCRA9TVsSAnZWagAA/pMP/jOMvyg9pZrBbN5hF5MF\nOi6vryZL5PslliuhI27RTBBhxsBJ3lH0msCOg8F4zgzPgTtLO4vUBJPG6Z+u\nJLOFVbOmFAYTdsokbhqIOZWmCneX/wUmPFkM0zENhVivZmT8qfsCQACHY1Zc\ncCRd4z8fF/GO9LmWypkltG7W4n5aAsghxX76ZllxBHYTV+1e4hmWbAJ/rSw7\nzKUzYP81iczUFZff5zSELzFCTQkxUR1SaTnMxQMrfOUWjt0m/QGJhznobiyx\ne+9+DCVH/pbk4igQukRab168/RPYHPrB5hA5ugIeHTWoxp6SFU20MKYqBYif\n9FFmCJ6wxfDx3vdKt8tsXQHcdhG9MI9MmQUuGk8mErDeXNX0dRfR0JQOWI+F\njA0yOpKAp/BgGHPzGof1BYsUgktE6scFARZBxOte9Hqmcfl68XQDw0Q/fs8L\nPRak268K5LOmf+YViNjr+Os0nO6/edgSWCVG/PFjV48XcnlQIb2ntIvocnD8\nWEyuAWZZNW9HyQV9ac5czm9Mf53FAcEJcvRE+5Lf/eXSd2U2lLESQ40cHYc6\nzigeaZJksu2sm9cH0Smj2+vpclpP9cSmIsqbmx5Zndd9z2XhdNPM2qc/mx0H\niEgNNr41Vj90gnT6KTgp11UodkrHJBSct4RAw4TsCiZFZee+v9+c2rhrrFSq\nTsPn\r\n=LRZI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+ssh://git@github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"moment":"^2.24.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.2","@antv/gui":"~0.1.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.2","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"~6.4.0","husky":"^3.0.4","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.7.0","webpack":"^4.39.2","get-port":"^5.0.0","nunjucks":"~3.2.0","prettier":"^1.18.2","ts-loader":"^6.0.4","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","@types/lodash":"^4.14.123","@types/moment":"^2.13.0","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.1_1569751515552_0.8432205315047536","host":"s3://npm-registry-packages"}},"0.1.0-beta.2":{"name":"@antv/g2plot","version":"0.1.0-beta.2","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.2","maintainers":[{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://github.com/antvis/g2plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"1d6eddec946949a37cddd5fca678b1f0601c5fd3","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.2.tgz","fileCount":1061,"integrity":"sha512-A1HPAcsnJvVaPcAnrzhnZjaNawCi+XWSENBLxHUuTzN2bWCeiZ7DzHQGkiaMnD0Z2SbPxv/HD7X862A4ieKdsg==","signatures":[{"sig":"MEUCIQCPa0ghjO0+0IdDRCrjVDMKeTpXz43DtFvL84KDEZEzCAIgDLWW+Rfu4ByPwqFynBB8WpKuQeiDXH6zvcm19CBSLK0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5948904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdkJTbCRA9TVsSAnZWagAASaEP+QDpjJLHKhMLeebLxzNw\n9i1q88g6nks60F+GR5ytOvzGvLHjNSGbTakgH/K8LaD44GdSO6Wvjep44HNr\nriCVQ74uJt4aQzNKLUSsLm8IxUm7WvKqhwpXsYCfDZVkvRNHtI1S/uO/rCv5\nuRhdHvS7gzwx7+urGGtZxpif+PceWQJy4GKpEPQke7GXF3ov/wKOeDZENL2v\n83FSqGSQGuaNJzgVMMFvtEklybUpPkMIFXajPze1P4IeVqYgepBppwXfZkQC\nfG72X9P+ErShQZ23svyHQudBBZ1uJt9nzwPTe4btnLvyNiwAbsbvJu6HGatR\nHRONIvllvAEW6hk0Jx0EjiglHAddLzvwg+4K9WlbJVLZtm2jFJPuZIDiDA68\nwi6zJDj6wgsPDO/Gv6/2lLyl74nNygwG5mVFj4Gu2H9F6Mv3CXlGOgwrPEYE\njBDJrquzqxDWvKmby55f9N75HwlNQtZ6iEr6a4SzJgT9Uu72w5DbDiuXQaxm\nAhqt+q1oWQXfRfBfj8wVrcAvRbli0BE2CWvZ0bDlNsJ8rT5c2gIhjK25BmOn\nfYdMoAR08dc9AftnxsDz9v50zsTG2KWbN/Hxbr7FhIBQAHm/IGeSLs+9c7Kd\na5Sbl8BrMEtCq5U7mVLDaDiA38QWpS1dFykc90RQTU6DT8qL6c1Pl6LdrIsO\nV4vh\r\n=x0Vf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","prepublishOnly":"run-s lint-check test build","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+ssh://git@github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"moment":"^2.24.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.2","@antv/gui":"~0.1.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.2","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","open":"~6.4.0","husky":"^3.0.4","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.7.0","webpack":"^4.39.2","get-port":"^5.0.0","nunjucks":"~3.2.0","prettier":"^1.18.2","ts-loader":"^6.0.4","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","@types/lodash":"^4.14.123","@types/moment":"^2.13.0","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.2_1569756378437_0.044114813716291","host":"s3://npm-registry-packages"}},"0.1.0-beta.3":{"name":"@antv/g2plot","version":"0.1.0-beta.3","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://github.com/antvis/g2plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2ed3913195bfee8d50b2cdad478e553b9d7b42ed","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.3.tgz","fileCount":1097,"integrity":"sha512-4KWtr0j+dTiIP6mCmU1VWyUhcxbG7cHUSFsgBdmRylmN8jiXGnSUCBLDjI1W3EdBHSK+PfaCIwDZHQhKIBQHKw==","signatures":[{"sig":"MEUCIEVBICHK0IJp/nJjdNUKHtyOKm8X1LypmYt37jkrkCvIAiEA+MVSN/rKvS5GBvakybMLtnWb7s6ihu9SWBAFK3G5N7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5761237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrnsCCRA9TVsSAnZWagAAaIIQAI16BTGNb98GCunUTk3o\nM888BRgKbZk9t9XHsPDyNhuzAXy0brSqvMksHaQXsmLr4JFrCB8AzMdSrtqm\nnFZEKLZzvItx/d7vP1SfLmdIPYM96gTmIggp8nSCiFLFBBkoIO+UzyDY1HNo\nRZsxJnPq6BXXqMyPaRbVE7unG3Obj3AdF1Lqi5gJ+fBgfxOpr/jYRKNLQbCx\nHWJmHeJjOXK4+ygvjZKFv1QjJqKymc1iDD33+q+tGLsBYuZewgyA3icFP9KW\nSwjU7JgCQw/nTfchRgV7l5kXeiupWNAk6JTGkqctK/uacKhl3fv5egSZEjiH\n1p/BYKf89/3wymXKH5U9Rk0gCCBATxmG6AKdXMPFtm1ONnhJP26NEuSFxKQX\nZIxz8wJCjCEnWWN8ohmSOqIt197EPB8xlVrUZF3iZVoVgwJBDKbRpDmhfmJw\nnKFxI+llIFs9z8rcxO29KMP6hg78KX8ib7tw0q69I+Y7dzVzAGnjmm8th2JU\nT7u4iZysLzz1vo+tZZCF4CC22zSmy35L+22kIkI887ORiXYsxpjkL+LruWbY\nW3e3icyxbBOBpvwzeO4poOgd8hd4PAvHVwUJmv/cEKnML2RTo4Z4y+71cQ/3\nR9Ga4QU2qy7ux9orrYYY/VJIJDQTyBC952RcVTE4Qtkq/OG+EvolRSg8xjce\nY4CE\r\n=MBd0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","prepublishOnly":"run-s lint-check test build","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+ssh://git@github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.4","@antv/gui":"~0.1.0-beta.2","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.3","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","open":"~7.0.0","husky":"^3.0.4","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.7.0","webpack":"^4.39.2","get-port":"^5.0.0","nunjucks":"~3.2.0","prettier":"^1.18.2","ts-loader":"^6.0.4","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.3_1571715841372_0.15956693726699478","host":"s3://npm-registry-packages"}},"0.1.0-beta.4":{"name":"@antv/g2plot","version":"0.1.0-beta.4","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.4","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://antvis.github.io/g2plot","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ddab3683c49b43b4170664e80bc77db13a8162c9","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.4.tgz","fileCount":1157,"integrity":"sha512-+Zn/cCH1bxbdIUfCIQqazQsjiiAGbIQTSb0HOyZjN1qbLCPemKxs5PH+nCy7mLYyVft1CdfQqGtnzUU0vYRA/g==","signatures":[{"sig":"MEQCIEqynOW0A2kQIxB3rVoTb9rjgX/9nEGnLYykHJeuSeVkAiAhymYtTOXA31Eb9cDugnCJYVa820zxNoLD9ivfvd1rTg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5212541,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxTA5CRA9TVsSAnZWagAAkQEP/2DQ02NuPjeh8Er7og7b\nmGRPbv0phsgb1OwgAxdW8rnDvvgZ8oGe/6lZOF5q0PQA+X3Nu1ZXeg2c/0f0\nqSTBs+npBdtMpgenHs6DuGxkEpc9kvV8plKCq5pFfctee8/Z5CC5VQS4oc4/\ny792Wnf/kQIbu2kYPZl1F7PDeZO8ZPtD6vOzuEGBX7zvXdsSuKQgAhH6SStj\nkTG79fNXmBZoXsCTcn6Pi/Sdlvxis0Jk02mV2LAEO3zVa0JWpccJIMboQ5xN\nQS3kc5iF3ero7IymITq++/1kPch/FYnGMP17bGmrFciNUUuFVbRvFNeGJj0k\nnomMZ3UceDposAuvCVB6CptadGfpNvGYJkQoybQzwiaYdoXE923X4AhGbd8Z\nlVGbG6QXzgdw61Z7fOgk3UIIo/4Ohl5tw8FefFvSnxYLKS3LsN1+/50OWcDu\n/l1Rwdt562WYZm5zu2FNcaeA1iDCGKgox9RwfAxOTobjLBhS+EBQwM0TguIZ\nkafGvO8/XtKnmyO31ipSU18izOu67j89R8diZtMo3ji8LfPM8UwhWEw1GE1B\nGGlRmtLJIqDiIATjYnbKXfxO425wKrysOb2MdwsSVnUnV4F7O7aow+X0wGsK\n0C8X4zIyXxLg8z3ci9ZCMeFF8f1nAdbgnPWvcGL1pxLQ0gHyF5ug7ire9yxz\nxKJS\r\n=XCs8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"b5c42dc0f19149020638f5badd8a600419ee359d","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint-check test build","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.4","@antv/gui":"~0.1.0-beta.4","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.3","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","open":"~7.0.0","husky":"^3.0.4","colors":"^1.4.0","gatsby":"^2.16.0","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.7.0","webpack":"^4.39.2","get-port":"^5.0.0","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.0.4","resemblejs":"^3.2.3","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","react-i18next":"^11.0.1","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","@antv/gatsby-theme-antv":"^0.9.16","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.4_1573204024915_0.7271614095365107","host":"s3://npm-registry-packages"}},"0.1.0-beta.5":{"name":"@antv/g2plot","version":"0.1.0-beta.5","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.5","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://antvis.github.io/g2plot","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"97b73e593251a3ed6c2b658c131753ab98fdf7f0","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.5.tgz","fileCount":1157,"integrity":"sha512-QfGGXYiA4bzrQz434x706OV0Qp7/k5NTfeZxD5azqSU64GE4ejEB9dnn/0WF2wVJ5lcECNK2cv37Q/Zft7633A==","signatures":[{"sig":"MEUCIQC1F9PvIkjAoBQZIERvlD1ed18vGmxA2Tof6uHuTV96jgIgNLab7btfVqWl8wMnPsHNoL/irbn5SmsBg3DPLWST+u8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5225392,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxV1LCRA9TVsSAnZWagAAjSAP/1AjJxdBnn33Vz5QQk+n\nTTR0xRRV81dMmx4nzG4OqkSe+4y3CgWezSeRrPeS0823ELQR9FJy7xJZc3TT\nz0iL6GT5ml42yx78tUJ5TJZXHnAOKRc3JPwMMRbSD28Phoav7E/y4yPTatxJ\nGq4zu/U02OF6Q3nyZSRfbj/ElpNO66rVbiIYS8/DcT7EwyQkbcJMG0fq1Xz4\nE4QqdCHwZgkTvwbFU50hEHu7HMQQt/HIROjVdkkZ2rN+D8suW2zQPicNxI0v\neYDW14UhZvt5l5+y4kpdI0pGsXduIaVjsBjQi93T8CwsqeJiDFq/d5akhMfT\nEnZy+15o4xiDFpCLzD8D876g+JJo7G28ONFz4o/Bk3GgkM3rJ9aOnF47kRlt\nH8YdbS1ZisP4JT9EOEIS65EfnkFp7ZtFVSUfiWRRnuRRUDcAtD6g6GHlZ+1r\nGyfHz0qHSf8WNeHmvvCZRqMe4CDL4v7WbWHQh8Z9yiHKIc4YszGPe8vPYSUb\nXEVPZ+PrypTPhHs8bPF46dbPQpi4HHEcOR3WJ8r111GueAHk88MP13rk/e9Q\nfYvqUegF/Yvf4CAYJ2JnSbYsc6iGDEUUOuisgs7eBFCoaHP9gSWfndT115Zu\nDR8k84VVPPF3QHPatsxXpCosPnirC2N2La5cOjmoRdi9IBMVJfqBLP5D239r\nIi8V\r\n=RBkv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint build test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"318a56e4f8d1b2f0d97257fe8d6bc1611e656059","scripts":{"ci":"run-s lint-check build test","dev":"npm run watch & npm run demos-web","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"torch -t 5000 --compile --renderer --recursive ./__tests__/unit","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","watch":"webpack --config webpack-dev.config.js","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"exit 0","lint-fix":"run-s lint-fix:*","demos-web":"node ./demos/app.js --web --port 2046","test-live":"torch --compile --interactive ./__tests__/unit","lint-check":"tslint -c tslint.json 'src/**/*.ts'","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint-check test build","lint-fix:tslint":"tslint -c tslint.json --fix 'src/**/*.ts'","lint-fix:prettier":"prettier --write 'src/**/*.ts'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"],"*.{js,css,json,md}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.4","@antv/gui":"~0.1.0-beta.4","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.3","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","open":"~7.0.0","husky":"^3.0.4","colors":"^1.4.0","gatsby":"^2.16.0","rimraf":"^3.0.0","tslint":"^5.19.0","connect":"~3.7.0","webpack":"^4.39.2","get-port":"^5.0.0","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.0.4","resemblejs":"^3.2.3","typescript":"^3.5.3","@antv/torch":"~1.0.5","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","@types/mocha":"^5.2.7","react-i18next":"^11.0.1","webpack-merge":"^4.2.1","event-simulate":"^1.0.0","tslint-config-prettier":"^1.18.0","@antv/gatsby-theme-antv":"^0.9.16","webpack-bundle-analyzer":"^3.4.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.5_1573215562697_0.2356542326099076","host":"s3://npm-registry-packages"}},"0.1.0-beta.6":{"name":"@antv/g2plot","version":"0.1.0-beta.6","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.1.0-beta.6","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://antvis.github.io/g2plot","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"46cb63b78a378b32e29408b1b5920e99901b4d43","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.1.0-beta.6.tgz","fileCount":781,"integrity":"sha512-z00laXAyElABpDD0pPpqGorSRrQR/r5XbH1oCQYmIcR0Z1U+9ZvMDjbkbxHOWwHTA2qv50UmDJaPbUSG/XhTlQ==","signatures":[{"sig":"MEUCIQCPiLOU50tkzxACsoL3XD79/Yei4vJEStN0G11IrLIzswIgDLmLtKOzrW2fJUHEjWoxhmgApBowwB1u8oRHKyNEr3E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5130222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd01b8CRA9TVsSAnZWagAAomUP/2+IfDYquiomxQOPY2Rx\nmZqWLK+S9yQc1sMcL1MkCey0ocEwLhhARjpWvyYYzQc1zEF9DVr7dfjjvtB+\njDWvShk6XE+dOa0bg4U5Ft/5DCid755fpjx1NWWNbp/3cHwa+1B1ev9T1be/\nYtXN3j8BkJjOXvGOSI+5QxsFSzzOAZgmL8IeBJcEf6mK7un4/v7jgHXigCg5\nM8biU9hBg8YYB8Y44XOBLSTFuS3n9AbzkUUvuv/mfM9YKLfLHSmb9wHnRf6X\nClTDEmc4uoT5nUgNZhoaK5LGiQiDJd7P5aghyXFHtsyURUTN4m0t2ELGPb50\nKLxISryicUR5bU7N0paMlrlTuSRzZowGHNbJeAFKRjE7C0c288RObDWDw/Nk\nPdAWMycld+epU/MwGLqTPax+Lo9E9i/Wd4K96xq6xmCIHbXwBdBJNz3EHweD\nb5imoA/byCUYPb3Jbd1jsj/flxoTbNPkygnG66lU26ealJxEMjMrxr9tySFN\n7B6d1kXxXKZCMwXjV75ibJ4eF7CpVyFSRggMMWxnFpPhPEm/bGWiQCOh9dKC\nxGcQWFMCrGln5lL60UCAVrr6TztK5eFCIigp9QH3sEfVyplnt8CnGqCtuhuQ\n8Yrf/bWCHx5lV3vL2OMcn/G0pmcow/fP9J0jaN8lR0IMQpig5+7riGie5eRw\nDHGV\r\n=Lgiz\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"pre-commit":"run-s lint test build "}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"22ff39279983872b3663efe96b32441e9f912daf","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint-check test build","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write examples/**/*.{js,md}"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.4","@antv/gui":"~0.1.0-beta.4","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.3","@antv/g-gesture":"~0.1.0-beta.2","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.9.61","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.1.0-beta.6_1574131451672_0.2783000742688919","host":"s3://npm-registry-packages"}},"0.11.0":{"name":"@antv/g2plot","version":"0.11.0","keywords":["g2","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://antvis.github.io/g2plot","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"8149a9ab9010354b2d6857b38c0049db27cd8bd4","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.0.tgz","fileCount":786,"integrity":"sha512-Srx/bF8zsSdE8YG+W/YZUtP8CdC+EPIow+78vvFsDZ43MyqWLwLPP8CRppfdHc55KLVA9ZTU66z9hR81FewS4Q==","signatures":[{"sig":"MEYCIQDx/40v87t1YXmC81mZCZUS9FJvgtTDQdlTHGz20oJR4AIhAPCI0VfMS7U3bgA3vYD540HAVKLEjuuJ2MGejVp+AF0I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5322654,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1ld+CRA9TVsSAnZWagAAbMIP/jPbBPtZYfzNzMk41KUi\nEv5ZF0IsgZrFnPrB9SN0huLXKb2bGliokxkp0xEWS7qdXOsi/dxXf2yAIsLM\nXdAodpxOaIfBt/YV8nNE1y9L7MVf0I6FWvEjaEypq6Hj2GWLJY4EAPfZl9bw\nMsifRHSnD/b6NaMN/kx7IX0f9CCwOQipiQqMx2xwIn89+18cQSid6of5eKCB\nLsuSiqCMz4dl7de5wqO+PgfAId4dXoBWmwre7x92TOtsD8RtR6Gf6PGJxPs3\n5pM8wL/7dFQpL7r9ieF5+NvKmQZm8aAZoiz/7PLBpj+g92GxpuVZu8wUEz/c\nT4x1VCuJgp3al7FTihMmEZ34gptHMhuyL5PquIzWNSgKec3LCVxtlTMFxDqE\naqg4/lIsOkyvXj3lA3wP6Vx1isWPJOvMqZlf3FRUPbJOSjExfbQyIS5grQS6\nx39vCakXw/jC6JzaNPywdlu+rqZHHWeZyed31txU9BFbbMst2DYzaKKzsbhs\nNl2iOM5c9veK7LHwwQNA/X8YiCIovQJkB7AjV0Gs4S9S991ZcH4jgV+fQNMK\n3mLkkTk91nNuymDjJbJHsbrkK+qGwFKl2uo4Rb5ZiYigJEprmOxaRiuB7Tku\nfftCqv8wHVB+KPFDrLPdCwX51UYlRzuAfwOwkgM33dvtWi96UVPCD/FzOPVN\nKj8r\r\n=5hYF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test build "}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"a016e0df104d01584f554c948ae34897d65ccba2","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","publish":"npm publish","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint-check test build","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write examples/**/*.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.5","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.4","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.9.83","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.0_1574328190076_0.41346573090881655","host":"s3://npm-registry-packages"}},"0.11.1":{"name":"@antv/g2plot","version":"0.11.1","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"96ba63414b761c4b952d99137741c33440845e61","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.1.tgz","fileCount":786,"integrity":"sha512-Iq9tpUazfE9eZ88cx9UmPg1jGax21oY50kmWm6WWO0KE/d3inUTxeaFgDvxq21L8RmkDuzZcgg44JsmLbTCasA==","signatures":[{"sig":"MEYCIQDgBZ/umk4GF+bf1GAtylQ14pWl0kUukGL/Kv/KFnD4ZwIhAP0+r2qus9vYoCEyDEjPi7smJSKJ5jJxGfoVOwBKJxey","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5234742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd3haOCRA9TVsSAnZWagAA1HMQAJ/kLe4fEObowiiRMjEM\n1FkXNfevmJckth2Td59FxkGsx0xLV6lDMtaiBiZfcENse3APhQVdKkaw4poC\nRz658goahNxgp2wYOgcllCYhE56GaN8qeK/y5nCeHTlOAz4Qj/hlWHCzvXCv\nMKVsqMKHtyvmHOJvwk3ue4oeFWEA3Xd8r4df9+rZRCjx8P4lEqFGFw/gaK4m\n/FP0geqkEFwJHK0Ca7QgY37R8s8wOdveBYcLISeieidJ5v/rEPDP8RSmTYjt\nAhSRyXSDgpSgAaJ6NS9q7lwlqWB4CPYSO5VER4ASlgsVLNghEqZ5WH6OFhIr\nXlj8L6VOWmQinDElDj4V7gYpZWY3/I/wmLQERheM0FF8PjELqXnxIEB0ZsHW\np2MceCBTMVeVS6ocZfqQUSfhzJXBvg7KCdpavni6HX+tSA7xjCgGy/VGJe4b\nTMUse1YprqcDTD5mMAA+R14sQf9LoCvR9iddjqpMKUDGZ11OhpEbZadznFIt\n7vKQZH6s+Dep5s7YlA/qa9fPHNYOhBz1B3bBN0QVKwgd6KPgj5T8EjaJSQg7\nNPcxvhkxoZH9WVXQdQeeyWx543GeRIqFpgbIRbnF4bMHLumUdR5+n8ch4kM4\n0cuo5aM9HqDAhsaY1+6tpuqk2/i0EB1+EUqCUoBr20gjwOdpu0FoIyMIKjlT\nacKq\r\n=XHR0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"pretty-quick --staged run-s lint test build"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"df14c842531265a86914cd91ef3b4ceb6ba08c9f","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","publish":"npm publish","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.1_1574835853904_0.17267137965163748","host":"s3://npm-registry-packages"}},"0.11.2":{"name":"@antv/g2plot","version":"0.11.2","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e2cb2a45fe5dcd47c587fa112c0c75ac8f366b92","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.2.tgz","fileCount":795,"integrity":"sha512-oL4Z3WGRcugXI/peaC3RInocmDg9SxOFD2P3nJ12IEcRnrA6JKZ6z5pv2xoDvenZrN6vgidd9div3qwBR2Mukg==","signatures":[{"sig":"MEUCIQDTeS5SrMYZgJp2yg8hjGaKt8nzVfXWAn51tnabTpCMGgIgMxsQ2js1oDvTyeoxhFisVo7ygeIby/xSzulX5bDVduI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5318828,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd53pICRA9TVsSAnZWagAAqKIP/i/IAZF7YvEqXxmlZdYt\nHxcmrmpHXOAq46I79ETEHl7NWrS+jt46/5BUKadofcVATe78hbw9+IsfE3aK\nREe18fruQg3S9DGh9sLYfsYEpl6OxX9ruVGBkZ6u/zRfzfbiheHuMEjEW3vc\nAtfz8m/vuaaT2z9356SBnXySWf8aXx/yonthDLP56gjUSUscn0ZTyDKijb7T\nGjBX41LWyti+XFDCRn2rzAVAk1S24p4KL7eomjKGOeSMunqKyY43yeA4Ind1\nNdAn4uH5BO4rLosIG/y4kyoEBjo8NfNanX079IZqpv6E5y5Y03ZfedwAicAq\nFY4pLrFnsFaiw8CheBIgTbMYCyqL/KiOHIROVtxD7/mKrY75rFChg5RsWO96\nE09QZXLAHivTIZqbeQViCT/5rWKzSLgmRVoSo/Y0pEFtGwJQi9OdVk/gGb0h\nK+lFCumqxcn7+iE1ekRmwvMcn70IyTI/xUbayqlM8GiZZbqjSvouVRdb9wSV\n9zCPa7qn7Apzxj7lSsc5iXqFBHpKuRlyzJTr90w29TIeNve3JpRi+0thkndk\nssZfkACFO4QHnVh8Qi/STp9O5aPMMDklEtrUEgA1w8M39Rq/MmEHTaOcQf7c\nASHyew3pubbr5QGALlLa7XvmuW7IjJ3QpmPvBEdbtaGHUmXrW8FhEuwoSHXL\nbrIO\r\n=7lXM\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"pretty-quick --staged run-s lint test build"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"b90c50fde8d036df22a9bbcaa392f5dce06c36a6","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.2_1575451207526_0.37474956198591647","host":"s3://npm-registry-packages"}},"0.11.3":{"name":"@antv/g2plot","version":"0.11.3","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"7c337e28f11195975c84f8ad64cf9978bfb26d9d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.3.tgz","fileCount":799,"integrity":"sha512-NnkwneSQrw1qYwpbqZ/bWtxjHo5ya8l7YmbTbsKDM46FLvt30Y8Ago172dYde9maEyrxyEvnmkkZYaqUsPu6WA==","signatures":[{"sig":"MEQCIBIqHocQWHJPfq65SuvZt4Wi18BciJmJdNTUXtOu66TlAiBS0mpgFMC4C4qdNNAP86O/P79hvJprSW+0o9+ePbA7tg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5340848,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6O3SCRA9TVsSAnZWagAAg/0P/2mJgVsmp5kv2xr9cuou\nk02MQ1/ZVaLOkZUGilfPmbGmgZGpj90oc7veg3x+I9Kz6ZvylLhGRhBuIQcU\nhWRbS1lBKMxWJ+x1t4OBBC+BF8BFWqJ1ltmUtkoGx5Rv8gTByyWrCwbz4cMT\nUJjbaxw2/dlmSyAwXyOkDzZ8AaPtiAAqv1+MQUw4AUz9cXY64S8MyAH6hUgr\nTBSuSjeM3qWyiVaau5u3BERdXpIlQw0IfSp2M77t1WHulheNwGjW+ScD7b5Z\nEuSTl446kbirX/vqQW27Xe0CzksUJ3DPXYk9wE/ANAEYJoC376wZ1i/bpn2u\nFiVaNaoAheI2vTBHkSepKxw+tYYDs05p0VxIA/4EXJo4YBH20V8YH9bKhk6A\nEjHEvUZmCSh/Lz+BZa74IASp3C1hc5pzWXM/NOYj1vSqyoI3QbPjYoprl3Ce\nZ2fO3kOG7OQiX/3QF/yFwSbIAiUfidC3ATWGxABcYNc5dp/fQjRNFn8MfsaN\nqwUnxhx83IrKgOBm+MlZnvQw8PiXeJebZtuUVakADwnsIj9Fvw7YnucK1gaW\n7x1OsP1N1dreWV8p4R1i+jE3jgBW5veH6dK+SH9DH64DZG3A4cILCgKKpevq\nF4/Ulp3d3AOcR7jdpOZ3rLHITFatWZClcUpiAgnI5I+eUvQXrXi3nZ2nn8zv\nK747\r\n=ffTP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"pretty-quick --staged run-s lint test build"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"7e1f9cda679fcfef4f7ea716e51cfe9b2e96b04d","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.3_1575546322275_0.8523903602577838","host":"s3://npm-registry-packages"}},"0.11.4":{"name":"@antv/g2plot","version":"0.11.4","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.4","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ba500868e40314116d7cd3b2138e324c23819688","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.4.tgz","fileCount":799,"integrity":"sha512-UuNpYCtOgCh6wrvwCDDZjmkCs7gKTmNcN3Vs0FLjeWP3YH+TsgQBlPmFeM89dFgm3PTcJYf/U2lJxj5Ql3RyuQ==","signatures":[{"sig":"MEQCIHkVm6QWWiCgXhtHMh58afcc6YTj8UDWMdCorwMxzcnrAiAWLlo0mgAdKZGD+zgcNRsMLbAv3m4CVsjBVRAI/tHLig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5344651,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6jtZCRA9TVsSAnZWagAAs2kP/jHhtfg/ABVeoB/ebfSX\nCAKb7L9O5c/5LaVqkaqAktJzTKa+JaJAQENGt9dbxxyGfAXmyBHo7i0081g+\nC4eLqAeGHHLWEkDnsagtdgD6dWiiGdNiz/bV7tjNjhfzlQQZdDaHWJLFyqHn\nDyl1aY6ia7Irn7/OtWlgATMeFpQbyahp8f1cmZr4ajGa/GvuIIkSdGbnOoTT\not84oKFveZyhWhd5FqtH6FkLehP4qF6ghre9VbMa4IVVhQR28nWBU+trnfX5\nVlkq2TlW/5ik8V1sUyRn+EVt3/itX5yJNt2zRkwbgzFdrt3PHd2jS8sl6n7q\nD836X0kZMPio//KKlSC2bGcuH69OPrHCICXClfK+vuQdYp1nFoLS9PJuvvh8\nXbV7x2dvK5efek+yaWUKMAaPCepdwW5tFwa7zyJ9lz1JUowuvQR/O4eSAHmG\nWdubTcCdRURTF//EiGnm+204aUFcl6uWyqx8Meh7/j5wt99xBlYg96NDuyoZ\n0wT/4oLB8uWrOXrIN8oHfGjTscBHhK6vhICpFazhlsUj9jmN1XfBrjDyog4g\n8GiN78gOQcy11flC5NDkhsgEyMVAtKJVfZmoMUulJnWtUyRLnQQullbii0G4\nVxNR/AecL3spuezXvd1AJeAySdKCRIzQgPCFaPv9j0NG8lu/IY43DUHzIKDm\n7ZlH\r\n=vD1v\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"pretty-quick --staged run-s lint test build"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"22611f5afc0c4590d83c666aae15f58aebea28a8","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.4_1575631704516_0.5694682659712518","host":"s3://npm-registry-packages"}},"0.11.5":{"name":"@antv/g2plot","version":"0.11.5","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.5","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"917e8f540c6e7575b33943e83d0bc6652334c4d1","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.5.tgz","fileCount":1195,"integrity":"sha512-u9nmvhyQA4OKF6dAPoftYgkxVm4gZXiSYvZVIesWMMpNQyalvYjCSBbuT23SXWw5TFROmcksaj4vpoCdDKBQVQ==","signatures":[{"sig":"MEUCIQDs87umzl+rq9KKGp8vsomHUv/KN2dzLiEnhUppEpptMgIgf5itD6gfzC7aVEq0KWxcBoNpjuKksSyTzk1/+IPpUiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5582870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd7mPpCRA9TVsSAnZWagAAnIkP/1oPoyj21mnmtDNhJyNe\nEs6S+gSoQDW2Bo5yjBFZPjApBDF0NeqUOXbpCuxt+Qf1kFQUw5XGSiPIoxx3\nr9nHQtuVqa/t1qhP1OHeQ14VF7AJZxJJhCGSqXCvaBPti3s8Rgzv+BmKuRi6\nAZc+9qI/HTX9PfOTVuW1/6sJFFvpUgm2NzO3enE12fpx5kvh4/hbXSZuDSXJ\nw0+xPIg0OGmeOWy7yba8Sd/j9kgk01IHTIV4EZwFaUm2euAc424i887AUkoM\nVqtezljipEkqvqyRRBb0VITYVWFNiNackoW8OGR1Rkfjo46i+Wtc7Cu2gVri\nRBxohSnpBlP5lhnkTQwOzDMeZfWQ7lmklfBgUYkNPNDncBLTPGXkmqAsluDE\n5jSNzXgKOvCpJGbWvXn7WxO11g8PSMHmfjkZQRVNugFy+1XwjVly+aQqRHLQ\nVqjPQ8MJMgrF/e27Xlhwvf2zcxbtpx/hPWOlKqzzRGsUP7G93BjkE6piB76+\njjJEkwGGJiQeMZncLMUjae92hBraKQTO1iv6Qm4S6wNpk4h7Ky7s1hARBxtE\nB2tyBaoNygk6ahOUVtT7JIyA09FI6brATFfW5OaTODPkunuLVJd7oYzvmxjz\nPf2vF2x2jnxncswvOj6oaL8mw+wHGT2+H8BrpN9SdZfSTr37Jt1XhBSy3GaD\nPPKM\r\n=4jWE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"5bfccb2749482cee0e74ea6e25ecca4346b54317","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/tinyPlot/progress-spec","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g":"~3.5.0-beta.1","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/g-gesture":"~0.1.0","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.5_1575904233285_0.9113758159158738","host":"s3://npm-registry-packages"}},"0.11.6":{"name":"@antv/g2plot","version":"0.11.6","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.6","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"95ee0a1d969944005e52a1f70d199e59138d4a2b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.6.tgz","fileCount":1219,"integrity":"sha512-bCom3Y9lI1J/Tp+o5VkkTgJ3HxZ//DZeNf8tHfllq4wcNeQu8AW6FSCEjAfx+/lEu2axyRBtjCQoc34M49OyCg==","signatures":[{"sig":"MEUCIGSG4PFCnBmTDYD5hit0yZalwL1ojcFTxE8+p6yvC9uSAiEAudsibfO6/3wcQx+RCrTKvhGDv0Ab6wstDWionIYxahc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5661468,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd8aXeCRA9TVsSAnZWagAAshkP/iHMIt959dBEBaNOB9Pl\n7STabgmuo6V1B1yoinAagZv7kxDHzEo2UbB7n6/a/ZMXwQLymCY3FlwDLEOH\nzbUJF47SQrLUDO9aOTQRJwr4yuXyvcZt48UhoBe11gTradxT09AL2GyLCVqv\nM5VA0YkpWg1LVY/wZsAG5CgKd/WEeVoPlVSmodxJZeVR6/Y35JnyIyufItpF\n3nwUbm1rpWyBLrPPB8EBtp/vlKXdYzHL86oaYiUrKo7pmbhkNGFZtRF1Qy/+\nXYvmkDJh/s7nZJw673H93ZFY4WdSZdMu93zGwHy3Og/Lqxbx6amhYS5p/pHz\nbifLeORy2QdUJjnuobKvBrJuPyu8ZP0LCTIZrUJ/wgvQJ05DbLrc3Qzh8qYD\nNWSrtbJ+opu95AXT8y+r6cQK7TkeBZl0YyihUKjB7QiBKOfB0V0S6iS7PMUc\nSO66YrpywfN1Ti7m7vzRD7WWUcqrhS4olqRIyZWzFb0XcQZxnELZJ3joeKM+\nZg9lfFOHCi+gtLXq9C+ZOKxQbBDi+yse5n+K3ufCJw+1GWN9I3hMcvNWeyg1\nnNethqJS4Z7bgQqL8yyR/8dW/OfP1UyR4txmDplbqYlEofmW69FKDqsr0EAd\n76r119+ALvc6N29yaFlc3JSR3nGygNDA/SBbYta7kBO0Ayjxcz1SKENncqLu\nKHxO\r\n=49Y1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"8806b06b80382007f97b49cf4cd91f31729736d3","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/tinyPlot/progress-spec","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.15","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.6_1576117726279_0.2461669138520206","host":"s3://npm-registry-packages"}},"0.11.7":{"name":"@antv/g2plot","version":"0.11.7","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.7","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"b8943c6de24bdbeac579e6f5442276fb6eaf53fe","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.7.tgz","fileCount":1231,"integrity":"sha512-lXnr+XdsVN2LXJt9FKTx59hgL1whPhCQ3/MABvdoOPczgi2INoHDmFlzbGdyytTuQfDgPTJyiCQ/sHyPVche+g==","signatures":[{"sig":"MEUCIQCenZwrZxW+ZnhLi88TJSSbzibrBR/LT0dC33goIoL5zQIgYp32mZjNatDFG/VHnxdM3Nkaf9t8s6C7qF0C0uttNfA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5831849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd9ylkCRA9TVsSAnZWagAAs38P/1FMzIsScRl3te32Z1ji\nOAzNHYVGf26DiLmmhknPLV6fHELfwbnBEp69sQUC/jMFNhqc7o4mTIksJdtJ\nFZvoIstKDbAxZxC/WN6Ov51E/Ee7s1HnFMeIam8F0x9Pwmkp08xxrIFyjDjd\nq97BZoHmxECoFfA5OvWglySF/UVOij68/UOD96qlsb9vbxraPtJYRUGJCRb6\noufCq8HeEmWihkKs8lG2fpRi0K0cyxQdOEpVwnXGNW8lVwJlNAFoGi3zqm1T\n88nLMdIzVwpQ3D4b4yCSYEC3kL0iF7/kVfOXadA/iqwwcJ1rs25XmAiKwbcn\nDw9AivXeUejSFknMZ//YnHYGWfAENtv97biQuCiCMuUT/s9M4vS4XRCdgVpb\n7NcQ7d5dTm1zCRaszOujdSf+KRYKv+N7W/K4B4KqvmIV4+iWutrFrXcdxo+7\nfA/+JyUymEgglGmteAiB9pb4wg5NBiDhMJVQyyF+zJO3dY6UZQ7azF8OaN37\n8alWSTGdjAvFEAOw/S93ANUCcwJYnzr3eOfZikXcikxsxgO2wrb+DRQEf61S\nJPCWFaU7K/LnFgBKjSNfmGxjmqhq53/9SNJG69rerdr434mbF5SVjfaiZotE\nfzczpyWgc1p2qRLTMJx2vvrneUjJzepZ6BB0eSsaChxBZ6syl24rGGhW0C/3\nNBdo\r\n=ekSY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"fe774bda5fd5007608c749ebeb6df40b85387784","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.13.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/coord":"~0.2.2","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.18","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.7_1576479075639_0.3907021984728516","host":"s3://npm-registry-packages"}},"0.11.8":{"name":"@antv/g2plot","version":"0.11.8","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.8","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"b10805fe9f75a89d9e12a3e38a1c02004aa0a67c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.8.tgz","fileCount":1231,"integrity":"sha512-AlFOptGkSQoj5acmXK8lAu5A1ujzt7rsNlA1yASRamgM/6Y4fc4QkCyQBlFMWW7MpR6XcvzngMxAc8taTSnV8w==","signatures":[{"sig":"MEQCIFYTTu7FR/NnYz/0EsVgz6aX/1m1p74o1h2a+eTJ+GUDAiAp+NGUzNswz06W4DotmG4OweK6O/waGDudUMG+LWfd5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5834092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+aczCRA9TVsSAnZWagAAnxwQAJheGfdSScjGpxWKLmMy\nJOIorNJuPE9K/sikFaJrsPyDCJlCDf7uefL9cInPeO/5ice5Q7buADCz2rl+\nbnmQQlhhKVIIsXAxvbbtckBiYlibO6ZXQnUGEr1EU1a/Uw5ESViv763e+yWn\n1f7IEAj970SNJrSxywveYl5yK3aRPHEMVlEWf7fiLV7Mn/4N3dBVjf2ZaACc\nTU/IyZ4lcpkdnIKk7GC4sCpneqTKOoL3oitJ4/pN0d4wmVkCQHD+L8LYgdQG\ntckCNROa2ChjMabM03VEmDSr8SF6D3Sd8tCImHcwWlEZUSSJP91zCTiK9mfL\ntbVmRHTNb0pORAvG2GmlIJALJtzPXuUBgTlk81hqXteT9AinpFp2MuEArjOQ\n55RC0y1OCwTY6EnkKWG1zWcVcFNm0Qe8Eyz1nTG0LUBW/fUINM/Yp9wtqJH7\njySQP18dQwJAj7aaWXFENSoB+QI6q0qts9zz/oIvlNTxe/7LGKxtH2Y98Zx6\nmNzHwKW28CkcJq6jo0UcaQbHXgK9uDbvtuIVacESsZaLty+DWMk4w3DaWSmB\nsEqmLcIX1KSNKXMzTQ9VeqgMnh8JT/+phAn2t13hfomp6TZEBsdL3nLK4moH\n6A1Iw96Kl7vlIt3RTJ74473NOnC6o7Phi9LrHlPrLcYXMNexjVLc99rW8IqA\ne3HI\r\n=WJ85\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"fdb0ff8528494d4669fd7949aca54f9a2cd3ba08","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.6","@antv/gui":"~0.1.0","@antv/coord":"~0.2.2","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.18","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/scale":"^0.2.1","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.5","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.8_1576642354627_0.3340014301359975","host":"s3://npm-registry-packages"}},"0.11.9":{"name":"@antv/g2plot","version":"0.11.9","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.9","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"c7d4ed889cd3808daa25346cd7ee90a63d6d7971","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.9.tgz","fileCount":1261,"integrity":"sha512-Kulyxin3aMMuMMQrb+/OUVvw8DhHCcn/6BtHLVC0l/vyRfMdGOtkgClcgsguVOjLkB3rzWdQxrpFWaXfeAAyQg==","signatures":[{"sig":"MEUCIQCsCXguRJh0jMvEpDs9mx25T/dkV0ft8r6M9+Fl7/dvpgIgDhoC6BXABZzUgmThZdM9OWBVx2675sImGwk8D8dVXcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6019735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+zLLCRA9TVsSAnZWagAAwr4P/RgbAeL068Wl4NxgvuAG\n+2lXK+MPYsCMtM1lR91uoLj06pyEU5q0np8fxiRv2np3Syjo1/79oZKtZ4mN\nVzLkFtwr6sED8FyeIUnV2kxWKs5w93qah4KExcTo82fIp3hyuQwGIzNt280R\noOC5biJ/dvBBOxEJP/VGTPeRA99Ubwnhjn6t75DxirP23US8br90B17sc/hj\nZS6UbRLgfCqunviZo1ngomN71Ra0ymoeV1auVg7uzQBCOkpdvwy21r05UaEe\nNUnZGqFkvczHH9Hmj0MMELbKSQeSUFhgPiCJg/Q8/KldTlRW3WyA47984FiR\ng3kndq8EwNZh+ABMoHC8BemHi4DRQAL7oSeLFH13wBl633LZ6oSoNG+++wRD\nKoGSeOM+OEzxl6qkLCrZ1KeRF/l3WakLJTfuwdAfEUf2VqTqxXeRfLYa7gUQ\nDthJxE+02xI29efnc8fujkfYwiAypVRQyD+U3Mo+8srfTW8wMy7C5pLjGEYv\nl8gRaBwOq9Tj3dXbvCw9h6IbS567BOByrmrrwKayPRSvuMBgmluKXc8S2ZeO\nb/sJd0jzz6yqmtdXfaCjBP0eWC4Smi4yQg2UR5w2Chd8EfV5LqhQ/zlUKtip\nISxxtGek3t7LdDXQgOPKB7jwQiuycQwswea/qSkKRw+dXq0fKKEnyBm4ky9K\n0w4N\r\n=zW0a\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"96f17fd3c4813b23776afc90c901b5a7689695be","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.8","@antv/gui":"~0.1.0","@antv/coord":"~0.2.2","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.18","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.6","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.9_1576743627198_0.6775531348070682","host":"s3://npm-registry-packages"}},"0.11.10":{"name":"@antv/g2plot","version":"0.11.10","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.10","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"9aa5ab1868f08f089792e1583c838eb45c5bd41b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.10.tgz","fileCount":1261,"integrity":"sha512-wJRbHWIwUBmUbKVs/YoLRz1NfD3rF9ZebCzN4iPgs5VgxlL6DqP4+TfwtIvHZ2HF5bb2l890i8dvSlJfclgxZg==","signatures":[{"sig":"MEUCIQCcpaGgLm2lQy2kFoaDJKAJPh8Q1f4IlZQg6YdM6Wt6QAIgeaxayfdYnMKnGKtefVT4HQ6XHza7XRDugZWTfDeWA2c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6019673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd+24iCRA9TVsSAnZWagAA/uAP/j5O7mP/nw1CUXgoNPHp\nz58WjojVHVuzdfulmvvnW2JlfcL13Zevz8kokab+W2He2ejBR0JbvVqe65Ik\n+7r7c/+Xy93FMEPV6gjw5pLGHHjUNaSV0H8/k5BE7KNMvvpMJYJUBwqIp5Aq\nV3a6c7Gj9zrDBcbI4BOxvvS12UPH4J+1KdEqO21knSgjcZDAACpDu46zr1J2\np7Xi+yDw3iRALRA2TwDPGjdTTMXUWQsU8RRqHnuVx4ctFDFfRMSqzqUOcQlx\nfaDN8qduuJHTDz8djQ0NUDXP3atW8RKaFT3o0LTqhv6TUxQeZkM3vIIn62Fe\ndbwNANSNSZbvI2hY+tMxWWqN9Yse1rq4IqWfettsZ5zudqc8rXmbgBKxuHyJ\na8H9dX1fP/1ym37TPJjUGx3X0RY4HmF/1gnf3I04xZT7b/3y5OHiaWP2t8QO\nqh7URQlweO62Vur2lHJgfVrUGPTfm2e/Hb6yVgUbUkxxMN+tc+y/nIb1r5Sk\nvlsRlgYgr/R0mqx+VQhD1C3q4/Yh0jVaNddg4XgK16zpTR1VecIfIPbieGer\nJxvztVohZzY/ewBL1rYGk2XSgPzhh7BiNnXUokm6BYqbCgGWgHXadEsP+Hda\nooAcKT3WrNb9eoHdWNhEVVVCFvjWGh/d4iXsczGM5M8DDTQ+wCRNW9hOFxaG\npO52\r\n=KCvi\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"5cb4748783adb54c41635fcef9052a4d2c2bf349","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.9","@antv/gui":"~0.1.0","@antv/coord":"~0.2.2","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.18","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.7","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.10_1576758817544_0.04567422054089021","host":"s3://npm-registry-packages"}},"0.11.11":{"name":"@antv/g2plot","version":"0.11.11","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.11","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"857b70b0e12f01ab3dedf0feb0f2c7e33940602c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.11.tgz","fileCount":1261,"integrity":"sha512-dk9BTg8gWBmcuA0QdK6y4XMdeaDz4BoofHDKOl2n2UBAyfbPTL3tGTj0VKGDAsk4tIg2XFO5ti/ZyScfs+ghag==","signatures":[{"sig":"MEYCIQDlmSaRJNA9258l5Pi3pDYPQtBpvlm1izyUGamtU1rbSQIhAIxiXevT3ZClMZCzB007W1T2ShQuaR1Xze0Jci/OLM24","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6019673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd/HrACRA9TVsSAnZWagAA9uIP/0CJiPUvrXDYf52micch\nZ3J2OQAQw5n/K2O94Fy6vKIHQR9kuEDxrrlIuXsVH3aZUB8rnRpm7hBAXcu/\nhwWtA+yM8tFflvM2dvsNTI8m5t9HClX5Py8vfUq0/nXrmypgYD7NtmtVw6c8\nHQDR3mVk6/MU6SMt4o4EQphRReZGZmbxmUiEruGViD/o/CLd/91jh+gUraUA\niSP3kYvR1Rh+ScEZyGMHlEk/crOQLeNzPheIQJ4ThV4s2SU9/44oHECq4efy\njvUVR0gRmjQjimP3dbhSNw26oVYQxvC4eRrZ5ecVpldwmdGjVi3zb+sU4YcE\n63/VwySxCejbUAwYch9iLUsXSsPSLsW8zQzZ+gsWcdezWKd8aS0ijILXEYGs\n7XFJsGwMzj6mw+MnQL7zD72g0tni04NGdvoRGryvr74o5Saz7aEXCM2Rrh3J\nUPTIgXUElbpPm1PeRoMS7BJpy9s8XjEOQjPVEwfbJ+Ew7mv39iHqEOtsIjvm\n6lKWZ36U8ex9IyVWA+PCy5AjZXujpS7fLCRbWv8UaA8Pk9IW/oqeqcG1UChi\nBXVsBZZqkNEgZ6SWcPtP/S0TIMZo7TbSOoXPvmZ4XrecpThqHGG5by992rTU\ngyDdy4/UQDhvgcjChO+BBj/4nPTY5Oi1XtoEosTPccwM/oIiUunXRRIZhnEu\nxvN2\r\n=GLLQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"39f7e2b57b3094e02ee5994024ddf50878a25df7","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.9","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.18","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.7","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.11_1576827583969_0.2618650272833136","host":"s3://npm-registry-packages"}},"0.11.12":{"name":"@antv/g2plot","version":"0.11.12","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.12","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d8f3685676b5c12595523dbd0d0a9cb7ca38ec7d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.12.tgz","fileCount":1345,"integrity":"sha512-BwxDBuNOT3orKPldm23F6bAwnVzIQdzxDPhNApfUixsO4BuIJNc1IPpfQtKrxd6ZSqLsmT0Pgc4gq2PuDAAMbw==","signatures":[{"sig":"MEUCIB/rjpPzXSqSypZ80il01wduNhOYnZj8Jl/NFKyLa7S8AiEAtULiLAFjU78HzeVOH+48XVmtCWpe6GydHlpqTlQGjdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6241111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAFzUCRA9TVsSAnZWagAAGw8QAIhXsEGQ0XIlO55FvUfJ\n3GtuHKod2hZJ/aszdJkFZgtRK0cOHZ5LXcli0DBD7cX0daCt5yn0jIqf114c\n3izOje740BmeA1m6kufUEZzcDm55KfCrxEFS+QTBqUxk93CFBQElD8c/uiDQ\nvySsBcisipXbOvpf9KijP4pNywGY30ozE1PlzLXkNWQvobdsLDOLAfITasoQ\ny9YGy6Y3aXw+XlWL5Vk9fQ/MhbovKdEwp4s0a2/d4HDmh2OJZB8OV8Rr9wPZ\ng8OdgYVLz3mVNstc63qdYL0pekdEUmxZF+pS/tffiBs535PBH9AK/ctx/77L\nGRMeaAXvbck6/86sz6zO4W8ZMm5iOI9Q6pYeb9boUyLfJGE6Yb9cH3HqiIvS\nPMm5Z8nLWcRC4v5Zf6mezGo8KdJvGuYFmK3TUevEDiYckx55SBCgoDRKeVP9\nDpWYcZgjl8mOWubDb5pZJCE34klt6weXq5OInkdHa9Ad9UfxLXa9DKLZEDns\nl/gLnhX6XRpFTe68FVx2Dd/FNQR5TtRX77mFpY1WypTsyI9Kw+uEjCM3kQwT\nC7qblWMIkOFJ4atp5Ye05XSe4+ce6CaYr7qcdQoUkN5JpisEsE/bHwmyu43F\nLjPlQS8VOavIBbIrJICsCBnus1tpvd1/hU2nHfnC14NKpDjlbDRMrUu97ij8\njcD4\r\n=1zxV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"6f991b6568cb36c2e62f2b4435ba031ba46d64ff","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch  ./__tests__/unit/combo-spec.ts","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.10","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.17","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.8","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.12_1577082068021_0.47042373922729586","host":"s3://npm-registry-packages"}},"0.11.13":{"name":"@antv/g2plot","version":"0.11.13","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.13","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5567d5f52444de1c659f5f56f310e23c815a8a40","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.13.tgz","fileCount":1345,"integrity":"sha512-1l/tJyH9QzS7/YM26PyJRG7dBtLQZHWks3JDd+5CL9cdZyA3NWfBBsB0h/AWk1cChmIoJ4Me81Zt76JkKRKDcg==","signatures":[{"sig":"MEUCIQDO8EYrhx1732Qj+GaKSClfn7M5Bi50LLnlhG0NODLAaAIgR7rhPrDdKLDGB/eEqo97zUTCkTd37JhiXfK18AvAqpE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6248223,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAHfaCRA9TVsSAnZWagAAp/QP/Rt0mRMmScOipN4q6qOa\nCxTbTXPRDSMY8LkjM6NWL8E9yIV+2XFfVNUmhHaU91WxZterH2VAXX2S7doE\nuDDM36PBFM7j3Q/iy16XX7fD1XUZshRbJ+6M8Q59vXVPtsbLrz78Q+Vs+n4t\nc27Y5lehX7IXU37kEsjMM29AWmvaVCGUNUhPrSYJ3iowxtmBm4WzQtaOQUxX\nH+WAz+hOFX6O4pGCEamcrIMbbc279fPu1KQHbwqFQpBav56KMJ/ouWcSs10z\nK/4zmYBf5XMEf4H+2OOoXg3Yj/9zZnFYZnK/bNlQjD/Xqu1Ryay1jbUPmWyP\n9AIX6f1FRV3BkcNtHlRpFGvD+CUfD28qapMwNovMIZa7K8OEy9QyoSs37a3J\nUkhvFl9ubHbOLOqCIppPbbX/bMGUJSZzqZYfW29tTqvDFD/bTcqXKpSxCg3a\nQ9KUkZvaaof16L2Fe6B0UybjIP/RHw3k0CMV9pQPCzmG9J3e9aQnCGqNaGsu\n5bvCxS4LfqrAKJB3Zk4PCADjymUKqzU0znUoRTRIAV6GsamKNT8Mytsrm7U5\nsV17Gnjqh0R4rr11qE3JjIJXHrkTYNnaQePD+mDFGfsNeSg6Gt+E7dbJl+m+\nDcyElKfsq0KDscBkSLYTRp6OuneNVBalFhbMqZ1MnLvbK8EGtnIi/J2bfVAq\nG9Lh\r\n=QPiE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"f1dbd5f0f66dc59c1ecb880570c47daccd4f107e","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch  ./__tests__/unit/combo-spec.ts","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.10","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.17","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.8","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.13_1577088986200_0.7559348634976286","host":"s3://npm-registry-packages"}},"0.11.14":{"name":"@antv/g2plot","version":"0.11.14","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.14","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d0955bda32a73124957bcd629886ac52b9277447","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.14.tgz","fileCount":1345,"integrity":"sha512-EV0QPUWzNl+Sy3XruNBUDZxrjbIl50+S2QSG+gmk6eDUq8hNPsgNP4+6DD7c11Vj5VhbktDLL9Y9KY/vT3s+qQ==","signatures":[{"sig":"MEUCIQCz9gweRZsC+QqYuCvXceVUuqUdeu3/kwf3IagM/OkFkAIgaYQhWsmuk/2lxcj7r3sJr0q/CLYOHXa0Cz6/I6sVkls=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6248212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAIBqCRA9TVsSAnZWagAAfKoQAIWppgs0ACydpJFoL6Jn\najRfzoV0mgoA4YIqo6VnIeHa/Z5G6GQ4ER6hNIsgM4luebiUSik7Gqa3yVD2\n8Bd2D5/KpSCR+Wp8t9xAFGewbFRm7P6gL6SA4MXcAkikLDfcaWvIiSsdPESM\nRZzX2XFet7HAhbAcaBEiHvvSmgj1XJtggxfKqoN902vS08KGpBTiMI7mjonD\ncMVJC2Wx8YCBCr6/6DDTz8wjvepjtSgWPdSJjC1NJ40NZquE7XqTjKg3bQHf\ni6Rki7DhRJwfa6kYkD0RPXiM9uyHbHlwHKGIuGd4uFwZsPLoRoNJoYu71eCy\na4RubYcbV2YYqhXoGPOqduvwFWHTD+tc+eWZvQVRopgRQa/HaLGSzpjlxu1/\nUu/HEibD86CaWL7RDyKlUSyF4qRgCd1T8mu6W8A7fGLbo9L4C6oFtAZcb8iZ\nJcihlpb8rQqsOjXKD7P2dvlqwvHwlkIHYMMRdJsXPqQOyH5rJouZa4riZOjx\nvyGJi6W8/1GhFEBYeT3h4/3zF4GhFTDFlyVyXvT6fVodn2R6Ql6RiiKzVDz2\n18zKpq58jDGA+jiPRbfA0dAAVZWaabvNgKXD+aUj0Cm/9ZOGsm4/1iKoXaNM\noMCLn8mcJyQbhdGqLz7Qrd6fbw94k8kAo/JFY7uh06gJw2EYWqQZyIDPVyEv\nAs0R\r\n=p1YC\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"35e0e68e2cd2b7c5eb5cd2c97376c0284fb537fd","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch  ./__tests__/unit/combo-spec.ts","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.11","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.17","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.14_1577091178078_0.5797320926256091","host":"s3://npm-registry-packages"}},"0.11.15":{"name":"@antv/g2plot","version":"0.11.15","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.15","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"1446eaf02bd75924cfa0e13143190d8a83f3050f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.15.tgz","fileCount":1345,"integrity":"sha512-kGYWlkjdMRG/AEaXKCE5GcCwYNSONn0EquTAWZ7+/ke9MTvbfrCWlRm9Ogom/y4E3GhKhWFmCbcK6m0vm0iC1Q==","signatures":[{"sig":"MEQCIADJULevfx3HC6CGwVUKnwkw7oJ7QNvqk7GTxPjK2Tm4AiBxp0ggNPaq3QjddykJ+5UcVGG1l8HkfXuNHTeMK5Nc1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6263492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAL5fCRA9TVsSAnZWagAAnG0P/2LQsIgla0rMseNIj70u\nMTTjdjRd1+aTMsaO+ZaBMiwYBQM51tPs/UEGs9oiG/i7StCXQsqDs3arxhrf\ng5evFTX7htJXMV+5e3TxLdlBeufVvo+Wl6puc1fLDx1W/PGmx37S9CljaNp/\nomhOtb7WDPBlNjBznjiTNXfr1izbuGF60+Dctmad0JNG60xbzpQAwgSl04ub\nuU+NDYS5y8YGFMuctQx0BSwIKWGk2dDixyLdv4fP+N0h9ZvKc6tr5GO3n8HP\nq+gQpxml0WLe3Qcsdbcvpvf+VKE0JaTGGIwFYujNPJ9Hz9wW3BM86p83rcrr\nf+ZRrC9Dx7z4ne4lJWjKLNRuU4adKEA2Ebme86bRAS6CYICyTSnsQhxm+htt\nO5KgFP9MollH+pNervO4bMcGqDDu5g48qBoj5SJgU8QzSUomzcVl1Oq0WX4o\ntk4LTGgi40QxERQAcLHIao2oYDSXvr9R0PSoOuePpNb4Z6H/8vRI/Xsp0W8l\nVowl/0EkfKajyo0/hJonDQD6i2pfGniKWosGG6XguIhqjBN6+k7VoxGpcX3X\n12cTAGTfliRwVhcTaxulvTt2d4FeVu/Gp9Sx4SUQMp4uvc/eoxwNnIi/fhT+\nU8CcHD6oz3Nm/GOebrIgtACzVj2EdwFff12GGd5lXRcoWqqZKbrbvdcSuB0A\nnu4A\r\n=t3pN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"d10324281f25130700c3a45f24e2638b360647d4","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.11","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.17","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.15_1577107039180_0.1834510896053887","host":"s3://npm-registry-packages"}},"0.11.16":{"name":"@antv/g2plot","version":"0.11.16","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.16","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"787d56c5d8a12b85e3a93b79f1105f250c9c6132","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.16.tgz","fileCount":1345,"integrity":"sha512-h1iPL2ppcvPUKvDcgQEy7f7EcrkWfy6rvc/+1dzUwI7zBvcQoSD9gdqPJxNfJyUw+TqXtiz2n/1x8HvxJdbJpA==","signatures":[{"sig":"MEYCIQD2j9sdt1wHjffv2ROvvR0+DwWe04ztr5ECeK+ao30LNQIhAMBUb/Abe44RCli4omM+Cvwoxvo88doCNa113Tbv8O5A","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6268344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeAcWECRA9TVsSAnZWagAAqB8QAJ8OaXpLoyYeBVDtWsa+\nHo66R/OUZNFqxoiORolZnwTUGxXEIde9NdZkdLSfArz/Ef411ohSRLbkmEsM\n1bSqiGlVW3h1ElV/rhvX971fEB6t+Y4VhkKQD6iqVGQprLY2N63GCr4A+ut6\n3WYe+0SCVofeo3Z34bUCPCV0gs5EqGV5Y8clBJ9Lju560CC1ZQEnREi0b3vV\nkfB2qVDUA6lnyxHUPUxwO1IXlkZrFyd7AFCPrCFVu3xJcJCsVeK6ToLC2rWn\n6XXJTSyd5ObcUNFc8jaEYpg1tq7srTMRkuBe89bvuQWDfzNf0EW3CrKCXbSK\n9BBvvAWNRUYZe/UjRd0XDiFcduBitVIk6TQmj5KrHYV/E+xIjZQUOgBbTbI4\nFuH9Wukzw1jecDZ8LrBrS/0pagAVUNih3wQLOV8lB35tvO9bmlGyjn8eA/1M\nyLR4lUf86v9eOuTsjGwVwMDYjxcAnyeT1RIHgVA/7lyTz5qDxVoaq05mgLt4\nNTEkgCZcCV4LbHkCd+5UvOc+xj73CR3rBEdCJjEDaL5tp/fHGhASOwPSg0wg\nyM8VvHO1d2LMGTcWBA5VIWktGbDI5KUs/n/5L7uG8v4VtDoUV1YX/fa+LnmW\nbrbulj5ins/LaNOC0dVHSatNPvkqVIfRUf68t0FWhsyS9ENd6+8WKtThMbs+\nXnqP\r\n=cObX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"c95689058b95ff00fb3c5c5445e12e345a6afcba","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.11","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.17","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.16_1577174403671_0.11057646481648864","host":"s3://npm-registry-packages"}},"0.11.17":{"name":"@antv/g2plot","version":"0.11.17","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.17","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"660714d5ddca45ce3e0d5794a7bdc24a47fc6dc0","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.17.tgz","fileCount":1345,"integrity":"sha512-Wvy0lha/ZjGGJBpat4V1PDSiAJ0hq2aHn3iOLJzDMn7t7eOIS42259XkoyPzDiZ2xVN006I9u8Wa/5EHhXvAuA==","signatures":[{"sig":"MEUCIGOHXetviv5Imx24RRiwD+BGAIHYQFK0joeHZA+tfp/sAiEA8Bdbeqx4h6NLnDIysoV4AqvbRYn86XbhcyARK1Z51+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6269271,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeBGv4CRA9TVsSAnZWagAA5/cP/RVQiw7NCLKks9DCPwtb\nq2g5RHc3xaxE9y2evlqgeHWWzBRaMrYAh41QU4F7upPcTaUqHExaH7OYyY9e\nv1giTKmmcDQ+D1PM+HfmtT5Qv+SELUTLlmS91ro92h8NC0Wpj/KFZBge9GRy\n/Yf5CFgicxd6yKsmxzR1p3lJeftrLgVZprzPyvrLkeVv05MUi7SBBo/MZ4tY\ngzbtW0SYmohO9Jkj+qr3YkU+xbFL3+UAh28ziVgZ2HX+YoyaAKKN5YBtiyCC\nNi1sQ+hFJUOsYZ8Ky/Cmkf7zmrXuGO41Ad7m4sqk5KORuZcebs+ykU0BTV2m\n9H6NdI9UGZL6jh9/uwX7bmu52wP1N4QEuNF7CK4kPv/0xo50Jl7Wr8EJyWml\nxRdlzF6qxwpKO/GxY5AiZy7nnvUNu/HKDMqxGjmQHPB3CAeNqfG12eQm7/kZ\nwdT+1pPnU7Lc/Hf105J1bJJ68G7487ofPH5p+tc+S5YnzCJpQeL/kogvkhPd\n3Y9fr9JyU5kX0GIzciyV0Vii0JgQWWkOffZ0sMBxeLTR92Dj/4tgtk113U/+\nL6F1fUq41UoMsE1iJTNDiS+PtrXBV62NpxlIaOJPAxFn12Dv4zibxdRP9JMA\nrT8JMPRZgkWd94sxkUkN3pZiBKsUTQdmOfLVS5A3jnK5oTDfF/NMBTyKvFrU\nVMUk\r\n=vrIr\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","gitHead":"e27afbea27b0d049f3dacf034ee61c11c81879d8","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.11","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.31","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.17_1577348087664_0.4499866012759406","host":"s3://npm-registry-packages"}},"0.11.18":{"name":"@antv/g2plot","version":"0.11.18","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.18","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6a1c255949aa2ec4bc49b8e5667be204513786eb","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.18.tgz","fileCount":1381,"integrity":"sha512-5CFWBP7LcwkoCV6YzZhUdqAvQTHn/WayIzr6FFebrryy/X7BUJDdZZuAXkB61ixUVpHvSrdOSP187/KANh3Giw==","signatures":[{"sig":"MEQCIB2mQOetWikJkkZ872kBfTDMzTPiyEhcHjBzPq563SFCAiBBk/TmHwGXS3E5yk14pWjLOyB19zaIwC8SdLDnz0Qpmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6371759,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCao2CRA9TVsSAnZWagAAHm8P/1ECGvwjW9zihISIq5hM\neab12RreckvG2VLcD+vPRGk9/d81rnxzKVxR3VLx+3sLlSNO0DXy2SxFL/A/\nyj2ueXnY4EwuPrr9nEO1r32aKjCa3wsedbJ3z8hRarxUzTw1+y4B9mlaFoPN\nZjZ1TBccyhVwdv3QOG/IFwMjYrbc9BCqZYSMpUAGHXQivWjYtoTkdZUeKhaP\nh4QeFr8uC8ANPwupeLPwHZyJLq8nBinZ1hfEOUEMkdU2mWwbsHOwbtUvXpBV\n/4zJV14560x4ApIsXbHMDgEhW9vZs/PDJwLtCoofX5L707UoRkumtuwySQAg\nhjBsegdNUTOUVSc4LptQM+y6b6UDLCQ2p3pX6YmfkOwYFUVwOagfY1KdPZdd\n1fsmgfcZkmAyky+sf605RsfeKGjv8IA3CRYH5IJgExTlFzaIvETwv5O2dsbF\nafbWlchBp5d7lFpLZAs/VLLsJxmrWNUXhETypCQNVNdlSoOWJ5OFmgIxB20D\nv/NZ48QIk5YQvG7jPY56abuzaUmbnTyPg/U5vnpiO7XhNl/+m+yXRnss0ql2\n1ORTUqQGyf4+/7jxiVgWrps92v/p9YlUQ23FsGbYVIrECNRWlr7YRDKubf7h\nIn9aUYECLq1my6gl8pWUz+i+04I8Q3OnyBjW8D0sPV0D/9ygUQWxHojPGwK9\neLQd\r\n=XZs8\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","browser":"dist/g2plot.js","gitHead":"7ca087ce9b1c2f3b56cd2ed4062c469458ab9ae6","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.33","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.18_1577691701872_0.9375115758154784","host":"s3://npm-registry-packages"}},"0.11.19":{"name":"@antv/g2plot","version":"0.11.19","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.19","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"58999b3e888c0bab76d618f4b4805bd21dd9a673","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.19.tgz","fileCount":1381,"integrity":"sha512-PX70Aj4PnfjfhKSyEpTUkv3A32JjxVcn6mFk2DGBI7y5P22wd/I73WqZriZVLRsZzxh/j/wTR+wXwvAWIpc/Zg==","signatures":[{"sig":"MEUCID5G8/8h4NComsqiJ9t0/5EWP/yF3OJdozd4Vp66W2/kAiEAzLzDUO36tBL2MYHGzb+406uG+qwF3YG56fCC77f6ZLY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6384939,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCeIeCRA9TVsSAnZWagAAleQP/ijKedGWlp4OPvNQknNX\n2a3egIA965PMK5nX97nwRvGzdDICkheUg3yJxcckb7AthNsfrzsPDIPGqz/Z\nS9+7zRh5ZwywCkrUBwjzQI5CA7Y6KScEDlS2SbFj6SpyWjNE22Eq/+g8nT/H\niV2fkKmK/09wLwu20XliWslYi0emd5yfxuMKCFJW8Hjwoj5LmZv+3j7Q7qAb\nsqcbBtnAbqSt8uJdw7hqartLXpMtPs9t9N4ILGN8wwCBYregt1HVCy9qlDV5\nndHN/E2KQMNO/Ab+CbMfihLzl2gV8qTuEJckQyk8afYRJk+tGVch1ULt9tyc\n+HXzvM55DglsMMOprPEoeR90MIv7KSjo7pQx/bC8RCE5cJLDh1SGWCDqp0y6\nnzNM8AGXYzCxRE2wKMCy9LYgyHWXYYkn5rImu26y0S01bfjZrxCiiSzR/trX\nHtjJu/oPeU5yAHNxDBld/+A83oHIA+mEcEfTbBFrldWKJPCA6GRDHeE+egn+\nnFWOimcVPEpJR8XT2+EeZXrjH2CmSNE2tg8DaoAxNhCcJC2QgDbCCS3983nO\n+SRjXD48SR7TEh3fhjiabj4SjgHRHYvPJz7kT373Ow6H9e44I+ly7EFbo9Nw\n5rWuDrgJTHl3DekHYM4NoklwOvYF3u2QPdCgWuDP0ndV68nlQVDYeUhdsdBW\nESfm\r\n=Mnym\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","browser":"dist/g2plot.js","gitHead":"a0af220cdbcbaf198a5c9f94205eba5625acc9d5","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.33","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.19_1577706014108_0.01568227807247946","host":"s3://npm-registry-packages"}},"0.11.20":{"name":"@antv/g2plot","version":"0.11.20","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.20","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ade1c253f06463b6e1322309c536d2b5de44785b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.20.tgz","fileCount":1417,"integrity":"sha512-BGi7QCMYffa/F72LAMyDbTEvf8hpoaGfXypj04B9g36gue/dKgmIlR0XfJMPIp4aTjQ2TaOTxRsW59YZPLOxaQ==","signatures":[{"sig":"MEUCIATt+/+nIDRyyrSPT6b0z9Bmo8kAH/4FgE9LlmvzeDf1AiEAiEgmBsMWlHyJvbLbaoeIBF7PMiyWavzMjbKP65HfRjA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6634707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeCwbVCRA9TVsSAnZWagAA3AIP/24JgRFQ9QYbQFwb1CLr\nSlrJGpQzIzcZ0l6dNLWa6AUbBGTndSwI9WoCGAKy84PkIrnT7QbQmqjS8ygW\nLDoT986GBM7DJzM3LEcos7q59ky2Udl8I+l6DfDxg7YDhH/LfE0+jexokJQM\ng3uGcXTfJOVON+LYp5k7UCQnrhJmnzyBmpTtk/cMb6kMHzPWhX+9C5C0In71\nSNx3W2w/ppieBB7HMb+L5iAjFG/F0nbumcAgZ+rypXxuFgjO0JbF4F8QwNuC\nAgXFjMeUiq/oKtBwwsSbs2zD/UwxNVL2aEMg+4yDz0/mJxnnM+EoOHmUPC6h\n7R6+gfV7a2e/cdkBOzn+/Bz5oyQ4s2w3oo6l1o/2zqICXFVu/OH03CUUMrl3\nwbhP/Zz4bxWYzencsbupnq2CcQyldR8YGfDb7tQW9ZAeV9tBmqBPKJi7F0q+\nh/X9Z3qvoVlvK0Ej1rz21aZbu0EuIbaD06fIV08B51t/vQk2uW26/tItBP0+\nQymps4Xfcz2xK5CQvmBM4YxEdWyto+AERCfz3BbN1nMHyJgUNGn/gBDnyTlS\n4Wc1R9aE27LtaFfzjk8OdrCVx/0++LJxfoQBzH1FrNtPfhYOYCW4pR2tasmD\nXgYpOPSQc02PpC5+Bb8YAKuhUGz16Voe8tI/HAnPdQUYmvh2rrTPGzxn5w7F\nC31c\r\n=k1+J\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","module":"esm/index.js","browser":"dist/g2plot.js","gitHead":"79a53f623bf43fe83e6966296894b64dedec950b","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.33","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.20_1577780949140_0.3127109600027662","host":"s3://npm-registry-packages"}},"0.11.21":{"name":"@antv/g2plot","version":"0.11.21","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.21","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0c68b5163bbb7b673e7668ba56564fd64f4c0bab","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.21.tgz","fileCount":1423,"integrity":"sha512-EHQSeM/hjkw/yYJmgWImpeLsq4G3ECmb4kWSJ70MExteU5Z1+caVwGwVfiO1EdauyQafYDtrlNLa4JoRQqeKWg==","signatures":[{"sig":"MEYCIQDiXlOnec7A67VpvFPkGlLCo4Tz6/sxeykSKJdYqwy+4wIhAL2BFN9za+i4aQVJpctKkebFi07TkDoxbgNLF4KoIur7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6719049,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDceKCRA9TVsSAnZWagAACAYP/R4+bRNpBnyEYXxk4CIB\nI4aaYBnicYoc2zEI89297nCjcyy+y8RbTCuo094hVva+fSxQQzJGP0ZEigOE\n3zsi9/GMAi2fTc4P7v/y/aYECigwHlJLOBDytEXsuonNIWZ0bFPHMehjxCpo\n4rXxLAJPGW83alY2cd2iUImgNFw9f7HjKTOqwAFJrEvLLOb/1/8MJADhveRT\nkA+2Da7wp3RHQQkOxZ0XtVsh/6foXWBd/wWjVT12R9TzMtJ+NJvhh7ZvypAS\nFb8LLtRQUhpSTgrB1Jgpek5L8H0n7XIAVxcGJ3GjfHCoukrWz+RE988HWv8S\nevdZr8Uw4tUWKwlH81jQIzg/Rd3YR2AYr/9/0Fn9rYpGiz7So6ZJJtcmEH5I\ng1UO/juVuBPS/rbGoWcvyZTzaYBZ+JsJTG3EgyBZN2vVVwBonU9QPllXKqcl\nC2tHanoDZVhk8EVY2kvrFgrdqZrzuVlCYJbITqq5UvjDiAme2Dz7zY1GSJ/s\nfkVkbuxZkbDCLyu1bHEg/c76uWxmRpEof9mxal53NpNztDPprh2UziGrn+yc\n5wv0CjvkGLwDVAPr0tW5lJYGsQ8txCKkgWy8jb0ZMpSQdwApQhvN9cPtF69I\nYnRQSEPapKx0tCLPVkRIOmtrhmKLRk3Qhk+EV2TlZs8ZYwmxrpIa2qlq/c0I\nVJzG\r\n=3YSm\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"f176e4fcda23f9db28a2447ed612438485f04d79","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.0","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"0.10.33","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.21_1577961354126_0.9769756847392348","host":"s3://npm-registry-packages"}},"0.11.22":{"name":"@antv/g2plot","version":"0.11.22","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.22","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"690e26a3a92a1534b77406d08a26a933670c9951","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.22.tgz","fileCount":1471,"integrity":"sha512-A8r40cIgAfZ0DIsCRj2m8V3PZKukXzzEirbWdSl8Y8PiBod9FU4lbwKF9dGbwLGMQHT1QfhUHyC4TaH1FVWuGw==","signatures":[{"sig":"MEUCIQDvyR6OeRlXEY8/Ac3fctVAGHsTxei2fcx9rvw1dOHqUQIgRI/a9h++Xl3CeUysL6bVBq7Ej2q9s69AdAG5usAQjXo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7622707,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHG9GCRA9TVsSAnZWagAA29gP/Rnq3npQsMcOC9qtxeN6\nwu36g4FWlThtkVcLd83Yw+GOlS3gg6yVEStYR60fauBOlm4k3xLDmTKzicyB\nNdrJDFePA1/2nTkidHjrwKIimgvRqdMLiB5IvUc+KRJCxOhR8kxaHzbyRPvg\nHaHMMyN6mAYYQh9K5CjVpgEhTyf7TtwVXT1NAuIO6FnC1q6uqB+m9+Ha/KH6\nkPpAQ4xRHatDQR05ZGtsb0PIrklnUb4eB6Gy1290yqitI4+hwlAb/jYwuxzV\neO1qDzW+1vWes/qDzaXYpLakOlR3Z0mfHV/U3urGbNlQF6u8rGlSpqlpM8mH\n3F634FA5UoZzNEK7YK9SfpT3eyMkOHdrKJ4AVaYbxYzrBRnaMOlW0xdf+02b\nSbc3e/usbyS9H+SEQjNBPyX8UiQtHR+jne4VcWrfb/BL9WGjocD4EeSC861U\nG9LDO9q39ymvCbiZVha7f6vdNfWJix2dOTeFCGz7AnQ8dga8KpyEuyXICFl6\n2G4VK8cOJti8D6zbrjQKq7UI+yADfrAd0ASLumPyg84GxW4k9ki8zLY/fcAc\nm83vkPZwZL+NKMzejtYAIhYF8WzlqheJsRQhqf7WZjkDWDcomtHmXx3p5FMq\nHZaSnid7lMlsHnrW1Mn84yBe+McR3EWu022VTr1ms6yR4JD1JgbN53m9BOPZ\nzx6D\r\n=F+pH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"0f889fea7f9a2b85d6677f5b4bc3567c9b13ff51","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.1","dependencies":{"fecha":"~3.0.3","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^3.0.4","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.39","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.22_1578921797852_0.8240821904672757","host":"s3://npm-registry-packages"}},"0.11.23":{"name":"@antv/g2plot","version":"0.11.23","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.23","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"532abe440fd67e5395f4a10ae430f0ec68a7723b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.23.tgz","fileCount":1573,"integrity":"sha512-9rAuS+McfJyGn8tTXIqhH8aLLYYdcli0LjLT5LN8U6vdAsqTE1T6sKcj6hdpvnplCwqx30FXJYzevf5eZD6N4w==","signatures":[{"sig":"MEUCIEbRq7sab+5bypDTzBveHw3Pofm/O0F0qODrOXhxllxLAiEA6qqBC69BIlhvUz5PdWP5nnEiCO9Z2xGO/TnV8f+oxec=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8179098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeN++NCRA9TVsSAnZWagAAw0gP/1JpiEMmnvPUMADCSu5P\nBeS11hWBRHl8VyL6IGS3XxzPWdok0+7rQ/M+7MoMnwlxRMo7/MhGPi2/i0OS\nWzqfYfWk16TmBG7YwLTKuazBPxNLCvXz+/VqdE1AHIPynqf1Il1pa+1wrQ27\n5m+Vajdia3Y7DZtZ8onIUJmuQ/ZpVe6WDKdXNx7ROmk/LuRGZ8gOB1nnOjb1\nYfuFhM8I6N4AmHM1SnCbmhGHOp9bo3lBAicZkoDQiy/CnziTlqGiUHmkq4gG\nSJEKnXv5zPuGLli0qGfTHpgHMbapNI5rFuU+qgGuHpEU0evTvMy5+k/54Jdu\nlS7v0VBHHbw9Ne4swoc6cRKly5bE/ZmH+gc6yZuKuOWITGgvPgf1nENquhN7\nbO+jx5p4QCq4xrluSZAYwvAyLGJnlyAmUpeuqYj7t5Xh3DoskpGJi4e7aAH0\nPnay5tUw0dLoy4A1276stVyvsRm1s7Ix86XWuO8vzx8xADUCiE2ebsC5A+e0\nX5hfcYedTF8V+sRIjivoxzEMevK+2JW6NG2GCw6jv45NclbRtIiZk+CfeKqs\n6d3wY4RmdkqXZXytepjJ9vvpy1nmOWVsoe/GAMdP2PxPTfhcoDDjuYQ5VAeg\nyM1lx94csp03K6I459CCmjFKsJ0frte+zO6vydpzFG1IkSzgzNMplFvF/oZF\n3nWO\r\n=FKFC\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"dc1581d85a3fd0ded9a5ace754a680b2c4a0f00f","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~4.0.0","tslib":"^1.10.0","@antv/g2":"3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.16.0","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.42","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.23_1580724108844_0.3579765318203214","host":"s3://npm-registry-packages"}},"0.11.24":{"name":"@antv/g2plot","version":"0.11.24","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.24","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"016bc47f9291cbc552d735ba10d4a6d2ea046859","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.24.tgz","fileCount":1597,"integrity":"sha512-YIGnzaTM1Cv/exKmhOQgGfABkx/DiEqdvBzVPIKZeYudqzqY5BWxzmzx1c4niYgNJtq2ZDt9wbWrxUh1nA/5sw==","signatures":[{"sig":"MEUCIEl1OhWgjRwifM41onL4Q0vh6Aw40BdPMiNPDfusRJaRAiEA+ntHRaBNIY+o24fBF0fQylxvCUCkeNJ5K2XGxCy+mL4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8436437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOS7mCRA9TVsSAnZWagAAIPwP/3UHY+FZ7QSfynbTVKpp\nE7/SlCoqNYVylPgkSLddqGXtDk7fLSg4lkdJI4OKNG+ek3CLX5Z1K2URZdxo\nywIxgXBIjSvLWhHf6rDOXU1KoL+plgpHAQNaCKpjILSEVgKz0otPu8Y/L0Bg\nRLyEm2YBqJNx7QJIoOm3LBWrosN4Mr2GL5zv5EVLXfUEokKA2PNbBcWh7Sb3\ntIBN3gJoy3R9Xm6KobKI49pxhn6q9v8L8MPZN20YhACwuGrYZ78fuyD17gkJ\nsdfvg9AJ9bISJ8CtZQRjZqIlK1hDkVwrbj163IrwHUIfJB3pO+dckfgdiOhG\nah84B5zkb1Ex2GRnn8ECQmnF1JUyN4IwtQfDuBjUngYDLlotLwzAABzVIKRi\nsOF3PhY7go8mIcpYLst2RxXs22eiU5SOO/FfOivB4p82bmPMXcfxTrU1+p5F\n7zlmgRBL9OXJTBhB/bzyb+mNP26kkXqA2uZzJck2ojvDd1LwXquSwuL3Rflt\nfvK0HiDB4xqzWpkJbZGkJhBcUcvJ556QeYBpSN7/Ql2b3ASCi/ttMgpttI0S\nkvUkTqVU50/n/6YKB+Jz2RF0EHtDaWyK2t38GCtCqn8f/VtIjPPyFWMpcM+F\ne1CZZoUV2/DhwicTX/zkbbUyQgYFNzO7IcMqWh2esL7oJsytyWcBXW2WFETs\naF/k\r\n=T8I2\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"081b7a1249746ce9d30aca6b4a1436f045e86768","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.1","dependencies":{"fecha":"~4.0.0","tslib":"^1.10.0","@antv/g2":"3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"2.19.5","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.42","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.24_1580805861859_0.8054623189739838","host":"s3://npm-registry-packages"}},"0.11.25":{"name":"@antv/g2plot","version":"0.11.25","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.25","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6951e32542540f43f9720c2fdb3a8fd0f1ef7803","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.25.tgz","fileCount":1597,"integrity":"sha512-V1jW2Dm3Pk+rUlZ2BSERwBLiueu5d8IJ7h2hwTtTFEnORG2Iw3zeAPmVW+OfAgYY5aewYf+EKw6zsReX01/IPw==","signatures":[{"sig":"MEQCIDcV87oAa1TC4k3p0j5MS7Dh8K24Yd1cp+U/ZhPw+kvfAiBYDbpFdVSb6QKJWdHSBCj+6KmmRKEcffQT1WKOWdALlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8512435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOisKCRA9TVsSAnZWagAAfUcP/jx18JFWGq+syotxatSn\nh4aEb34L70BJdg8YGJyN5GDmG0crLjC2nPe1iliuZE6luVvnKI94c67B62xx\nxdOeINDvMQm2NoM05fs89J1tRz3z7sMiYVAwsiVTmcZ3QHvXPZd9+yrlRSZE\nIgzsaP+owQ2gaqDZuMtFDbRIZu1xwjm0vcmAx5883cJqQJMeYgdRRIDAAw7V\n/tKu4BJZKb9MEh5KBWaJu8okK6+nAUQyIU5rY2AKVqlqppcjDpd9SMyEsoru\nl89rvwSWrZShtnnnO8sDKn7KJgru/Bmw9CT69oRmZOwJ/7ap9Q0ryudxwCJ0\n/qmg+X6GNPV3CtfR9F+sV5bMBJxs2t70ehQowgVk61Cf/obFSlt8lh2PLuPM\n/VJcYowF2MqCW3c/iWcbRn/ZYRAHFTMZa1POVaGMZo7PKdDZv3Qu4FdDha9z\nWVWGZyNdmTniZvxl8EHef5vgUjsi5nOXynovtFR3QXSAKR96uTkiluifENcA\nDv1XyUcb6sne7S6hRKguARzsMgL3ThbunOiwIjvg0LC4m8bkDGF6vfUyNTyv\n3gRNQ1ndinGmpoCFFxWugOIjYvytaE6SNUCCu+3txtjkFT2BVg02ee6tsHdZ\nCxIh2CK//DasUaa9Z87RuG9DwqmKmIuy9N/5n6v8zYLmTcKbJatE2+eXONob\n7Cfr\r\n=jzw4\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"d55d7039bdf4ad31fc138e5809eaeb105797e2e9","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.14.1","dependencies":{"fecha":"~4.0.0","tslib":"^1.10.0","@antv/g2":"3.6.0-beta.14","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"2.19.5","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.42","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.2.2","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.9","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.25_1580870409078_0.6096148518836559","host":"s3://npm-registry-packages"}},"0.11.26":{"name":"@antv/g2plot","version":"0.11.26","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.26","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f30cf2d3995f8491178b569b39d9b7d8faf0d48b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.26.tgz","fileCount":1597,"integrity":"sha512-j0LMA7IJkvR/cuhOdcooL4oz3zAv4XPqRDObhLxu6XlGEC5VcE6fDWy+4ql86kdfvlgVFnEvQfX+ixK50irRJQ==","signatures":[{"sig":"MEYCIQDjUU6j0k20KGo76gmYbhKgFDl7gbr0KRtgiqAMtpmqHwIhAPICvuUiKEhZ9OCqKV0OZK2T0gPD50JzzaMSFotZejte","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8570073,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO9ASCRA9TVsSAnZWagAAdpYP/3fW5OgKVP0TD+WeKbMn\nuwKvBWRTFFg96vgXpYPlYWHDNaynZhoqXqHlQ4cfXT90TGlLeyA6kMTIhXob\nJZisOIIt6dfK7h6IIwUrz8DHHyEjGYPy6Eqmc1LxNN2P0UCwYUuUGYNCMutY\n1CK6KCwrAPx4EkS5j1v+ppBJpL5Klr6D4H4WimZ5ESoZwTwkkP/avBbBLJcy\n7SHqLbfTyss419jS1QVOzNoHilHov/zWiNa/61tjDC/UlEX0zyDloPDCQl93\nknVyKpC01vtiZfdYpWXNNER37JbJpo/vFuOQRt+yCXzkgA8WPar3A9BgFUc+\nPplJqm6burIRHbWJrrGVrU1QFu/rak5JzKKB72Gol1ePwiDa5q2g3BKJsDDX\nxWHu1H055mbGcZdNAtF4UxJGejnWB/SZ0gTNdWtUEHokax9PIVzg5RtssUdr\nP+w4WMFzgiZw5j5nMSKQ90SVy0YUuketId77hPgfmjySvP+t5PhxyYsMwdhR\nz7qM+v+l4hp1NKZmckFCddVKS3BKVGw9AhSVyCKSKIJjtzAH+HhS4IhFZx53\n9Yqu3o/ejEurJFTjLUhf6z4exZToboLbvil1PtRMr48YU9vXthuaUVPRAnEb\nd8VKy+iWd+GyukB+iCtuYz5M2kshmchR+qY2IjA15He6z/8AEq1mjqwagMSd\ni9Xb\r\n=tWK1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"7feb1073ded89467535091d483352a76f51e2e4c","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.15.0","dependencies":{"fecha":"~4.0.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.17","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"2.19.5","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.42","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.3.0-beta.5","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.12","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.26_1580978193426_0.08909199974245996","host":"s3://npm-registry-packages"}},"0.11.27":{"name":"@antv/g2plot","version":"0.11.27","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.27","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"19f0d5a728661d75857bcc84b733e992e120631d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.27.tgz","fileCount":1597,"integrity":"sha512-5pVXHsDQNRP8Do8noYntFO9JZgi+to8IVXP7q87J7UAZIJmPBROvTZAd+7UhAV3fT0pPqaVjfiwMc4XHGFYCmg==","signatures":[{"sig":"MEYCIQDqCLJh5OPi2+G5O8Kwp9FogUOz6uY9poD6dRIyQJEd0wIhAM6K6ST6CSAyOcek3X1cm14jO6dtXkeEEfLbHXTew11m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8570952,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeO+aSCRA9TVsSAnZWagAARSYP/2xzBkHzxT7nJirfhBoM\nz15qctTvDvqhNgQJ4q6vm52+0SiGEL0UN+Tcozw9ICH4Nue6zDdpjqWWfE/7\nqUqcFwnHDtUObR+A7zzFykQtuCLOeb5kz7SOXX6XkBRViiuhKyiSUvTcpdnn\nHlUFYU4fZ5OzRkc2SHq82LlgybH8vs5ujlXSdq9bPbydxC2BdFnBaJyc5Uax\n854q/VnXBvms0UbXLezCR8rlVUCkPDbOSMTeL1v8jowAGVUC+pMJCTpU+K7g\nxSByap1ducq4EiAlNkUpDHoTrWOrTCWw3/ggvdKH2uviHMxVcCy4nnOxiiS4\nTaiu9C0oGt7u4iaya5I2/rdTVfTuqvIsOhm2XlAoBgFk2EBB4jQDN12szHFT\n/A704BFfU3J1ozwfjxps9sRMxMv1bQXh03IvZM7UrjvREPR4Ws3LtjhgoFFe\npV5JC97rziPvy6Psia0wD14b5tUmbQVUJbCuI1+/sShZoBIbZAFtWwwgaopD\nkkleFBWigZ6bmR7/Qni1Fu4I0bljANtlA2HIhy14tT2lR2OiEOhI4EllCpq8\nShhjz7L6Zx8N2w84MFqizzInWY22kA9/WODYFL6z05qhD3GPOOasMRuVBHze\neXelMy26ME7V6lZtWfMwQWK6IHQaygbBB72xuHnfO42TerfiCY3bD7lPBHeR\n/9Yz\r\n=yh3T\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"48eae492135daad808d4eea3b2495dc0bedfbcec","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.15.0","dependencies":{"fecha":"~4.0.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.17","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"2.19.5","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.42","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"^0.3.0-beta.5","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.12","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.27_1580983954083_0.5194901408351686","host":"s3://npm-registry-packages"}},"0.11.28":{"name":"@antv/g2plot","version":"0.11.28","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.28","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"95a6bba2a79d32a558a5eb2b912652024f6cef56","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.28.tgz","fileCount":1669,"integrity":"sha512-45NdbSQJRqjTClq9YQZ6cGPaWf4LjEdY1ApRaHQioU89MpdfsuUxoRNB6Hi9/6vV7Pa2CWv54sQdbk0sk80ytA==","signatures":[{"sig":"MEUCIQCzI7UC2JuWAXjIGO4ZFj6IJHS4AwG2hjaPHehylf46mAIgOusC4ti+WaHGmzCERMs/uChWxVaEsdH4EV6YYD3Qq6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8819860,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRnKpCRA9TVsSAnZWagAAIDkQAJA1SIQ/Lorx1fa3IRC2\nv4sW+WTT6bmf4QFPq1DjVq8t2MP1i6kEqcvD7JXYSpfDWfOv8Kv7FqBEYlW8\nBhgLrYnThg2almavFb8BHpEIC5f40UjxzjwSrm3xgEMbrohJDXCp6qV/b2zj\nDyUjRvH5Ha50Vp64NQoPGc9kfnOoq6pWed1bO7CQ7BYFjDMfYKQEHthCajDe\nCgZsHceOLPxEl7s0soyWw9++Yz8ycKvVMwuWePd2VRr7RYQqFe1uiwQCo3Cg\nq8LUtxcCvalPgLe8E8092Rtxf2bvQAcPyzJFPsl4DH+nJOx3kiqCDOGFoNdJ\ntgvkkKwb5FXj/ZVoOEFE3fNfsMp4AM5+t2v75SiUGnlcW6PmTL1c4ki58/pg\nAqg16xmGqlgZV1k1dKKqYhY748YepHHe+No059EtiZrqlLvaz6l98nJfWosG\nR1tRtV5XbsoRtXRYj4Y2FQCsTq44Hbxpx8dm8y9iLkpTR3EwSCJAQZPS/Izj\nabtf8HvpXlxBPKxjzvuxZC4q9eZ9uL67ypii6ark2kMFBKKoMVMFvl7paq4U\n6e+lUJ3GEv3ts8QSIygF02QEE+zwR7uh2sgm4SsVnv38O3r5Qdc6H8hSQ4nv\nlHI2Rk3uZLaCHAhLg5upFG8/v4XQiH8L+o+bBk1hIweeUKEKfMGAVb74F8/n\nYrep\r\n=MXhR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"c85323f8c4a7687cf012d6a5e76ed344fc1a641b","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/rangedColumn-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.18","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.28_1581675177168_0.8985062826728674","host":"s3://npm-registry-packages"}},"0.11.29":{"name":"@antv/g2plot","version":"0.11.29","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.29","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2da3dc60b8d6188010d99104295dc2be3c9287eb","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.29.tgz","fileCount":1669,"integrity":"sha512-4ju8H34dwtTAJ/WBfQ8TNAHyDZWaZZgiKkDbKzC6ifl4cJWCL5+28nHrJUTM2egF43i9s+2u61qx7PcsGy5t2w==","signatures":[{"sig":"MEYCIQDA+FaM9IaDOGRqbMW8d6j8N6A7a4PciZHNLrfCk9plKQIhAOdnfEjn1QMeW16lQcAvBQmyHCuFS0Rmxij192dJqlFs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8820209,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSkieCRA9TVsSAnZWagAAG1YQAJKRDpRHpvgtRsNzQNL1\n+QNKV7RGApb+ZyF1UG9x5sOGBPuRG7F/tlyR4NasNFItSaB5XfKRgfZS/d2t\n+ukT3CMtMQQgXYQgZ2AlygNoJrwvU9FBNzecOOkW15iVw9pE32zEbxxAXw1f\nSM5QgF1cC4UVejAQsnit2UeaiPTRm9TkmYn6PmwCl+Z9d9KBbzmLh4CxAo0j\nWyw/xcTGJ43WGiOxk/qONiBrmaLaegxisO+WZef+SVACmuVtt+PfcHDu3FMn\ng48STwq1f9NjQnE+5MybU52eBE7f4+i5Gdo0JY4b9Yo1DazoLidCgI3RzGK8\nvzQeVFy/4lU5iN/JHzx2Sgo9ZXCJhNOMtkfh7iydodpzMcs3ojEHD89pTEJX\nOveGtibrMKeCPmwPkw7pfyRACUytpGGBPVb/zm+t8DZ69SsDlMzzrloUjmel\ntmhnpVJIVjqEntleg/mKf26rXk1+IgAPb4NUEcmtIyZa0fF7WdvYMBQTE3Tf\nYGOB9uXNq9fSq2u4Yj1DG9vJmg1EkKhsEeyMSH9n6GeZRxgRRlJM5OcxCWGF\ndcj8SSbTepJdZ8JsxaBYUinmSMBz6OPuaC2UcrD9BHx1aj/8xKrcc8k9Ekae\nazHpyMqEE3w1pIV32w0gzUmBBGzZNNfcM1oN0FbiWRssqEB1LyusHjgmhGmJ\nzGei\r\n=ms+a\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"80e627f424c7390a5f72d72ad7774e901e3fc905","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/rangedColumn-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.18","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.29_1581926558328_0.8346378323947343","host":"s3://npm-registry-packages"}},"0.11.30":{"name":"@antv/g2plot","version":"0.11.30","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.30","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"fb3c7180d95bf09198e845b4ea87fda31d1e131d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.30.tgz","fileCount":1669,"integrity":"sha512-BLTb2n+tyj5UjvkDbYn60xrxLvo9/vb5GdDyS9rjAETzLlZr+2pO8bjFy32EQ7VyWWtTPZf54hekmUiL6SWj+w==","signatures":[{"sig":"MEUCIBXgUc4kZnRyEQ50pGkFK0efebUyLNMApxvJAShkBukaAiEAtR1S2kxizm9dix23MJW7Hl1gCmCb3j0kPQ4zH5EVS9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8820294,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSlZaCRA9TVsSAnZWagAAT6wP/3CgBd8dgM/f+0sbrkKc\nzelLeQzbUDs8oa6NUQODm2ypp+wlX8LsMfwTRKEo8ZxFRTAj+hEEpFEv5fuB\nTmIVVSbPkyjwJN/6K/IIhQaDBZaP3Gta/nA5Y0JcpBnJ/zRK0G3gzCWn3Pbz\nnJOjG5kzR1oAS4+nljk2lCCD2da1E/RFdQf6IBIuqFwl3vhwE+XbNdWsZK20\n1A+bGsYgt4nGZKReqAEz04rmRwtUHWHgwpKvwgqyqZ3xE/H6GCherwymgWPU\nQ3QA923/zSvmRFNwx8gp+1h3NyLhudfEJ9cLkHGgmXXWzRZ36ZwgvYZ4KRZ2\nfyOxgBg3aySizQ6ATYWqfmXd9a7iEQLCJsjXjd5R7puRrUYQHOzS+Ab0a8YH\nNmb+J8t7RBtJkiRAk7Mtk8N/nn4NnpyUAL+VBrbWsiz8QMSRqkVhlIT2N4CE\nFxuospElMsKDvZ/dAJEGSkoldDxMWwJxq1oZv5az/WuZq17gQ3NIlj8wBJI5\ngeTFDx9CTsuqQk0CazfJ2N4i9r7e7X45MJYSmnqSMP30Lz59aNmX0/Y6wv0k\nfPVoDJd4t/Et+Y+bhaXPD6HNZDdsnM9UPhtHSCtY3P0NXlVqRJcMNy7w/KvD\nyCDq+uwDEMKN192OvR2ecmp45Z8Oa0lvMIJR3nMlTvK5mAvilm+C/mjIwfGG\nN5lH\r\n=oj0V\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"9372e9098ea198f433cd3edd8f0689993d8b7a8a","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/rangedColumn-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.18","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.30_1581930074401_0.48412822869845495","host":"s3://npm-registry-packages"}},"0.11.31":{"name":"@antv/g2plot","version":"0.11.31","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.31","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e33ba20561007cb8f2e3382551f7553afdcda693","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.31.tgz","fileCount":1669,"integrity":"sha512-WfJlJVHOphqp1yOs9IKU1cE8mP9AiXd+xsVNVJStfVodRFaJGz1vtd5Y7/V4dW+4qVQGog2WoSxk7i+hw6EaBg==","signatures":[{"sig":"MEYCIQDkg6cyufIOtMZcfNZN2x8O0/T4rIuoNeuSy2fwElvzAAIhAIv0VFmJAigd5JPoqcZzd7u7m54i3TwXhTAJ9svAOOho","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8820623,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeSzsJCRA9TVsSAnZWagAAFzcQAJsjntN6CBePMlgH7ro3\ncr+pExoFpq+4GtwTVUPCyLRVC3jpVSC0ZSIgM6gCqoXRlz+I5YeBUityexG1\nOeKqhk2HJHJS6V63pzP1SLcxZAvtIcVubKJfkEPS3B8jRaj57w5UIVYlQ8Dd\nKb2IzV50ZkAICP56gT83BS0yzbqLGh9YMDjNPcLWKUJ6ACnihfRLxH0ixYr0\n5LfqEf/MCz+mq31e7+Mj2Gw8jysUT3H7kb14AkWX5Lnq/LYAwWBVfgUUEtPs\n8yjrclLBEtjRxUtDUgMZrBfJLpXEgVEb7coTpdpW3qtgzYW2WnaAZvJHcQkv\nQIZvVsZah0JqHeuk3FvP7uD7arbf8Uol7lbKEjfWoR6DF5r9ZqdmQ2MSEq00\n2Z+Ok5rsXs0947DK5Wu+x1o4JUma3tj198Nx3bEY+OtLof5v245pc2/834Yt\nGgG1EzP/qBgfawx9KTcELPWEZVRS6ECkLwyvWCUnhostm/h5pOIu8QH7aXLv\n09MEGqeABM5eJV9TPX4LO9VW2CDk9VvDcnSXriS6p8rDkuBasIV6dKIJlHu6\ngIfQJxwGAom2XLsfmr6Q/a60ER97KADz4s2WuhHUWhFpi2P8pub3Zj2VuYUK\n0HDhY0Z6jvGI+SavsGGeIjBYfCtXjO+4AfRP7w5zxHiTpBfUxdWAkrBU+Hpg\n5pdy\r\n=seot\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"59506c0b5b1bd70ed61b97e2b503b2fbb40e2e2a","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/rangedColumn-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.18","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.31_1581988616625_0.6668261048642066","host":"s3://npm-registry-packages"}},"0.11.32":{"name":"@antv/g2plot","version":"0.11.32","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.32","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"62f507981ce6f2b3c19f31fd09f54e4c1c3e44fc","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.32.tgz","fileCount":1681,"integrity":"sha512-9mmCQSOd9CyyWeB+FX1dxBYF6mlV1fCoIJkWBz7HnMaEob8LsUCjMvfqN03roYaCcD9Hhxe4riuyA17F0++RqA==","signatures":[{"sig":"MEUCIQCzUh1i6ZTcbyxy3OWosO23R1ybR3r5tneNemD/unw7QAIgV+ng8aNcbCYknPbh0uztqa9g7fH+BbwNEfU6GKUXlek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8923893,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT4KbCRA9TVsSAnZWagAAoH8P/iOt2pbDpEcrV2yWXUW8\nD2ApZ25VOdjJUqZE/EiJa81oX3Chz0R8i1G8kJdZ6tf9w7g4f3uB6WXWYLUM\nY5t+NJeIqmlP58/MuPD8ldMF6n4lRPhxScS8Lyu8FQk5CmrKzTsTp/WBb/d6\nMsDBcaOBref3/+bO4jYcbgzXmSr3cBEo6o9UaZuZffGYLxIIt6nJDueU0+Kc\nZmgj/fdldT4SN6bH5HLu+YwZ3J3oAcbZTCFbajjHLEHROTgMe6xA/9sdKe3f\nd3i+psQSeUOsvpXo6Zp3YgvLDVp9iFYYSH//npxOEKp1ZbAdgVYo0cSayEOp\nnXizKhB6M6GdwCbOCNCwHmSQjyWx3DoObak82Axv3OoBb7bVP7lBpgu2TMPj\ncnfJ/0IUZhGaNj5YqfjJ0qClXtfRC1yYnrasWzdcIp0y2C2CYK9zTrhIZJk+\nPHmAxM+w9fULxYEPSMOA2UK6arNPacY8mARZpwZv0brv/Y3tJ8SXzIvliMqI\nsWspaqpscfdVtIBEC8d23EHD4mCP778v9eCoErOkf+fXXOz15MsOfdIT749M\n2DI17lRV8wo95GOMXAYlnpfXzD2Yin97YiuLOTNWgHrAuZf1wvdtjQxE80CV\n5rPsWKNhCLOtwX6QlEC/VCGcOxDtsMFCLR9Hm8CbodDDFMRDczYoKqJ6+MoC\noiWk\r\n=268v\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"159fe299d6035a19fdbc974ea77014895638df6c","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/rangedColumn-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.18","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.32_1582269082885_0.5736742515683044","host":"s3://npm-registry-packages"}},"0.11.33":{"name":"@antv/g2plot","version":"0.11.33","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.33","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0a4efa34c4ecffa7a94f7c3c3330eaa43bb0007e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.33.tgz","fileCount":1729,"integrity":"sha512-FZmJSfvYq9hWa2Md//MBjsE0d7eWbkfGS+UIPBd1P9bm7/XjtpSM2Wf+gXFaLQPRPtAV/G9nqcuxAmy1XOPf+A==","signatures":[{"sig":"MEQCIECcoeqvxwKTY7bs+ah5y7yJUDfLH1DCABNguVf8VaTWAiBCZxgOL0NQ28mMwiSziomsaWZUAmo7L07LTPXgKonZ1Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9089912,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWL9eCRA9TVsSAnZWagAAtjUP/1X6i9OjiLfzrCSdQ4bk\npxWFcp0Eoi/MJ5Ly9gIav4wpbERwytTkXs/c5RnFBRf3Sta2T49eoLS01LKX\nGyjdSOOEz+sak0D52tPyshsqaxe9u97ryNSoiv6oZUSsd82KP8AZLwvADHMf\nJ4Vrm+k095QKYf+ssm07Bye2rcECsUZr1jiiUfbcpLldqboT/khPYiJb+0Ym\nvxXECc1F8s92hfKZP+gmWaho0q0Cqk1r78LXEsFSn/08832Jr5VRGCHOCNyA\niaeLcd0cN+S87Ep5Uv8Dv0fFoR4DOMfEa5HDkgVV+bjKPxmV4/pvQlO3uz0X\nuhH2k5ykIvVg3d7Vih0IY4vIYyq7Nnc6LhBs0/R/Bk6YNUyVyxgDlIeOVb+4\ngc2yVQNd3JD+pxWMKvxA4vOCixQIUgO+d5nutsgxXNy5vGF3rcOEwacSjrhI\nIHtG09/EZnTN1C9kYuDy5aGdsX7weYoIEpJ3iGpCxJtiXM07XFCQf8CPXWZ2\nkfcYEM1xBX1GdfrdSKyT85wScZAdW3OXstvW6QkZ7E+qJxiNAQ36292X78zn\npQ7Lnw4f2XgNPfmP+m5NyDTnGUgPpVAJzgdqQTlhjiKhdin6WgeeHzrN9s3I\ngdUIRlxI4LDNsaabh9AQ0+6IUl5+2mzCvtJAMivKOSOSwKm69FjXQsIsrib4\nRNpa\r\n=EdTG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"633d00f15d3dd7c80a501d1aeb559ec09455a980","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.19","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.33_1582874462220_0.3442304348809897","host":"s3://npm-registry-packages"}},"0.11.34":{"name":"@antv/g2plot","version":"0.11.34","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.34","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"8c3290ecc58edd36a9b77b49eb82b3b7b4470c7f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.34.tgz","fileCount":1735,"integrity":"sha512-ZoA56yxxfWa3+Y+Tgsh3QbMgaftCzS4jUEVwL+1F9TtcE98GyNN6yEO0DVpdauzXbYve5YbS8bK6U+64QT/zXA==","signatures":[{"sig":"MEQCIH9R4NukaQ+hl14BhmM8U34ehjAqlFvQTpZP57MaGyu6AiBK0bgyWQJWjHl/jl+2AB8cqtfb0Jqfr3W1tdJnCKMltg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9098452,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeWS5NCRA9TVsSAnZWagAAeusP/RHl2i4O0qv1jRCKMq3A\n8kENftt7/TJ6z5Im5gL2LOdV3TvDDgjwoOprIo0cBmG5TlbwIyRMU4SCp2b8\nnij2iXXj4REnU9rtWqUu0VUb61ZcLoaniXflB47SbduIijQCqIqGQ84+sfjZ\nFJCdNNjNS1R7buRAmI2kJNLK0mptLu0RRQjnuZvT6YDVdKXrbSrMi2aowU9t\n9g4/TTObtYOqfm47iYtXpwayIQ7uqqp1kHJlTuCP+kxFS7XjtzAP2eSP3HVQ\nX9RkQx1m60Onj4SoUOHgqf+SJ5e9T8P9b19kWDCx21o3rBEFtUzRifYbKr9J\ngattrrEijeWCT7iwfwF41NWAu+b6Sf6uET3kkeWx4SNxzZm1gRGaYjIZ/DWg\nPe5UbKLxkcMnt2To+xFEwWZQ7JDpyv04nieEXgG8IbgtQ1BZDGtKB2SYXX84\nxljoSMzgDV18VAr/1sKeDsnJo+LsxB7pbyyzeggwol6AJrX9EnIwrkN4xV8+\nyqLjPL8t2BK3ioLLIjnAUYlMurSe4GJFdN2JnIMkD6pgWo5yxjTzTRsTllK6\nolM7lDlDIY0ccUwetovpuTmMPkqmN5taZCclc2+ppT3xfa305CkJ0fmSMlVe\nFuXJC4hf0TpsYzKWD7CVIyBpsCJHB4SBGOFX50grPbRuhgti4fQ0r6wHPHEk\nGlaL\r\n=BT7L\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"dd809f070a911eda62e236b7d74d49c5d17f8be2","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.19","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.34_1582902860788_0.4768108235879771","host":"s3://npm-registry-packages"}},"0.11.35":{"name":"@antv/g2plot","version":"0.11.35","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.35","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"def95ef7d5df488b87e68bb502549cc215762eeb","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.35.tgz","fileCount":1735,"integrity":"sha512-kSWoChRB+VOb/x8z4V50XSts4l7n8tLTNF37lLvDcgLYyrDPycrERx7srKzA/WwWk6DuLrZW5v0u6E1b8KdQQQ==","signatures":[{"sig":"MEYCIQDKhbEdar3tLQ/BjxagTOBtnxCsw9b90itghS/4qB7d8AIhAKkKs1FsVmrRAKsl5q4+i3PmiVq66e2mDD6Ijzqhxdjn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9105460,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXIoPCRA9TVsSAnZWagAAJdQP/AniQM9uFVY0T1/m19/I\nRKVD4xqY4wfTSWej5Du0/NLnyqxl0GUqknXdsvJpzZjTGyFBqbll0Rxbtohl\n+48sXELSVDi1eB1DV+OFqvLWycOMMcefnF/VL60LWhI58nz/9ovECmdqL1Jm\nzlW7mKWJD7yRTqqBdPFiW0cNnEex7EtwQFBE5rYYFPPLBkAY/F84yhYFWuP+\nM8bgm2Fr1u0wA+r6xLeMiJ2k/1mjnYIJmKXbEM0hxfFedsZN2PD1K+AIfgHj\nw+8+D7GjIAui+DCiVsbUifb4v282HOhvcb9o/P1tcX6pPwYiRzjJF9IxVLhp\nUjp5Vyf5jyf1avdM8fddruHrr5pnbEC2v7ulTDNL4K72tSrnc4DpoFrO/zBc\nvHCtxoz0W/XdCoJ93M0tP0AZmn0MYIA4sjp1XcGC2E3cOCJ8AINMfHSHYLYq\ns0tfKn0IiBqum0D63VowalCXOY7ZVDBrW3D16r1RwWee9gHjFWtkARUaltT8\nzdXa0Jdup1UdcnKM75WL7WIrK9XiSpW1K4EeuPZIY4CH0aUXXgCU/d5cVCsA\nlPikkXXFuVMZP9Rz1ZWWDj91w/kxrThamMXvlPy4GGhdt0/cBaaNb30JAy0G\nIUHmF+nMjPaZ9reQ4D/+x43P1Ru+O9OuLdLtrGrfCBELOkt87FViSuLIw1az\ntFr/\r\n=J7HY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1155423529c5cc01e9e2b11e092a37a5b45d8d08","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.19","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.35_1583122958866_0.13148733370304666","host":"s3://npm-registry-packages"}},"0.11.37":{"name":"@antv/g2plot","version":"0.11.37","keywords":["chart","plot"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.37","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"7c476cb32a87c9c374b7f7c1d0347995fa016090","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.37.tgz","fileCount":1735,"integrity":"sha512-IkgmqZEu9vbpdoGuugqWuihvWv3MNIlVvGmQKsi/RZn0nFwp0UJE7Zvd9In5LpvL30LfJ6xwbzn+vCk07kXIAA==","signatures":[{"sig":"MEQCIDyA8rgKVHnPhW1Bp8btW0CmkfHm0CeOkEbHMMSJH6XVAiAZ2ptd5R6aHI3W5BCBhkGWMN/mYAKPWDj6plX6xCxMMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9105335,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZcKBCRA9TVsSAnZWagAA0nkP/RqYaqGqrtS1c5D8CoFQ\nm7+rETKo/0Zf2Rm3JaqHKZvep91osXlVopEGrdW9E5DL8MeYM9vUHcZw/+oa\nA9GoUc2t2caWK9ebyPuFMUo/i+rwAJMfyazhk6+k4C0G78MnTzWKl1hfKhAk\n9SWIjfq2m3NXjNW5UH/86c8E3h78zcCxZ+/X8/NF3G3/Uvo/lyKWH9c4AQk4\nI0yskSNihf1kCXZt0dJrzKlWn1U8XugF+Lp7vQAqlYyuT0ogBg2dGec0V+01\nrFnfFXI9fRNdANzPUN1MwZphip7thrh0EbKhir70DSURMijK3A2M6HfB2f7q\n+M1IA3eNCKrhrp2/zHqYoUzkgGjgtWNAyMXvh16ZG528MUCJDYbz8N/ewuNT\neixf/Ti7eCLPw5JqxFGaeuTFejlRsqjjbdxHXngJCAnBaACgwGdaaNjd67ox\ndTf3TMCBxC1IXbtc+YUy23zJUGUerLHFUW2yTxGg8kkwKn4uvvfypkaEv5Fm\n5Ia+OAhsoOGIcVDB5YzSHpEEQsjYVu5HcgDu2eJN5BXmggXlAOHhENhpenBZ\nd0nmk08/8TfnW91embp5FaEYjmV6fLEJz/SRZ4n/TMeGyMwsoOhL/OtyC5IC\nf8DDCJdqA1qrYDFL3kmU9Q5oCmW5uZqeJ7Kh7Y6enCC1aFMrk01E5ZTZBQu4\nYBLE\r\n=UhSR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"02184935764a10a07e486503bb355aad43f80634","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"G2 Plot, a market of plots built with the Grammar of Graphics'","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.20","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.13","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.37_1583727232711_0.6631869274624116","host":"s3://npm-registry-packages"}},"0.11.38":{"name":"@antv/g2plot","version":"0.11.38","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.38","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"45bb0d58e5baa5d512af4f45393f9859d6e9f2b1","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.38.tgz","fileCount":1735,"integrity":"sha512-M1D8hLMXl7dvZ2OGmvtmLn/BpVsdjWgp3YtDuZf0nEL0ZCY/VB1ClOw6aEdP/wfb/DuFFZF2z2s8Xoj4sWeloA==","signatures":[{"sig":"MEYCIQCJlbABYlY7xpjxKyG2TgQO1FVDbTphs/BiJA8Rn3KzqQIhAKFW7najx6A5LvEM4sXMOugkRZrF2viIavyU9AQo+OkV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8353669,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJead+ICRA9TVsSAnZWagAAVIAP/igjSi3FAgB/eXV5sCqM\nebkk193O+5jlOZ3gOcVxY9b2096RVcs8Fg/U7iUCik3Lgx6TCXiNOYmnkwTS\nwar35DW9DxTYbpulu/q1AfoBsb//LKZmaWINoFJ4T9+BbCCt6J+YZod7i08n\nlvj69nnjiF2Y/ZoaaCIoWmFw35OAL7porK07ZT0BF5cQdGgQcAsho+6dCl1C\nftBcT2xJ3xCXQVMS2B9PsVOJYMssfsu1sjB93Zgs+NyGgyA6CG7YQqsNn1aB\neSvhzbHfvkuHC91vgC6Fy8VaLblecKT6TOQSdR0uu984BIgpPo7ompwHVsf2\nA+3DWSirOfTBQmjSl1NWzhvg7UYrwsFl6ELoJSMkmjiE8Haw3ytfDJCF3PTh\n6/UegB47KcNzDJhG/CCreS5nCmhSvFTVbQFNOLrhB5hdBpEQNsrAxUAT75kY\nGVj8G9EE6OZk82vkbcNv8VLAM1qU54je1fnByctV6qQ4hbfgBpi8b3yPsN5C\nu2/m9Fu8lIrKKpUikZvVO/HlFJsuiRKt7zweu4wwrI1vfjVrXwkboYAxYFRj\n2eZQ6I6N1Nfmx5++2SxsUO7MadjgCeoVT3eaL1Z+GbP7J5swQiZT6krn2Gqh\nv/nZQHfH93ExgYw5FCGbVV/UMRi4X2CTvL1f3mAXmEg3t5KZSLIxehohQPPa\n1REs\r\n=7LTX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8db7d1f713fa76eede2a1ee87e1f5a59d6523d36","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.21","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.14","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.38_1583996807947_0.8985499217743032","host":"s3://npm-registry-packages"}},"0.11.39":{"name":"@antv/g2plot","version":"0.11.39","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.39","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"114c7bbd385ad618a7c538c1e7bb89b9b5dc6da0","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.39.tgz","fileCount":1735,"integrity":"sha512-Y/udOsu5IUj0H6kRnKcXi2IJR4IwvGSbq3l74Jm+H0tNSfO468uZUUAdYiF5zjs96ZHPuHUJ7XgVkTJEBDpclA==","signatures":[{"sig":"MEUCIFLVzwS7a6LjZYYJhktifaIpWujRLACQiNSQwUcUze3kAiEAnFPKcSaCPdzl1sCJ/Ls8ssps+i83Cw3XC0OXRSdyaYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8361655,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea10rCRA9TVsSAnZWagAAqoEP/jpzt4eU3DBAJirieMBP\nVZRskTX3XzqLjswBs7ejh3023WSerchXyJVO1q2Pa0C2q1jHHV8B/KKefXvX\nqIJDvR3Ln0wMkX2z9v+bEO9M/bMP/SP3IFhZ5JL7gaVG6q6nv0ty7PgD11Mc\n2kn7xtVCMHzNPgxGhR5jW28KwGvd91LOVSCVvhwOtORdzFYeQX4dZl8nkDhj\nG89rlF5Hu2k4hmtJ8hwDeGHu15p1Bngn1wn+PamfgxnVyO0MsbVjRFOfFBYP\n14QQxAmMYlPWkdN0le5d8kXl2zPDJHZkXl1fKeRoH/I4JA3FkCPiJO1QHGCN\n6ElQa8hzf1P/jCOdbvMso5qVMODr0HJRkDzCZabxtSqVhzYnDqosBB+7WvBf\ngyQmDLeA5JV5Ln3HlFWf8J+v9Ip64wCIc9Z9vS2KG4WPZ7pbqz78fsq6TVIC\n33r+HrkD6LyssbnPvZInXNqTLlgKWiulnZFt4yj2v0XL5n7J9mktde4wWUKf\nPnPh54nNI61aScZKcKbvJne6PGVGoblslnGXh3XZhW7wF5loWm0kA0yn3d5s\nkN1JytHbaGJIFz+H36hOvpTEpuf+JhncviEiEz8Uoh7xhLVBBKBf9Vo0TzwG\nbdS5xRIJsMWR79bxOEupZdTKE8gMaZ8cXaeiDHlJ+FAwvEMBtuEmhIXaYFOb\nDPVX\r\n=uKE/\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"00b7b8ce6e544abb97f8b3fce000b045ad21c8e5","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.21","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.14","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.39_1584094506638_0.8653732888041181","host":"s3://npm-registry-packages"}},"0.11.40":{"name":"@antv/g2plot","version":"0.11.40","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.40","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2ed06e45300ad8e3be4c7be78416d9da7b8118cd","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.40.tgz","fileCount":1735,"integrity":"sha512-e8rwQcKgv5Y33LEsvfnEqEsUK51ALK5ZHudBm/DOvSFWS6huXw/q+b+aezxnxUiISyVjCDNwUez1LifVSy4iFg==","signatures":[{"sig":"MEQCIB3/Q0Hz3qNxCxR4WD+kf7ntYVJ9VlQVkX9/b+8HHudtAiBXycH4qBixiOYLpGnKKHRbyg5AY4h5X5zNcHU9WH16yg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8362424,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea234CRA9TVsSAnZWagAAM8MP/3ElVFDPhoexX9HiVgge\n2qEoChDcqvJEhC+2+3fDCKFxMrWCShZgR4sXzSYFwWUcUzSya6LFrJpJpBfc\n44e4JOJDlYOMeoUsX8M/exDqt8AZNfq0M6TSGBQpmi3T08Ie7wn1djOnc9I2\nZaPt1jr4Yy2Rgwbh6CwdLaQUeNWyTY0NplOyZnQ7q3Ro4LurXQsDtCGenC5B\n0bQD2Ylhi3sAfgMmCTDk8wUyHxQnmFAUWmEerVvYvIbJCp6Ac3RCX21ylSkg\nCSNX6lnZRXhERuZpxbJj0+DUtgDrHPn1c59hOI8K7kJffUT9kPpylgT0pqa9\n3PKyIPTg+x5GQNPZ2P/6JCoTfhLHu5f2UZ5OLeUL36uPhyasT8I4t3vSE7hd\n58ZnY1NHZ8dYuWIfOb7sIOOaamZpAB+6RZXbd+RdLw2xSol8lQTBR1phBvwT\n13XQCUuxA+9SM38CQbGYw/IDLniZ/bqqN08Xocxp4r1OvlrNMSCc/tl8ApJZ\ni54P7h/59BYx4V7d35V2vQh26fgNJG1qDS+slzE+pDhfQyIU4xCuulLtGJk9\nzQ5IwH6HFbKbi7u9H92XDQCQXbCEUTgTw+LCMA/4PfjTsz7+ETZqbKJ6+niT\nSM7dINhjPUh55kNMF5q3K+4uV9xnmN28rOT2YSTHXhOzPc4UIvhsfx7rvhxE\nlfyJ\r\n=8XGA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"df4a74311eba590fcc9778ae5b668525d8e10a80","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.21","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.14","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.40_1584098808263_0.9840821832402822","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@antv/g2plot","version":"1.0.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"07467914a3d581f87601e7415d4ebb25f3dcf99c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.0.tgz","fileCount":1921,"integrity":"sha512-0+1rGn7pGZO++DhvOGqd4JfM8wfw1XrJJNcKAWJ/biYk4NU31IjJNesaviF3826m18NHbqSAyouebxw9WJPxrA==","signatures":[{"sig":"MEYCIQDeJBnvC+odhabuwTtdqAziEY43TkHnqvhVbNVNtJtvBwIhAMLxAjG6juPDT+hndeBEJ1OajxF5QwtKBDBVAHph+jVD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12996055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJebyQ/CRA9TVsSAnZWagAAI4QP/2EPk7FzfYZ3xj319osT\nXOr/+T7BQJOqKjYcfDbCdFlx7xdXjaISYX3qYP7timGa4bVLLgwA8UlmNr36\nMOOmUJGuUz7BicH4rR69mSgb1rBV/ZgGNb9f0Wd0VsvdVWaQ9Ve5PK4T4ZHB\n3iihLFcW4YZ11f0QxC1YbdG5v22XjtNKQ7CcgQSY8FvQYgFSpWkOUbgSAyeN\nrESH3MnhsH0UsuiYHw12TIh2nAkX2ayVsjWt/rnfZWNhiRl4Z9ELZERDyuvA\nOsWgZAWXaFeah1wUdV1pIzBvA6q5Vzt7qO6W4Un+W2NHfE6kD52tB1JX8/sd\nIrliK7OOseur72fQrfjh1QqB/Hwx8CftbCGX2aDx4Pdv7vDif/876+Qtjk27\nU6o1J2516u8OPIXX0vuvZHT7WZH2NXXTCcIlucHAywj6q7CVMVyvo9ekPGAI\ndGDp4hTKnvp3bMLjTZU4CCM4ME8zbLZUmZk6iKVDfW+G+DMehwVdXefANCam\ngj3plP3PrrhMy6QXfWUXif1E/zO37XvBXkxiIgLFjll3YEF/gM06VRj9qlPP\n0hgUjFKP8kVVFhyd78hFswTbnnch8pY38BsnE9+xG6y27CVuE621oVpUGGAQ\nDWqpqPdLf0IeVXYindjYHGY4D/lqn18LRdONKHp6NZeb4tgQd3eOMsPpSRFy\nXDvX\r\n=DjKA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"fa62d7dc1176591eeafcba99d6f72ac50046ab50","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.0.0","warning":"~4.0.3","@antv/g2":"^4.0.0-beta.17","d3-regression":"^1.2.8","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/g-svg":"^0.3.1","@antv/scale":"^0.3.0","@antv/g-base":"^0.3.1","@antv/dom-util":"~2.0.1","@antv/g-canvas":"^0.3.1","@antv/component":"^0.5.0-beta.32","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.0_1584342078349_0.6440008935208923","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@antv/g2plot","version":"1.0.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2fe055ab01adbbda8f07d83f11d59faad5208e92","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.1.tgz","fileCount":1921,"integrity":"sha512-2+NiSk9q9xcBEgAnCvg35loHifhLK/2XEZIOgYmI2Cw9wJt+tYeCcTJkRxq/i2vZJYUUawum3rtrMPogopFWKw==","signatures":[{"sig":"MEYCIQCAbHWFQZhznd3ymFiwudfP2/qk1w7hv6f/w4A2kS16+QIhANhnJuQYDDPiKcfdcGHLyVHttsYuniUUKmo3q+OpVR5V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12992380,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeb3ldCRA9TVsSAnZWagAAW8sQAISuBOhv4GAY5FEqVPLk\nHjUK6jQOm5H+Um/OrWP3f+OspG9Vmyq6x2I8eGt9ZQZmfICadfzY6JLRe6QY\nqntJecUHCo+9krsqP4+SNd+2TSOywIgfytHRskWSoNdqBMIDn+6rVKMCg+NB\noAy0r/9cHrE++J44dDThQAioH7DqZpydv3yIV0o8SklIif+xCHkLuVyuCp9z\numR3jA0s/BMe1uPS/tXNeYQmQ77EeiTYnIG1lfC8/yOg/hfLaPWYPkISQWi6\nTs2cI1A28emPy7XDC0nNDN0UNwhGZgHMqcMAh+g1fxTDBsdD6BmMQnzBt1HU\nhMwrq6G7RK4KEAlEMTr4m2M+KASIJJu6ZZIU2SI8cLqC8n/Xf8gGck6Ih5r3\nm4hWd2S5bEslu7e3J7YaBZaVgnn4wDZypB1F9zZGULSRy5p8YpuCDsNE5yhK\nlB7no2g25xrbPOk+l8C8cyyzNXA+BHsU72sgATDm70ozrxnJ9NCvFEN0ae4u\n1nNuBrzmJ3nSM1q5ykRigGcct3tIkMceXjviKS4krT0xEU3QgURpfdsLCECB\nIH2w7+i7q9LYqAMwUXvfF2lWsC4kFjQFw6u5uqvuLCg+P3GfysYMMz+jWJIC\nKEegwKQTIXcMDkpEqVxOW9n4H4casxhK6Hxs28ipyVedcQe4l/jow4M682xZ\ntpMw\r\n=Re7L\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"6acc88b6c9fcc4978ccad27f6691cf0d559af54e","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"fecha":"~4.0.0","warning":"~4.0.3","@antv/g2":"^4.0.0-beta.17","d3-regression":"^1.2.8","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^24.0.23","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/g-svg":"^0.3.1","@antv/scale":"^0.3.0","@antv/g-base":"^0.3.1","@antv/dom-util":"~2.0.1","@antv/g-canvas":"^0.3.1","@antv/component":"^0.5.0-beta.32","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.1_1584363869262_0.42896545261502084","host":"s3://npm-registry-packages"}},"1.0.2-beta.1":{"name":"@antv/g2plot","version":"1.0.2-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.2-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"1d5de5ef1ccfe293ebc746c4585dce5b06c8a242","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.2-beta.1.tgz","fileCount":1921,"integrity":"sha512-y+5dDRQw6Lab7ZC4N71gNZhdK/6r5or4Gh80HA4W/v8tWzRd4lDVinz0qlKZeae89OSQ6z0yBXj+P6vYF8MoqA==","signatures":[{"sig":"MEUCIDxrfuYTlabPOYBKkFglSapDeWsmmGI9j5Bl6lCdQvROAiEA1IIVJGSdxMxUAxB+OGlX+LqiQOo0z+WAVDhD1Iuf1VQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8809747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecf0+CRA9TVsSAnZWagAAkLQQAJUQaqEAdiFAKu/N8g7d\nfGr0maMfwIPnw86anqN3MZyByLx2f9wDiAPlHd1JP0LmdC3MOcZWVSDQyMnW\nj0ndXr/AZratXLhPIP3+hWBUuSNRTos0laLxgOeUvNRfhoo9YAiXKg4P9/IT\nS6gpZd50XmIBldIAYVfVkNCb1R9xPmmECUt4QnLrepNHiAHC//qxWVv4yXwY\n+IA0w6Nv9g+KtLok+RW1pJfzYNjr6lS6m8ujX5u8EvuRWhi9SvqQ68P4DXBH\nfNZDYBebN6HzDxHgIfhxoaCNav5lDpIjowywE20ubUUSKR/XkeLiH8j6IsfX\nS5mkITa0X+XPJGt1KJICUlZwjDGca6bww+yjnROXBCSBj3NAH5wmL48s3Ml5\nBlitv1RswQP+y3ZiXiFh3jyC40bvCEpTochhSs1H7cE/VQsW25r1tZT5YEH9\nMzSV0EwkUNTH+cOD9PQDqeAbrYuOtaQGp+asniOd7ZymsSlMWLktXB/ouRy6\nXk1Z9fyAPtZLG5I8rbWMmezTZoIjKyo73OyWQqamxbT871pCujB6rPZQim5o\nMw6caNBoQQql3XXWIzL6CaVw8ySLq66Kz76oWrCVbWg/wMABfKAl2RvnmH5M\nVosT1j1uPYZWa4T7iyX6Es0lIt97SaD2YhLYjatlCu4P7ABl8cail5w0Buv8\nWTIZ\r\n=sVF7\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"c2dbdd0e27a5bb32548952fed3810eb1084fe00c","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"@antv/g2":"~4.0.2","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.2.8","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.2-beta.1_1584528701992_0.969447748338756","host":"s3://npm-registry-packages"}},"1.0.2-beta.2":{"name":"@antv/g2plot","version":"1.0.2-beta.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.2-beta.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"15b0406aff55e9dfadd8eecf00c3183e1776de00","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.2-beta.2.tgz","fileCount":1921,"integrity":"sha512-XtwI4YAksnwr+fBVBTDqtD/aqPfRXhmAMcRyKCmi/BgNeK/TIhcngdZBE8fmrhC02it6lpdEgtm0VrkiR+Rxug==","signatures":[{"sig":"MEMCHxGjiYgFlImy0ZEjJgtzMWEgDsFhPHl7QvQHhP3MRCgCIBSPuksJJgvmmJKyf4vfsmdqR3TOXZxBJ4jl713+IwLm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8809772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJecgG/CRA9TVsSAnZWagAAE6sP/2JBuxJcAjS6vHtxm4Tj\nGkm9Nu4AsP7b4O5y6rN91MQBkhN+KIutu4i9rzI/KVa/eJ1Pc1sWpxpdRiNv\nBrhDyVYedYbQBbfaMlMtP3ceQYRAbTSVvNS3J07/jwzpBm6sZC32Y1vVkhgt\nEqR/7bH7VaCWeVSo8wnv7DBXnt4MJgl6FF6RkXcOHFVbWbKOA0tSnrK1WCHx\nJZfJeJvuACR20HRbPRuSI3s4C6JuquBM+Je6YnkdISt2AacP/G/13owcOTOU\ntEEjRw6NryHQZvCdb5Ml68pmN9qlJcqVoxjV9r5XzM/GCJ/qU/cSTwd8M/8G\nrZVuhpEL4W/FolxTuYwxaY35X+O7eGi00orEZ+2VX166I/YAjDcJ33DwvIKr\nA0tOLoiOW9LD/7TYGpHPxgEyHH9kPCYbEpzKZQSTIxkaNHPRYqhuczHW85i7\n10+6gbgD00+lkldPd/JYFh8jxc25ys/mBuXtX15PzfHBhapCQ0xLrRycP6F6\nBKQz+FS7jDevpAgeVMsRlWKzYs4WG58QDdZVY9sKFRZ7WXCQrE3NaZ062yxJ\nHDGgNj92MG1LzdnlnsM2iRiaQ9EyC7d1xEX5P2LxdUemSCOxnmB4mGguQl11\nsK9140n4tNhpykUTrkLcpPtqsMqaWBtQSnBJJ72dG3puE0cKv1XYCo4v7VE+\nId+p\r\n=Bw94\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"c2dbdd0e27a5bb32548952fed3810eb1084fe00c","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.0","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.2","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.2.8","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.2-beta.2_1584529855239_0.591411922315404","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@antv/g2plot","version":"1.0.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f075adf6375c55663f822b44c5f8f890eb103432","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.2.tgz","fileCount":1921,"integrity":"sha512-VETNFOI0flc2C0lIZbL0wSTHOAZ3eqQhIZKafFZz9U+KOVvxRnRdYBq0m/YQUoyN7NNE1Cr6Si7RcPF6sKXkzA==","signatures":[{"sig":"MEUCICUoEul8mZsyn0uIvrTnpYWGerksnJiRjGkw+Pux1SjNAiEAo0+Z5iidnSaDFD9ngn+ex7tE0bLclrtEGysDrN3glq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8852500,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJec1pQCRA9TVsSAnZWagAAVWoQAJ3lqR5hN8UnEiQFLpVp\ny+LhdSeVU/4tkkhwokFMjsFq7FOLiRKRNRm+jgPMr69bxcE+zgbV/af6KMs2\nU9TufWVrwaDaPaoSb2WAzHqk/QW0EhrKkUKu98w5WBuk3x9tawegHErcBy/q\nBXDdW6VAAqSU5uXBABEBriTBB9dXa1sdnccZzj35y+605Y8Adn+1nuKaRFpS\nSHrwGbP3aaXDO/sZAibIAWjjZY+KpO3YHchrRBcVHIvkTuWaMV9mpnzbvev8\n0AcwFpidbGbcrruuYRuAKOSkBbCOU+7C7JsiTSt7FD14IHVDYgbUWIhi389T\nA/Kiqq7FXFfPngElBoX7GmDAVZA/PhxXVWjKb1VKHEBp6ckqpLeJcg9v1/Ow\ntknluHrkYY6Y5/9gjmM1UwXgK0EFoVg8hA/6jciZMhIsuix53yIVGOZW9oLD\nBZcWS+l9GQ+VQwFmayPUtk4Old8u8ds0befzFxNjdJE/NqdJTst7xKWQFHs5\ngmmt+L32HYnhCSPQYEBgEEff5dthKsYY43rY3D86SU/k4XcZat78/bZnK+la\nVwF5VLBYLHLBymN7L4lJlENoNaq0R4LKetYPGiji2pauKHC99qnI5M/60QPh\nhpMfD0uvR94aGQhIKJJVlx/NxvXaDui/04P4/g+K/9WA0LBlXwvpcGFF+tb1\ni1Cj\r\n=E7wv\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1134ecd947ea952ebf21af14a5f05811b0a95b9a","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.2","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.2.8","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.2_1584618063453_0.28392732296022416","host":"s3://npm-registry-packages"}},"0.11.41":{"name":"@antv/g2plot","version":"0.11.41","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@0.11.41","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"80e7ce935ad0d620093615bf1e9a0dcfe1a095a4","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-0.11.41.tgz","fileCount":1735,"integrity":"sha512-hXSlGQu9KnpRbp9FM2a7pfb+LkxH6rZ7+CWF3P8cvd6hjKgteqDicgE+hAWNiDNbdZUnfff6XR7QhwNpG8OOFw==","signatures":[{"sig":"MEQCIGjcduLzGobxX3czt7wHqew9cxHSCl6tFHfi41+khJwgAiBj9lmb6YW5c2b1Oz/74sgH3hwmLglxdPjNPYfD/r+FOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8372678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeE3WCRA9TVsSAnZWagAAJ2EP/j7lzD6i8IEWNwE9eohu\nxkwmuDk1YiqEQDJjwE99yEQHDugZrDYdTnJrZjExsZDTBSAGjpIJ2oEqRdFg\nggXfAHxmPPLtkElzb2mlvcUjlldoaRxsFb2DM+3Pxu4E2CyE9Afj03+MRsZv\nUYlVRJtmsPTPWHOjs0VTJSirjvDzmw33b3QwxWwA4BB8/B6LbUFXDDi8uTMj\neFafTiaoIyOBlyp8Z3ef+jhAeA6LGZm+r1Eo1Zugn709/CgYEWAedopbw7ge\nluXf5SerWdnmmQ1ULklFNiSXZ9xTHGdhzst/k1lp4ex8zJny9IkyUMMC6YXx\n/2Bkx3wb4y6q7MN+7bcfwWyQGuY69Wtfth3usANpZHVEfkA3oF6TxBg/t1tz\nYYZzodlbxexwMj/dWy6kj0++ZVBxv/ayuGfqo+JOiQQKKVZCncS79hvDLRQ2\nqzkP+8CtwRUapPlRZ8yLTvRI1637hIOjO/p2ePL0WJQAsCMuR7fy/Q1fNtXD\nuWw6pSx0uSAGTew9hxFKZYbguq+D02ilEe7plt8eIaHd5EcogW9aPnPYPW9m\nq/zPiPxeFpjA2CbIZumaRx4eFRX2SKGUoFoBcTRRAlVn1H8mTbGOX3eCLI9j\nbEKlnMmGDkaizRsBB6jGo+dnOQYVnS8KQWvadHyg//I9jVSkfPRoDbzB+Cxa\ngX8K\r\n=LG9W\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8f4bc7edbcad761cac4474372e4d9fa95a0486e3","scripts":{"ci":"run-s lint-check build test coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/sunburst-spec","lint-check":"run-p lint-check:*","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-check:eslint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'","lint-fix:prettier":"prettier --write 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:prettier":"prettier --list-different 'src/**/*.{ts,js}' '__tests__/**/*.{ts,js}'","lint-check:changelog":"node ./scripts/check-changelog.js"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"fecha":"~4.1.0","tslib":"^1.10.0","@antv/g2":"~3.6.0-beta.21","@antv/gui":"~0.1.0","d3-regression":"^1.2.8","@antv/g-gesture":"~0.1.0","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.1","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.3","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/g":"~3.5.0-beta.1","@antv/util":"~2.0.4","@antv/coord":"~0.2.2","@antv/scale":"~0.3.0","@antv/dom-util":"~2.0.1","@antv/component":"~0.4.0-beta.14","@antv/matrix-util":"~2.0.2","@antv/event-emitter":"^0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_0.11.41_1584942550106_0.6502305329808344","host":"s3://npm-registry-packages"}},"1.0.3-beta.0":{"name":"@antv/g2plot","version":"1.0.3-beta.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.3-beta.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"c45b3939d7e2a496c46c8ad2e943edebb1f6c346","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.3-beta.0.tgz","fileCount":1921,"integrity":"sha512-JPwRc23QVkd3WBpEMMh3XYBFxKUQsXEQD8U8DHN8QoUjkDcu2OmsLjdUEYA1Y11KPvswM941cb/qMQBCSgSSIg==","signatures":[{"sig":"MEYCIQDAjJcianQT4gZgr2Llrx/rMcv+dgMKHtAxVob5HhCk0QIhAOS7hb4L0A3UD8puib5LcGbDmTvuwh1KuSp2cUvuZLAq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8667994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeeWuCCRA9TVsSAnZWagAADj0P/RkixmDTsYvNQMf6fLdi\n+JFerLNdIwkLuvEgyYZd4+Cif91ct58JNlpnAMBSYx/7Rhj88oohPPqtGPRG\nBhPF6ILJMR34bV8H/7Dsaqs/Lno9BLbkXTgom6fTSBRTe7sMtdUxsSzXNk+R\nVlyWe4hGgl5vYTUNWb0UPL9/VZiLEnV0xRAbTHQV1qfgesvuGoj3j9KBxM2y\n65tFHn41i8CruDHMHPl8EC1KMNmz18NNYWae/iv1IrajvoNjTgdzPg4sLd52\nejBtSgB/xBw01elS5nyCwoSuNOrXClZxiDqX4++o3cJaSHlQZ+ZQZGerXKZK\nCuBvZawuj976L/XxUHLEKxSm2G3/10x+M6VvyKHkrReBtJTUMrP0JB8DtD7e\na9CxOmSZBvxB9lHTopd14ABJj9HqELsJT3wkr2vNZVIf7EvDMS10vEVTk33o\nHLxG8lMrPfXAZkxNb59vVhi7QXAAy2S9u3ZPCRHgNM3ays4VgfOGYlYJDqFa\nC9WKrzukl0omnb7Rzwns77VuthkSwEzENW9xHd/EH7XQ4Cczq3RM7nQKZAS5\nBN7eTN6txmjVN/TkQhU59MXgf+DenudSDStUlqBXR5pMBLLgKEZYQgAw8H/q\nW/9feRv2LUvStdohrWBQeKsnztEGE2u1SqHEJbWwBp5jXMYhY6+MFKXOnfjc\nYV9R\r\n=Ih4g\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1e13b61d79b6500d9ef6626a2c61f8b0aac3919d","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.3-beta.0_1585015682015_0.16545191691421457","host":"s3://npm-registry-packages"}},"1.0.3-beta.1":{"name":"@antv/g2plot","version":"1.0.3-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.3-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"69165e7bd50d095c45efea4579d066f060574573","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.3-beta.1.tgz","fileCount":1921,"integrity":"sha512-LNWZyUL5Rsv3jpd42WgV8TXJeuonDXQUrCLTy86GMBFzHl4l1fYyh8jOOpScQN5+QGJJDXa5jQ8GqGqOvSkvAQ==","signatures":[{"sig":"MEQCIHZlkOy8n5YNNhmJ1fWabsjo2wjHse9YstMcULXgrzjmAiB532KI/QGyzzhalbYlXlhBsJYvLgyVaj4xCtpY6XEhjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8668022,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeea6ZCRA9TVsSAnZWagAA/xEQAJPIkc3gwD1NeJX698CH\nJEM8jnjdPqsqpFJkCfMWnrojbJeb/PD/ZnvZCVl8tbF5z5173/p+UdKzU0Tk\nw1iZ9Fkqo0IJ5OfFsWCtdDaclo5DYuWLjaAH0p8jIR2PLtKozyOXy/eGI8MN\nGxV54wrVQm0QiTg0MwyNDUYeaPx8z/1R8foKJOyWZJQqC4iyCHr5RQbXo4pQ\n7S9a3XrHTQ6U0itrU6msFRijxjfhJ7rK/zRcxVU+8b60I6DFIvP9AYIbgIa8\ndYNY5HDQJiXoTt7WVQ7fu+VrV7PDJ/3HopAjovbosWGhJyIBUnHYmNq33/Nx\n9f0a0p3Z6Q+v/tJcSOD6dM0f6NoHJacSuq79OR0a262VHHZ4H16rjUkAuJDd\nb8orWICZqc2wvAU2OKbwqkVLwAd93DdAVUUdauo2CZzj3oLZ3dzTxHTQYP+w\nvWEr01qQ5x3bAZdjGkxrvZd3qzf7QQHQQxjeYDwUrNnjOif/EUSJ8KZ5xR1n\nXeyUs0wQ6teozoxZ3bz7KHd7Vxd2W5oShspIFbjeT471TXRvynkxmCeRExaH\nzy6Jmi2p5ZeKUxxoSZUkOzcC9cxonTlgiUxcJ0rTvIn6vtUIlhH3R4hdUpHA\nx2RovWy0ZcshH8BRRviG9K7q3nY5VMlb8cCVGLpsKxhpM51i+wX9BemwlGqt\nVGA8\r\n=pSFa\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1e13b61d79b6500d9ef6626a2c61f8b0aac3919d","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.3","d3-regression":"~1.3.4","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"peerDependencies":{"@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.3-beta.1_1585032856657_0.1268790459975353","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@antv/g2plot","version":"1.0.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"fce3c9a1754e02a411214ee56e3eedcf8b5349fe","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.3.tgz","fileCount":1927,"integrity":"sha512-328WdD4sf9P/Q49QQDOszyOIscmmh4azXg2gYJNiULHZSLeCtEd+Car/PrL4lcfKUgL0Y4Ah5kyuC45WmHkg4g==","signatures":[{"sig":"MEQCIBGSZEjVs2O3VB7Ma5dSN53t1H9jLk0i2HQo/iY7Dx+hAiAKpbNjw4/IlBklf99DwZbNz96JD83WrOvhU9pmDzd1nw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8757210,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegx9oCRA9TVsSAnZWagAAznAQAISLx4LFwhtAf1aHNFeq\nkJqY5DEfzHE78VWE+2kXNC8O3UzvwGrhBBDC1d1NonfcKl8qAzVvYpQuumgd\n7ARPKSDJfIdf6QyjEnZ9VVmi76jMkzY2hJTamxthIZDy7KMoFmYng2wQhjf3\nC7Lv+V58z89y2udfv3aPoVqr5s64GVsPZmudxmaDwqFk6BVdWZ8ntLW9suor\nLftJrnwPLy/8xjRh9MGilDym1mqHxBJatujaY6PV+ZLZMYKeplaN/et1Wvky\npEFTsKl6Xia+QPiQPLh1m1uEA6Oxwkteis4CH6VImRerAgHJGpGorw4W1Lii\nwMJNhjttFAs6PIeOPUP879SxPfgvo2kzaozVvOntPVMrYO707AW+HtKGBsnp\npi6qvr0v6QSO+m2aNwt5r/bwD2A+ravXVC09o2HcGmJB8ODFEVmM1MUqtpos\na2opG2A9hoeRgN8fUB3oQ1EFJhGMJHC+qPez+MAHbvrfLFdYlPpWf5E7QwKG\n+macywEBcW0AGVGIWuoQuefUj2/mc+vRbzcPQDp9a0DD3/kO8Iwory50vpUe\nn0yiqlxcyF9qGqLnkX7tqz11H3X22cEVuTfN1ROZhjI1jvES1u9tUrARGtGo\nMqLljuc53n6ag+695O2BKpLktG8w8xfspAxR5DCva0uXOvwfzddGG5v34C80\nPhip\r\n=2FSb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"run-s lint test"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1c410eb960dceb1d96abcb89cc791fd2b8911e57","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > stats.json && webpack-bundle-analyzer ./stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --quiet --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --ext .ts --fix ./src ./__tests__ ./demos","git add"],"*.{ts,js,css,json}":["prettier --write","git add"]},"_nodeVersion":"12.16.1","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.1","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^24.1.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^1.18.2","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","pretty-quick":"^2.0.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.3_1585651559691_0.6416151467151956","host":"s3://npm-registry-packages"}},"1.0.4-beta.0":{"name":"@antv/g2plot","version":"1.0.4-beta.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.4-beta.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d6e70df366b41f9509865a5537af524bd308ace2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.4-beta.0.tgz","fileCount":1939,"integrity":"sha512-2UxHuNvUbuki+glePnroLVPRfcPgF1yxHqGz1DVoetHuB5m1Cbq+CDYqbLPcvOxuIUFq2mLBN+hrjDvuXSGmPA==","signatures":[{"sig":"MEQCIFURdHRucQLDBVMhiST0nPcXTlXCfp6B7CbDxFgyrVAxAiA4vYV/2uPSxuRuOQDAEdjPgVuolGEKK1XYoIPgraDRWA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8889538,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejZqUCRA9TVsSAnZWagAAy94P/1syDQONu+Qv6r6l/gPl\nDlG5saGq9jpcXZh9jZRU7r4fmroa/SBQ8k4MrpI2KnzkZ8A+PpHo54pelw4r\nznegr0vhEnGcN0KNpoXhyZ3QpeqkaGtl0fBSDb2WdPJ5WoJHZ9h+qgxXJ+R1\napyOF27++NZQv+0VfARoVV3qox2yK20xMx386iR6wZF8sY7mchiHndAQSDWq\nCDviVXeZ8tSDg2V0FkpvazCHSTi/+I9Cy6DOGiOA9gqgxdgnG/qulvhlgrfv\ny4WT5Pdi+wYgFIpK2+UtGMLe5PsBXikmV6o5MrC6BM9ilUsEU/lq1sWrTj9K\nvnJQpFZCc/TVuuy9zXXaG9j831A33mBR47qbAQgJHZM6TIYIc5vL85aeHPfV\n982/QrQIPk4VRJJTXGLrzyrbJiXIl0tM+6GPzBuA7xkzo9oPuyZEbPz3EomL\nK457KMxilD8PlgUpCBHe5iGhZeqFD/T5Nc2gVDW2H9h0KS4zogLKyVLpiHvG\nSpm2Nn5SZS7bYMYVhCw8MfZ8pn6hdfeGfZpxlWqjbEEwZMle/Z7R3EbqMdln\nIK09j5lDZ506prDJqSBxBUIb/a5uopRX7YkKI8Pwe/SnCG+IBJrEp3QyCueH\nhs59EWq0ekEsUdU0S7OC94Aqb4evCZ4k+kPJhL2dPQrd6FEDYUdkLv1ozJZ1\nMH96\r\n=dzTL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"4e1f5629982e6e446981df694b07a8424c0f9b9e","scripts":{"ci":"run-s lint-check build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"lint-staged","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","lint-check":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.1","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.2.4","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.3.1","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^2.0.0","ts-loader":"^6.2.1","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.1.4","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.4-beta.0_1586338452057_0.5836188335623687","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@antv/g2plot","version":"1.0.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.4","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"11d763bb88bf26f41d01f5dbd9ae18c1f3178959","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.4.tgz","fileCount":2047,"integrity":"sha512-vEk2RkMCwV2kxHkVaSsGgqvGwkumwcI83lpz86VqKyoIxxolaEi41IhZU8sI0JvPCEPJJFoG2rhfmYg/KWnocA==","signatures":[{"sig":"MEYCIQDsVzAdpX8Zd9sNRTu9qvJJC7u068yO92gYP4BXhCy6rAIhAOHI2ymsu6HicUBBjOX52kKY8h5blni1xAKekGMhan3C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11104675,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJen+AUCRA9TVsSAnZWagAA3UEP/RfSTktTdUoNAv7jjLCr\npSVpVhoEpYQWJlhyVBRyRFBcvQ1yXsgRKft4N9Bk+qDj7FWDetK73Tap3bd7\nr54/4G5jQx99dihwJFxn9k79fW4q2dUdxWxQmTfzhMlEx9w8lZs1dnz3VDEs\nipDMxA2vgQawlGDbBMAo0K9GuYlkvTcezwQ5jcrC2L1D0TGmolt4zZiq8blq\nfR7gi+WsNQOUEmoPx8/QKl2JdymQMgbDyjOiVWMtUhGjL/I6Pr+2LKXxUXUu\ndkm4bf+n8rZ7C/BlQSeikUE0Lij45DBK/COcnFVLM78GBnVnq8SIW9GXh4XZ\nUlRgCQuxU2RtLSdpgD7I6jfYIBpCk2zKa31yzlPIYTcJwrwlN/gCUspMCqg3\naM5NhaBCjvFCYVuJ1vSscBCSA7S+53qSxO0kbDGxfEpKF4T/eozfe24edLFf\n2HOHbtwAhX0f13pKzOhv6is3XaK/eC5luoLrDaXCcnWYar3g+65uO+h9ZECG\nrnTB1+TA7QtOkFp4l/+taBXDCTxU1KSW7PCfZNa2Brjcwn0IIZbTXexILKKj\nFZwmNr2JgbnN+XQ2xB0+M70g7x5Dbqq15+UGnqihV50NEA8EHgP4pTGkw+gX\nZjtOGd2lb1B2fxLQ8toSHpH+QUzXlUeRnrYiE/doBnH+2duWsTIC7ialhUgf\nSKaR\r\n=hHKZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"92e2e06811551c58a8d4c87344109c7fc7b2b725","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^18.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.4_1587535891792_0.994366758145453","host":"s3://npm-registry-packages"}},"1.0.5-beta":{"name":"@antv/g2plot","version":"1.0.5-beta","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.5-beta","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"7ba3b5aaac36a920f847ff3fb46c1abc84619c13","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.5-beta.tgz","fileCount":2029,"integrity":"sha512-i1y6Ic+5XtCpR6aFBO5YXfeKBOh+o6utRJvxfH9ZBNPaPBdkFf1fnBJMZznnh8ktyYrCTGNWRopUZnk7GswaPQ==","signatures":[{"sig":"MEUCIQDJnQgwJxpSrsWd+HVMCvttSdJKnqXyzrm4I+P62K2T7wIgfPnd9nUAA9RrnRJPgaOja5+fVF5AmkPlKCFzfoZJSQM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11104323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeotaHCRA9TVsSAnZWagAA4GAQAI53h8yUjdw0a6/vGIMp\nAE5W7pKTIwthNVhL4foVqIqdUf288epeVvBrNGYRkVvSlDlyMKSsKmQVuBsA\nqjh+LJUUhapSEkCbB5ZVw2l4LCRWg9sglkkFAiuArcDJmq+aCpUENmvZDdtN\nd3Gzaq9ksyYdokkHFhM2uOCpMw96MaRf9EK1RrIse+lAXXYbomT4vAAp9RB6\nKmtIVlxVJE4NPhaeNmxhhpq6IZhaUS7q7BOLs/u/UH9C3DJpxxLyG6Lt5ccq\n7MefxfKlArbVCULm92t2CiMx/2a2CUa9u0GcArqkh8JKRjKusSFd5hou6NiX\n1hpxoC0dKP2Zfxr4E4tG7f3oRVyS/HjThJ4oEVii/7PMzPjlJH84H1LP7ZWT\naF1fdkEBp91wnrWg7+SI6aLiqwwIIrF6m4KryUwUuoytWGkBVr8tgZDr18Dm\nmtaB3FNNqTl72SRjPBU1oN/syj1x7oGjde2rw1K/LvvyG0BXF64vgiVApSkW\nsk2H4UzSuqcSJDzVVpQhpuXZ/w8b5zdu+YpfI/kCoEvkVIqh/RENR33rQRmL\nSY7dA35V1GMlyG5vhtgrSteKzhCm/VNmAMACVeKK3fs7JnrZQIqxcM3I4Fvw\nK7AzrdRVUyWYp+6QfN/QJcwQQfZFgad8T3iO9a1eLsUGMRLtnkMCVUU/fNLf\nNEsq\r\n=Xe84\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"348799b243522e0174bfceeda652af64abe27596","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.5","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^18.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.5-beta_1587730054910_0.026575910725397556","host":"s3://npm-registry-packages"}},"1.0.5-beta2":{"name":"@antv/g2plot","version":"1.0.5-beta2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.0.5-beta2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"eca6f2e9732da51fcfa527350a0600cf752a1ce9","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.0.5-beta2.tgz","fileCount":2041,"integrity":"sha512-LQsB/CicJq2AQUfN+vHhbQQNMoUpHJOkWP9p5sQm5Kalt6zgUxjM3Rvt9qbxN7NKsAeQYZcUhSc92iA2Of5tJw==","signatures":[{"sig":"MEYCIQCz92ePP114F/AFE97a8mXrNlp+Iea+cdFQB6Tv3h8dmQIhAI02ENiJDoX1yAtNEy4a1hHveTS2u80gReLM+4+ZT34X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11200522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqsXOCRA9TVsSAnZWagAAIx8P/RhECdHhbpamx0pjny7z\nvKlHL3a9S/NMxG5Fa3ZxmPFuZVWvEfpXR+GrWCdVTHpS2zCBa3ulcaNyzeSJ\n+uGSS23jdPkjk5IwH3wZO4ixXRf5uszjHsTe/im5TyRHo3AwAXp0IpwPqS76\n4e1s5JObdRFr5N+evFK88Ysw+QquBXeRdL4Os1RM7YQWjIkc0SItih89dLuJ\nM9ttALwURBAKlmU/pXZzinbkODxRT8Qip1oJwQPkAc8nh8LGEn1vKsTOS5Hr\nuaVYusfZs90pE2pAUf7p+4kXTRYcbCogW1coj79ysPZIIL1pUddU88cBQhKH\nGrprO4oVctjQLUBrueo6Cepd5hgJ/JhM8d6guxAwYEQHKAE5sHvGOBff0w3d\nVgLeFfNBfSQl2JaGoamVz9nNCEyptpNNshRkMv/iJvTMyYDhQaxXry/DFm1R\nsjlTjKu5i74xMh4uWN5hPHqiJCMBCyPCm0xTlBXVVbI4iGiT13Ded9n3WyeJ\nXMzXJ3RctQ9hI9173pr9rBLWh6mrOYQaA4x27ZAogeHW9gUkeN2e0ED+TQo+\naft0u5GGMHNtc37MVNimnPphd4Sv3+vCC7qUMhsQI60RZpXQ+lJt7it69SUV\n8m+Ogle0irAeGRP5I8GcJrh5wcBb9Y3KpwCI3VPmuq7xOXtOvYyHow1LMUl6\n5Wo6\r\n=fQ8D\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8568318f463a0131519675d358eff97ce081a7d1","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.7","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^24.9.0","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.0.5-beta2_1588250061906_0.08244347548822506","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@antv/g2plot","version":"1.1.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"4c0b71b82a7fc2aadb549fac47ff752e2629c968","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.0.tgz","fileCount":2041,"integrity":"sha512-P6rpz/3lJfFmq3TFUOD871lwBPj9BqFC7vPUlctk7jnwI8mLNo+3JeTNwR1UuiTd/ztQlJ/cHkwIXXMogqecKg==","signatures":[{"sig":"MEQCIDPJWIh80x6oLaNjobFtBQfHGBN19jCzxzo23CMOWhMwAiAfUdba4dZMw+NcIH7xONCeM4+/9tA7lmtAQEUPG7EIZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11197172,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJesjQ4CRA9TVsSAnZWagAA/28P/iERbwtKZC0Uz17jAGPJ\nmsvDm0IlLGMETxrz8zTEPhp/TC6O+NbTgNyIkazQjvuZWlDIn2b0NV31nJQl\nGRRc2lUOZl3Q/Q9vWkj8pRivawb2FD9OWH4DP6lYNcDaWfY/D8aMS2qJzHI1\n7TT70GFV/9uMeUqnW7zHjWzpsMe6ZVvu8StVcd+F9CG96Bv0q60EWWgQBdLJ\nXUAtwdLBHqhlmSCsKz9oJIzGGSuuRCLxPvrg/f+0IV1KhwYQ0P4clejq/W2x\nXeNzLJwWFc2/KPdzAuJKbUdVzElM11Nnc2ll4EzyD5SkfED7yaBo3t6A7TRi\nnaVBxn+2E8Cb9twY59Jq5vc51YzMBTU5CeZ6ufarM9GoKU89uVoTl1thGhrj\nF3iEDwM5a4biRlWWsAnmXciDe7w/B6I2LbKRuSpEJ1qAl1/Eqm9kj5wS6Zc0\nuZD0Ee0eFC4X3wewQj7LgOX1UyZrEV/zWN+WDRmo8Mcqrz7+5XCCriMpEk3A\nuoQP0OksxBsUNuxT1BM0x2McuF+0a1bUisJHBrhyCM67qXhabtm5OWcp1IQo\nPCNYbtvToeJuDOYrfR5YfTYg0hymWfxUxAtzJe4RsfpQchkz2tivY9/plddd\n0bo1PvLlfxiBo3H97wwPS7K1QktMp913l77a+J/EoyCmSiUMh60XcSmOD9lL\nodJ6\r\n=LinR\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"96a4cd4afb7f00172a1bca0d8a2e2e11232121b0","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.7","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.5.2","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.0_1588737079797_0.4394268305347706","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@antv/g2plot","version":"1.1.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f78ee72930eb8515dec0a13bc9308ec18140f945","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.1.tgz","fileCount":2041,"integrity":"sha512-5j1V8AlxyfUeHzivMZXdL04bVGsPU+adX5U/zCSIGv/hVwj9PubOjQpaniNMLo7RxU/v7hdMeAi/N6tKknkcgQ==","signatures":[{"sig":"MEUCIHGxbcEQi3eXaeWRdwJeBHyT8V0sjaB0imEa5vrqHPFyAiEA3Vu4+nTzrjDoPcuwbC5nG/iBsMFtMW8GieSe/0flJRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11199815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeso+eCRA9TVsSAnZWagAAY/EP/i6LTv1kzEqtzTPWjKsD\nJ/eKzrtVMFphNhc5H7gZCoUTaYlb7HrS6OVWvTCSrM2sFQeOlSj+iiXaAHJg\nN4jG38zbRwBTsA/VM4iE7xR/CECRXYYIIrUNwryK+7mpvNpQp1xQU52Y9JTx\nvNeUE96NXTjIhg11VHOT4AfxRyvLd5y6zbfGzBYvaZOx/2GM07xHggVurCuV\nBwPNOyOSRMam4dxNKpsqFgTQDqQPX4320w7OCW8pDknksBAL4jyXBQInNbXn\nCJI08eY5cwqOeo9D8Xv0ETDFxKi3iKIznFsgoJU5KQ087f1fXg4VuQo4QJAQ\nX7JOnq2+kVr/1ZgitkLmOXTUO51byMabc/jWsrPqlzjU9sRQx33NWWwVokQo\n36Km6RXb3B35OCvct/nYf9kAodPrA248L29liHhx8UogPwYQkFEoDPpD9Pae\nFFnRNTrXJpXCDuoKH8kO0wByOeK1uuHtDUaowfFndILoeMU6hiJxHHUUOvku\nNL+oBhpOHpskcWabHqMBuqOX8EKkM2gu9Rfvg8VCP3JrzFmAX7kG/8G/Uw0Z\noLb4/vkDWyH+qTZPy8UE2Rxwt8Y01DtzG9X6izLDXHb96P2eZuJoDx89c3IL\nBUwSgH5HlHMkCN5oCBmMr0NSxQLUyDbWekWx0YKgXpAafAsudmnxoPgEAj8N\nKw4J\r\n=T/+f\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"a60ca81852e43401d2eb65cbdc4ce0c5ea0a7ff9","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.7","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.5.2","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.1_1588760478041_0.11118013052893683","host":"s3://npm-registry-packages"}},"1.1.1-beta1":{"name":"@antv/g2plot","version":"1.1.1-beta1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.1-beta1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6bbe87b2f5610f5b948df3bdd3e2fce222bdaf34","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.1-beta1.tgz","fileCount":2041,"integrity":"sha512-sXl0LOOp5U+vb7uU7tDRm9ClbqK7kQTJOVGbwMe/xYJ4AeXXK4YckTsl2MWo8zI8gJkK4mUrqt/N+uIVwsQ30g==","signatures":[{"sig":"MEUCIQCQE5g/nUcBIj0w/KNFC/49xRn9nmmLgxEtGRHjkyjFtwIgU9XTAB2TrA7q3zKRfniw51Lhkb3JqgrHmtDYhd82s+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12435487,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJes2+BCRA9TVsSAnZWagAAIZUP/RZkOrEwYdVEjf7fLfxO\n0URww75tCqYvdxE5YLI/xdifS2HFNm4/KYheGwMIddtOYzERnTZ1WMFFZ2Qp\nYVkOZBQJi8MtczRXNrqcuba0D+MWePBcUABozCyUBzXRGk7PKqSkBOq1evNh\nAN11FGjEJeQRyt9O7EtYZki62FF15DXHzJyx4LELT0RR5wwcbdWAmP5bCBRA\nbi2S6rWeV5oWGuBUJbfEkY1v1nTz2PVw/dTQ0CHvgeQRV6nmhwdWr3Ma1MaO\nwgRS3C0wXlgaz4uH24WBCnV993D05P22AtUBwZSArRArPODDYnPD1uZR6PxK\nyQRXW3iYLZCqL3glW/D/87L8uOhTrdPkZqzJ7W+0Q6/AFHzIMvdk8KzaADb0\n9kaNPFVy52YK0V5LIbavU5N6Lh0PHxcqnMGulUzBAtvusVlUxGn9IxgyJECV\ngmYBwlGk2OrcxiNPEc5sAQ2FQZswwwhlgbAWYHRIcMIbMf0yBzPraIIhk7qa\nnMVqXqAAFQrtzPpBbzSTqEmCDuKE1YY0aJ+uGt2NL1QM6U/TaEN6t+OnhQrm\nxhdP9UyeoNBobmZs3+4SawceNKw7dZCTAd830N1R8OxM6NP1ks/rooj0H064\nJm+jZ64y43EQ4/aBIM/3REzJ1xWrQxbTcXMFWT9CuiFrNmsxK9ZcQp3yVWpV\nLdCq\r\n=Wnmm\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"d04b8d12a5e860d80a88bf9eddd5b75acd90f586","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.7","@antv/dw-transform":"0.1.3-alpha.28","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.5.2","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.1-beta1_1588817792600_0.6065847370015212","host":"s3://npm-registry-packages"}},"1.2.0-beta.0":{"name":"@antv/g2plot","version":"1.2.0-beta.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.2.0-beta.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"fe899dec7d649c0e2625c7289586809797b2064d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.2.0-beta.0.tgz","fileCount":2041,"integrity":"sha512-rq6dYdHqoYzrqjudssNl+zysKS514CYwY7CGV4A6zZsQBsQpqSbGF9pohbcmmWGhA3cYD7ejLdk26SHD58msIQ==","signatures":[{"sig":"MEUCIQDq5v6j6yR8PF5KjPJtwkk17XYRplCx9N2ET1rYkch0BwIgdCajBIT9v21fznqL3CcTnxqIulFC5o8cZ3PnrWOQtok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12456501,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetizXCRA9TVsSAnZWagAAX4YP/0vyQ/deEQLlc4MViy5v\n0km3hIE8aD5UWD5US0KCgZNtnSJ+4IasG6XI+dfNCYoCBowmdFU/nAx8T4kx\n7exBq/s+bYNoBSM6P4JHRKy9oV+HnvM8QyU3y90OHffxIBnLDADwMT2Kx9v/\nT6nu8s9FAD1FFzs4K0hq1DP3zdPB8qTavxSlBQd8sRRyZ+w1mB2kh/1kZJC4\nSUU4foBgNHW6sjtn87U5ZYXXU86Pr0UajObq0dDbysebVSenD3Jj9ltw9Bny\nkzAq/kLcGciSikxIf9J04Q55FXomW3ECZi8EX5IjHpdlXOsmCit1L8R2LW++\n5Km4tsz6QqQp0qI968tXVZq+SYN8eEN0uFg/NtJKw9qZesiBT9v4rvvgR4uL\nvCzJbAIS2d/LULyyoFoXX8EAWUA5vRP7M+XSu6mYkGysnWFCDFzHL4w7XIkj\nX/spyGk8x7YAVPp8zqQzHtxklRCNzeAWG8xmUZqJSPrskVdHyWZHPg1vxigE\nixKxo31sk/o/QzcKXwVMGFqaYZvqMM47YDbhKqvbgy3qt0+dHugvbCqtzRoJ\ndEwWVfAwGRSM/QvGvN1ZeK6EvrNv0F5caktP22pVebrbY8c8CWD0IF1zPj5P\nqu4WDHXHTi8wf3dTI7fcxXz7+1JOeuciz8PmqnAbFkaLGSUP4/tpwEC4ztSI\nv7a4\r\n=6vwl\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"5635e6dc7320db85a249c32cb0cae07f2018b279","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.0","@antv/matrix-util":"~2.0.7","@antv/dw-transform":"0.1.3-alpha.28","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^25.5.2","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.2.0-beta.0_1588997334403_0.633292866271425","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@antv/g2plot","version":"1.1.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"480870f9fbd9f2937080047f4ce77c14c47c5614","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.2.tgz","fileCount":2041,"integrity":"sha512-qqxw2+habl5uG79qKMc/DVx8IhFnq5oCb/qNZSFtr+QYJk8s+kKjIJIz1qdeODWx2BFTgoO3acbT1SrEgMs04A==","signatures":[{"sig":"MEQCIEOV+ay5BwgmX0qvrtWfpu5bnMOGs0LQ61Org+DoDaKGAiAFKKwBcOSV2fFFG6w69oMhBrfbABw+NM1YJcWqV1QvQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11221387,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetoI8CRA9TVsSAnZWagAAZNEP/iblASmqD8TwAQMCkfBN\ntwXcpN/k2icRpenlQjKlQRclVR0tbvZDzRQ7DSM6aoFGLTBgOnOa5rkjCkE4\nZ9bS0hv6IK3cDBVG1L7jrbgy7L73i7yatGVKoJkJ3Dy0WlLvDpeNTrq0Va0n\nLIerwhAMagfjmkyaAmfhnZqr/J2s9qaY071ZeAQZVjgwkDUvFhaeJuTQ2itj\nCTG3FQQ2MVI4UDaAsx+Z2e1KZY8BHguJaOQWdhGpZFCQ0YS0J7yIGx3x2tod\nHFx4MArK7D1/lP5A9UONungobLXc3B9PNSy25wEEEOxr98Gi3z075QIu8Ujb\nSgVC6tySs/YpZruVLlTsv84kGODvSC8A4O1v53X49mtz8IaRga6cFhb8W2J/\nSHxhpq3eTx4rUhymPusdza7GqwFPnOnHMl2nfV1Oqw+uSMSxwHcCETm5/VGf\nGe2CE0tGgcqzidVyeChnlEtODDjsHqpBkq+t93LyUzXPNs/MP19FakAnV3YB\n89qZxrnEQcXk2NJqeB4RHCC9Cnx9mdsoFnWwRZ2T+xqaowVeilKd5LLzuJgp\n6oLVde9CNK0V0I0BUKhcWYn3woc0CTRVLsm7MtlRyXoTxdW4FIUo2O0P2lok\nU2KAWCsGmIUWs74tgtfO81bizAjIZR2kttTuOvgrn6lLlar7pe0EPpZrhl85\nu3Is\r\n=QgCC\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"c3ba85b5484f67d18f4e486d5553f0dcc2bf7be4","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.3","@antv/util":"~2.0.7","@antv/coord":"~0.2.4","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.5.6","@antv/matrix-util":"~2.0.7","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^25.5.2","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.2_1589019195530_0.10619916878599178","host":"s3://npm-registry-packages"}},"1.1.3-beta":{"name":"@antv/g2plot","version":"1.1.3-beta","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.3-beta","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d773dba77a05509fc7522c00b7536803019bda38","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.3-beta.tgz","fileCount":2041,"integrity":"sha512-aMXiF2VGXcimP/DpDe3H19OacDnoeeFNdoVD6kmr2Rs9J/97AgND1sbQbhrVf2k53GVeiPujdRxxsXZbU+jCnA==","signatures":[{"sig":"MEUCIQDordZDj5/+jDxyyMmVolVTMsH1BD4oL3SkOk3z+93QGgIgfXIeXGXGwY3GCq5Du5/qQTRMcQ31wi3/UcnxnWh8XQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11455653,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewlsbCRA9TVsSAnZWagAAOcwP/js/eOxDeLmvxnu75U8o\nwxHq3RB1XB2mJf4ea9dhaNKnEt2yzntvIOgnJMAzeqsvE+r1CNe2BazLwk1p\n6Aa1xITtqNs/ntO6TYx4HOHnLp5pK9OkRFd+0F1jjJU53yrz5PpnG+K5IRwD\nMvg99dvtvpPRvEEa+svtldgccjYR2eNubuM5ltjeJKf0KulAcp/cUJIBhoTs\n19SVQC3vYlcgiuXHmlwhkAnI0QLIyEs7vEFiRgovGEwcjyoe+mcBfB8zGqCr\ndxIp0I25sB2SKsHZLQUtCkmgY4QGjKBoeCDTAva7w2POidCaZlEdEksuKM4o\nenZID1zGjvEl9IA3Y9ano67QxqsHZXCyiD5JeJBE06r8wyQ4mXQGXJ9c2ASg\nI/s1TcHTuljcfNTqq5gf1v9RnkuZgbRqsKAUMabBwI9ALIQWFm1Uh3n/PBIw\nqWy0P6dA4QBTb5SW7k0F6yKdlWpyb5JZH/ekJO4Rh1totbOwSl59XuL0y9j3\n09vQGDIUfYnFzp+2xXtlm2nD/R6N0AVywui7IgtoAIbtZwdK77N664pS6Mh5\nYn0i5kgFoVW06mg6hACsr8WkYS0pF2kLZanOoCgWPuHpYmJPHprM5c1uJPVZ\nzXl4N+RJbT0++ow4xmhUM31nR0z2bsnwJ+mL83x484gv3iaB1uGGD158hG+y\nE85W\r\n=9wmT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"b6097388ca6f34fe46c5ea4650aa3960057e4062","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"4.0.7","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.3-beta_1589795611110_0.40330543649950545","host":"s3://npm-registry-packages"}},"1.1.3-beta.1":{"name":"@antv/g2plot","version":"1.1.3-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.3-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"038139ba1a42f93be2dbfb42fcfd774efdd8d706","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.3-beta.1.tgz","fileCount":2041,"integrity":"sha512-TdwGMJz8CFyxD+mTCdFF5aL4RHc8yjdlInIz4f9opj+EprZKGaSCDOQK3GfzzvgdwaagK72wSaVi4/zCqVkg/g==","signatures":[{"sig":"MEYCIQCyLwhtXuBZ6K5sSceFe5TcD9Dei4wLUimcJkQfEErHzwIhAKBwZx07nSQxiEsvVxDMGlmaI3pKgjXoBKd1y9QxObea","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11455684,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewnTLCRA9TVsSAnZWagAAF4gP/3ToCQzquGUw6NYYf21z\nM07UIJ3Ocz46VKhVJf09zMR/YK9d6mjcZERylvySXAxm9Jzbo/yxoUqo+k33\nqdgEQerlLOKvDv3xLNVy0Gmss79HUT6vQyoo1I90VYg1I7jNcHxvFkkOq+ri\nMSCKM0mcpoOClYOLqNJYkS0EDJ1QTmVdblRngTJdr1T27tdPu+5eLGXXH1gl\nxGsDUvFzNuAJnC4BpRRdy3OjD6TImzAyTXEafIv+zP3p7xYA9rqSlPmhJOMz\navbmlAp2eRrBSE+Vb92RObrhFxDmaE9pexRWw3WIuPRnjLjx8bYxA+FLOYQa\nKN3DF4nOeuOOrhKlUXh7sbswScnp1Swvn57btQt3LTERcbY6rSYV/KcZX8Cs\nPOYPT8yZlABZ1IjRRNfvHY7Y6CW+ryQBlgr+h/GJoa5oMTDJ9KqvJfRm6qBE\nFrecZXefCWh4WQr0yv9QTmbig09Vpa9lOKQD7qIZ96E4Nc8NBfUu6Lwx/2rb\ng3OWgvjxAB2EUmgxN/FXEWCZitqOvacmiCyb945G4T2IZ2iugt9QDtR8Vo8v\ngj4b8w0geUoJJJwgERNAJzRrn/lZnY8XMGYoJvlcKrvkYwLUbKvCRgXMAY8Z\nbFIIlt/BT2n+3YsVFigpgeQoW4uQi3Blhd9mj2l8eMPyOQLvA+Kgiqdh8pzS\np3dt\r\n=eTQT\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"b6097388ca6f34fe46c5ea4650aa3960057e4062","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__/unit/plots/line/line-spec.ts","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.4.1","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"10.15.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"4.0.8","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.3-beta.1_1589802186874_0.27195678537765344","host":"s3://npm-registry-packages"}},"1.1.3-beta.2":{"name":"@antv/g2plot","version":"1.1.3-beta.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.3-beta.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ba85f9726e88f9800306f99280143ecdc8f077bf","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.3-beta.2.tgz","fileCount":2041,"integrity":"sha512-EuYCYa/89vY8aZ09NCNLggVmGBMraq1Dv7eT14AVs4lj+elv7pK71EokRSXXVkqkjWC+yehxAs+JI2eEhfr9Sw==","signatures":[{"sig":"MEQCIEs6llxt4ynYolXyo2Bs7cKNtrtmncTzeI6PBAL46d2SAiBWSFC9XaLx1sRTSVRAcIznKOcINq7Kl1RHLiiXaXeQyw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11455686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewz/jCRA9TVsSAnZWagAA4SoP/R+mdxHnAh/k8Ef4AyER\nyKu26uU82fQXHFjqqw3rqyQ9hjXz8A9Gki9TZPr3/8bwHGwqje3sr81x5Z3U\n5WZfCUWl6Tq+NIDPsM0m4kJeddpmX5VTtcuz+WbN7jjewuzmMjzI3KxYMAFO\nFRlDe1rU7wrjC6/wGY+DSBRtA902lhbCZM4iS8PNOT5ojkHOTaGPye/laVkT\nhnJrojuhTeETLI+w5Z1xnC8yrHxPJCNWTkJxknAafN7PsDvDqA5+nmqjRNa2\nnVgaxJtcyq16sJEep4md/mhkMxrG5KXrbOA/VQzZwROvvKrSwPrn3y2RNkMX\nZnMXN/lm5McCxKHMTbFKa3UYjdqftxcs0S4cpQFYVbUJWTsXbKInlAZ2PnHt\ns7/NgbGAkVuGUHqlQ7AHwfcYzImFNrrIYIZ0PtcyO0U6lzIOkBbRa2NLW/ls\n+/Z7szjHpbCNfZz/cCcjluSub/LW6z5VyMlRoCEONOilHYSGPJ3M4j2hvywD\nZeBtiJXGLAWm1adfLAkcSVTg+WjSvCi5yX1nvFNaARwaHjXsAykTptZDf9oT\ncKWikS2QZi3aFcagRfftQynVKpDIL/HaR0vxYUwJN5IPgBRzGNYpy5OF6R40\nUklwqVYm8I3x2g6x/YjGOHwEvQExm7ivdtykTWLvwMSL/vqnPI5UbWJl5iFz\n3sci\r\n=8JAi\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"b6097388ca6f34fe46c5ea4650aa3960057e4062","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.8","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.3-beta.2_1589854179354_0.37909189099341933","host":"s3://npm-registry-packages"}},"1.1.3":{"name":"@antv/g2plot","version":"1.1.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"68b8cb7eadc26cf3a81e4af16817a6c156050c84","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.3.tgz","fileCount":2041,"integrity":"sha512-mo1dYzYvLTme9GvrYyabnQ7mJWpMqfaDcZkydkI3Sd7Fs9OWPD950aGq9PSntzVUuchEBbsn6Ay9LJP3aPhXkw==","signatures":[{"sig":"MEUCIQCNn92m8XhU0xd2nVH9QdqLKXaBJF5Itzr/zFzPQrrmqgIgWoI3GPyKMtF91CNjudFVlJ5+M2+HAR7GlG5cqhBhuf4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11456725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJew0kACRA9TVsSAnZWagAAZoMQAIdPy22wCFD5TdmcVAME\ngQgbigKNia1EQxQVCtvb+HdkO80kOj8lkNc5+4HA9gQkIyoMXasE2ZQomtp8\nsZ+o0VBCKr7NSo3nBa+6CZfWkjZ2eorVYA5XpHiHgUiJtcnzN1BPbU66Okwp\nQsCesjiYj3oEUmWXRXHTZXoJ2g2OLuVS6FjTb4Y2f2+LXoO9AgLaEoGMN0eQ\nEe8TMXpZAgNysSeMw0nOd9gag3za2/Gp6GcTtgwqFSF3vszQ6lkxfRjk3cnG\nX+W+bPXAcV/DkJ8m/GlGw8gvIPbfJmIgTRxX3fwLeukpYqdDZoVTgzz1sYcx\nbFnEgHRiAVR8LFvb5p9OkHedSsPivQTZgHipDd2Ek8D4JrWTD9lbY/DnEZu9\ndUR1RMCOH9Bil1W2x0+boI0cNsW8jtlstw/eXhaxMk6TCHOMomufAO3SYjD3\nwPa/3KiaUCON5sKstVNJgj1E3gTu1kPAZIB59LyVR8B3448WT29NsgDZ/Uza\nInrrC2cpw/ehRKEVjsaInb4m0YVgD68vXrrzQFAS873n/638AhSdqea+sgRm\nQ/gLHFHCztUCIqR0xtrXyfwcW8reQRFkty1VWvSdBnTRPPmLjT7PMWqEOm+U\nrR6B2mBfZvVQS1Iqbl95D2160B3yIlcHigQucDA6R4rJKZ/X2Xu43rp3bBQZ\n37Mm\r\n=8kKE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"4d421582dd7f1ee6b7f1df64bfb10bd1e1fe317f","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.8","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.43","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.3_1589856512192_0.7405066832914942","host":"s3://npm-registry-packages"}},"1.1.4":{"name":"@antv/g2plot","version":"1.1.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.4","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"7c1603c5e5869c13636ce10186063e12fda2c04b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.4.tgz","fileCount":2059,"integrity":"sha512-LbhByr9YDHq5mHtrbOsk6dZoct44LCGm5xUVAwadjaIVCYc9fYeigIbMVloztYt4V07YxeGTX1TdQLA39CKbmg==","signatures":[{"sig":"MEUCIDyax0/Q31rT//Yqf+Gni+84jqFMP18NV2zcG4SD4bZCAiEAxgfc8vOnjtrZBCC2pXuiTgppkWS0QufSv80/hfwjH9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11787061,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJey5LNCRA9TVsSAnZWagAATMYQAIyQ28Cg16gSwTxnK8Fc\nNhLLMGW0bDFCS3Ev61V2+ALeIAaaVrE9Cipyi68uCepqMLBLS8P6PDyyyQUb\nGG5VaXVkG0U1WUokfwa2Lj4qylj/yfxBeY1S6sA9oIWyQcT3ui2A9F4mnttK\neyo3uX+OSqsKjH1I+Fnl1j26G4j6GounAp2mzhnOmIbSS3KVBlT0YdM6b1Qf\n5StY2yjaYhq6iL8wmFBQaUgIJmOGeIOOvmxl5OxRVhxG8xoBmQEJoBGF16m7\nN8OsZQdv8tP7gWZo8RnJkiv+AmoRcoudE4OFLhZOb/eH/QUFj8ymBc453YVI\nN2EmwyJu8rljEWnntSFZk9TnG9CdUqlN+E1JzDIngWjO09aPd8SdW/6UyUK3\n9pWF9nP7J7XQbu6pVgTGiXuy4vMF29K+jOMeOFkhxk4H96KUphP75FSSTJ70\nzgOiF2iqxvk36DYFazwjKm7voF+7VeIibrgcZOXYVUowYOMey6p/djvXO6NY\n7ZBQM6AsaEzL+5wzegmxtNRuHoTFQ8kcOwZeRS0T8AGRkWqWq249ACIcbXmM\nUY0vt3xTBTR6e4ylI86h2S1NKujLUOlAhsSFf5q5Qg+49TVydztZ6AD/hIG0\nf5JZeGb/5sAMzpuoWqLJPNscz/HCtTTaWdzxmLEGC+9qabRAudj0EIQ2fgH+\nh0JU\r\n=75PA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"4ca832a94ddf97587d3c42708cf22d8dfa5c027c","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.8","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.4_1590399692991_0.440774597627952","host":"s3://npm-registry-packages"}},"1.1.5":{"name":"@antv/g2plot","version":"1.1.5","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.5","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"dee634148a0f0ae81958b1787347a58367f327ae","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.5.tgz","fileCount":2059,"integrity":"sha512-XFCsGl9elkYVTEIEVXwOFeMV7s6Aqs9wwzvLYQsBQ4cBiWpKBGp7cLZSSP8pumpIiR/5Vcy8USZ6V87RtPmvBg==","signatures":[{"sig":"MEUCIQCazz5GBpWp4yvW1Y7ywBjZXSk5EtETP+xaZ5yh6GHBtQIgZ4or7uIKTAklSC47RPjcl2KP8oU/BCuZar49bczAb+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11790244,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezytwCRA9TVsSAnZWagAAYOgP/j/fcYl5GcnnrC8eJiZn\nFL0uQQZYnYSZ9bfdmLdiRhGTBjHMSIfCrftdvltYm8aXsz2ZyZVVCiqHZoPy\nFEkeVOubzO7Kqyr6+j7CRGvum/pUmZO4AJxougONWujJFb26ity7VUQtaJwN\ngUAXsan5r2drZrT6Wwqq3+ERyvfA0u0rJ7GsAqRd9THa6Kvd+Qf1Kds1GcgI\ngYzeGF5G6Xm1R78Y+rgMf9rLMvL5QmUQyvFrps8dz+fIAH6roakylFWR0VN7\no+ADnNVISgRgpNiia4GnDukH4eWXaGP5KowEMjYVlj5gV6dLWBVxzA1gfBMc\nZ+pMw+EkTi0/xo4JdfYCeQFCq2OyMOip3jw4cxbMeFnxPnx/ojZRU8M87jCQ\n70zDtKnNJOBjHZ7qpoQUP76oOOCEGYd+sOmiIrGl7be9gQKgMt6RsT6l5/9m\nBOkcKRVoIQ5jhjHKdazDwYVRlRVaovIHlAVwjgLJwqyWZDnxW12zkuqoGLBR\nn7uMsIdk0sQR1BRdBHAhKUKLEVWCRLLFs23Z+xsIFInRIeTexd1GGVukS9tA\nPJsOojFQbU4T21A7kI86X85dzd25EiEe9KEFmZ5pLYcJhMfqXSfwVPOsB9Bc\nGc6MZu+J6N52xtMFnYqG4Bv71IjwgtxwoKmib0eWh1VBhEs20tyfZNs3GybB\nE25h\r\n=42tY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8622506765abb167a3a31c4f7bf8f3e14d0b1473","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.5_1590635376010_0.8320790497108534","host":"s3://npm-registry-packages"}},"1.1.6":{"name":"@antv/g2plot","version":"1.1.6","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.6","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"02b373790399e33e54b825b0cbbf8d11da42cc65","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.6.tgz","fileCount":2071,"integrity":"sha512-wMo1+KH/4hc5vQmrTZ+blwFuL7q/C8c7wHoL+/oSbKT5EQnnARDOxiC7rAitWSAIkEkSv3Dnhqo/KmXzppI6TQ==","signatures":[{"sig":"MEYCIQCfemt/6RPiCe/3VltjVMt6xUtOrdSFk+2CypSpfKrA3QIhAIUSmjmm/aBVobr/M3BP2afBrJ2527KfAIJ9O+YuhXEv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11840084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2f0uCRA9TVsSAnZWagAAa54P/3cwnODIFCpmhAfQHEf3\ncG+TuQce9ME/HSGeMgtt5v9C67LR3jd07dTWMkxEseHuKBZh1Z42obL2lfFJ\nPCAWos9sLIyQBb0m8HNGi54GxNNQT+FKIeQIJ+6he/EAIyaFZ8gcxqU+PXHm\n7cdNNOVoXSEEoilmI2pU6BNscYqQz/nag9WVHHoD9dBg/AeagPJkDwEVxMCw\nqTzAPGUGUjFqMaTTA0hny/3f26FgeWMj4Ax3WlbutGtd7xtnLpeVrdWggYhV\nN+AblQuaWGWRBOKVOzWTYHpyFaCMceYqHXM982va2qepXc4fqL5mqyZNwNeq\nTLRR4ivuTAgK/anG9LkengR9arLnpVeZKXbpRLN/shS3GDAuZuepEGRBosLu\nbdC4J49k+GkiQTrosIBA2XoxhYICnltihR/QhUa2B/Wq0gOH5lOTc3gBWon8\nCXdONyLNBRRbpYfxt3VSNVe2+B3x12RF1nu9BupP90PYX2R8JlgbKfta8Wso\n/RT/SSbJBl/Gcn6X2+RKExiCvY/KTU9WAKdNuWVnrJa6ltWmhAN5m6En5q7+\nVfzZUIFYLipy/zj06azxk2usaDVYBZl5O/ts67iNNyU2GvGU/UHT/o9UIzY3\nAgUBFG5UQJC4Lr6SwXYu9dGp84K5Xy/MSsfvWtcB/PSPBc6rSWaj7NTaKw5N\n4hj6\r\n=wqlr\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"9457d206990f1f52444c0a029fde1520ee4712bc","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.6_1591344430094_0.08189702213666239","host":"s3://npm-registry-packages"}},"1.1.7":{"name":"@antv/g2plot","version":"1.1.7","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.7","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"dcfa55c5ccc829f8a9d7fdf50065c0ec45ff64ee","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.7.tgz","fileCount":2071,"integrity":"sha512-pv++dFQjoBX39U0bif9aEQ6uLSROq9lFonwPeVP2+7hQwkyIggUC/bCs5PdxuCWWIJ/Vp/NXxC3GshIyXu/6Qw==","signatures":[{"sig":"MEQCIE04abzHijpwHHjDA60K1Wl2BKS1ZLtXk+gvIYb5A+qMAiAeRX7jCnVX+8OglawwAoU7TqYsIPrSOT0lUKqhBpOV2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11842820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe6D+ACRA9TVsSAnZWagAASpYP/3VEQlOyHTiScDe95gva\nN3F0BuoVp+EImCiNVmGYU56f5kCVgSPWd2UgzC9angqR6s+SoyrddH6FX/kJ\n7iX/Fyp93rb6uAFmdAw3da76DY5nnyqhSHmKjfkfCPciaVIqIWWWkwOJN/u8\nN2noif0gQBUEBpyQCgKNzrQz1kaO1EaUSG3JjxSnEQNMdt9D/AX1zfTNeGXP\nhEr706XHvsD6gYu4kL9yN7dvclVwKCirL2WgPTed1QDoTXaM5+P1WZmYYxk6\nb+lhilYX9rAu/HatpVmT7nMvhbwMWQu5h9gbbX630fuTRR8NPklFpDtdCW+o\nSCqM0m5uwXIWHErwg2AD1/V+u+oXUE1F66GM7bvfP09jMsdeHWqGrHcYH8f5\nxRakhJDZZKZ01ftvTvn8exCg2xnp6xdQ4ItBpNSZC8JY5V1aAZpT2fFCb2XZ\nTmdd5DlwqBXtHI9ila60C7eTnbsz7KZNsoAaLaLp0auoMtyxM/cgHCZLJgu1\nRCd6Y4WGk7eLXnltQgonFChs8o7khOqK8bzBSmx3Z0RjI+TbqO5aWobvKb/N\nUpVbj0g06fmywe5ORak2OM4epIQv3e/1vbh4HbK5BraioRsaySRQBxQy+sah\ntmWLDMAU0cApYf1DJtvCiBUZbdkDPQqJmTcLTxdcxDMj6TsHD+rABr6iDTSN\n2mTn\r\n=KXe5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"d467e5a7e68b0d90e385e28f62b786ac5622aa6e","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.7_1592278912187_0.7406478675058716","host":"s3://npm-registry-packages"}},"1.1.8":{"name":"@antv/g2plot","version":"1.1.8","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.8","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"a774020a2b2fbc10bd83adc50dccfc67ff9480d3","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.8.tgz","fileCount":2077,"integrity":"sha512-iq3aBx1DgBqtFRio4AO/mtOUEBfV1QoiN61FUej9q+Gt0CQTxlbuxUtTYUiWyvLKissmBrUz+OT8Nbx5hN6ePw==","signatures":[{"sig":"MEUCIQCDs0h1Za3BTfufoOz/WnTPYCAZRlZ1Zi/VTQZougDxcgIgQNQAloL4oXZ0hnZfXpCJs8dXG6JjsbGdefROmXnF00I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11868763,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+xQXCRA9TVsSAnZWagAAbBIP/RsAy4iZUIznZZMQvfgy\n8RYVhaWZZtPIFK6jvtSkLfjxjuRpzoVdJ/zfZvYIMNustrL79plUaXTnCSuc\ndQ/bqDju6bLK+V7GijsANdNdfoeWDIedIbvGBL9DwM6A1fLYmOz2gRgI6oX4\nc0G1nvven0MQz3cmHYeUUMQ7mu03cOK6PNaScL2qRdGakSOSUlVRDhYLs2ww\njKCaZSl1y3RSLgL7CDnjtRTMtZkKLLpeFXakKlwfliQeQBSC4sdknk0JYAZo\nUTuob2rTAm0liaMMWmE0FqErxvkVcW4NWs8fql4k3iyQo8dZiaZEm5ctV2LG\nusm36GYx6Ox06GjtJViJxwCwEcl/wj44W5Mk3NVNl5vIpfpA0NeaOJslzovz\nnRm6CG36EybgZ84SLPbjt/lltFiYOT5pOTi6JKxaAiWHfAX53Jfn/LC/KNK4\njI2NaWspyDaP34pIA+qB3t0pFiC8A3gqlCAN9ZWNygaCawb6CGgfkl86CoMI\nGrvoihG+i2UExfPCUg0lOo6zgCz5Ln+WvAHluGYWpGZ8gPqBx9dTu4UX3srS\noFJefgV+HiNGFkuDSCaFRtPjSiWGcVo9dfo13LPvx84p7MMW/MlcNLHk3ydC\nXh6qKcWo3zVjoRdQ2IhDAwhf0CHaLYIVj3hOCQL6sGvi7sEMigJAe90qPWgu\np20G\r\n=vM1K\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"e20a592d5a51ff644f32de23d1777e12fffb49ce","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.1","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.8_1593512982339_0.6958495196931875","host":"s3://npm-registry-packages"}},"1.1.9":{"name":"@antv/g2plot","version":"1.1.9","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.9","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0be51ccb3c63e1aa0abec5639f75802779dbf889","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.9.tgz","fileCount":2071,"integrity":"sha512-TFNjLTvOnkY9Y5y2G2RnWB11eHG4CX6SZIN5HRVfdalOX1Phkouk+hUmdAZhUosk0qFXJmR4J+RzLSaxSB64jA==","signatures":[{"sig":"MEUCIQDdSkNhH6PKHnexp5cOoLyNH0PZW2saW2YV/fAI8rpLBQIgS5oZIbVQA2VH2s9v3miMZvd0k4N8RFZ4wlaqglvSc1Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11844269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/ZeJCRA9TVsSAnZWagAAr7QP/34eRdlR0ckpXzAAsDYM\nKHjsJfR0hMzaBI0eaIam4uwJb+Yb1l7tjZIZZnD+BzhokHI4etUY3+mU94mo\nfodmYkuKY1ZQvFq8JwK/fHC0QUxT9wEJhDVnvLNTMqN8Wf6iWdwmWKOFUuA4\nNiW9q8LuaX0nE1Mp8dLotTbaGnxIkXKOOaqb8QeWHFGsYPMfyEdUvZYZZf0v\nP+np+hXMbRJp1veDVk9wOvjdEoEPaTm8Is6XRBCx5LwAO56j0pF/CPwBEd0v\nilevlWB6wvCVGkWwzfis529deALz9K3cGC0XUpAJsuJ4ApgzToWozBNiabsz\nDANZS08gqe7zbWFwVklEzD7c3dc6Kxbjbs8VNR2Besj6u0YyTxZUjt+5lsPa\n1+WBp4s+wUHNM+47MM2zKNbOG0ZgI3MpEmpJ3nnGm6vvTlUGSTkx9+ondeQI\nh909s4numN+X3kJAZGAaPPtlhOE8XjpU/ClecWjCl/UOnSBE2yqWJJrJRqdn\ngMuprgKR8dgrMoHNuRSxBuLbPfLibhoUutx5lq3N3l2brB7tHD8bBzl+uDSM\nfCCKlVA0gQSwKTbex1BVcyqhSc/9kiJsWzwlNvc006iOGqaRjm6FWnhYN5BV\nGKJ+5SrJBVHesftbVmXHp7ik5QxhPCupYjMTe8k9v+zkv4FhOZNdikBbRxkb\nccC3\r\n=NphE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"9d913e37e4919438d6def123fe0f9f62057a3247","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.9_1593677705175_0.6914550648639419","host":"s3://npm-registry-packages"}},"1.1.10":{"name":"@antv/g2plot","version":"1.1.10","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.10","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"43ba22562cfda424ead1b02fa11a46513277195d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.10.tgz","fileCount":2071,"integrity":"sha512-gvhRUPzDVplOV2AXxjnYBNmT/Oy7Y+Nwg3XOT+jDbPMZys3JxUj7LcnB0tYC9Hf7RupW5HXEmoWoUmqdXl0HRg==","signatures":[{"sig":"MEUCIEXfo3Wh3N0mCzIRddjPeSPnifgikyO0M49dkd8UlxCuAiEA8mNiOsmznvgrTn86MrRAtKs5eaIx7pkWamjU8RmtDY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11844526,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/abLCRA9TVsSAnZWagAAoeIP/AskOWMeC0W6dUOudWq7\nA6yqDx8ZncQLJBRqOYb0d3XUP5xL2Wsjq3QoAtgRd26Jz6Erb1QZrUjBFhmv\ncqXldJZFtts0LVoRIJ8UkJgCf2qaaR55H80MYwwicBUpl57l49NDFByrdr9x\nrwWKcjDGe/u9tjHGajCgRtbMjBdFInposTX8LYRpwqBb9RcICoxMW0iUyUEi\nkd1hOyuqAkek/ioIsakC09j1OU2twR9H9nFkQplsqeGhTBjQuPQUFLy0cAQP\nlTXAgJE9qZQzyNCmcV//d0MV+5+r7z4/5KHyrb3Fv0KlsVtMW1rzIU+FROno\nzXkAuwREb1VeAB7Qlh2aFCuYpKQN3mKPNqD/JWrWFT59lJxkN4ZDbOOAncCT\nbmHsAUC2LOzcRAT1AJ/vrcd7AS/XnRp2lTBArved7uEib6i2iQBXJEp1M1gy\nzTbUnl6WdE4HnKBTjmKz4Hf49IFB4VtZNsp5ka++IVd8vBm9dVrdA1BE0qDG\nnzOi+1rNdY8kThTJYPrX+kSq58WJs81lcqtMiWoiqrb+IwqiwgvsAC4blxIZ\ny3Aos1XqKH2exqq8ESzrAqBFRMKkfAppV4LrDiBCvhZV8cNgWVXlk235pBYo\nSLFrdBKY/V24QJHKHMQ7J3Ns8DBZ1ksDer+yzLv7slLAKGQqhkEHBemr5E9+\nZPS0\r\n=0FKQ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"eb115c1764789da595bed9e11c7af8e0116d593d","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.10_1593681611369_0.06542818100851266","host":"s3://npm-registry-packages"}},"1.1.11":{"name":"@antv/g2plot","version":"1.1.11","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.11","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"8e67fce233afe7202c0d448ba32ffc0cb7209dd6","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.11.tgz","fileCount":2077,"integrity":"sha512-E1QCV1goP5fC4VXOyApy6nSB5tCJW5x1eV7TzBp/qyvo5QVOGgrjpC+AmzIjU6Nh7fmv5Tu7wqtUrRGbOwcwqg==","signatures":[{"sig":"MEUCIE3BGPqczaSMxFY/7T17Wh2nf+khV0K2F/YBMzG5KBb5AiEAlerQ02kMORkQM6Y3IMdxygKQQHhYk1dqjjuI+R77KqM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11868001,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe/amACRA9TVsSAnZWagAAro8P/RAXu8qlrkuAfl2XfC9b\n8VFph3L2uhAQRzJPD9uWr539LztXXTrFJHlJ1PVHYbgThItOiyc2gq3aw1Us\nfgGq/KiEFLaprtd9RGQdyFntSC1rQEDPe61C7uVAzEo/vZh65Cn+qhK23tY2\nHL3SoJsRf4Sw+BhE2Y4Ua06oy78V4b+AXecoVO7/nfJD6w4Q4VjJWYpikxz0\n2Tu8eK082n3vLyxblZ+edBgpk7pIRl45htYbbTcZWTgr0JhsduXhSmHChT5r\nm4XosBTRh0HqjD6qPSWufhc9Pim1uaXAXgbuY1CCzNt+Bu8r9vnEmxJngwYE\nSCpjDxioWgsqSBvOff0zWFCgEdQgKhjuPXVq97gB4VUOnVYb7kZ4X7oxwebz\nUtgLwPQI+FDt1uyuPKfZ4uuE8v9+UtpRrUj1csUpIcHe44270QQMA2BJyUf6\n4QPCg3+clhfni43vkKB1JrO5n53AXAfGF3l/nkPtQIjnvnqUDoqZYT4rNTvQ\nroEhnOHHX91zBKaKrBebQ8TBrtG8yd5BXEgugDdUoi6zy8H/Gq200wi1dAzs\nEAD9qyzwEEm4hrtIQgmeK2w+1TOF1qPUry3Ej8unvmZoVpSayV+ltKdLaaEU\nWLWMtEfZyHVkH9LiQDvnB5vSalLNZ1wrnkMWUPV1VD/qAO9fbODP+Y2Rvj7K\njo0a\r\n=tXGH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"87b35c710112461048a23cd38cce9831d79e349b","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.11_1593682303818_0.7389150372328355","host":"s3://npm-registry-packages"}},"1.1.12":{"name":"@antv/g2plot","version":"1.1.12","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.12","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d1536585d00d1ed40406dc3cefe87875cccbf437","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.12.tgz","fileCount":2101,"integrity":"sha512-8YsaCoQq87rJbR0sdYduTMmnzK/yGZhrJ1XC4fQsCWQCRoDACA4iAwu70H72aUnK7jMcPsjJ161EFsU0ydEMSw==","signatures":[{"sig":"MEQCIDOdbE1j3FW/33ClRmQ2oKfLDqEO1ybtzmI7VeTfcbR7AiApIftkj65QYTgIxZdFl361bkjeUyP9KHqZ3T82QJXfmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11926552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCF5ICRA9TVsSAnZWagAAWuAQAIySAqBFgRRthVYFTLYv\nH+T7rscXJ3n384psi5C4jFDS+Vp3M323+OJsOiGrqw6ZQxMhAn+mVp9L4jZj\ntDLBAyw7Mxtk+ALXllvB8xDAE8h2O03URXob3+cNDjdZtq2v/ORiAHW8eq8v\nYcOL8RnyEE7Jhmpn+6bgksB8vOOic4SifRX4cql0Osguw+YiKu5oookML34X\najO5aLRqZsofSa9whWYQQSogyYSjcgZuttY4uMjBBMI4w6hlEKiLMek8X2mR\nf/B1TyHAVzrbz1Fpx8ANl3bcOYdA+Nc3xVC8oJRUC13O8nzXUnrnsZkEv6z1\nMd0LzEIeXHXsIS1y39pnm0OxB672QxnqmvB5zTalOYf5hg/G+qpfCiTVFk8/\n2VX9rvjn46SGz5u36iMb+Fmx+tLgY6fCYZ5Q+LJJWKWNa2whpVwG5HlnJ2Ha\nAaGC0GXrQ9p+5gdnpffhfRayDW1Q66xH1KX40PZI7MeLWUG/KtM+k7DlYlo+\ni+ksACUwNg4zLsH0cYnxjm6zd2XPSj77oYr1GPzJD9lir9mI4yV0W6MdO7Qv\nacvVi2BAERK2Vt4qUeL2dtLXE27ttdwd8Kzisl4JTW3mTECQgD482J532ZeR\nywLd7wHVjRnMwg0j8775vLXlzRFm0CEh+oKcG9nOm0AyuE9MbgEYARwuwjVg\n4Mhl\r\n=/Gsv\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"cc6cade35a1e648457188a7feef169cca20bda86","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.1","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.12_1594383944035_0.7975583292712827","host":"s3://npm-registry-packages"}},"1.1.13":{"name":"@antv/g2plot","version":"1.1.13","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.13","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5ccd055afeeb7833d0ee6b1121a11f95a37bdfcd","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.13.tgz","fileCount":2101,"integrity":"sha512-RaMd0k5B7Plm6g98/NZWxt77alDmX6LywKpQGc2JGv4inBOvbKwM9AZUHH8ZDYKm0P4Pr3ZTSjx0iBl8kxBtRQ==","signatures":[{"sig":"MEQCIC2cqzGCqgV+MP2GfFS5zMVifAv1EaDgbLStyq+AN+JPAiAfu64FGtilXUol19G+AO5nY512xUm8thKqhGeMBlVOeg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11949535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFWvtCRA9TVsSAnZWagAAbgoQAJdygEgLLH436DqeYurn\ng5bNzPiDdaJAqgg6Z2m5HQXdRMvCFehjafE2V4473Kpbh0M1a3j//BHQ6aKj\nl4J6t/oTu6i8dDm1e4csE5wChV5QO2xfhv/vGtaBxKsQo+q9mx8Qw4jOA+5m\nnxr3kjdQ21/VaUNfJBgpa+U+9VAORYpG1HN/iAOzsw2GlC6Gs4aFNAmGABdt\n20LesIWFZ0ZyggeKs9HdH5Gx82hjAlNdJwyLizjShoCRqT0I4Iwp3XZvo3RO\nTuP7ej8LhKvaMHcXlLEolpk76ZaZ/okgboA92sODYu7l5PuHk1UsMOBJOMj5\nifFF5Yik5OXKrLR8VwZo0sXVN3c16tksYykCBF7MoPpHcQkMmuFuXKF+CSsU\neBNPjNkElAnM9vCWMwBiEChoGbbbjl5BzzESpKcdYIgrmuG/nbloh/NsEOpj\nkxB0mKbDTlvZGDypUDr236aC9yi+DXZjyNPGdtYL9Otbr4Tzx2fVF43pLBOh\nk54vuN6RpOphw0DQHi1Ba4gdOj/CblNg0WxaUoGpfTJ8r6r6vcl5E5SOydHQ\nEXwXfdVM1MTHDa+NU0FDVPFqcEBg1di4w5TKu8jZ00UBczsFVbNmhGPTz48z\nD4Fkei7NgUJAKOfJB8vh0mgM9U09BQMJDkzLSLDWg7sJqSt4wnhT/uBtasPK\n0yv2\r\n=wdkE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"14f4ed927eef9720ef7bea482f6147e0827038cc","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.2","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.13_1595239405082_0.6715248904735713","host":"s3://npm-registry-packages"}},"1.1.14":{"name":"@antv/g2plot","version":"1.1.14","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.14","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ff56182f1bc227c5b269d2378c2d68d2332d44bd","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.14.tgz","fileCount":2101,"integrity":"sha512-qtvr9nU9Y+aZyCHc0PA3m2Yq7KSW6WmKK017S3P+/cwrL8rKrYEe9zE9PHJOKtcFydpE6VLEfGm2GCj8D7W3WA==","signatures":[{"sig":"MEYCIQDokzCeAMxldOfZCPC6UkOCn9Z67t1l100Hz5u6PJogLgIhAIdqWC3WScpFXcPusBMMgqJC21YVzzd2R8WFaC7QBosQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11957269,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfFs2hCRA9TVsSAnZWagAA4AIQAJnlEEMPJpaGyS6YE29u\nGrNZKDfeg5Ko1vSIIB6dYIukBGEfqnD7/uANjXPQDCJHVUijW0/rq4YJxTUY\n7VZ0OkDDBlW37nE4fSjN9cHsCpdc9mTynDMfcxLoUXfHmO13g9jEVOK75avM\nVl9+D5kX0uCtwKPi4XfM4Bq//3yEJRbn4LEde0rkawAMzedTOoTXTpMSI5yU\nz9NynZ7LGUy/kGPMXAFFBq9DZ7cP5mFLZxyAkvrjZXSHhcF42McBh0z3jJpk\nPd6G8uZaKU6XCfgfKl3NKwxx3EBYywPvX1JHvWtBlxh2KdljtpZo3fNgyGaH\nulVs6t96iwOqUAbnhYlZkLZ4HqinuIKatB1/ddjugesPayZa/ukoNq2lBMyg\n2XbIpuPh+KDQRGYsz9T1SE3T1ocUUK2LlaqdqOwMPwy82SEJh/lx30xcGyGK\nF2YWlvJhQ9J0iAcBX8ndq9/Wqb8SLU0W1brs6y9rOgLeioSOWFXvaB01XrFZ\nz3DzSVrIcvZGCnxNz3Q50+qbgbLCj1m3Sx5Pv4RzZcbUamV9TKh493nLbNVc\nYltmp6btUmyzc8VBExXDhP/k45kDxx7YodAE/cX2Cr0LZuUoS1BGiKq+Baid\nH0ZS5Yk0GoK7vIicptytyxl64/o1j+b4yfXJRQs9HCXATJnwDkgp64o4KCzz\naqzv\r\n=RHoX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"2cdb964c8595a5c81de1bd91b4ad63417ec89ae6","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.2","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.14_1595329952771_0.7838446345792658","host":"s3://npm-registry-packages"}},"1.1.15":{"name":"@antv/g2plot","version":"1.1.15","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.15","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5777d07c9f125d0fcb17bb21028323aca9a6ec78","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.15.tgz","fileCount":2095,"integrity":"sha512-fJnKftXC02uIAJOAeoaG2x6pzZEJ4KAhJgjfnQC5KD/kWCcoyFVAtHzBRtFj+ETH6YPQNiiefpQYYYb956/ZFg==","signatures":[{"sig":"MEYCIQCW8NufzSOn6qWjCSvF81Mfklh5qI5W1j8mLusjwMLFjQIhAPSYxHfxd4RaIdHwPLzuyFaLGoKWUXJXpO20X6zm299L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11961103,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfHsbiCRA9TVsSAnZWagAArZgQAKQd6S7qhkb18+QRvsNn\nO/cSARMBW0hjQweqjNiT8lCoq5kH7mPXb0S4X0SEADnmjlRcKs6s/avAobfG\n3nV+Ef+fvGZxfstxofRWTP7kFMAnj0sXxgpdI+u6hNbz01eIxKcLnB9q6AWx\nzt1PzaykO+teZwd4ogfKTHfDayLC3LmGMPlnBVOPYMxC7lKXuSn3f3rftpUI\nIXYkctMjTDX9f9CkNlQMy5zDVo8wRRFRZmrrnCyFbbYCaIDpiF9dW9oPCb5u\n9tgHRMsMCXG+WX5n0QiGG2HKhcK7g5D/s6cEkv7Jq6ry1WEXOCQBDw8vDzwq\n3igsB5uVUmoGnMkdI5NBL4lmaYl7bf+ibSb1HA71M4peY1HcloejWqgCJvyL\n9wCuLcZXstw9gj6ECIJXtCDzWL5rAwV9RsdoATkWwn2aVQEgdKyH3Eu7f0mW\n88RIytOc1+ITT2GaDTxNfVHtNp1tAl1/KStEgCY/JHK+7ALAYa8pC5XF8EUf\nsuokbnKrED7dErdq0hRQqWHkmD4JROAqpiIjLQmbGGd/DI5oCWRRAua+/adw\nyQrgeFOZDGOYo08Y9NeQOYfySIAIohTmPXNfaIEtCb7Bq7Ncff/ytQC/wo58\n5VMh25XYqkQPaCixaIy9LtU4VOmX26cReeFg22tKCKowsDb8Bc+oLojBpckn\nx/rt\r\n=t/aW\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"3d69a1ecf77d66e32732162f620ccd83c6aaa505","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.2","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.15_1595852513573_0.3088965152262553","host":"s3://npm-registry-packages"}},"1.1.16-beta.1":{"name":"@antv/g2plot","version":"1.1.16-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.16-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"a799deb2bb74491f3ccce144232dcd10edf22a8a","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.16-beta.1.tgz","fileCount":2095,"integrity":"sha512-uV4rJstIoqriFZVpvZW+XRny8xD4Xzb4xr4XtsAk5R7VMuCoAHhnmjC4QgRm+wh4lms2bR7NPl9R86Z4KL2Ztg==","signatures":[{"sig":"MEUCIQCOlzP5YIWg1x0cSGe7FSEY0VChcr9EjqK25eZJkNbsvQIgQB8zAfHq6syZcR9djxKPyp6L/Y4C2OaBRwiK4RGBjKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11948117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIESoCRA9TVsSAnZWagAAmkYP/150vJUIUIpeEOgbVcbm\nvMT88oVObbVlUqEusOTwSgYxKGV/uCdR3pEimOq8dW96HaY4zkl561oknemP\n4mnMUsWiTgvTccEFM6j3AnIvkI0OaM7JpNFSTS02F1YAMjt4xfca1C7dcXCZ\nMIdY5brySJnZpFiefQv4vPfujKXMAwm/ColdHhLUGSB9uhUh9h4vQwazDcJ9\np5hndDE9udUPHYWiAv7JaUM1UBUA1b+UrNoRDpbhOg5ZbhT3je8KbWIyrTNS\nne9WepN0+JtonzliYBh26O0dALTYwU4mUrjVDhssclK0lXsugr9FNU+ziwZh\nEWd0PAfgLov1zQ5TGGBhvz6Aj5jycGmbFLxC8rJTfHd9oH17/xnfL5vFlHyb\nYZamSndiTO2QfLNO0KoivRCU4I2rbEiaEYnx1dhOAYrrFCEoxpKmtjBSqkqT\ns3abRqP6JxKJenpbBJGaVTwmJwb5wEAlxc/jkakYQF87NdBlq5s2XNqqcSOp\nlFyU8MSoeHrSnTNCdEd5R0sMI5EAIAKG4f3mj9b3c+zZ1INWVqAhLeEaVq8k\n2IcoIawPDYAhuL0oDZsBSwe8fHytIioD8+PdwbG0tNtWtEnXnQdNoIPVrg7U\nsfVUbsP/dMONU3zVDQpHnApjwrlIuQZQQCICFpvFCtF4HYgrQ1/IOuwDT5Cm\nYfIG\r\n=uFzS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"3474c452a2db8759b78284396ed3320881d48e92","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.16-beta.1_1595950247717_0.346317264442606","host":"s3://npm-registry-packages"}},"1.1.16-beta.2":{"name":"@antv/g2plot","version":"1.1.16-beta.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.16-beta.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"93f498ba064966a1fc2d7964402a92a0379ae881","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.16-beta.2.tgz","fileCount":2095,"integrity":"sha512-ZAg6esA/EUwR36Cq3IepeM+Jt1GEXFCBHNkNIUDPLzCNUt0/nb0Ioj+933EVVghI/Slrj0TO7dSkeY7TLTWHPA==","signatures":[{"sig":"MEQCIFbM6Dc15DNV7oMbuqwmhFVU3znCITxyhjVkydx+P5fuAiBFn4LSKCV3zXRXqfC7ugB0zCvuPEyJIfc/X0xhYjaSog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11948117,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIOM6CRA9TVsSAnZWagAAc+gP/3bkVF0sG5rlo/z3/3lf\nVWA1YYb+YuQL3NOTKVbLkjLNm03xokfBi+VzxzPxZdyy8V/wU48lAuiDcm/p\nsInvEhbguxLi5mA4tAzSu1j9WTbMnTucM3rYi/kNkQ/zuJkPiJe+vKkM3i4i\nuInhkbb+vHPZbkt2GA+CtmHR/GuvPM6J+sHWjaK1JSa1O6DlwI2mbkUUKvKc\nTBO7k6+2yAZyyUiArwCB6r5LXulcCpSZ6SmL5SMQSckeJnFaAN37cJCvc58C\n8f2BDzofmvC5PfWeVQwaCUfXINHkHln0muZ/WfpSAdJ+S3hSlcRvEAgwzYrd\nMttHpUBbYGbQOXRGIkLCf3rPsJ2lQ2KshP9EDPzT9cdZz1V/ZBLwyXvyfgjd\nc+Vlgu9+b2LjtSVlXnjzSa6wvmfgD6pMSj11Hd+QZW55X86Kzqzj2wtQYYbk\n8db+BQm9oYwLXm6Uh8tEazPx0wcAoqg9BFyLVspOdLxk4qY0gcUmHqtJZmm5\nOpx8i365bEgQ7T6gKHZ1fQkntocIq+tas+od/9/U/Qduxh7UugMVbr3so+TP\nW7thqndwnrToFe8nWNrjOHSAOKsuNTs14JUlGfndW+xyg11NCwy3x5Xq1crs\n4Sdhdn7aMOe4gUBMEfCNZvlAnz8MO5sGKZroD3KuKG4vW4QXhoUwwZuJ4CPN\nBHz3\r\n=5ECH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"7690586b96100168e8071287e6d2376d24941b25","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.16-beta.2_1595990841017_0.14122558325380075","host":"s3://npm-registry-packages"}},"1.1.16-beta.3":{"name":"@antv/g2plot","version":"1.1.16-beta.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.16-beta.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"28d74d760b70b317e0faf5087360f1e740443896","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.16-beta.3.tgz","fileCount":2095,"integrity":"sha512-YNaMnGb7D+ty/+m9pynWKdWxV/5hRh3kLFXuPY8VIwTAIvmFNj2qhdUJfhTuQtETRGvKmPW5Uy5KQkgj2ZQFQQ==","signatures":[{"sig":"MEYCIQDPode/N9Xr7Lx2WOxZogvdEDM7zyIYe30zBLWSDNLxRwIhALHb/IaKsM/2e0RQAW5GGZpqRPnzvOHm8lsp/IOcDi+L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11950985,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIOkOCRA9TVsSAnZWagAAyX4P/2vAsyIPMiYK1K0Psl/p\nc8ZKcYIyVHBF6JXRCPkzWYaqw0gyedmwal8Meskl/+dX3zOBltg3NdI0+4r+\nF1alL3hdiX5yJ0EYB0+Hzm6FZlaz0vp5wTRifjy7I201Jot/PgY1ept54aN8\nFw16/aJ9AmGifm88MZMWvcZ9I3MtRkpxun8mcNAcQxq2kRQmHzF09UrHhGID\nIkS/xIken77a/BYNuTnBIe8bftmlC7BfJNZusz3hOKJ9mehNINriB/kYrkD5\nHUwn7y68I/yxnLTMYGsufkcqAhGQz7qrqsglK8LAK5S1MKOJg46itvdhifJ1\nLLY42dpGtzBp1ugAvES/DgVurYqDcvG1NkgGEt4fIX/33xWbXx2CjoZKISgg\nzvLFSri2N61lJGZg/UIdfusoCbwFvak7d5Au7RyYHLS/sYU2y9ConnDe5+Z/\nKv3XdbGvVfp4UUXKdbmkhxnfjTUgYvlMIvoXtYai5LC9FCkNIqlybwzz0QCx\n8/ynZBse6T04hW5htS/SsUjazVCnSEJjQe3Jmc0dGEekpB+eLd7u/EQMDZPB\nmfsfpNqJXa4t5vLBb7QLMvPtjKWf+5VOV9XUAUjdno8Poh/y2BZUiP/2nA+n\nHDj01E6G2m08AEtiPXdo7g9XTag21jDQaJl4pgiapy9gsDo33QFtRe97SWHL\n1vc0\r\n=Agk2\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"7690586b96100168e8071287e6d2376d24941b25","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.16-beta.3_1595992333573_0.8070676439971529","host":"s3://npm-registry-packages"}},"1.1.16":{"name":"@antv/g2plot","version":"1.1.16","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.16","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"59091fb65de7c67b80edb8e24d3aa1a6fd48ac9e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.16.tgz","fileCount":2095,"integrity":"sha512-P0nyJv26G9DVKJRTIh7oDDTUo5g+4o3f/wD7X0c5toEXTLPEA8+0/+Bncd1YUJyB+6E1rI3jm8bkzOrrNKhCRQ==","signatures":[{"sig":"MEYCIQDP5+tNTnQRZ94C9rBX2iVXm7JXiA6hyP2ugQgroF/5QQIhAKEhhdctTqiO5vPVruNtQJnwMObxUA5q+dBTBW8bPzr4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11950917,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIRydCRA9TVsSAnZWagAAsKwP/1moOeA5UmiO58eFEDpY\n0qhqV7xhiznTKI6Po/iKzGGUyu4UNjY0G0KThqPAHZhoFpFr1nNTIiEFjy/s\nxxCtW2ETUsM83f/khXBqC3yyNDuqFlHJR+0cFduRk8zZrGfDFAUNafPyMofd\ntYbxFrQVjHc/JHdspFXP080Ew7oaP890V8OyZeITl3KVkY1p2QK+2m4OE5aB\nS1bex06crVL7D50RVaxOx6VsL2JRJjPwbhAwbQQXXBVJZXtiQH9+UyVJJGQQ\n9gswm6AqtjnhBoi7WucUhfKHCGXg9ND6c0Qz2R71stzLvnMAbtroz5FW6UH+\nncSsrcouUseOxrlCQ6h4+2mN8ne7//8kn7/t3i/a8d8Z1+9vl4HBQxiuRZxf\nUfWnTxpDcd0NDgc9JAEzvXmH1qfAZTGVRm9EExifj4X1YzUR+XKp7NZtgHIU\n0LMJG3CUKzQPqViG3ufx3K+r9X8VK0jBPlnkm/LCxl5YtfxQ+Xu7lM6Hhk34\nEQ3ktk38ztdb6EGrAoKMoBuqMYkttm0LDVsCvCUHV+3+RJe8YK0b+G6QVfiR\nbvr3SVqvPhl6NfIh91CJjXDgcilDHB7Cw7rg6oWWL5u0bwRbNKy6rwp/mhtX\n4xsN4nAdPBaAppMupLdKzFC/HhIcPKLarQgvNO730Zol51CGEwM0pCNEom3y\n6HhX\r\n=JInp\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8b16630c67ee4a0bef6c97aff6579b0019650546","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.16_1596005532777_0.2975303448997664","host":"s3://npm-registry-packages"}},"1.1.17":{"name":"@antv/g2plot","version":"1.1.17","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.17","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"74f5b93252e8659de53df176d1832ebb4d97f35f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.17.tgz","fileCount":2095,"integrity":"sha512-yXBl6qrBxDGi96jYWw56UHd7lXwjdr295UOjaVmdQzAX7tJzCguWq5N/kvuMuWbc3DVbJmxTQj+lfYfSKZkIXg==","signatures":[{"sig":"MEUCIQDVt3c7XbFVtFAxAPC6CtokugeXDeOHI0inirmtcmZ7gQIgVW1CjEVGPwb4jN0MqiFNegJVDSPJ0Hbz5mDYOUHVCSI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11965803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfInduCRA9TVsSAnZWagAAY6sQAIMjtuxM10gyHTyKiFu8\n2u4vuv7av2Q2SGx4A8gbvI/RiU8sgLMTp3fpxKS85R7JmAGTHOtW6rYtkiEa\nP+ET3B1sf6Z3k/OeKzsJqwl9+9qKgSB48lqaL4Tn0yQFFIaOKxxUBInxf6/Q\nCR6zpZNcHMcvIjtUSSzRNQwv2+gaSUDP0s0HEBh7ltDmjSYBHgUfyYoDg2Dy\n2k6X525ytk0AYVyMMtYCklDnUVMQ645cfnmTBGSLLuK6W3KNtF162gJUJMiY\nGLRchv5Bru2y4dQhXP9HnvCMRGKrTlzWsAuz3DHBTcmTrM3i6BvBeVCg6qwp\nK6Sg51IoCViGjHvfrW/EXvv3cUh3NJP5MwKJuWsp94QX9ymS4QzDFMEnK1YG\neh86Mf3pPBsPvx4j5e0EfEq7aRMNcWtUOOXE5rHBvrIOJbopXMeaCyjWtCDv\nmA+mh5gxVZDvZcaUFTMGp02e42FA0Q7/dlEEmuAxQ1/evweSgGg3nsB0JcR5\nibeADGpu3KQapCudgfuL/nvUKVwmL4a27IgwnaMtKkcspwAS/7kYSrp4QOl1\nJeDU69Afj/XtmYPvKfIbA/h8U7WxgIgCW3QzXtqtIzk0+2rQZDKGoAghYHF9\nUgIOZFho/HZ/3SQvahfkuzey4WAwW9p+YTQChzAfh3snIxYYy/kN2xEojJh9\npMnM\r\n=aO2+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"155bce4e0ab2a2b2ddae262abd648124dc30b106","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.17_1596094317888_0.5068725944917549","host":"s3://npm-registry-packages"}},"1.1.18-beta.1":{"name":"@antv/g2plot","version":"1.1.18-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.18-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5ba9def548f6a7c13ecea1168e0cc68ffd13cc7e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.18-beta.1.tgz","fileCount":2095,"integrity":"sha512-hKSpTKdgOc4lkR+bVg96B6PZ8KJosHMYpMOGDTwszVcI34L1VZTlpFhKExo1ukNgKkBShn0mM11WL4Sb99NABA==","signatures":[{"sig":"MEQCICn+7myqn5w+bpt34j0BnLny3OA88uc/UnL0JopyKjcxAiBTX4T+4R4fnmffhTtu88OrODORvyVK0DR3aUtS+wthCw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11953221,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIrsFCRA9TVsSAnZWagAAQxkP+gLERmANwoGZ/BP1taTv\nTjyJWnPX1kJn2U8+mp4aYSc/YOvCfTxkc+w/kK335yNZF1pkzRMfncNyrcJF\nJYvBs3g9hsm5wn1GJNfMDXPOSgrORwQZiktfTHIgN8jLIC5ROrUdWz9w6cNu\n6sY42oNizy/9C4iocT33jdnDD/TkCZ3zZBdMIw0Qyo279DBzi8NzRKEhMr1H\nruYcK/JUu+YXJSBUfzfeA96vrwRwtwZNpYt8/MoIa+AziLQybowsVeidwS83\n4FTpVFjwZFllv2Ds1bt8sXngoq823hbsmJNvg6PhQdfsoQlmmgZOhghS2nUN\nYuciBCy7nA4it76SWH6mxW54HJhjj1O0wuZPQLCIQBDYFrjfbUHUkYp9uNyW\nlf9MPjisCNqkNNjb/3K7eBeJK9xrXwjZffqDT0Sxy5gGldxDEpF7PrltmeIg\nYJRMI+gq6TUvN7ugkN759OQuV+doMhkDxHiWdnB6P/yekI2h0x0Y2RAiRTJc\nUm6TjwZLIOk1vmCk6r/+1OfZb5ca0y/b4B16mmk3XUpVMNChkKi0c/T18eFe\nzqqtaYeRkc+vEoDiuXrgLYRkFpxcRrRmkQf265CvAEzoSKzQuUyvRTplk/Cr\nVOgoz1CXVoFguZ/DaqEbULca6EQ5E6IsaticymXvxdERVsyown/uDbSv4Jix\nT7qP\r\n=jFud\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"03b41e9abd22408607f62cfb3c0421de84be164d","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.18-beta.1_1596111620935_0.008049776973563239","host":"s3://npm-registry-packages"}},"1.1.18":{"name":"@antv/g2plot","version":"1.1.18","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.18","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5f4ba04c2741a3b85b3959fbeb030256bd8979cf","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.18.tgz","fileCount":2095,"integrity":"sha512-SR4UMUu2QXaUDIlTz2z8F8ns49ORcd/vSHTsxh3AahTeol/AijmLTiIo3AbeHOg6zHpPJgJ0bAncGL0oOQCGlQ==","signatures":[{"sig":"MEUCID3GK4XMETkYLFQCmzrhuDKrHTc/riuZOaLdz2hgTLt6AiEAlXKB65GmbZDdF6lm+x+Bq6FGoQLVlOI9Mn7gVgU8uuM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11953454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIr9/CRA9TVsSAnZWagAAFbwP/1g55xMULOp1WD4+HbXg\n5q5vEIZwNEOpggpAr/KxExqwj9o0VIXXeX7Pqh9T1o7ZHmyP4x26fe3b6/GX\ntHtanZHUICYg2EMKHLcP334AOh+B83vRVpwx7rmfD8Ntt9wJOlwwskCVlfT7\nJ3TW2EKOm6ST5nK2g3d1JoeJBCwvHFh8CZlKeMtdn/TeWj6Z1/ThH6hxiKUZ\n4AlBHLttsfZY6zPgKCH3r6NV0LvtlgTtlr+bBtVJefhfc/PMehCEUG/FILAg\n31K5XBlUIIIxYU8LhREyhYJMXv+g8PjA87xe79rshUaWmfqu2mbYEWDbOyvI\n5LBLFRZQwCNObIBsNXp7M+sKXLWQs0ytR0nWMnyLSNeo/lI0OnT3hnXxoF27\nBbUT5eOSmWo615e4OSNmWW/CLv4v33a7uoalB6U0+Lqp28fDFqaNFpRZYMPX\nxeupMAiKQdfnerVPxTNbVaTllpec2sFehobr2b8m6pMnaB0FhU5xqnOCi3Iq\nqxqKPNOZTlafoaySFBvQTN1hdUH5yyjxW/O3YFVX60PT3h8IiO4twzdXqUoE\nHFfMOXjGy2/Yz22qAhB8R4kx/Cl6P80+RCZQJ8ydN/+Xt2vE84EWvNlVv+YZ\nFd1D993Oal0Sk1Dpd8txTxgb7pyuMVBq5o64lfMIYY0jQlSsA/vYuZYdAFwK\nyjGz\r\n=Rs2o\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"f2fd027739998c86c8d767bc4334850649d16fb8","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.18_1596112766872_0.3864683604108927","host":"s3://npm-registry-packages"}},"1.1.19":{"name":"@antv/g2plot","version":"1.1.19","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.19","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"68b3ed9bfc2a52dd4c716eb4f73e39c067ea8a84","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.19.tgz","fileCount":2095,"integrity":"sha512-36QgULDDEB8VXtGSZsz9faQsrkh+NsckwS184k3srs84G4HoU23HHcrZZC2DGyQ04YpcyRmbRVWrR75AQCpZFQ==","signatures":[{"sig":"MEUCIQDfp1fdcLTdGYxvwwfuhZtWcmWgAaXE1+px6hJQWvFSfQIgQfgVd8PMSyc6zCOUqgQr/mhCBU6pZ1m3flllwTuwg38=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11953742,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfI9ZqCRA9TVsSAnZWagAA50wQAJixZ0hSDcgW1F0hWVAe\nxDeqHfi0SNSVEqs2PJ3uEr74blzUBK2fNpN86Iy2N70aK5Mj2IlrTNJSMPFE\n8uK9Sgt4F3KfcCXHQKC5vaY9ORWT82GYNANMEfHpCgJHOfMYqdNVVaaiZnkx\nQ2b6qMjCD6C6nNQVeIKf3vtkbBdXdAH4rq34gOIRCl212hpyTtqG0Ljun9ks\nHmTpMHkn4YCQwpozreYWUGLmjB/j+RB6OKPmsAayyxGsjk0FShsJ8LITnoeq\ntczlehRFS9OwbD5C2pwwwBk+E8DXogpdHcnJsM/SgXHaCrybrC990W0Ba35B\nWaO/wIiN4biP771LoDSzMrOZcvc8q59R6nWje5aiDTQokeXKH+ZhXIwlJJ4r\nCp3nO4iP8BYhL//i45E5SegZpgm+Hzgq8QfXk3LLXEUdB7IPPLpvUR+dEcyB\naDlIDxQk29LoddpPzK13a/z//q3Nwue5IlTvtVjzxOTSj8MN5SgzU1HMW3LZ\nWdEmjnVwZcVIXpoVuGmxIXXJXQ9PyDA6kjFHDqSoycmblPdLRQ3o/bADD+3J\npCsZig6AYk4268jhbwQej0AfPIFHHa67Tg/0hahi2l88Z7G39gApeeVAvGce\nbvizIT7WbhrSmQ1KaB4U4LOao/nxqOzk0k6wnRRHq1bBbvxHZy9wSqTFhvaX\n6/pT\r\n=W//v\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"f5c9f376bfe560fd6310b9af2cfe0f00eb9517e8","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.19_1596184170161_0.5648617153914328","host":"s3://npm-registry-packages"}},"1.1.20":{"name":"@antv/g2plot","version":"1.1.20","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.20","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"aa65e53c8fbfd3c650344b74789d849b64d06e23","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.20.tgz","fileCount":2095,"integrity":"sha512-5XZ6nGGN+2hi1yaP3eKGuvpji/wp96Byjj9IK3VAMgIHyF7LyJ2r9KZbg8BSpB0PNgsPOuoQqnOy0r0DEmewJg==","signatures":[{"sig":"MEQCIGG70rO5UeiWOdIdayyQWtFPEwzz4K8P/2xwvD3+s9z6AiAjhG+pFzcF8JP7OKX1mKy+Qwv6HCwKgA06Og0C5QVdlQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11971889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKhsuCRA9TVsSAnZWagAAzlcP/1QhAv7HJEni5SXH7BbQ\nWmCuhwxx/pQK/fMsjbKRx8eNZNVhaBj7xkkEmO/US/oeDw6J0bj7/OaXTgPq\n2J3Rv+XaJEZO13/rvgjS1X8h6/FbKpTI2ndUqHURuJxLuDw96Aa/0JbA9mSx\nUwZe4j1HmEoF3vAkqc+askhLPY43DGtLtYcD4lms5Ig32sB+cEQFVmOY3eBB\nil+NwGw5q8NSITRpEXvs8rc0AeBgKFKTS/0xLJPX4homUh4jy28gBUogVF9M\nw2jIHQtoHuxRg4TUIc4JM5PB16KCzpfigOWSc1mRYpbB3zC49lRBvW8IZAyF\nibExjGp1j0ocQNTki/Le/3cMd7mNITll4ZiDp5SvSh2FoHuaZiyZuUSJwMuA\nVVaXiK83BvJyBtMV+63LgywUeO89i6zSdyg9T4QZyxQBPUCq0lq4Oo5FkF4W\nAHDF39HqdCFzYs76TF9g9ZtVMbY8h5wum6xj+KoFteYtheFFCQNuv1diSMsu\nBFBqyxnhxrGoqzwkHtnPU5bEe4z6LLxJtFuubXV49fkfsutlPpsnkbaTo1i2\nO8JNEMsIXXK8tln8/WC/EX6TVZ5lcF47PP2lY/ixZ3NRB5EC8FAllDr7RjgU\nrW5e58aSY77KjVno9hgOMjkoW1w9m3u6AgR7MIA6N9s//okhtgdU15GeON3k\nRgdP\r\n=foFy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"9daa9afe101fd9c73b015deb9af88683489e9530","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.20_1596594989352_0.0012434393463605087","host":"s3://npm-registry-packages"}},"1.1.21":{"name":"@antv/g2plot","version":"1.1.21","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.21","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"77673a1a12801b7e520995623a801bbbc0f92ded","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.21.tgz","fileCount":2089,"integrity":"sha512-mrYWVbhvt3EDqBIAQ15LAB5bSJk3dzVhmJBmlpeP5LdEHN9ns+xCRkpnMATVKYNBFYaUVjF2MiAOtisfUiWYKg==","signatures":[{"sig":"MEUCIQDYJFn/kNKF3VndEYtU9JbIZxGwA4AMQqlvIxc9A9+15gIgeu9yvIleBuHx8YqRaz4FPuVbD2/zpwlQuAwFmoVOMeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11965310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfKr8oCRA9TVsSAnZWagAAt2MP/Rnv/H2P4o2JqAsT1ppk\nNmk/4wVrtJH9YJUT01LxP3omDrUuiXNY7URbfqikEmLJ+tI2SU3w1EezJraW\n5psH+sEicTUmQqxhl/sGBDqkTcz6K0uEwpsJIyVy4EHHfvUiPW5cRD0+k5cH\n3OYDDVrvqrJWcps8eWpeaZ9too6eqjtFrJagjUwcMfltpJFEMB/M2gla3NIf\nnBI7HWOXpoHxihcanbuPieiLrw1kbkBa59yBt1+Ip+yyQ/NvCO1fAUpzvDf8\noXXPgKpBO4mxNsYOM1AQOtaaHEcMP4sE22VbGBFes3OmpiaSzkGnvu7y0c2u\n8wNIUwuTulGAymL8JiyaOgb+2d9PaqasUeN5HZo2OOUZEt8RMji9I/3fVeji\nDuAT0qx7X/FCaYLxzcO6Ch2p4oJjkvhBn15E9nTAwro7W1c7PBgmUXnsUMgd\nOBN8qncbySAsVnO2nLR6LyDyOlHr4TnF5wQ0EprJjDxeuPwMZkGuZWAtUi+1\nnnB5bJX8ppluZgFKMCA4uDS19OnTOol5QQN7k7WKdNDqHxw975zm7vgljDji\nk9pk9Bi+SBg5cNmjDuaU8x7HHhTP2njHldnYRA5RfVMmThl2UffRnpf1cY4e\nDb0YpLaN+d76n8egkyIddL2AocMEEij31/xSZlj0ceTCjceq6GaZ/GkjB8Ym\nwapP\r\n=BREh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"b22938b61c93798514c4e6981c1edba8b06cfa7b","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.21_1596636967915_0.34276085388302757","host":"s3://npm-registry-packages"}},"1.1.22-beta.0":{"name":"@antv/g2plot","version":"1.1.22-beta.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.22-beta.0","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"acb037c88f62d1db70d6bf45e6029e88f216977c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.22-beta.0.tgz","fileCount":2089,"integrity":"sha512-lb/SzSK68TJ4QQ3UHSO6VVhz0XBOun3MNoV75kY9HNfzx9m2DR4eKWVFBDwz4VQB+Ctj9bWbevlVVYk0tDoM1Q==","signatures":[{"sig":"MEQCIGsU4coeDSCrsjuOD43J/jSm6axV1p8KVvFoZD8TiFb/AiBP8aEh4+W7hC2nkYKSdPixxBhxzHBnurciB06TV+FhwQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11978760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLSFhCRA9TVsSAnZWagAAx3MP/2nidLepAo8BhOH56R8E\nEyKD1zhVOVN7de2+sWkPvmZsyM0owxv+l/ZjoP7VJYDW3YzB/m7jK91OeauI\nm/aO2O/iLBTMcgEpLrgdKJwpekwXK2tdZ3zzLJ1vU4ta44DZQP6EH17vE8lW\n8dvpYpjYWjf6FzuVYQWl8JdAIxHrSa8Etk2iQ1kdGupcoUQ6XtiWkVMRsWcn\n6SGA/e7dqRA4nt1ElHOyT9us26J7UrAQlRdD8iQO4UfhADz67st9YLlGXFMk\nAqykb1qjcoqTUvSdEUMaaLKLy20kLIg3GJ5CG3+SF1bA0IaMxcd1+LW7qJEX\nAisQN0B03+AwSwldCAe34JW+PZk+KLao06PfnMt8L+wduKQN92ZMpigR8JZU\ntbQ0URtMVfV4EfI+Uo/lCe2YKLS55Ht/o1JG0rKABnfv7k5+Dv69LqfrMtVP\neIX/tTkcxS8XUw1dr5VDJOZXSfAX2d05cmbpXL+Nd9jfbiWdL7yEzTQrOXe5\nJ9VmpFsHwHh7mpTq1/1SDgeWsd3mzqkHyrTVrMeL2aVuZTUzgpwwc7ap96y3\ndRAzUDDsZ4HaN5K4cN3A4d1TMjAqR9ksc2gWRNIOQ4eSWHv7Bcu9pJcK37de\n4lzAw2E0FhAD3GgtXstoh7RFeA9MLsNHRfzGbBq6+8hJccZ/21YogKB/qE7h\n27Kf\r\n=p7AO\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"50286385821c445f9c30d30c073297abd31ea631","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.3.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.22-beta.0_1596793184865_0.22600558014536687","host":"s3://npm-registry-packages"}},"1.1.22":{"name":"@antv/g2plot","version":"1.1.22","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.22","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ab5a2460d782c22d847dc01dfcc935faed4f0419","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.22.tgz","fileCount":2089,"integrity":"sha512-t2vl7WIzenAGJ6R8oureKANZB7B7IrLJaH7XwnDS3TFlg2iQ3Hk1CXoMdWUFwjwEPUbUPz0gvUncuPHjyH7wnA==","signatures":[{"sig":"MEUCIQCRoeWJviOtE+1nNbFg70eKZQ/aWMSp21BCLCgW+CJABgIgKyMvdwTdpRBOI/QfdWAefn2HRWUUeS+j3cx3LUkgcyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11953510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfLSwOCRA9TVsSAnZWagAAMLAP/1yJLptIrlcnm4sxzB/4\nn4M0bQtDkRZ50LaMm3LJmICdwl7Ie4zrkVIZ+PVAuJuE30vPsCjrQl1lLY8t\n1tFsty8TMeTr11JsJt0qIgjfl9AxyVMmA2SyMav5+qXEJN9eAPE8SYCU/Bjy\neyFbLATFOflefm0FTnUExDs9HzS7foNZYoPi9cdUnX2xMFdiWUAVCDhC6xmm\nshGK94IlE3mpb4h/70PkQICTXLGsxyQVB2RNsyf6WJ52HqmB0/T06K/2WQbD\naMSChDMx85NkChLoaUt5wm5wIigGzVfWJsXNO5ufXcbJUHCzMAzSzJGGn/jt\n1yhRUGHUTQ8/xjkPdbp5UDAu6xMon7XE5RhIi3zxOz4hRWPoZ0DVJAHZab0O\niK8hJT+MXj0lHHzvTsnppdiU6zvenQAQLfGkOxJt1EIi4tDlMOu7gbMqp7Mz\n3EqK7LosRa8ERaD1glJXdYRlpk+TvNzxhe36MBdASUK4q9gymlw1XE6Qu0v5\n2wGUkj6A2ruvrbFJRxQfzsIHfPTnLrSTxBXfjHnQJjs2j/M9X25CZUrm7IYX\nBsLJ4mpTFO5QTIRVfFzqk+sIJcm0zzCaXfYv28eCId1lJlHxxAVpqH4fShy0\nHKrvznJGhuXPEF5t587B3PBfxtL27J9VD2kWZipTihJbOMexfq/H3z1JVIvr\nMDDH\r\n=v0gF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"6b329e154447d21a9b39b7e134fde5c9af1a1734","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.22_1596795917758_0.24836567982198154","host":"s3://npm-registry-packages"}},"1.1.23":{"name":"@antv/g2plot","version":"1.1.23","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.23","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"yanyan-wang","email":"yanyanwang93@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ee9ea2839bef52b1baed01f954d5e0052246228a","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.23.tgz","fileCount":2089,"integrity":"sha512-49j5R5OxBG/SW6SbtbVohqCcCY1KHcLDw3l2PmMxo8lx0cIKFlHnl4wV0SwPg98gRGDwkPLB6qOGwLntZOEZKg==","signatures":[{"sig":"MEUCIFn3mLIiqwtb4eZg1+auQ6GhKj/NbGJfHMu2rHy0BSIqAiEAtBoIJYwvU9sBLEZFlQH04md/+JS8TWUAPhZIbNn3LJA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11973435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMjQaCRA9TVsSAnZWagAAy34P/iRfyWT0zDiV5MKejSbM\nIbRERFGRX4trIYSrlbEByiPgBlEh9ARqis+HVy93JUkXymZFXX5/WtEviZ3n\nluHYVrYAq4wpWELieogeXVYe7C5fyhTgZlUVVnziI0EddqiwBf1kkijtmZ39\nKqoJBA/NosJrz8NfYmF6fbbmPTDC1I574G07hEJVVTHuEgQ0R3Zzuu4Orwjh\nm5YlcZ1M2zFlnMGJPipDG6oQIPiq4HK1ATVKMJ+yCuVrXan7SiJc1aqp562/\nIj86nPwlAJcHL9H3ianX/p+ulLnA8aIKy3G0dNJnuzLIUcfNh5sGPYm2AYxF\n9j/4BSSBWojFB7J4kM7tFboDVlIKXBgUGF3mCoWLrp/bodB7lM/EmGQP2olS\nVnSV+sXWAagigakWVJtVoYRf+nuHOEj8oKBXW98Q5ob1Lo5GGENAVC49sPV3\nzQXsVD5r8Lvp1/uxINTRir/U1HsgBEitfVCyJIIve0z2STxgbSWOLiGdYZQ7\nEbfb1qYnkQaOdB436RCJg0wo4u3M+LIqJ7JYQLK3CP4WQqCXelDnH498U9kg\n/2rxfF9jDvlXe2LFsha8LDyhfTQklHvZxkNW54Ey3lMYKDw7gLFuQYZSYrV/\nCymyn0PnWV5cM6YNYXmpftOfJck0AcBnreG07iOKfd2DPrSbOepy7jzllYFU\n1qQN\r\n=Uhci\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"926bebcf167980e1244ad52e6da5f255f3c6eb01","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.23_1597125658105_0.12843959456211818","host":"s3://npm-registry-packages"}},"2.0.0-beta.1":{"name":"@antv/g2plot","version":"2.0.0-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.1","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"fc75afd3b96036f3ac518fff041214004e8b8f46","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.1.tgz","fileCount":535,"integrity":"sha512-8xU3+DgoOg2wXb1ZgZ0LNZbDpxpdvXHqFmhAJNf/GYvwYH9+TwroNXdUvF6NPijdksuw+IrsxfQePm1Z4Jtq0w==","signatures":[{"sig":"MEUCIHZz7lRmKW7VDjZ5D5o5XSajFaU8MMsNYqLlB/hYzyikAiEAkC7C6aulD57JKaFgCTk1hqLWyaSSnzQ6+JV3ZYePk/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6114582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfNpT1CRA9TVsSAnZWagAAuwUP/3SCtU1Xa93du4+K9LRx\nCqcYlxcnfYcqoUU4AdUe5ANOYUbZjT377ssy3dLPwAcam4lrgIH95bLy3BrN\n5giJioSSShAkUMsT/KEHUMGgoT7fNMlJZ14JMn5E4Wz/XePF4DLlrktz4HSy\nB0Ncv+svWHQGuPQcIW9fEwSuS6pHyQmCLKjFrHNnt6Y7Q/gz4VUCEpz0W+Ab\nXCtizALniIwwevS28VBTHu+1jgj0PG54QMtOBlHAK3tqxVVdXjDPdg13mPd+\n6hTz5WqeBpMRT0tniFDXI6igYRZ4ac5+pDi1lomLHASOgTYOLOCy6fp3JGmz\nIFvtAb2T2tJ1YOgcoR0jtI/h1M67S7aAtOsnqKBZr9x2L3xLEpLEvbzoR1q5\nCdVXz91Lgn+lZRyaIdvhC/inSTw19i+x2aWkjQWaLwgv0ExrIJc4nPL152L0\nQ6lmB+/6cRBNr2dQNEX1oeNaL0464EjrccpJKNSuX1d4SKEg0tMKts9myYAt\nniI5ukVPQ5UTQE6gUIG9sVnlBja2k7mK9++j2HMVOtJj+0LVSDd5blwdDMUw\nMAZ/3H0q23PdGoIGvXRSBt1nBtMNz6v3i089bqqJ69+2CryOLjdL03f055f4\nBhb5H2s1jKsSjMYTEs2+v/zwdCWsxhUJNQUILniO96IDrI5YwSbsaToeogEz\niqPZ\r\n=A4mt\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"06485c07ac7dc31e82dcda2f14a435bfaa7edb6e","scripts":{"ci":"run-s lint build coverage","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run doc && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"tslib":"^1.13.0","@antv/g2":"^4.0.15","size-sensor":"^1.0.1","@antv/data-set":"^0.11.4","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.20.22","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.1_1597412597295_0.31842260529047817","host":"s3://npm-registry-packages"}},"2.0.0-beta.2":{"name":"@antv/g2plot","version":"2.0.0-beta.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.2","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"95e9444af81f92c59eb1f30d99ef875ca563d79a","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.2.tgz","fileCount":541,"integrity":"sha512-h0HedxTuiXQSgOfV2iMnAoThbQ9DmsTw3JsdLdDojE/EakPQMGUyK6S9PkPinsNga+CnqbEJ+0Oti0mxxbsgdQ==","signatures":[{"sig":"MEUCIQDlydJ2KmY730bMeCTPt65wceq7Kil4mihlQCR1CkvFIwIgKyxp/BiP/sxjky+JrBsSfJSblUZVwQWd3DFJsxlvArk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6145703,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQ0wfCRA9TVsSAnZWagAAnfwQAJ4epE28WExKughIHG88\ncuBrVKXd2hm2pXnTBkqA9TVoNTjFaEFfxIPlio6IB/Khs7btqODMFXmStYHH\nu4kv2it4b5ULvJYluDblpLwdysw2eoz6z2Wep3k0j1buLqze03buCFuMk4RR\n0QJrSL1vnK4dP6BEkP4DtPOW23aNMF7rQu5mqNHrGCQEp7++0gAJCHS+WdkH\nzyysT3CMCqZw5KWBGKenTicTXfSfgpU5cGA3xXTGSuql/jF774M6JD+gQygV\njChvlxuH+LFIiH7L8i1z2z/A5/efYm2ck6y/BoQiggQWo00Lbmyzu+mK5Dfy\nm2LdlimNOf4EzMEv58gXCCoVpiBdWQD4b6Sf8CRntjH/cOycUALdTWI3dTmj\nUyCsq3ct4jAN4Yn9e3NzFYVm18PuT56WBISRKcyh1fQU46tyyJGLKomZ4Hfh\nZLRjFXwOPgxCHzanNy5wULWNPJNRr5llkoR8GFxPXQkEIFLkaHrmd4Dris2K\nztxMhmkMvfwRnJrrVWPZs24f9+CBbbul41NByn91+qkh6R+VKDiEpNSGmZv7\nY96phF55SFNXjqxYgfr/y+3ILZC06ZPJakIjTuL+cqu6GamU678gBIT38F8g\nBDowguLFc1z04lmz+gmQXkan5fRDt54o2x+5xA8zQskYd3ls188DuElQFXta\nDdAj\r\n=ab5l\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"841d73101c78b26c6e567053d847ca58d8104fa0","scripts":{"ci":"run-s lint build coverage","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"tslib":"^1.13.0","@antv/g2":"^4.0.15","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.20.22","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.2_1598245918393_0.6101924311730658","host":"s3://npm-registry-packages"}},"1.1.24":{"name":"@antv/g2plot","version":"1.1.24","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.24","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6ef0b28f5cd790b211d40581289a9c98e44b5926","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.24.tgz","fileCount":2089,"integrity":"sha512-Zsfw4XL/37yY1Q/LAp9b6K/PPzdgHZ9Z14rh0oNaL3O3xlbGCw05yMXyM5iLyvH3OJlh1gengl5sebzh4ebabw==","signatures":[{"sig":"MEUCIQCf8kUWxjCLlTLNzRQKMA2cU7FF3LD9YV9zCRmF1ITiewIgeLg64mb9OUbJZLfWIorfNeWa29tv8bo1YbhSsYUXA4o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11995480,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRICWCRA9TVsSAnZWagAAp3IP/1BHzc0dCCdN5FDY31qC\neGcMCvV9oYRmoLDq+g6B7Nbj/uLmGGxy1pycfXSQTXnz+YIVhV2ShvKVQzB3\nJ87h285Ock0V6DMVEv3qLO/iKfVpvack6So7QfWdbtrj371rmsF2rEU7aRsE\n1v1U7N0gGlazbUK749b6wi3eT+cTVSRV1LMXZ1MQhy/JiqR5IodEuo6EVYlc\nmuD8t7afQDhiReL4vcchBmfR6E0/beLmBgDdWsTaMMYhSaG90/ceMEOR6PYB\nkuH9J081QGM8gMAp+QlvJi24b1sfajOobDbOW4cFrlPFgtp8hvBQ/wI4PgfJ\n6AcYt5S8glhNuFGm2s+dDj3Z0H7ZEPA11FytRH/MTT/6HB5AhC+kCotzobJx\ncYmRJFKxihUjv8cbc2Ggx6RfxSmyubjyl8t3TQMC5Kp4cfHQaa86FuvcDAu2\nIJpuZWq+tn52tbm0UlD9d5rXQK6r1flH01Zaev/Uy/uW6Z34tRnfMDZblqBL\nMos2uWri2iPSMeG+OLK1uqnu087xURqgwluc/xl6kwC46P61PC8rxGdhKWvn\n7fTA61/VMANWBDTFDOUCzRiVVYSs1cfopxIiojtKwLPDW2AUNNa2i4btmNOB\nJOKHa2ExBJ8txcVGdWTs+h5KMgST3vTcsAV/26B7E1B4ACdo/X4koXXH1WtN\nViV0\r\n=vOLg\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"65e19ec2bd46466309ff9874c45e77bc57df5a3d","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.24_1598324885973_0.38859736661754063","host":"s3://npm-registry-packages"}},"1.1.25":{"name":"@antv/g2plot","version":"1.1.25","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.25","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"228ae4f1063d2af36999782cb8662200100b075e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.25.tgz","fileCount":2089,"integrity":"sha512-y9wgMhFlG7jdCa1JnzGMMHURB1233myesuqOnd6CgSUlq8RyfBpn/Qqp4CaRDedhsbP0sxZcttug7UqpjGK4Tw==","signatures":[{"sig":"MEYCIQDJydHt5oks7FP8DkeH2egdvNEx/Edpl5rBo66Himm5zgIhAINDD1CfJzIALV2BFo1LG0DDx3Uhf8CPlZEf9jlRViMY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12000583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfTGxCCRA9TVsSAnZWagAAJ5EP/2QcaavIDwnzPiq35ios\nhKdYtNTNBsjil+Q7FsPzn0QKtODoNaGaYl6NyY9jbJQHdpMZDDVY/nEyVzM7\nMw76KBinmzPi2gZV3sbJKgWtWqKt/i/pIeuboGX4wyJLvmTPDGKGzASr/sUo\n08zFajWk3mQ/LMMXQ4czI2u04HZEigW7DKg7QwUQDVQ8V1kCyAvqF9uNFinY\nh49a2qAao1+76IOpZMRoVyPdVB2DKEOtzk7wEj6frgfwQU5Qgd+HNfMPN64q\nDVCSSNiNGgHPChn/+mKfTQ+USoCoxPB2HhmOjzyL+XWj+ksKBTCidLoxxquV\nRCl7gPrrn4zTCTuSqtBeaa4lyYFU6KEhCToBIEmhgPHyM33K3fGIStoqvm6Z\nEpRz8rZCOvZ4QijOC5ju+pT6nkC4zhAVuxkYERZibW7OXWwnR1nAhkv6BShN\nVTRERHt8fFC6daTjstEmH0X6Ts93Da3gSCU7tWeUQlU1w6Fya7z3w0IToZqO\nW4Ggofoen3h/NOnpF48hIX1UP8ruKqLQW+7Ag6h8oyvh7ksMnvD0a48mRGmc\nbXvxcGzNKVLxj6G4Y52xB3Aaz92uJrbgrEIHV+AOtgnyermKf59hAbVhXwWF\nvHOw0iMhKsNEMx+jfGmsrMsRcpdhpnE2WwNzLdSTF1ooFC06e5xTvWufbDpE\nMVJM\r\n=zVxA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"16aee802e9dc14a98e082f3fd3818093a104d2ed","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.25_1598843969503_0.6714462566579029","host":"s3://npm-registry-packages"}},"1.1.26":{"name":"@antv/g2plot","version":"1.1.26","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.26","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2fdf0666ce3dea6dc0d2816dc72569042365fda2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.26.tgz","fileCount":2089,"integrity":"sha512-zFyXNLoBIHf0RDGrKHF5/ooDvUWmARSfJXo52UwyNg3RCETY0TiXNwvnqlMXHEWG4xtLRehRQb5dUqWCysMBXA==","signatures":[{"sig":"MEQCIBcaq1JEn0H1zpU3KoGSb5W9SrQxmmUDfILhSQRIRVTGAiBKLbjnsI+Rbm3bdFPJvXdahsoCcA8KCC3ptrON1+3qHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12006363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfT1LtCRA9TVsSAnZWagAAHp4P/RT0aCp7t03N9/Qypq/d\ni0czMHMzJsdnzYCRZpAVMolz0+8oFwhlmAqGG0SW+QrphiLekAXWz4myvkm5\nKcGK6g3pgACevKA3GbdED3OdPH05WXQFvVQChaAhnknMed3UEJ4V66o4F6mr\n9yE0XUnlcrEhrtW+GSuUM+jZsvgjA+AmVIRmUL+SUFEmv9FvyOo4psFiV1YK\n4RcMDbPviA3mC5tm5D8FQZiwqhJrjNPQ0/l9nRCY6i4ntQeWR8c4gM36FIO8\nu4MESjrMDGEyF50fopajNkNkMjTWJ/YF70H6M62J9PznJ+fOjy+2NHKKbPR4\nXuvQ20bsBmJDMoJ9G08ZjQEgAqaDgd8pZi1t37XVFDaBfbkDDKhSjg8JVrrq\n9rJKELMLT+pj2RFHyFPbjYqdCSWPQ/tKzJ7TUgpG8IQyknDIDZ0jV/WiFsHF\n3v+zpMsZSWZ1BPbhHvEMezXIwuigVq4xRL1hoicko/7/8dbF1+z9R2gCLkhl\nyDq2OrJ9N9HPDv4g+qA63uhP+ewMjweIN2mEjn1fsG8jCsqJj44t23vXIa+R\nNBJmr3YKe1lx9A/P0lpLFFnjtzQYt+y8WeuqazeNifu5HZ2q28z53uhKkajK\n/ugtLLHfBDyAX6VcbT3fT1PtTQGbjHUyskR7PxAJHToeOYQw+WdGCIQ1Gbgr\nYAb2\r\n=mQQ0\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"6a9fbfe6ccb741c85257d6725c3a392220203062","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.26_1599034092615_0.5803740874585674","host":"s3://npm-registry-packages"}},"2.0.0-beta.3":{"name":"@antv/g2plot","version":"2.0.0-beta.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.3","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6430d250d26a93cb6e8c04696bb296ade4752c7d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.3.tgz","fileCount":709,"integrity":"sha512-pxjnw6LXzrDuvh+YjeR8i+Pe7y8bMLyI+zrc8a672a1MeLNwy8RJWGylhAKFTA006g7c18QlhZvTYgC9YCejtA==","signatures":[{"sig":"MEYCIQDcS8Jyhd/5fpltD3CNHzwg/mvlv72bMXDt9uFQ0V88AQIhAMzFwleKWQ7zW19j4SM3Rkq2Azoz9nvQuzZ4CsUPLjDR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6546575,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVGmoCRA9TVsSAnZWagAAQYQP/jIRz6nMEt6m7WQ/dRm+\nRA8bkd3zmn8vL8YU4Ac546TeroktDyVGXW60nJleaKQpAmelD9iLH3hNrJKw\nxYAkl6IRWxgca6b/JOBoE3he1P0zVihUuU79df8clZw6O2f1NPhtvw9crhOL\n3ydg63IHFVk1v9eEWMZv2rrS0IZdQ9pzA095/+pzdt62ULBgDTDdv3B58TLM\nsF8zS/snm1QQnGKrEjFcj6UZUIhYS9c4Iwe5ChFPtNEhK5/5OdFhlqfGsUJk\nwxPEBzeFM+CVIXa/Tr+7H1KiXTUHbAAllwdYOyLeQw5pWeE2aohrKFsTd1HN\n+vGY/gE6jwES70QBme7NopW1FGZ1XP5npIBBI9MRZSp55v4TdLG1cFjuWSng\nCpOYLM4bgUvJ1R9uFffjkCX2OaJcC9G0LTviDBbRBQHjrya7wgUMwuTx7pfx\nmlwKZk07pTItNwbH55diXZRWoFxCtsKrF8VyemA+cuM/x9Q/W3TmQvh7A4ON\ndHxgiDoQZiFUtC6ca5ajNNfva1w5qaLlv1E3mTTjaoxEQWMhkh5+gd72ylBF\nMevQQ4TsLqP/C0ki5xpL0Q5T5Uq5dhzPJ20opkkPcfFSr3OWCRc51Ijs/Bm6\ngSJ1ypGl85w28r5HGvix2iGBYWqlTFsQ1rdZ/O5rQ/mrcEZQY04iD0jdHgDJ\nUmkE\r\n=fuOE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"1e43ebfc640c6abf33a44575cd1f14f0f54bc42e","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"dayjs":"^1.8.34","tslib":"^1.13.0","@antv/g2":"^4.0.15","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.20.22","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.1","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.3_1599367591642_0.03290290201176904","host":"s3://npm-registry-packages"}},"2.0.0-beta.4":{"name":"@antv/g2plot","version":"2.0.0-beta.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.4","maintainers":[{"name":"afc163","email":"afc163@gmail.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"3d68895450a57c33d45f5e3be34af90b7e1f0764","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.4.tgz","fileCount":709,"integrity":"sha512-Z/IpZP484I9Wz9jJsx81N4IC6E7622LauFwUL73rb17ns+YzqRhfKPhFUBykSF+Q+vvodpt/ZI7UgVkWYl431w==","signatures":[{"sig":"MEUCIQDBGPRFZtevP438YZJ3sTzVvX92r+uP1U1HH4PH1j/WbgIgVRRGBm78PMDrp6/MXJyOJ9ZB983lv/vI4ggPytqqjs4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6548078,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfVI57CRA9TVsSAnZWagAAPnYP/jvRFH3E/y5jLFd+UZE9\noSNnjFo4wxPnVUeWwdHESA3L+kB8eUtXcF0AEr8znnhVHahO/XPq7VzXGwtF\nDN/7VKuRbnQ/Xg4kv/xK0aKvFSV1N1weouyXo0kvBs9l9XKNwwGU2WR11V5h\n9zKQHdXf1y8QT+XiD44evjTBKo8TLt4jxfbGAb8vnGbJmtEXPrAFgXabGetn\nqaLNrPIF+9FiVlt8hHE0PlsvPRZUt6b1uSbTwMHqkL71BTl5aDtL201X/IFS\nTWN2NVzfoonMkOzftEKhKxRwSYbh1lFpnCXQDv9LEGnb0QpcdcGiNu0yj5Xs\nN9sVfMJmMWeRvggSRSE9Kphn30TqCcl6bM9J5Q9zrf4GnFa8X7VEF+rhPsaM\nxtVTjO9t83Fdf3p1sgvJg/GDx2feYBNxajQWxKgT7rvIbRv+JSixFTqxfm7k\n7id2XSTBcnyoHbT7AZjgoaY57wtIdl9kjZHQLU6Z0zCFopY7eOnJKE/bfRK1\nJKp6a+yPAMQ/1aSxMKLHLokTgYBgV91tdZW9gm8Ju3XB/WoNxicR/Tb/UIgV\nhNqpVY/DdhQ9K0tt1ERR39QnqvYetxY/vjYPfJiUs38bMtdKIEfHi5jFEUiD\nUjQVQ6eRbuKAfDSHEu6GiBownRp+v8FMxSPknWaq6sKOqjoISa6hYA1Tn8Hg\nbO+A\r\n=8nZ9\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"da3b36babbf9094bff54064e890e07c33de45fe2","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"dayjs":"^1.8.34","tslib":"^1.13.0","@antv/g2":"^4.0.15","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.20.22","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.1","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.4_1599377018703_0.35363262198284695","host":"s3://npm-registry-packages"}},"1.1.27":{"name":"@antv/g2plot","version":"1.1.27","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.27","maintainers":[{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e6ea0495e2c2c880ed7deb3def01e3a44c8de213","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.27.tgz","fileCount":2089,"integrity":"sha512-xWScVZsvAGgIsjBAzTQlDsAVFyQBMxk0fhW/V/c4/U8lcnBsHdpEgT1MXNkOZvgpSHfZsPlr+zu/F+2zqkdDyQ==","signatures":[{"sig":"MEQCID5cur8+wNx0e2wdjCWS2SciusND6WnvY/VKSSpsxQZ4AiB6iyopM1yalLeANDVznOUfH4n/jXE82IJ9ZKaO9rORQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12007948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfXssfCRA9TVsSAnZWagAAxGUP/Ah2UBBeA7CawpgjPeOk\nRc9Mh79raKkKE2Rt0g8UBT6f/DswRFI6Tx7xf7C1H5Q2K7tar9GQuBRS94sI\nZ2JMhtQm44D9wx75/AnCBApf2KhFMS0MwqJnLib7p3TH9CIUiIzPOgLtOQ4M\njOERCqQL2ohS3na0LZJpsrQXW6+3GfdzPGeBzOE0WgOtVW6FPX5NhqjdH7Yh\nT6UgwtkCbeSaIupN5ujCKM5j5+u1fQZMGexnNK3J/GqDuUNACr0OwIczEMI4\n4RhoRiolKDmnB9vkTHsIcRjtcigLpcK1P5sgXYB93rW2o1LdDgPnsb+ddG5u\n9entr5usnkGutMaL+/Xbj4zNPjeYJpEmgN2p8m5pXmNGPeRZOOTXoQLJZrKN\nwl7U8lVw3+RsL9ny/rAuUXXt1pHBo+h9j3fwR0uDbS5l7CxWC5zEM4lktCco\nlmzTPyDGAri5LfVXRwJj/SXGIM6EbZLRMa1GolrwG/omyHchGXlXNn2XPvp8\nyPu1LDqn2jpxwM3L6ATPBtm4TcjxUwp60D+Gy5gALJgbKIqQnRvoDu5ZX2kj\nDQzvS7yZwsZrwkE4ysgD2236HUvFin3Q+FyZ8PGqT8aNr4Y37uSuBtAvP7le\n3dCXBX2vac8KVTgfJf3yPyiq1JeYf1psDfPXIzP5j6xWcg1Y1UmDB2IE0Xqb\n2E5f\r\n=eSbh\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"a0e0ba202f00c5491da8136751625535be0db17e","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"sakuya223","email":"360965398@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.27_1600047902466_0.9409535094341719","host":"s3://npm-registry-packages"}},"2.0.0-beta.5":{"name":"@antv/g2plot","version":"2.0.0-beta.5","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.5","maintainers":[{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"7ff37140e555f3669d2e7434627c3d74042f9790","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.5.tgz","fileCount":799,"integrity":"sha512-OAp2uFY/bsSvY6qd6uGz7aI+Ywh8Wgn5oEkPR+p8mdvzsTANHzyRbQX3dqZO3/aMGaNcrjBJDbmK6V+Di7WfTg==","signatures":[{"sig":"MEUCIQC17ZIY0TrwHjwZy5XwObwOBexL4nYq55X5iqG4LB/iYwIgCVLrN049YP7fn04Wd8mqMbxP6QZGMuaRuM9CIr+Po2I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6865811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZLNRCRA9TVsSAnZWagAAuOkP/1prx0fHoZYmNEZBVBxf\nSVKHkB5ddXOXIuft5tHq5v0MheOtcxJ1H03G89WJT26TJMD+aajyYGDTgrdD\nAhmPoowcRAW5323EJkLUVXtOjw/mf4g4C6Slv6RBBiFZ9Ho0nQFfG6yW7+1v\njyDstvFlOlobIk1aySTlpLbHSBy5WWIslVD90bdrW6C51CXjCF6exmc/b7NQ\nFup/QeceHKbrhL/nVAWaR+Fdbqs/VvbskDCBr/LKt1xJnd07CEpSaxiXBFk3\nCC3rCsJYFuIuVk/jksOORz8vFimb61TdlmK+A00pptE2RDbiXsFxwmNL1P0j\nTMP9IUjc2b3ere/ATIVO1zRPud0Qn35LJSMB09hnNVsxkS5VdM+dGQ6wmpNZ\nLCg37E2E0pG/i2B/ne6iEkCOGHAmnQR9f89OCvyVYG9HLdzGrmx1AktBpFzx\nRaKSO9xZZT8bnP4lpac+jAFZtE8V2zkf1Lz43mTGmvv5VLSzJ2htbZIntitH\nG1xTJ2kEjP5WAxmq11FUSdG46AJqNinJ/a1cNks4WzEtWVDzzPLi3AzpnkDT\nzFt3A4N7fQ50hqL5GBopZQ7OKwteW1wcO8fYilPYTi2D5SvwhM2pQ32/XLw6\nWyklYwHjjtBy0fyq5ROVTCoZ2r+kQpQht503FFipuJPxNqfoPywlodKLpU7L\nN3T+\r\n=oa1R\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"efc616eed00bc1cfb95c996f37b337c84714c920","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"dayjs":"^1.8.34","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.7","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.20.22","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.1","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.0","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.5_1600435025354_0.35555083137951304","host":"s3://npm-registry-packages"}},"1.1.28":{"name":"@antv/g2plot","version":"1.1.28","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.28","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6d5df145aa49a17e0f0edc55052be054bea63216","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.28.tgz","fileCount":2089,"integrity":"sha512-A/+yuuUM6KPOXk95Hqo8RJqu/dGXFvBB/YlAg8i80AQ56MNLb9TEwGByADpVicta5VeH6h3k36m4xdePIWADIg==","signatures":[{"sig":"MEQCICUeWuygBUzJlYGenbjpc1O8yX3NzHXsS6/RKs18PpdoAiB6g3bbs/1jUQm391zqPQU5d5gSjo4l1LKD2iDF5ShYaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":11998679,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfaZFBCRA9TVsSAnZWagAAlFsQAJkUOzDVSGVtr+QlA+VA\nYgAfXV6wyMB0kO9A7uxKWgGngWH+OYmVgThJ5DVYn3S52UL3ciuwt2E4CKTV\nRUn6xQ6PCbeqGbW275jemRqErF5eIiwgXTe0fLAB4NNEZqReOyxJITW1Nb8a\nsXe+DmGzcBDif1xMX31CKBTlLH7wodjXiO/wvPn96Gs9pErAl8XhgzKPv83I\n66fZk099SvjkywBEslQVWhuB58Juo+WnTiENFmjW4vnchUYljOVA+sdZaA7r\nADJWUCQPl8g+mS1wd15aoyA+bmDPQj5Cz8ua7C5uVwgHVcx7wBzOHHmCHTwm\n5qCkRhgGjcGlYhsTOjfOxfIQdK+yMjpaETu6+Jn7HrxjPEPaiXEo06t4/DF+\nQ6LnRwEllUDLnfGIQ45B+dz67GAmfvu0/ZCmRp8hAFwuf1+xjL9+eedR8Agi\nbgEYSyDNvulilWBuU2SWEpQJiOc1+wLViW+nifltNkPUkCf95USTliIdRqK6\nqfyZ+Gk+sEmaM+Q6Gp+GkGTvQR2qCLuUMSYbRWREeX0d8hswTO2VWNGQcA1o\nqgGied6v70oBxegTF2OSWWGO1Y8TSfhpPZK1vx7gcHPHWdpHRK4cmlGVWm86\nmTUnjlH+rPQbQJVgWPKN49kGe2eVmmqvZPupgrgdoAyW9DCucK03OP4w20TH\nfwMq\r\n=cEsS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"f47d8e467f5b86ec52c046f827fca1091f67e742","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"~4.0.9","@antv/util":"~2.0.7","@antv/coord":"~0.3.0","@antv/g-svg":"~0.4.0","@antv/scale":"~0.3.1","@antv/g-base":"~0.4.0","d3-regression":"~1.3.4","@antv/dom-util":"~2.0.2","@antv/g-canvas":"~0.4.0","@antv/component":"~0.6.1","@antv/g-gesture":"~1.0.0","@antv/matrix-util":"~3.1.0-beta.1","@antv/event-emitter":"~0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.28_1600753984920_0.7320611475741314","host":"s3://npm-registry-packages"}},"2.0.0-beta.6":{"name":"@antv/g2plot","version":"2.0.0-beta.6","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0-beta.6","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"946728557a48fd1b670a9a8d370c8de49bdf2ca8","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0-beta.6.tgz","fileCount":841,"integrity":"sha512-taqKzINXPtS7tzahfCEGjawuQhXHd3glsXF13r7Qz/in1XInvq9q7ENp8Yi8ra8GydY735tr0xu5s0XC8Rh1CQ==","signatures":[{"sig":"MEUCIHZt6dIc3a2mFbM8CPVg3DUQvjmBB3+wmcg/bsvMHEyNAiEAvhmY3AsULyoRTwfDXotqlfak9jE8qImkXELKw/WzWHQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6975754,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbas1CRA9TVsSAnZWagAAy48P/jlvihPl5/5nUBBtTrp6\ns/HC0r2/DDTYUUb/SRBX803ZwLCdXwzlgXrC9NVimkioiZrbrZgfGHaT4845\n6P98Dv1YfDz8d3Wkjlt8oWJiZWfY3MowWqOqWfCaPGUwLR+hK+LTrbwUfeWS\noguiima+OmxH8rq6yXCydyrPVRKQYe0f5g9KduydEOHLOPb0HXbL4AZH17dL\nJZc6PH5/pBhuAuEhn9O5oVbDLUXkjIQKDQh0HIUEztipe7UaCXQFAvzcdMGw\neFpagMR5EbYo+vhIYjzHVW+jbq07zXcxkbtaUS6mH3rg1vIIHkZWZvNWKrUY\ncXCrMDPfnStRbRGyenmj9h2lWubIYCmP1SMQqEP/J8eE452NIu6C9knCmxfm\nKOKum8cPTClSqWqSzNAda8L5Hw+eU3aV3gWwleaHZMrVppDzzoOuRg5jseup\nV3k4N7ESHE3xmVyScl/DsgB12JeSbKu6rbOdsaLbs3UiiRH/EDcGOKNZaUzP\nn/6QfMWcfXb0pARapRP0o/T7c7NVZJEwMECj9/x5Gp0T7IqXlG2TWR/RRDYh\nRZRxnjbg14qb7boyumTqtgWDhGDeovw5SObh7NmsrVuuy1Mf7TtHd1MCjGsV\njH/REITcm2p5UHEv/ytYy/BRzu1Th8gT0RtpN1oBJ8E1dUm4Yi0nl+gYnKk5\nBcaq\r\n=+lod\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"c33b38c21fd9c51973cb839255a3ff2adb4ae070","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.7","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0-beta.6_1601022773256_0.0833949287371556","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@antv/g2plot","version":"2.0.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.0","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e4c7d9ff404177d785655d263eccc27064e981cf","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.0.tgz","fileCount":1037,"integrity":"sha512-OXaGzstvXFJTqXXgCK8864KvGDYi7QCCbeu6Joz5JYy6wxc5rNsTLt/CnT5sxU1OoyTxp8xCOQkbrV4FWEKASA==","signatures":[{"sig":"MEUCIFq/cGir6QV2qM9cOsppTRa7tMI0gCykhwnoStvjz2reAiEAwSQB9PmeE4Rpla9EgBLGAXNb+9M2ALmRQ/y8aV8v/R4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7283925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcGS1CRA9TVsSAnZWagAAt/8P/2f/iU+Wz1/LPvqyG4t6\n9goiLQrftqctCgbW9rzQZUvcTopFEs/Ln0Q/CUcLYJV73bwvlienQIoayEEx\nJAWHcE/S0g9RHsJ108VpSuth0839DCwie+q5hXoRumK0BfGsFAgTcCInko9W\nm8TJ9Ch+iZsnUscwjSKB3JPKwggquhP4BtrIoOFjjCOb4BMQMoIw9nCj8Fqp\n0NUadm8MGiLK5IXHL+M3AGgPOuTpCmgK68OobAK0DUAY+q03SgcQcXESE5jK\npoDOJ3oiDcR8qk5/z1SXyZWrocrDMT8TcskwlR6q9QlVqncyQ6zC3TPMeWbx\nyXz8GOKnKhdjPW69dnnj6V4qZb6bwD+eFyVJYrTKP1obVnqkJ+5AYpN8mXin\nFjejuYtxebsANnA9cWXJjCbTiRWoAbW35V8qyiCJyiDBmSmfaY9VIf5cgGr9\nPtVjv3UfqHJSkRyggM5ihX+wkgIiQYuS+u30GhHZ/euTNGckBrPTn0Ea5Rq8\n5lIbe3HPV7GZJNQ3D+/Yz9Qw764JeJMpCU9aYDcB6i0s8cZZj1pwHZVUKylG\nuIzPacv8mns7zebECzaOYF2TADYxlscGsvQXVHE6CHQefU+PKEVRVoGPnHAt\nQcgXbU3An9O9z/Kvrzhjwd/uG8/2vWOYH2Kvd2tbeoOL6aTIarDy1q+lmVvb\nCYF1\r\n=Fzml\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"58e8344a51813d021d50477e40c7a832c1184e51","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"11.12.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.7","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.0_1601201332924_0.9839460060130161","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@antv/g2plot","version":"2.0.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.1","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5dcd1e79bef1945e3e4c4e61d989a016741d5acc","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.1.tgz","fileCount":1036,"integrity":"sha512-RAaIFz3dlY+vN3GxhazWnT1EhMIoNws2HN7+6REvyU56ovi2JLY585bqJCUkK1T99hc7P7BqsXlo9lzFCu4Y5Q==","signatures":[{"sig":"MEYCIQC056mUmxjm3mBq7GC43xN8kjuq81amCrd3srU1QHquWAIhAJ3wnG3KU89TedWQS2gMmUDO6Rtz6y8YaL/7zH05JuJI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7294809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfcYw2CRA9TVsSAnZWagAA3VUP/AlKMIiYl088jZ1qR172\nmbu9zVXtkyf/+CnRQP2fKWs9Okav36ukKyWhtMZTFq+mrs3ODrb6FL7/mMR1\n3tufathESgRLUNOOxun2nbg9IUgq9VJbuEEqfciyLRd6e8uyzLo2HLQWTsp8\nWPfhX2M+d/xkzJiLT2ihdJnK1fO+fS9tNuJHglrn16Lzg6wLWNipmqEZWG1I\ntlpliR2eTbfcHT+yLjmTe+py9BD7VLWobKN94eGMbUbRwwVrzbsjn8Fn5+YN\n3IGl8t2MgVfrl5b0GnARkNHId1VUw16uYsn3OyqaPekUcVUS1nMDRfUX4tfG\nO6FI1McOX32G7JRm/GFZshNwukDHe6+Rwbb6ATG0KlvZD+aLIMTcXAKG1w9J\n5HXBhScoh55QGDNIt/TzqSEGoK0NcDsQSy/fecHHmoLqI4joUvsIYPpk5pqi\n0Yp5n75sA7BQ/56Y9P6n3HJTsTYyUR0+hpQs9vEv7IAPGJOIGpRoEfku7gtJ\nK3n/hrpkNLwCbkJSSl/myArejbvBH7v4+PJiUtEEyDGLC111LqxFSxBXu6S+\nVRHmML1BqZ8Zk5zTkE/rSVVu0mwIsJ2LZuIoOyaBsXNIcrN/yi5viK+Oz3W3\nyEGKTqwB7olCA6LQqetyzeRIITIFsqMxyWPJSSG+7Sk4Jdka/g80cGys4GjU\nMw19\r\n=lFSb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"71b07151b64789a4a588428eddbdbe719eb6a9e8","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.10","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.1_1601276981705_0.8735858351221879","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@antv/g2plot","version":"2.0.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.2","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"89dedbaed203d244402c8d9ae621e160af26c29e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.2.tgz","fileCount":1037,"integrity":"sha512-SsXdO0SRqCihG7gsWjy2yDgWaqJe196CniuVohEKdVQt7OYLn4NAa0g5LXy5XTxhaGC3tY1iF0T4+MTY9+h4QA==","signatures":[{"sig":"MEUCIGv6qajuJc/XLRboQcUS8ksg5uZiw+b+5ArHpm61tE3sAiEA1n9RNMmvjH9TeMsYiCkq0rG1UO+f/FHbAbOkLEo69ss=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7449688,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff+/6CRA9TVsSAnZWagAACSwP/iTb2vG1pbNNFXZXKJSe\nAMPSTN9DvLvQSN7s66C159rAr4MIABqM66xe8mIxFLWsf5szbL3RUqmWyewi\n59VUzuiM1E6uQQBY09gILN9U38KHbEevAeDELdB/HpLBtA9wnJ0Xp7Ah5aQ7\nIHxr7bWv2Br/WV7n946gchjZXKc/AoXMm9A2xGTjoKZZIUEFkorgXzFj/1bN\nb7pTLHrdsJ2UiY6s6f/Lv+G9KJxm9YWQhBdBoSsVZd7b6aA//mQfKz7NGdeW\n1aqNPeZo67k0XVJeVPvZPcdfu1RvCB+dTcNUvWOI5jxZka81q9qvNKMIa2uS\ncahhyk98Vhcq5GJBJKs+LRwcDwTu4GLeypZmpryMNPKUf75eBhTeuBOPjoNR\nSkrcGDtPooH551UFNX0KReBDkJGzWqUfDP/XtsWazWr10nGqSIckeXpce23e\n1FMj15uO06Zc+AQQcF5aWNxHJmczERTbcRFLsvVKM1WM6WkgA5PT7hXIVZcW\nB21Fmq7754R7HBJfBaNcFKdg0oS8h4BjuzPwt/3botzjXcW8wcfByVQlUQQw\n0xHKwykrpru2IWxglMXkDiE7FuHRUDwC4x0WOJQEjTkkET0KokSmXQ8W8VZa\nzh26u8+CaaV09vEDFgqiC2+R3rcr+GMJp7MpNUjS1QhBTxePWZaTyQh8735O\nLIe2\r\n=rT1h\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"173ef515a0882e8d704de4ac7f83e982dd41ea1d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.11","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.2_1602220025603_0.3615315926120066","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@antv/g2plot","version":"2.0.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.3","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5f466ec659196181b02228219582f64d1f2a18a3","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.3.tgz","fileCount":1093,"integrity":"sha512-/RW5GrqY+3wRUTMZL9FlJ3tFqebIPhIPBI0GCZVIX2cv88OaWc/WAivakLmtlb3LYrotRRsj4DimxIxfS4+Lsg==","signatures":[{"sig":"MEUCIAxmfczdpbR7oDd71ZlA637Y5HjAWF+xTjlgi7u80xCCAiEAyH5d+nFX5Va2atHzGEGZ7Tb12U3SaycI71LTUUo32QA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7598146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhqanCRA9TVsSAnZWagAAWY4P/3P51DiVXZYljvgf62sR\nUzWlK/uFS3RmBQ74cBmDW/8NjDf6VqvkKjEXD4sMrzzd3C6jNp6QFn73q297\nuW3/JaWZDhsBz31TGUfJ9+QxejTSI8+KstfgRAlJMvzofS0cKSGN1iSDwTXh\nSYRtSGlQvgmwdJc2Sf6y6emG12xFaOuWIZSG8C/5Nh0v61tTz1CArT3Ujifd\nZvpZqBRD/InvRdakkgxUUD0HThRQu0iUtTb9QNYWtWBf0CQvO8AKPORTVcGC\nGIb6bWf3pTM8yp85w8aJYvWII//Y8nCM73Y7m8FNKkRmsXCZwWbnCgoceHMj\nbCzWPAHnE4t8DcWPhkk51TL4yRNCa1CPftSf+vbv90coHHNBsP0v4OZsLQ4Q\n+DjcSSDvBFusEm6QzhaxbNsFCChVVQnbFGCi6Ugxvy9C9/S1V1Z3ZoZXPnQl\nYhFuLCs5YuwJtPvaJzEXIjHBmLFkdrFDmhnselIwTnZZwsy4soexj8EENH5q\nSPKDwyM5kXgN9Kk7JJxExzAwkOQPHUQEGrlCqAQf5lN+vKZQGSTE8SOBZnm1\n/j7L85Yt58uJrZcZym2qv6X1vCkAGtrxK8yGMHlEdZBSYnI0EdBxltSGDdy2\nBYsEPK4C/Xc5WKsKHhcfNJJhGHBEExRjg0lPqR53vgwR+kL5TbDIuxZOJy9q\nbrvm\r\n=VDtS\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"75ead03b6a795c72765cb951552d5def35715dce","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.2 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"400 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.11","size-sensor":"^1.0.1","@antv/data-set":"^0.11.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.3_1602660007056_0.6608973163368093","host":"s3://npm-registry-packages"}},"2.0.4":{"name":"@antv/g2plot","version":"2.0.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.4","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2b58c103c057eb832277fa913155d1bc79f34e4c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.4.tgz","fileCount":1135,"integrity":"sha512-LcBLINziChZzPqzHuWwfhkXUdb+PdDTclKpDMJQKWKINmILqlnikHgJN00XcQtVdCesSNzLxndG60zFKuA7v6Q==","signatures":[{"sig":"MEQCIBQF+L3vP9eJ6dBuPoekf1yKS1LZ7SwWqVVgdbLKHE+6AiAW/WBaMqd8lKZ+dB/mRW0TwDfzlNTHQcnJMPCYUOTH1A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5611095,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfi9z3CRA9TVsSAnZWagAAEs0P/1ohKT2EPu4ZNUuVqefd\n+0gXVtmwQ3Iea+Dn/ZF6oBjSY2cblRzPF8h5HJ5ujqIk6BWci/KWyYF7hvfB\nyXoZ87OOBXlzW2oSN9DStsZW+dZ8KL+xe0dc7VRhEUt4JFtAv8HKwVsMNvXA\njaXJssjIleWQfekZZp7VY0lY9RTb28zbfeqUKaulpFxTRpHM5Tzd0BdX4oPh\nPXZoj1+E14TtQb9Bk3xoDZBgAzRn025G7Kr9Wf3LhPy6MKvdjxptt3z1ICAn\n+7NHAfZJymyBjYxh+FQJg+FHxzZ8OmhHd2enhVyisjgEM1C3so8tBb+EU5Im\nDd+YgW35KJIsIN4J/6Zq2QDHh7AZ2Fb2kQ6ItN0MWDWSd5h0ulOK5kc7UwG+\nnSjWEzmFukte55yBmAQ+ALwg61hJggCTEr+fJV9L2VA8eWK48trz4ec3joBX\nTQHAVcrAtfaBml2ZtFq2M5m2mDKn8q7JXALZzCZC2pDAbhJfgKvXewxcQ9wi\nBdbojgrgGp9dX0uiTulHVuIpil2JxJNNkUCoOPfPZHHaCc0uGw9gObL5W6Cl\nYsTBNH9U/nE2N8y3O1Iw0UqyNEZKgLkVj5nupFtHc3YEcaao8QXy97+MOdLQ\nFw1p26rj5+bOGpwYz1+mWBQ8576/JL6pSIkftSRY7JYaq2lBYa7vgK3MVcdA\nBRIV\r\n=JkEm\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"c5c3dc70ceb8d85275c62f7bd0147f6556ac401a","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.13","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.4_1603001591207_0.6734864487306249","host":"s3://npm-registry-packages"}},"2.0.5":{"name":"@antv/g2plot","version":"2.0.5","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.5","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"980e59285ae0e504b9af5c70fc59a43d168c4a59","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.5.tgz","fileCount":1163,"integrity":"sha512-3V+n+3ACTriF9PHRWLuJT1tna8EEGHKYh6b4v5iiEA8UDirSQL9h665EKi8+750KBeNywMEHgmFgSMJk6Yv3TA==","signatures":[{"sig":"MEQCIAzsLe/0Vqjch+viD6tZEotfC3IaAbi2tPzY70unOjuTAiAb3iUlPcVNYv43/w+wPKJvd7KMOCW9U6I7hteA9mCGeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":5774648,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJflZfiCRA9TVsSAnZWagAArx8P/j/ByBYdujqyMLvxbl01\nmkgmi/YSJzhL3+SMYRbVzxZ6HdqLj8M0Hznv3z/fLj7LksGcBHP9j2DkV32g\nlq6QVt/EjNhmASSUKWxHWHHVrUL4XRDFLt0AcociAm4YbwLIm5O1fceJO5iN\niPt9G48HiZHbOVxgzKpaPozK87NGTcxfmHRsBpZ6q+tW5UTDV6/ivQ+0Cl/E\nl2jow5TegQxbkxzGC5x3NxKUsz+D8FcG28k0WgtvJbF//j6cxzfe3omtwCbK\n7lzVS+z60gTsGSu7DVhvnqMUeWV/g3PnCiGmeKqjGM0T5SxsEentQht5q+Wi\nKewiojPfEGyNZHlkJySu2ZTS2hP35eO0hY/XPK9sYvypyGR7Ht/V05Jj7UVK\nHZGHZLJXFtsSFqVFYU8pjMjPrne/pTuKtWw8rFG7wKuHxKXX24vBGMLDBRXl\n+5pJSCZA3wajyi3Ir2oECT0PodlL8HdqW5bG0o3uMspS6RCIR0J2PzNAB/z9\n06K8bcQIVSPuZ5b6PzYpv1eQ4f6SZiTuyNCpxlXuimucbqkh94OD8b1gTBD/\nZUOE27Z1Uio8FxHHqDocpvwiBknlCLbiNTlAgUlOHFNpflh+FByNTVvg2P5W\ndLQbohbUzJk3Y6UJZbPtAp6VctV22c2RrrIvHEm8D3YIM6LuxMoBWVp/3xP2\nFYVY\r\n=3K0l\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"61797929bab026cb990c56d740c3cff6b8093dbd","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.14","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.5_1603639266105_0.9503788504031199","host":"s3://npm-registry-packages"}},"2.0.6":{"name":"@antv/g2plot","version":"2.0.6","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.6","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"cd74bbfded444326c319b38391e4d6c336742f85","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.6.tgz","fileCount":1247,"integrity":"sha512-OCRJDMb2uNJyy9qPIPgbduVt6vXrLnTlgJAaqMXC22cNhY4bkLcOY7axdzYM90L9yHK81kMbZN3DwWwnfFGNDg==","signatures":[{"sig":"MEUCIQDlHq0uMMN3TfKhIVYG9qdH3ircjboxEpnnKNcEePyuQAIgHnu72yRAz02AAFbea5n2kVv4/CjHgQxRTr26vcCbioY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6109861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoAeUCRA9TVsSAnZWagAANX8P/A1C8i+ifb+kN2nN57WI\nh1LOrW9yk4Dcd2EJ4013PrAedLM190RE9DJYDHJD8oZ1hf8/fpacM5dAXoaz\nMaiJ70n8ZKLCu1Dk27hvc1Wp4/MCrXOUOkpVY4CTZ3FW1bCum+sPH+ulsL+e\nQQkGyaUoIKGvwSxcErxA9QN9uXYLlM5tP1byJhXWJtlxNE32OFaB3BCKqkiN\n4cnBbghaRqJFm3TRpcUX19JmTzk1bZH30+HAJC7ERUi6cBDO9Dn28MHxosKD\nbDhfdnVTd2krtvQlTyGeHeMPhk3lxp1np0pVtBaqLRd5HnNW/zaYmbKpML51\nseWuHWEIPgnxflUktOxrE5iZCv3PjcwYm2bkE5D+VaeWMAOi63lvnsEeC+K6\n+RxcHOuJgKSldo4ZPxpMJa7svvhH5JDYORoNtkhRwoi/rvsGvPQuzRkleQrh\nyg38XRdHMkIPbY/fArKMfcSrmtpAKmIcA31QXHjvAAJ/yFUjQn87/i0+g4j1\nX7AeZAqr9kGfEb9JuZvEbuA+eyYbaFCv77d2zOIR14YtjP6yS4XSuxMPectB\n8o6kj11F3FnL/8nSXlrxmQ+Vchbwgh3nLJcUt70c3LaUeQQiUKJS3W2wMyHU\netKZcV76HuvQjIGEKKDpKxzA5HiZQ+aR233iTRBk3G92DHcAMaTiCz4YgmPh\n6qLn\r\n=UqxL\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"63412f0fec2ad18e5b021a39fe02762987e4e7e7","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.14","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.11","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.6_1604323219217_0.7169445657813465","host":"s3://npm-registry-packages"}},"2.0.7":{"name":"@antv/g2plot","version":"2.0.7","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.7","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"a9cda1e171e7c92ce79dbf9d22a5966dd185d7e7","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.7.tgz","fileCount":1267,"integrity":"sha512-WGZLY9Qg2H1ES6z7jahqvJlz7H+YJioj+NdNtItfigF0ONvZ+IPPd986JhyjQnXGFVpaE49SmAfMghtOWiZhAQ==","signatures":[{"sig":"MEYCIQCVkMIL2K07E29IS1KrMzvNLDRLsE3HU01zBBlDJt0bdQIhAK02IuCIquvG9ETl5ulXWbyUv9Dx9Fyo4eST/2oLF/AJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6160751,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoqbdCRA9TVsSAnZWagAAp5gP/0T1IDSIjPP6ZyWmdy2Y\n+poqhuj5+3ajX7lRdj8a1vbwJOExlWXa6qiYTgfq7Ucew5vodEwrbs9PzuPv\n+TO1Pp+T/5nuHbqxcTaELP18eZhCq9FomXvQN8vmCpHFu6XaguaJhA2eUjgX\nZIS0/9jfqP08ngMV9h0LbJSzT+qXJEZqk3yg+x7cIAJZARhTWxhXEGcWBb9h\ntPJbOLKvO94vFK/5l8OFNJSN0b3kAYzahwU30ioO3umAesDzQtbwyd8pM4kt\nBkJI7moT1CyfH+sbkp+CHv1weeSVDtQJ6j+gYJBpzYju+vwe/6/d+pnvhMSQ\ngDaA74ynbg5ZIW8dPreePZTNVFze1ibL56a6Deog9LxQtMTJSXHiUQPa/yxZ\nnttoMAZKTswOCE2jDUnSDapQI4LGMBDoH5Khbff4ISLIxP+w37KC+GCr9snw\njZjGU2/XejxaqEZuVNZ7i8OaDXlNZK/C8yy070oxuTBonlHvuCrs7WRN0bZf\npcX93vr59qxyBOfIhXZ7b1gjMmuvULn7RZfnRve0g8Mer6nM6cDLNUPoR53m\nm3jCWjqLVkaxkgVqCW0LA7VZOwhvFsM8j6D8Hqflbn3H2o24WziVRnu0xhsk\njFW/I5C+Qmu8CrtKjanOAEII/Lh8D53ACO2uo9DZKk/cidLn1+P+nuvD70zP\n7UUk\r\n=CGzx\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"e26ebb81ca2e976307a63c6142e9f6609a04f188","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s build"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.16","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.11","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.7_1604495068639_0.39622838556056905","host":"s3://npm-registry-packages"}},"1.1.29-beta.0":{"name":"@antv/g2plot","version":"1.1.29-beta.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@1.1.29-beta.0","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"2279d2412c2c4924e1b21409f69c7e1b758b9f76","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-1.1.29-beta.0.tgz","fileCount":2089,"integrity":"sha512-I7OVnOqvg0E7pppLWDe7jIUPTb43AG4k+9/B6DKAaHM383kDxnfZMvWSIsqzm7lUXU9VN64VIB4nAgescbI+qw==","signatures":[{"sig":"MEUCIQC186wJt3BxF7jWILDcsH3vBp5wk4n2d3B8j0fhhwSGjwIgNSpCrasI/rDD5vIIJq2Fi0jz+aAKD3iVhOxix551p4U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":12009854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfo7EcCRA9TVsSAnZWagAAWpsP/1orbpjsHQoRQr37TC4M\naiU9GOHZPw4DECncgAmKB9c8/VKLEmcOsqboKQEdbFjb66joH/cBgtKS7h9r\nlfHp02So8fUd0fhXmrK04XehpCbWcsbtFPSftHYQA8FAwge0d8ZJ8PUO7wzb\nzzHNwdU/aHmEyB76hDA2O9X5Z2cKoSQK0MLsP3yHKb+st1L54M8JXbnMtrnF\nmZvcUwFa3ofg6Qqq1NsaAgBC92aXJC0VaI4bCT3kS/hotev1KhYQ+dRQYg+Z\n/3L65swSHRgemEDa3BBEFyiszCWJE8kjBXIeWS5P6F+EBTGS6X0RZSIskrcy\n2CDzNO0ObU00L4eAaL03RBZcbzRUmd/ldSNIMwyuoPR7HyMMfdLLBsp/Tw8B\nsYquoUsqnMn3FGxQkiuG797HlAdDVmjoapD6WuKMK29auriVSudG/UXLNlQI\nlVPn8Tz+dh8U3nXpagGKzxw+ocsq/knUcv/ehZSYM6aICi9SG71F5N41oAsb\nXugZGjYztjjH+3+2k7Ata4aORcQxogCi+qxYqjsmjRE5j7YqQ3djUcSOqfsU\nou48crmkS9RE3CzcqNBOUbbieIJPc66G+OsBoGW3ax+CuugREWr9cVS2k81I\nnli8N9nQb+ltTpvsXhvncIHALpKErctMcWPNKb63sxW3xDqqi+qhLamF2R4s\nb7QJ\r\n=YjPx\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","globals":{"ts-jest":{"diagnostics":{"warnOnly":true}}},"testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.js","module":"esm/index.js","gitHead":"8a70f860e9b4721c23400156d5eaf8387144bf86","scripts":{"ci":"run-s lint build coverage","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts --quiet ./src ./__tests__ ./demos","test":"jest","build":"run-s clean lib dist","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","lint-fix":"run-s lint-fix:*","prettier":"prettier --write '**/*.{ts,js,css,json}'","changelog":"conventional-changelog -i CHANGELOG.md -a -s","demos-web":"webpack-dev-server --config webpack-dev.config.js --port 2046 --openPage demos/index.html","test-live":"DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run site:build && gh-pages -d public","compare-live":"node scripts/compare.js","site:develop":"gatsby develop --open -H 0.0.0.0","lint-fix:eslint":"eslint --ext .ts --fix ./src ./__tests__ ./demos","lint-fix:examples":"prettier --write 'examples/**/*.{js,md}'"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"umd:main":"dist/g2plot.js","repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.ts":["eslint --fix","prettier --write"],"*.{js,css,json}":["prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^1.11.1","warning":"^4.0.3","@antv/g2":"^4.0.9","@antv/util":"^2.0.7","@antv/coord":"^0.3.0","@antv/g-svg":"^0.4.0","@antv/scale":"^0.3.1","@antv/g-base":"^0.4.0","d3-regression":"^1.3.4","@antv/dom-util":"^2.0.2","@antv/g-canvas":"^0.4.0","@antv/component":"^0.6.1","@antv/g-gesture":"^1.0.0","@antv/matrix-util":"^3.1.0-beta.1","@antv/event-emitter":"^0.1.2","resize-observer-polyfill":"^1.5.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","colors":"^1.4.0","eslint":"^6.1.0","gatsby":"^2.19.15","jquery":"^3.5.1","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.39.2","gh-pages":"^2.1.1","nunjucks":"~3.2.0","prettier":"^2.0.1","puppeteer":"^3.0.0","ts-loader":"^7.0.0","resemblejs":"^3.2.3","typescript":"^3.5.3","@babel/core":"^7.7.7","@types/jest":"^25.2.1","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.0.6","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.0.1","event-simulate":"^1.0.0","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.7.7","webpack-dev-server":"^3.9.0","eslint-plugin-unicorn":"^19.0.1","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^0.10.63","webpack-bundle-analyzer":"^3.4.1","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.28","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_1.1.29-beta.0_1604563227824_0.5029367742234279","host":"s3://npm-registry-packages"}},"2.0.8":{"name":"@antv/g2plot","version":"2.0.8","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.8","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"9cad6d39978e4504e1ba28b7b8aea36bf4ec2f65","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.8.tgz","fileCount":1253,"integrity":"sha512-SCm+GbX7ljwBV13eLiyuRn4Q1kvrnNuOIfIL0Lx4GZ2dTKvk3n/Mj/Wsa6XmhteYzMOvrzKkj7eM1mvKPWjXOw==","signatures":[{"sig":"MEYCIQCcmp12ygFfoyReh6HUbz66dsA9TGHwxGEXF5FaE41bOQIhAKnciEgoNmuaiw9T6ftX+4AAD2kiE62UanvH9HjRyVLF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6186286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqjAdCRA9TVsSAnZWagAAw20QAJeIVQ8+YySgHwEyxLB9\nQdIFemKlML8UKHT4L6BRBWP4rUk47NrmzknLIi79y7I2uqK3mb76g+kl7p04\nac9iA034v/qihmS4rOqVXQ69mzaadJrLbGfUPRPUIZsLexQY7F4GV+g1tH3Q\nB0q70H45Bkv1319A4My5n8TlaJo36f04XtetC/CddfGnoNEfiFWrYgUcNgiH\n2lsiFwMQQ27nQu/lJG3TUWIWFGw+H6b5MV28ekqwZEG/pMQjgl/dOeJaNNYR\nUBuw7by/re6IfhRc49vUcB76BSojC2NBIxvNP+Be4uvX0tzAFTXMzwNWSJkd\nEAEcP6hsmPAjNpDw3bQGB/mnHiQcCQ6Cxh3wAlDtK8Jm7KqYIlQJO2I8GQlc\nEWjq78ULREeLjmKRkG/LaJrfJXnjTbH6NKSsBgPFhw5z+B2MA8ov6u28IduY\npMg9sIJMPrtgwZ6dRWfMJ7enIe2USX/ZC/dJz6YBRDjsGBO++ax1xhrl8X8f\ngucijn1XATrxoo+ztgn/yPDdsHCgL84d432jGY0t0mSBJXItOwpX/vg2nQnX\nYaDhdUFAgS/TTjLocQb/y1Bkpii0YxaD17rZH4jwQj4T2I62eHwE8kxRKTLr\nV1fHJqaupK+5764XnfgE3QJS12MCmdCXs0t86DhFsUe8g9sX/378rijzyV0Z\ncE4p\r\n=fvMk\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"39ed3acaed886816aae2f777497f5155fc224400","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.8","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.15.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.17","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.11","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.8_1604988957219_0.5945568452001151","host":"s3://npm-registry-packages"}},"2.0.9":{"name":"@antv/g2plot","version":"2.0.9","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.9","maintainers":[{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"3d7144608d30b64430ec46d9cb79fb9f1c3e9d2e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.9.tgz","fileCount":1254,"integrity":"sha512-iP2PVU7SU+N6HnXVnx35dZ7LHJMaBZZjxVW5p1uQXAJ+/UBeCnwp4bqw0tEWw4qwXCl4JkQ+UW+6ygpQMB4C2w==","signatures":[{"sig":"MEQCIF72Wsuk5rMa77jLaiLeB9jmj7MJVmP7metAa3YVEI6rAiBSiFwMTgWRm5STmCjGacJKo8fTJ+OZmKEpCBoQ4OHpVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6194772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqnj+CRA9TVsSAnZWagAA9n4P/2rSWH8ZwMxBT28hlj/I\nv2MowotQmJ4UFlLbPbu1e8DRu4zgYB0O+/w59Uj1f6Q9uNWLw0NlUsdm8rqb\n3N+Ym4VYm0lJmZNyqom7vtY97D+6BXmO2xh+Ogo4/I5IikGgC3PtyWBu7w8d\n3rP3LtA23IMmz+lnWLtd3/ecbinDm2/k/yRqHKqThLP/ZlGQCAHwkO8/C48B\nGKuozpC7VASEgeSLnOXChi5MUOIXZg5KGr3MKsfsySSBHkinSQ1e3XIfHHW1\nUdIVL6xYPDHUEkMC1flRkk7lEdOW4pF/3Y9C3/YAYi8J5QfvdQsdLUfAXkzf\nyg39bKMagvRjcAoA15T8Wk7ek9csHxP89WB+5J0j7qkJ/R9ZsywMYa5sb0Rj\nFj65QWTyqFrIu/wnTml1Zdn0EAAr+3WmnKfvnOzDjEk61d/cuWqOh7EASeHL\nardqFKhAjWyaPiTWgNCKza2xy9k5NmO+Hs14LNLNW4RxJYGTprCVT08OxmJz\nn1uyq8NHVIRzRZwmB8Csc8+Y3CHE61BmvKlJEU5qgDBUeVoev3RPYMkKMVhW\nv8Pzj8QShCpfNpt/BdcuD4ZhRvSJ+wUWLvxK2neyygCpBWMKMlGwDJ48r8OP\n98tgzwkJwgJ35FGWrsd21pj+RX6aDFvGxtMjT+dbL3Vi3qKG2k3vL5clKtC1\nFupY\r\n=9Y1h\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"3b24f38c642500c141c300bbfab12f38f3455b15","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.18","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.11","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.9_1605007614026_0.8269972900856746","host":"s3://npm-registry-packages"}},"2.0.10":{"name":"@antv/g2plot","version":"2.0.10","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.0.10","maintainers":[{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"18a9483a4cd5361eae811dfb998dabf24ac25925","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.0.10.tgz","fileCount":1281,"integrity":"sha512-TQVGDqf240G9xFDBNRkjxECQGZNvzF0Qx/zmukCzYagNUSMgfCvDdVUZqsNT1i/uOhCgy+v4YoK/r/Ap2bN/TA==","signatures":[{"sig":"MEQCIACFnReaZ1xXpVl0JpKkC8Qi1+p239P1Y9tfCGRgTZaBAiB/ccyJpeGnkYJ0MMdqCeirRijq06iO6T9UYz90A4O1kw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6437769,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJftkX5CRA9TVsSAnZWagAAOaoP/16EpUJrcCrekvEjVpdx\nMU1MY3JXGi3F75r8V5aJXdzdFHevJ9OccUDoMlzxBakTlooRn047Pu/1nCHW\nZk8RhTfYzYKWOKsEjaedF7nltkHETYbRTR1IKXqlARAVp1ksYJpvMNoOKtBx\nQU4hC7o4UG1XINWT7qxLSXRFBe1DNzYKZJopZtCkDWP+LcfQUD9fNLtJkwFa\naPcH5u+ocP1H4tkJeT1wIHwn05ZeZ3+BGBRoGzx0bIhlK5LUsbMJoj/SM+Ys\nkegQrxL7wlTao4UywDl5LPpOtnF4E0XGqMx9FhL0DIRSVcnwLk/nVAUJnnuN\nGxDIdL6unnuSkz+RbJQkvGa60yr2HCLxcmbviMLAsGNfN734bg8+wp9iqwbH\nGWY5dyHEIlgV9EHSyolJ4eC4tYNbUn88nYCRRZ//1++PO9rFPmY9vqrVvpA4\nkrzjGYzmH2q9TqWyIwLDkYeEYdfayPq4GNWkNK0aMOkXr+lkk5RxYQePk7Qg\nfmxP06M+wRcZ11r6t9MP8h7nsLvJIO6HrivKK3B8vXQqFofwtCQAZreMWsrT\nRqEYD61UPnf2ygcsg4IaxDecoqAbGbJRuLaSwMsmIPuFahkQYHx/k98n5Xe5\nLxOrWgGcGnT2Iv6QfoDVgUPG7B7bFkdFrco88/3N3QNLz8bBzKuVQ8OsKrap\nQRx7\r\n=chY/\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"c8d519327e1f87cf3b7785d5eb62a50e83365cc5","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.8","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.15.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^26.0.1","husky":"^4.2.3","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.0-beta.14","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.0.10_1605780984478_0.46473068393947004","host":"s3://npm-registry-packages"}},"2.2.11":{"name":"@antv/g2plot","version":"2.2.11","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.2.11","maintainers":[{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0f16e14ac2f3715ac9c1d1bb6e7fdddba8e12e1c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.2.11.tgz","fileCount":1282,"integrity":"sha512-WB6VuF6EbBTOLq9izMxl2CoZuOfQxKuiIvK1eivAFDW0igtT3yIpAkiUJvvjipfvOdm2NWkn68ZJzc0eGzTrXA==","signatures":[{"sig":"MEYCIQDEeQoZhPnkzXB4IDB4H3AP3b+JfdsECahftn7Crf1lTwIhAOJGO3Fhex207cPz38ihEEsdTpzSVGUr8gN/qANlGwFv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6463243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfuT1DCRA9TVsSAnZWagAAWKEP/iTMrRkMkViJDmcAHiZg\nER721Ob8XK9VzOsGKR78AOtp4ycW6nC14qZCfIo726qi7wiqVy53l0OmvNYm\nBKGe2AqQlHsGHvjq8VO5+EfTA5K/jVtWmpCADAj+wNDFvciO+AaCDdkr1Htf\n8CC7VQFisa66rhaj4D2ToCcNjGAhkBCKu8rl7IMk76Jx9GyURP6LZPL9spFJ\nAhvkWrXb9Yqzi4i7AqD4AQPdUq4JMYYdi0YCbUfO4FKxwp89vkH7yaxStBuh\n/BPrw85V4qPsnJsrz/YhySFpDXbqA/jV4B2h0+CDpuSNm7J7qYEaE2RZPRrX\nLHHgTVbkuS+3yfrL3TTeM3KlKbNW7HpGzLyB1x/h/wn+Zru/yHAYpIWovuqj\nTaINBlr6yA+xWnY92a0mUK3RwgqHelGtD+WiByvckvPjbZslPdbT/Rhn4YsR\nqeFmBbM27DDSQQnRzVl+b3Jy/F1iqB9quL+AAXZeZL5fnaF+1pIe33piiQ/Y\n17wznwzVL71UJdVn5K54XENf6dy+bkDibMGQCEB2sCXbI+pdGgmMVxQZkKIC\nMsfbmN30G+MRjPB/lO0Y5Z0mMC4hVLF92y0U3XTPI3erL+NZc4C6szXa3ZOm\nnVrDnHQOn5qYsqPvDOnX5u7Z+ifte3EzI3P9KylQt9bbNXf5d2LZdaO14QzF\n070t\r\n=eoZN\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"6904b59739d0bcf02737df4565a2e96978c43fa1","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.20","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.0-beta.19","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.2.11_1605975362850_0.6072025263233187","host":"s3://npm-registry-packages"}},"2.2.12":{"name":"@antv/g2plot","version":"2.2.12","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.2.12","maintainers":[{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5dc431987d675eb3f011fd60b04e5e956df741e0","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.2.12.tgz","fileCount":1281,"integrity":"sha512-TKOqtxh2qNCCZakqlQOVAg0Pef+xBB0vsiDALSCk700Zms01Nvto5KS/As65FGDS4DO+klqxLRkOa+PE357n6A==","signatures":[{"sig":"MEQCIEMwhZfCVJzlR+wjBTRMrIlgxitAKosRlz/e4xMNVegiAiABNC0pYR9Cl6+mGkZffFl1xAjWTKumns9E1GJGTfuOMA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6470608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvf6tCRA9TVsSAnZWagAALI0P/j/pb1XPq2FYdj7WbzDe\nnGShiXLHHHiXFHgnH3dlgFWCJptdKc8oGgFc+erVNemesjvrAyZDGMqmKPuG\nAI28nfl1azAnHe93UxgElCWa9uze16nlC5k99SoZakK56tVDXYYTLeO/WkEz\n3W+NXeSim6PCNSYqmbKJICp8M5hoE3ftFVkudbyWVL+7RsGEGHjKVd7ebwRU\n3GCPvMj6yZqLF47ZFi9W5jyejI/wgycrhKg9cY+Mi+mMa8jJRn6SYDy14gN/\neaDmn48JxxwHesbPWsyeDFOwzZ009cE9PyBAw7IkW+v7mVAvfVyPkiL63292\nqz6WVpuyCmdGBmqMrff07gpfiamLtg9+Xqr8TFGykekqaTgSzvlDtetc3ptI\nJrb2VUNS83Wdg54aCC2kCVA0/P3gxStWQRfe4eFcK2XOM+pIZpPeQUVbIl3F\n6+F4c2sKdXQ4IEFH1Ag7TLNVABIEOOG0r4o9AL7TBsV6/HUzElsE1TCPiD+j\nAgZLA8IozbEwgc9DHom+CAGTnW+uqTSl7uWJodGQBNu1eopCTVUd6E3oCVJn\n3tqQKDNKxb5lBi0DgZmZD7RbKLutYWC8pAzOHbqs5Ut7Zi9se3ramb83+iL5\nqvmG4jOJKD9f+aZe9dWZDZI/Zc8u7+Gc2gTtLQNhalrV2sud2Mt6O6HhElTL\nTUVT\r\n=ru9t\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"cdc99d1f53d4a908584387c0f794a9182c1b416f","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.8","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.15.1","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.21","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.2.12_1606287021053_0.8942440132202774","host":"s3://npm-registry-packages"}},"2.2.13":{"name":"@antv/g2plot","version":"2.2.13","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.2.13","maintainers":[{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ea7c3d3d6130025311b1847b1b4d7fe2c02f0894","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.2.13.tgz","fileCount":1282,"integrity":"sha512-4TmtUz+U3cDcBFQhQ5LMHy6V+XIQ03/K1s0/5G5t55aAwoeFmHQ4heIFgqpgCGOVNWfif4bxtAYJsqwvIUxtlw==","signatures":[{"sig":"MEUCIEm7dRZs1X1k5tgGfXueP1Re85N1TE9usQz+/JDyx1T9AiEA2q7R0TFdoofuH0UbtD2mDA7oYOYbIWvZlv2LGfvtnGg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6523285,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxGk6CRA9TVsSAnZWagAAFQ8P/3vCupbiBlj0HdJZdH4T\n1olvVDbMxml9i2jj8fHiz/qkxeON4qVBnGxlblGk6yEUbcyBCbmKYbCNpgAS\nOSu6VcWSER7b3FHJRG6zJV1/6QmyuuCmpKD/6LOozRPC0k9+rd1vkDLgdRPG\nrUN0dcmPnTjW6i6yjkXOP0148bpQAd+LFVzIXEdejgElb1Y5fJbZ2W5WecZr\n/sdT0zyN3XoRsB82lZ140lDjDabUhV2V5yeU7PFD61PutKE1kGuEVRrwVERq\nWH1WT/zECxupA0OSSXhTKHgOHUtOEc6zQgoCcwkXKFDIgEBdoOyCG9dWyRy/\n9v0kp5mJc21cipcnPPNUYH33/E0KKaJd0h0EAB04aXE/1LjZ8FlXHW0L7NdK\nbgvGAYh/OfjpiYzWqAu3JU4zLhfQ84pzKaX7dyajMS/S/J2JSacEzF8qSucS\nzPA4ilJVU3cKLa9oyd01QGJM1TBICkXQwvic7bcKCQY3lUKau18+D95lSlld\nEPMPgY2qtwASAzFSY97xHr7rnG5yN7tRguS94hVXcES1Ac87/Tbr6/wtzPPC\n9O+31bAanv1iZ6xavPQEUBYJmCr9shg7jUQKBUSN39VLPHl5obbTKsoeVlRx\nXxidfInrBctngEdBS+8kaM0IZ4vzz4ao6+S4k8h8oy9JYediz++lU57JKHHT\n2ZhQ\r\n=yHbF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"397459d13f0019de528fa6caa9ff811454eb68e9","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"nadia_liu","email":"1803275951@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"870 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.18.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0-beta.21","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.2.13_1606707514371_0.2355882108920757","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@antv/g2plot","version":"2.3.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.1","maintainers":[{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6226541c0b750fb421df941f0a22e8a2d34d7b9a","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.1.tgz","fileCount":1330,"integrity":"sha512-42JLR3mxjaO+/qjB1O4gNuaqOdSVA4JOe4lwEEnM/jisG6ibAfkRWS/m4WMdj0bgZfHp5/Ptb1PQHdmqo6uHOQ==","signatures":[{"sig":"MEYCIQCyQiyVc7K7+SWvQjhuYo6ACYyKHBYGpD4hdwzz2tWl5AIhANGYXdEPuVOZoUTvT/Xk8mHyU2dE0xdvJpdnXLtpYjxn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6709050,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx5eHCRA9TVsSAnZWagAAdpsP/ip5wAFwAPJF3w7BzN/R\nzaExoRKC4mOALqzBd0A3flA6ioeno0rATnV2CM0UaniUj2Sa9fE1udNWx+8g\noZe/5qJkixL/h9wKY4do7rJplIbScVyg6LmqGBIO4q8mTrkS7xnYrN+qrPbQ\nw49yLPylxIGynCL0btS8YyS0oxZFHhdfgZum/+qnVTuVDR6CXqxtviiKM2hy\nVpzqmPJNi3OI5Rr9zrmnubVWfSpRmyHq2aoMC+Y4+dt+OKh7wQtLAsonMniH\nUaYnrLbGch5/0/LzTeLMQw3p112UGXjdJU6H7JAH8fN5pjrq4Sboq4RjWHeZ\n0hNWNsuvUVC1MddErnBBQfpkkUuenkeEIYI0+OoY7p/uqAcQxcYufZ1LsNb8\nb6j/kWJy66R7lfR1mAD+9ZxuEr8IIiqFEEb12E6ugVrJNdQCCNZfbpf6aADt\nbAbRn1H9RVFnXAv+X35PtRBlv3KkjQiDG69l8tewVFsVm7KhqDBCxqHW7l1H\nw4c/DAjWWxBXR+MDWlZK1/MS8HQOFmr3lPUKGkxvvgR0zbQ/9xVk5BiSQq7s\nlKa8PM2NVLK3xzqVg0sn2uRma98jWxgsRMhjagkvBJPK8ePGsbPljEkphrD3\nNSZdq6ALKP1mnAETBhqxHN/cIVlmWvQXr4gL+dguV4Immx9fgFooIuIylMMU\nV+LU\r\n=tXsF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"1bf0804fe3136ec103a290e5565d80bea8442f14","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"zqlu","email":"zqlu.cn@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.8","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.15.1","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.1_1606915974513_0.4779309031251764","host":"s3://npm-registry-packages"}},"2.3.2":{"name":"@antv/g2plot","version":"2.3.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.2","maintainers":[{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"baizn","email":"576375879@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"army8735","email":"army8735@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"521c078845996f71963f1c0be0ebec7ab784a802","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.2.tgz","fileCount":1345,"integrity":"sha512-xscCwavjtyRjgHQCjeYjMuMf+ImKmCYuAxAwD81iv+sXbCR6Eezq24AeieLou6EyDmZIVYDv6BaGwUEe9OjvjA==","signatures":[{"sig":"MEUCIQCAW9UYr/NQ6l4OULXiwYeRvFTEPIhbd+4Xb8bpd7lFKgIgImLbuE2XiDyHKmsIq6mQhtFMKtwbu97h03Yzs9YyFLw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6758535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0yDiCRA9TVsSAnZWagAAl/UP/0vsI/k4r/MZufCCbsK8\nLLdil6Pdu66FLqdVWQlbh0jlt82iUJfE3etth4fToZUv+O/RohNKPwBsLtJJ\noVILNxxGZ3j3ABWKdC0jt519r7qwnI01NqDlbQXTC7r4Z4e0nQ8t6AYt7nOy\nOC4zl3jLi8SpCKKbEJGf68DH9B2smp3NFM/ozLWfjY7TCaJ/3MhUx3V4e4kx\n2VGobVh7l6hh4Il5fbAlWQb7PsY3ScpDAJEmZvqyz+96Zc1Q3cw1bHXEr7PU\nYnMuBDf7WI4SoR6tAs6CbzOytJhZIwHkhF3/TTd4HYt/deCGlTxzms/K+nkD\njEi+/P/OmSOFzsbGL9+rxwouC4lcp8mqxOlAAWTGsdeTq2y+Whkzz4NKVmSe\nwEpPtgjK+Vncnj1ulHyVuYZn9DDrmBJ0psykj913uso8hHWaJ7JypdM/06Sv\n1HDY1XJz+4LgIFtXSCFJCNJNuwKXaTEcd1PL/bfeDrh+cHMb/mQV7yrJMp3/\n5N1QqR4jII60zFpP5c42/3tEReiy2K7Uh7a9yJUiHxwD89t53xs2NaKN4XVn\n0f6ljnR9Tt35zk3CAPbPbvdcrVsV6ORTiMKLDf5mUuPT8cVQwDusDGBg0hi0\nmBYZAvnU8NPa1ANAw9xnNrd6aHBdNPvaBFt66xf1ljHvRuLbZRIQUhs4js1u\n2g/5\r\n=Y3Bp\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"7c76edb1a2593da9078a9a37a00bdd0183359d2f","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.2_1607672033549_0.3127972542384334","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@antv/g2plot","version":"2.3.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.3","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"bd6391417a9a4a809f61bdb332d0f4722d6951eb","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.3.tgz","fileCount":1387,"integrity":"sha512-rQ3CwoQ/oXDC3N7dHLku74SHFYcbuRK7yy+iFJh0UW1jrwQPG5o5GBjLnnTtVhjdtXWSDFxgOXwJNKOdW2+/dg==","signatures":[{"sig":"MEQCIEyyv0TQJzOwxLLlgBHpO27VUf0gnvLgZB342fFj4LlbAiAhZ0VTCuQrlVlRiLpCGV9nSGlsgeae6EWfBtGH9ginpg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6926729,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4EmiCRA9TVsSAnZWagAAo4cQAIY2CGNEB+AeEY77PZfk\nxYmkpQKeFvdjt/JZDjDmINR61DVNZCtnHjhXtWLkMq4RPnWYqhKawZxQNRMw\nsiTpDqVfJOkIbAdMmr3h3PH3xmPePpo7YLBA5e2b7Q7htaZp40pq3YzcxuXn\ngjxI+3jDxTKS6JEtzG0IAWY7s9SF93UPiDykTvORhNEoPZo7XmaQM9CKua5Q\nwRcnPgFkkmeIFIS3IzlSSxQavhcesx1IApcv44E14+Lw1dWxqsDLJfrnxNy/\niTDkSwH+C0WQEGEDaKCHJsV6kHHe1XecDADKZW8Eg5vskrxEB0KJNHR5shml\nMiwGl4X0ocWbWqq+2esGqcHNoIuibm0nQ+5z8b16EUQ/J9IQNkMu4Esvznj7\nWhSOGHUFdFAT020IkcWb9dTci3S2viI2BOp+Yva1ahb/v07irf3vAcoiQ33l\n/24VLzFqh+62q2JWLIt122gJP5troB/zF3PQYqcwsHxpkBwPBYQ80ehY4vZt\n11CygYU0VYbiBcYL+hXuAlDgFR8/hs9Lv5OL6mGZ9AzewwRyCAQ6+5J1XWZ6\nMV5Fohwhy63hNmK4OepwIp9WDdOpZOBCMNdtV74LaDIml75PwkzKtRpL84eK\nI15CFXnFH7enQB/wp0fMVixqVe33//i1JTvtxskGYRwQSjg+ux+xXXBxJkV6\nQ2zv\r\n=W0Ve\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"19e7e1c18280a484e25f9966392ec4983099d461","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"nadia_liu","email":"1803275951@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.18.0","dependencies":{"dayjs":"^1.8.36","tslib":"^1.13.0","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.3_1608534434146_0.18659910089356413","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@antv/g2plot","version":"2.3.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.4","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f5722b5d615581f5b729d5cb074719ac8b603451","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.4.tgz","fileCount":1387,"integrity":"sha512-v1Gyl3J9CqgAYTg5pdNsw/ESnv9/PFoA4720rLxGpLuRFQ8SvRB2ynxT6vqstGK5uxo7U/kPPA2TA+F+AYJdAg==","signatures":[{"sig":"MEYCIQDdZ++zh/kRlrj1TOIbLSEDu19yyjuOr9IQIqay8pgGggIhAOlfr0GxEstrMnllUOMfpsBWgubVKPgJeXkZAOgMzvgN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6771673,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5KInCRA9TVsSAnZWagAAUwkP/i2aNAKmejdN4nlXKO9C\nTD81qDKYIy9k2Igk1yEHum1Ui9q5cHkGB5mq5L82zyhGmQkqH+BBkOE65I+M\ndlCWIGxFwYL4kj+dls9q8BdC9oqH7Ka0mnA+nXet52dzjUhLAG3uGpo+yQv3\nZpKvhp2RRaA2Lm8KYIDOx4yfgvnYXyyVbuMao6ExUGr02A/Do79rhOzl2Rlw\n2N/VAyX/q4DkPt6rnfrIrzyLntMT+SlCF1MLQsixwVDxTrJ/yaZGLjMdcCYI\n2nCv7A1CqM1VzuvUx9LXipiQZa9ZWstuN2Z3YsiMOPWk23UYsMW5gZs76XG6\nQkJS8uy+Ej9XkWgaRGEKkwqCw6/KyhYBN7fnzT7R2LLfdPs3UlFMBcSxWSWH\nDPQ8QZm3PNH+O7jo1e3yPSKIS6+aWBZnG7l+21Pd9CBn8LGOfwxXjN490qtK\nk4z53PP79myoGhNh8mUdTEq3hgM0OKIVg8CKLQGDzLGpf2cmSPS5wZ7xMqGC\ns2/1g4paQNODj9ETatn552aOqIQphmialKHXrSV0Rz2epQHuzQ5QlAROuZLU\nR7cbkv4T+a8nQacOXKTb3aeNMBlqARr6po+QWdp7xohGhlTQ6fzJP45p2rPD\nk+55d5MLgay38ohLC42zzM3/g6tySh95rfVtKPVzinrG2HZSO1qhR2ybPi7s\nNUeS\r\n=WZfU\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"c2bdba31879e7dcbe0b16eb8c13c47ad41365696","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"nadia_liu","email":"1803275951@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.4_1608819238660_0.9425932566350266","host":"s3://npm-registry-packages"}},"2.3.5":{"name":"@antv/g2plot","version":"2.3.5","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.5","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"3172045eb24ce09db5b7a61a53bf8c0c376053c4","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.5.tgz","fileCount":1387,"integrity":"sha512-74Ub/lYZ37P3TG5CWVog99JLdzE/W670lbCQ6pX4SR60CvPkfQL+ke5LnLXDlrQYDo7c6GcLQrnkwoxmsDXxXg==","signatures":[{"sig":"MEQCIDZcUpayX+4k7RBWxK9npTV1Ma5v7hrdQCMUvs0Y1BysAiAJvJ+FGnhY2QAxeFNjm0gYqGYSf4eINq8E+4LIB1f9uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6747079,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf6WkJCRA9TVsSAnZWagAAjI8P/Av0S1Z+yABIWPbzcLDo\nlmL7WD37hSMVEAZLED8T3A7yTWrAjq6WjV+WgbjWvK/Yy5BxdQpuk2h/m8u1\n7m5FzwWcpcygqSWYzWVRcvtac4vxUmarHAT15wkVGYKhok7iFissiU6dgNL9\nAu56NjNW7JHN/lTN7nqj7T1nlcbUd7LPkcUpWsd2+mMhvWrr/pqQwHj08Wss\nXRRfp19QDVfvXwOVpe4es6W+yc4UaJwezGHV+jEwaD1/HmtG/3ebuZqpcNVm\nG8LZDhXx5ZFkrG0Fy8wmvIl5i73HxHNJagiTSLi61ldg5/gNWULWo2s2ljM+\nPlWCnaGPv2pecQSK22t5v+rFl/O1pq+2RoFjkJDxTFZsXJ39/2bzJYxzbRHr\nOCDMuPkZDg62ctTbIEywnOKTb/AMPDXxUr7RUDhijy3CGcbgKkjIFipdW113\n4SloJGfKDdXnXg2gKtwBl00USmZgfYAy4JXzuGyDJS0WEVZcaj2v3T+86Sz1\nLhQsMstrwfdR2CnUsFrCNQxvt5XZHAgESB1K0RTK5EMOtoz8ZXBlnsZi8Ha7\nI1itsFH3M6Zx8oAqQ+HqvJR6eMWxIWXiIMb8+p0nCTcgxafYD2uQG2fCGm5S\nynzpqyfPOQ6Qnj1GiZBbHhsPlF/QExyYcAlqa/87a2KdYDdrvRlPuGrrwKyA\ntEEb\r\n=Z0uX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"5de3acaa14a6855e1a14f3fe48741c58dd5c4990","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.5_1609132296555_0.6400621591483187","host":"s3://npm-registry-packages"}},"2.3.6":{"name":"@antv/g2plot","version":"2.3.6","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.6","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5a226b5122440da51dda1701b084b01e9de89c32","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.6.tgz","fileCount":1429,"integrity":"sha512-/64eF6NnLdSYv52jZsc5O9UB+sMHTbNJ1OaIfxLsVHwpXkemVV+5soeTKBVWNPo0vhi+yrMlIoso1rfU4o7LKQ==","signatures":[{"sig":"MEYCIQD4IATQLnd4rxNNhBiYrZmcbtU3/4Ltrzlw1A4iBzyftgIhAJMT+w4NUim4XwraYtApwy4azk6a1pYEnpA1V2jjKcVn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6816202,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf7GakCRA9TVsSAnZWagAASwoP/R0OpNZQQWQEwQcoCgba\n6y9r/N6T+X9cA1rTqWT80EUKa/uoXL+RK+lqJanCifiJhpzijkABOrpzpLin\nlWAQ1cNX85csH1CLDj5q2iaUV4qhqcqVGjghqxRwMYSk6Umvgk0ejDT4Tzid\ngh6Bl+Yz9U4EWgP4GlHZHCbO9y/whcrvlpQdhCPKHZ7LleSQ3j4IfYokB+D0\nVzDg+iuT0Hc24KgX7Bi0tFEn1UyUwV6bTrgVVE58su1lNpL4Q8bnCCkcngvo\n1r7/+z7axWYq8PFDHT0KUqtTKKyRyRxtcJpn9AfzJEtbWSHf5skVZ81JQ+vQ\n6dAO8powsqOMwqVtJ5oUGue02m/tZeheA1tlOlR1cx395gNXibq52Wt9frJi\nEncT+TvgJaTL/fPmYrgkoUJk9efbcb96HmZd4+kroajk9rMZ8nOJS51/GFEr\nYCFnkN/U3HmYfzU/XSbY+jmiVCWF6JAtfdyNv5zPZxorpV3BhEz853xrTNWC\nKjXGzbduAkKfRMW7rkqlyyRK3jxIar/rhOCxCzRB6/BvP+Hsm8q6df7dyP3R\nmLrnBWuIzveEp1IulRmQYQPri0CQLbKfzj/m5h7F+yJTkQIgW5AE4uwu2C+2\nktk7AXHbVQHcYGrsoY4KTU/UrEdNxMZa+8TEQrj8RntFGAP1OA6q4/1DnC2a\nVfbo\r\n=nZ3P\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"91eb1097604818c222c03df4836fd70359c35298","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.0.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.6_1609328291215_0.44917996118994186","host":"s3://npm-registry-packages"}},"2.3.7":{"name":"@antv/g2plot","version":"2.3.7","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.7","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"3ae09bfe7a565ac9e58eaa1018246131ebc76df9","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.7.tgz","fileCount":1450,"integrity":"sha512-KR6+HlMtVXX9gOMQNCEZsDg2cFnKOHGpEUN0ZySKNkZwC5pJAKmnlNOZlv0CoNqzDTIGT8+pMY3qINBt3WecgA==","signatures":[{"sig":"MEQCIDObDBoR/PwwXdp094m/6mK9y5RdZ74xJ7p2E0+wIbWmAiBII6AG2jMOxmHghANapk6QaRJOkPhEtJc1KEIeL8OOMQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6869898,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf9nq+CRA9TVsSAnZWagAAwSIP/21QX0QiC1+lljn5vXWr\nql1XH0PxWgS7Cw93gKKxI/44yyUQoPis1+JhOYkNDGfcH/cuprQH161zbpVr\nTPifXrcSKm6ID/GhcjFoajxNYlPMoL+nWhnWPk/mRjdy4W7xqTiMmrOM0fSU\nZmmq3yIATM2BJaJN5dGtBYUSH/Q/5kIEqMtBGNEABh5DyjBfNJoYNQTvI/C1\nKLc92J5TTMT7FdlbI5qVdbgjTc/4TfYz3dpC26zQnV3el8I9wuQL2Y3LnY21\n6k2J5SYNW0R6ysoIA/uZHmEjFhX0K6eRuDSWb5vZwIqkocf2jVDDIrFuw2VA\nSOf7izarL0ZfYvq/fxZ/mqBFMTdhU7tbQITHmFehcvGzJ8psgNuif0tF4Myz\nPox9n4u1NT25ZHnzOzkSt1u4yd6jogGkraIcK6odmrkg4xPpDvJlJ8OxSF/y\nFF+6bFQnAIeg/x/Zgcd2jJmpDtAQnQSoO2A8BdQ/LUftfb4YFKuBCF4Q+lY1\nuIo/JuliWwl784lOdOnrtmw2l+F6RdhUn//6C3dHHtNJVymHU23W8P/aTwnW\nLLMBl1U/RPDlT1On1eLevsEuvJg+/tU/fp7ycOrMFFlqvJ7aa54tuIDvh0Gb\ndqoObnjEpemddNYCQIpnnsEoII9XKME0pBSfqIM4bX+RnzD9SWlcvGg+s7DY\n+c6n\r\n=TWys\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"20ad2c6108194a66a980c05d8c4a8690e27d3a97","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.7_1609988797599_0.3384468178038913","host":"s3://npm-registry-packages"}},"2.3.8":{"name":"@antv/g2plot","version":"2.3.8","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.8","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"1ebe043eaff73728474bc79b27b4cecf30f5f514","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.8.tgz","fileCount":1457,"integrity":"sha512-xasOq5bvxXwB492cwAa+WTWBJ1gnPKBALgC43hWAmOiCjfMcLXCvQZNZ0EVWHpkfPvy+5bjBzkjrITXeF6rgiw==","signatures":[{"sig":"MEUCIH2Np1xozkBmj9rS06JTNtTjmY1L7WNWZB7mguuvEtVbAiEA8bFb0Y0sNABNPyezs1i85j1692wPXTHiQ6PQpesZlzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6960747,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/5FsCRA9TVsSAnZWagAAwDMP/Ay/pwukEsyfOUrG3RnL\nGH3TFWSKqZCOWr9zrQwCXjAudaNV5cAXEp1NPMJ8tyAbmkpx7VqMZnNuLUAd\nLxVIibgnhoGmcy+B1xT5Kd1GSo7aWcpD2M6yCmI0/mx7gWQb0FclM4LxGPAi\nZ2xfyFFD1aDeTIrTPVv48Byo8W4BKrTjyqCIwZWod7J+mb8yt+rEagZ5BVNk\nypW4zOkByfDfuEp+Irl37Gu/L15VxC1kV5cimrxBRpnh2vsfHdQt9vt8dcw3\nHE4mpgDlqFz9nKMhhzYVuiNdtKaWeO2AvWHGD2gC250UzqfoXvw6VNxBhe24\n8DTpS+tZt1GKCOHAn3N3FdaWD+UmCY3aZEmUhogh0KuRabD0AKIugmeOVCJ3\ncWntg2OQ6rTvjOW6wmaLU8amshHWT3Tgy6Mhdskk7nm0eMcO85HOcM6CSV0w\nMIPdbhEkqB0ElSxVng48+pbwVjJUkYmR+a0Z4QiBE0uXjsL/dEzXm6rfKNon\nS6ZgomYEdHzhzgBMrY3k9YR+MF4qLAcx7SjRC8nUtFk9+Ij6CFn4cLlYnybB\n+0j3Ny3F2x52nIUOWEOXabWUJ/oQVyqEgSTwf2YptT6AN7wTNZB62wZxCeII\nxtOeKqcpe+ALY0H3F3h9Q8+8lKU5fq4n8BUrIIeHVoETP9xgwatG58I1POGP\ndqzh\r\n=2Uvb\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.11.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.11.1","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.8_1610584428326_0.9021601328658981","host":"s3://npm-registry-packages"}},"2.3.9":{"name":"@antv/g2plot","version":"2.3.9","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.9","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f220bee7c50f19af321f79485003f4fbd0847b14","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.9.tgz","fileCount":1456,"integrity":"sha512-u4GNCPc1o699qSqwYUnYdRX5zjaRarItFlfXLpwX6x621gOyZNBYQk67Az4bqludxiKqOe7DvVUBCBehp+7SUA==","signatures":[{"sig":"MEUCIBfSjZER4H6cn6nYMPy2kh12GaMR1TIIqUHjmZ0AEQ+bAiEA/cKPZ9W32NoOYecE/kYyfHx+m71Zyo/uIPtQ+ehMUps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6963128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgCFWKCRA9TVsSAnZWagAA9NEP/A/wff2UDE8f/grQiOvt\nBel/uDkqI/aysThSOBQog42uPARE09Yfmvko/LwyUM2iXsaX4rgxhIw1rAX8\n+qnwfEr7WHrD+0x4SPeaKc3zBpaYcMQh5yLk/UF989/dXY0bSLbZaX3D75vi\nXuGdkquarmsgRUo54lAMMXlitReforfP77UG/WBurEadsMKMUNOz+mTY4DZD\nKkOIx5pGDYIsx7xOWEbMK1NzkpEn8ePwaemq1xsauSfO2TrLeoDO+BorMBDb\nd3LWj9bxrKzzeh0uojLIbLGHOEUzkvzriV2CnhI1ymQqrjSVVPYhNh8rzbgS\n/4UD+ZUS2oCnYZeyefzpj78O9ia4nu0TsS55aVqQgkjLvr3WitQx5Jx4r9i6\nx64a+j89VVU9CNN5mzU2Cor7YqhBEdhVa1EFKuDiRVkY83gtcDOl6duAILjW\ntVCqwxz3V4lO/U5HEyVhISNhn+kklrPXuN5EuZbWzp79XvxGMoNAp3CjCD9d\nPvBrWdhLrBqyNXkJxat9bWYkMZSezXLysCXiKZkIjmxRv6bahAYOQDuatiu+\nyLWmxobgxnKxejIC+c9YamXEWYY+GX8ly9YcFHJiX9x4A1qd0kYQhuba3IsO\n4ZpQvdq+iZpuQUdIdJsiWm9xxwfqbPwikvFZ/QyIKKtKi6vOeLZcz7J+tU1/\nKDVo\r\n=QXLA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"5c5096deccddaaa039b1f864077cb854a74addb6","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.7","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"14.8.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.9_1611158922245_0.44625937908070723","host":"s3://npm-registry-packages"}},"2.3.10":{"name":"@antv/g2plot","version":"2.3.10","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.10","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"c630ab9b1c359b0b96b449244f351de64cd90bb2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.10.tgz","fileCount":1492,"integrity":"sha512-OX7Q+n7RMfgQwwUcQAMRBDxGY4B1Mx+VemlAm94L8BbWw8EDIVQs6S1P+ApUx43pBw/0YkkmNenaCzC4vJvvMQ==","signatures":[{"sig":"MEUCIAl0TA70dU3uy5NoGvnSpqBpGEtyK/V1I5/vAGdAWdcmAiEArYt/5bepfSvVXQsYZJK9N2A7jlTJowizToAkxDckIUM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7106491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgERcECRA9TVsSAnZWagAAnZIP/2Dx5b1FVdWOarxTqN9y\npaiJVXqsjYj7TEw41HptF6/pbE4ubVUNAQ5NbdH6UeXjPr8aWNe2tI3V+wsM\n5ZzIhhujZmZil/5beZOypnwAmlHtsQH63M7a+LX7PnFE4rwxFwG98BUe/aRT\nwHB5w0lBvD+kerW9Rn0oeAxJk9Eb9PvVvmBGtsa2fobuc5+YYUI4zjIC8LHU\nu863GE1/BCFBfxnMVPaYtOKFWx3HHdbwNWJe2asQvq93KQ4atVLElZJ9aPns\nGAO5lYlIcb/KUKlcj+Cl8DcImxYo8VoLDLOpPg/Ri9/sYQ1+ZKqj2l1iCrxs\nVal3EsvbZClBHGqz33GSjxOfWbY+UQ6MxRHMWByk8EDoPQmuBK1YiYRZYYRa\nqDiExHn5JOzlKuAshghahyIDfR/TE/8fQNXI8j8tEmPiZZ02hzw4XvXfo85E\n6g7AEzrH8FC5HfCnoqJ/yqHe/fl3Zz8KIOc7Gmoxbo68oE83yj47Km4/aJL9\naQINsHTuS3KqShXPNj+sACyF3QaV4fMkzUuwyK5fvq5+p2I/59KLdlBGPQMG\n0F79Y3uRpSgL0te+ywah5R5d7a9UbAXZhJ/Y9nDqcOpcyIuxVtb6PT9PA0VO\nKFGXs+p0nd3MnYd16PXenmOz4YfHPrWw1qxpyDZODfCLrQSnrcgqhX3Yy+5r\n4ssg\r\n=Kqv4\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"0cc4ac77a4bc4f2d6f129a4ad134c75df4c48a5c","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"nadia_liu","email":"1803275951@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.18.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.10_1611732740325_0.3905036918573275","host":"s3://npm-registry-packages"}},"2.3.11":{"name":"@antv/g2plot","version":"2.3.11","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.11","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"680b5f3bd856c7dfc7bc467d5129302942c638f2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.11.tgz","fileCount":1513,"integrity":"sha512-vDjVe59JJza7YiMMhZcu5WdY8HPIpauik6OEWLw6RgBm/B5g6ZLAHV9b4agCDh5eVy+rVLZMCMbIPvnAR9cv9w==","signatures":[{"sig":"MEUCIEwKJ+ihKgpnOnWpuNJaXHaMSs7kaLOavivda9wPgUBQAiEAjZ2Zk6ZMDDzzDQuEg9qs4XiVYriRcv7bKzx2z4dy2po=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7134955,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGnkhCRA9TVsSAnZWagAAWtIP/RxXRhgI1rURdXvZNhAF\nsM6UtPL0B8fevTlLRLgsSyt4tjfmizlyWOJ9hamt5Hz/RtFMyasXfErdmw+C\nANKhMtTUwkrlNY4X1SWu5Z5713VAx6+aIxtu8UjMX+L6Bd7FzjQfitqjvB4u\nW5FehjtOR8xenD+N6M3n7CPgWiJyxnEYH0VW6epPem02LPC9EtmrGyjo/ydf\nAkVNcE0l+uwpCSbZEC1/tytX7kHve2Dlmlxv1/hYKrrC1kbTLVvFWdDUNsWI\nOAiH72lA9zUkJdWrW+zFxdxh967KNtzrT+FTAG6pG36/tLEbajOimvGDIXoF\npWs6mcN0bV4vvRus6N8DwcdDp2NYOywPUT/gbF/kl/odhZr789SYiNbJNVYH\nVP5YT8/Rhps/sKILNGaKpEA/tdo5T2vJhN94F1I72Ul0ZZy979NlqekDssXX\nsgeSXhq9fHihKRhT+qSRAMWrpaAMjR9/5oGyl042Frb4Fe1FqfAGW/VL2JA8\ncwZum3c35D+QwkIwwsWyVUNxUYJjkY+/faT4D2gOn6kP8Z4zIEPdqbduZaUj\nm2vMZNIzBhUol5QLxTvh0RX1zs9+pQuOYctGCrrKgVeLIbXDEN/aX5Oe45VB\nQ8nievN1x3EInzHsgo54lqaCJ1dn8D7FND0h6c109vqfb/AxL4Ge5iLagpx6\nuxZx\r\n=CGIo\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"ab9b48f28afa9fc9245e4851ff81a731d50d575d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"850 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.11_1612347680922_0.15962189952366357","host":"s3://npm-registry-packages"}},"2.3.11-beta.1":{"name":"@antv/g2plot","version":"2.3.11-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.11-beta.1","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"258d14686b03f6a2db7cef7b2fe09c9bd0b82aee","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.11-beta.1.tgz","fileCount":1562,"integrity":"sha512-yueoCR6EFBwSlTJXccX2Cxoia3mQz6sfpajNQ+WoxE1F2t+GEyyJW5ZxnQzcPrfu5IdNapad73iG2dMA6EDVmw==","signatures":[{"sig":"MEUCIHJinZnAn6xMgTxgvOI554PRK9uxgCx6o49H79S48djMAiEA3HgUVeGFvDSG/SinZth+8G5mvrShDieEFz6LSmW3Sws=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7195650,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgM1DKCRA9TVsSAnZWagAAQa8P/0LqrjG/+ttWKp47sgUi\n5enIOjhx9YwTMolJ5Z6UxBx+I1yrc0weYqi40kXXt3YohtNdcgj8QOF8TBDl\nVuujloKo8pFRTFNCwNvQNPPyjrwO5bbApfxK5fDPhMCoM1/fXX9059h2pTLt\n73bStbdrmIywCMDMRt3HXdlrB+7KrRVRvOVeQHF9qZKIxHtodFhO9mKgvM6c\nOiyNvphITJ9zX/2umc/ej+aNyHsijY098yEJyAkRmkDYzS+rbMc927ZvHtXW\n4q+OHbr18qCwkXK/0MISIwByaK38+bauBGAisU15xtc1OgHB6q8JU0yX5h+e\nOFvMrFvtdDTFKRfXyC/JeKaSpzJERTl1mz1e6e8OQLWSmFUHh3ISMYH9blVR\nz0UJinhT2D6Nxcx+LQ6nqTbrnwRKYM8tSUApV+wsAviAPi8mR9Sdh7xrA28P\nj6P5IcPfZQWuA7+QyU3BqP4JzDsOrGzIZtg1RflRYbg/NjVhMoRHgRXCjIfX\nO6Wk/byePCLb5A7WdnmlQXuBpcvBlIbaLLrVLq+vMO3rUXjyNwXnSfkfkqqi\nM5q7tlAHaHyj89hFOmu06CQgGvhpgajLSFrB2fwBMmnVSw9jOKuy5Duv7oYI\nlilixyd6XLPuiZeJ1Uqu4+HvQWsJDrH9VwFFj3OfAH5rAzDfRfDsSf7gxHUu\nBF50\r\n=r/GE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"a799beeadae2cbd89d3ff5299d4e83fa9150597d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.11-beta.1_1613975753513_0.5044573828606091","host":"s3://npm-registry-packages"}},"2.3.12":{"name":"@antv/g2plot","version":"2.3.12","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.12","maintainers":[{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"6662aa11e33d5be6b24651d76e44d4167010a6f2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.12.tgz","fileCount":1562,"integrity":"sha512-5aWS1rctaicOZZnOrZQP8HTfhIbMXQpr2hgMLUQ3KFCItcS/QEFd+3UXUOgnzeAQB/uZ5Gn3LDj4K6ZDstIbNg==","signatures":[{"sig":"MEUCIQC3UqlB3guyIxH21ZzdTuwQtLkykRBtPjXkhAFAyvSP9AIgLAH4Ak7kGmYHrRAMAQXgOQg7YYPTNpioPMb/Smjr13I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7212594,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNPNuCRA9TVsSAnZWagAA4goP/0g8o+S2G4lejlOKn4TE\nLdAYzfrgtPDyTh+P/41cLzieRXIhW9orcxcXmbPJobHVPzMF5vQ1DHgsDCCa\nAWLXq2/DwpB+U5isyWe4iHODphbU+AvRfu/EhoAvxZEhBZ94X9z/NJoZv3b3\nifqBCOQaG2G1Mb2ADls52YK4y3vGv/FLML6pzxU70/I4LcQSp7ZHf+/YchI2\nGKjz8YCtpk67hBijS3qnz+MYzSrc8i7L3uo4SIi6c6xHDqjNOJbIhPXMRlGP\nAKIV/WWJjJ3ZUmODFvC7vFmGt5dQh8oslQom0wDYVRzSaMLhT3p6sCtlgZq9\nN3ZXQdSIxNzYUcdo9vcNZ/uzWZB9k1f+Yzb+67k9JRPr1YUmoBxEeIRU4R7k\nBk6KSjcm7pey5g80rC1vMCl0rEKMLRUz/rjZf5YCJeprxo1Q0K5eJxmTwS/1\nFlNfQ9uoI2dYzQ0VBoQK+sPpZUUePrt0tHSF19oxtBcxhFOl7B1KNnhBqycS\n1Hfb+JmCTt4lq8jJONSIDfYVlJCmGE9y5NWs04kvkzXSAhUrXbu9i+9c8wu0\n/wdJ+BiMMkqx+XylZI1LPLnIx/E3VdV55K2JLxzB6ByjZ0Avt8Ojz+EirzBl\nV3P4XH0dCEhtdeizJlYQ4SQHzdOWy+NMFxDd8AUgQPWea0SHyw4fb87I5O43\n8Lw0\r\n=xXPj\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"674d51f4cce5cafafd822aa9dc9cba718fdb0544","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.12_1614082925788_0.5235063277724825","host":"s3://npm-registry-packages"}},"2.3.13-beta.1":{"name":"@antv/g2plot","version":"2.3.13-beta.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.13-beta.1","maintainers":[{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f8ba554d115e55339dd165cd324ce2c4fb5bbf81","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.13-beta.1.tgz","fileCount":1590,"integrity":"sha512-b/7qxVmKe0Ptqf0hWr7r01CYPk5/57osS5jtMEJ8jdQRg4YQDXd21IXtlyI5UNd7FJWyryOVINuzOyc3dB2CiQ==","signatures":[{"sig":"MEQCIEaAoSfAvAzqQoUHi3oIjkFniwhRvVObXP5yOqXQ3cmEAiBzJz8QmgZ1GSc7kGg0VXM5Y8nO7ZibtV3h6WUxxVDUNw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7320240,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgN3DyCRA9TVsSAnZWagAArLMP/A6+FmHHp33FBqnAhZDT\nNNYXirqIElrXKvXbPBM3ywtfKdMMxj3QvItVhc5WV4zW/bl6k2VMou/gbAPh\nFnRuta53HOJw6FZ0MRXv7vgiNsgFoxIQUuUmePLwvgJUOo/UslfXQdAbQiWq\n9sCePyxt92r+fwwKMvCQ5kOsEjiLZkWi3Jt3mM6De/sEDiNyxgTWDwD552zK\nCmaUtkm3e0has0l2ETWfL+gxcZRdOuy3AGLnoE9wIc13liclscEldh7GcZFT\nog2+efwmffcuV95nPyJpLlV5vuo8IWDlcPJ+TVcxUz5ZRTSZAye1w/1xw1GQ\ngsLJ15LGjx0vV4o/uudu8gExunF0m/kvoYtV40rteMYnStM0eqeVSSQdae8F\nTuoJ8j1M2SXY+1fGKhF24RqO98DnmPoK+OoSPhKQGlqWUGLA8tfo7FedPULd\nxebvxj26i0WrgLmS3CbiVg37y0oLlqXbKOqzmha0eN8gB41/0bPu9kGWB0t1\nzMHbTjezCo57ypkHFHlT4UGbRp6Pj1h1ZLobX6Vbqh/E7WCebN9p5QktFaQZ\nuSmqB2cZ0ydhLlY1SeehNLaTft70YnkOxfjUF6H4AQX/A+HqyXxTa0APrbf3\nPNic+JBJBJyrHBpnrxZocI7mLfmgECA729Sor75EVxe2C/6XXOQmYrAveMut\nNw2z\r\n=pma5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"4145922098169119529d59f4b59fffff5950a671","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","d3-sankey":"^0.12.3","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.13-beta.1_1614246129754_0.24671056648830048","host":"s3://npm-registry-packages"}},"2.3.13":{"name":"@antv/g2plot","version":"2.3.13","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.13","maintainers":[{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"81d9939bda6c25658ff6140c1127680daa04ea4c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.13.tgz","fileCount":1625,"integrity":"sha512-E3aKcnQxENfGUUwDh7sDRDSzBVys8XQf8qKtnyaPcd+OeZvv1uIOXIrFBihfEHTaHx6SQtRQvsk/cEN/F9tUBQ==","signatures":[{"sig":"MEUCIHQ2tzQupeX/kJl7Tfu7/CLOqPEXMxTkCZ+n3ZWBk0FKAiEAkXS0SjKAqo9A4M0srQcCT84+xVObIsGu4igkon+lsYw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7476971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPe38CRA9TVsSAnZWagAA9xwP/inel3Ih4hRFa0rVOKAM\nMv5FcfGR4dJyVonopo6DAWYIDUbnX01lg55xALeFijBfbaBTH+UNYmAZrllJ\n5PihirKM1304W4AN+AKQW0mhBQ6HqbksBREq0MMNZc2DQmR7z4DlBDbbeoR1\nUDjz306ttP6ak8Og4spUHcbz4LZLrOUosHrlrtuURG1eS5dkPrFkd1eT6Nyj\ngGSHNOdXvezTDd/vfpO902wC0tcu+SsLcajDixn8NXvp42wUXdfu0cExKCUU\nBa4TDt5KHdVTrke8tqIcHIpsQO5Wu+sPjugayUtPzOp7X0pLJnegm14RjrT0\n6/tJ2xWzSN3Uzb3ZL4kZaFMUv9PlBo+Li9/UtEMwNA807YcP03KusHA8YDz3\nPdKvWRN+UxyQkmcv6a7EUoTOx08dC6NKEuedrtWgHEv3JcIV+bvT2Tywi/v2\nBv4Zaa1uHMTQ3ic7PQYqQFvbLJqas79akTjGX3GEwZq2t+ZFhZZ9cLej1u8z\n4ai0LuhDkuj2XHHGkTLV/Rbvog/tnkwfOo5GstqpD4KbYmD1yuuuAubx05Nn\nAuIPyILMvaWcAHMspsSK1/DV/nMhKZp1olEPqcGv8hWZvEP0eKQ4LFwMCdm0\nEG8iFnpVzFDETEFlkyU8jG4VkUkhSHFj0+FPwgzBf2IxIBo5bYr43HuPcyTL\ncJu6\r\n=jXR1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"ff9a470b5327137067981cbcccfbaa8469f3574c","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.13_1614671355209_0.09011102805932869","host":"s3://npm-registry-packages"}},"2.3.14":{"name":"@antv/g2plot","version":"2.3.14","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.14","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"b0d7d152693167f958ba6c3c3a8d31db3271f185","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.14.tgz","fileCount":1631,"integrity":"sha512-ym91SCjIvg/mejJvnFUpLuY8jklI5J1pvV39vVlz045DMOO8sHSqRLOoA1iTXTHvYh2+4PhsFHwL1MoZXv5gdA==","signatures":[{"sig":"MEUCIQDWEBTxGho3pEWlphIINt0xubedJNsPrdF126sZEuu9bAIgIqFWCsfyTgxdHDq+BgTVxkCzkiz7N7C4e9/jVMFos9o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7530645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSb03CRA9TVsSAnZWagAA52cQAImyy+x13uaDlMKG3TDj\nB4nGxzK/jKTyq4MffmcbImow8ZSnDhjpWtScVNjFkh+CbbMWLyb4lQnhlJqu\nX6eor0f7o7nPW+LDsX1vNM+dPYmdoJNJQS/mPrDIOv+WKBSuvI04bOds15XU\nqGqFSVLDhSiamyBoldjiZIwZ0TxC3MIma9/KNlOO6XXudS/JEhEoLLAHsikA\nhcz0M9Ee/Ct+Br/SpwUd5J+2qF82ctM1abj2VWxBHJYZCbVn+sqPQT3/j4fP\nQ0uAtXlds5PAUw5Moivq6sifKkW413Xsyh//mtLyxuHZ17L9lJS2t/Val4LI\nE0PY82SgEPI5qD1+nLbASToZa/N0wMNUtSBK/vEw0Tis3ETbDDTqiqc0c4eD\ndEQgmtNPuv93Zvv+l+6Z/I9TwIDlFiurTuygvzMQTksal3U+pKJg4cOzJKXZ\nhYGbhYeurQJ3I0p+bO2SyR0PsVjmGBSdPtxAUPmnHbmNPrIuXbPGxXdGIE6d\n0MtmipPQhs1zoDCFh8KbSxsJ8x6wNZGNoH3csI76mYab0bRVFI/MNCI+bWxR\nh5PQWqT2xdvqlojq0x0QUDQ2cVgwbr9pIpqjJ2e30OajcjdYq/G+Ee+E7ro8\n/DvE0RH9lTgO+MGcQJ4HVj2aRjM/z0KeCFtxJxwxEM+gknW/u/oZbgNqCamj\n8b9L\r\n=LS1L\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"d96ff8b08b43244f634bc27d0ebd8edb75b0b075","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"nadia_liu","email":"1803275951@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.4","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.18.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.14_1615445303155_0.7969813874459826","host":"s3://npm-registry-packages"}},"2.3.15":{"name":"@antv/g2plot","version":"2.3.15","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.15","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ed0fcbb4b7c00cd0f1dec1459d7835abc8a9bd5e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.15.tgz","fileCount":1632,"integrity":"sha512-LW6hifnjhOwdcNlyN+eDThrFEd29xMKU0t0F5OqAX05H1Ek1VWoQzM3+Tm5zoAJHTdIpF5yhNJD5z0n4PlOR5A==","signatures":[{"sig":"MEQCIH3ghcLGyGGqKUeU4/2FrpBHf2X9RcFk/gfXvMU7me+nAiA5nmUIO3/r6fWhwILIHQC9ejGH34lvFjHlymWM0YggXA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7536784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSgLMCRA9TVsSAnZWagAAcScP/3M+sO6RsUUBOWsc113L\nk/3Lgz5qStezYSKJWtOYWC4U/YKh7IMC7+4VtumizKfAIyFTQHwrgQbtLpMU\nxkTraSQGOohCUn1+I9g77+oHAXL/biEl4SS9vUrvkb2ITI44AvzdvSdjLDww\nNmE7jKcyyalsYqv8DET3bZ9E8CJSoobKOmPhLriWNoLIeIY4NME33Wwe53s/\nmYbNQ9HcQFa5ySXXC9/mOy3BURDQQUXirArtkt6TIsFtROEFmHObsjTOmuy1\nAgdXh6sGPrtZv2DNfaxk+AiZrvaySJCJqioKANoUDOj1swZ4y3yjon0raF/m\nBLfiNvHbwZ1LpY3kLpXCmSfWYm4Dervm4Xq1AXpCQ5/PlNopnP8ndUs7lMIO\nIa3v66yx4BoQCMpMxt82tVh23rosPlmaSt7gAWXbyKV3gDMrmiU2IO5YthTn\npldXoxMcoY9LwfYJKYveD2wAgPMXsHLtyxlnajE8wpLCw7dtmuEBYPu8jk/C\ngu/d2cc/GkO9xfxYOZJ7fxqQQQ/GmfBnuMkn/EN6sC79g1p97EBUYHwMKi1q\nG692kRPWhLntoPugf9pbRyEB+mA0aBw9cJQhRA13N3se154Wsa1eJnk+lP/E\nfQfQYN0ODu3ir5xkiBqr8pdW7pqEmQXwjJ8fPfczoob/Onlyhk99qv3LFUBb\npP4+\r\n=Uxoc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"9ce38a40a61c3338aaa9a0cf09498fb4644d3258","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.15_1615463116083_0.6699015613706465","host":"s3://npm-registry-packages"}},"2.3.16":{"name":"@antv/g2plot","version":"2.3.16","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.16","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"e4730bee4177a062eaf5a618ff94886042400f90","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.16.tgz","fileCount":1632,"integrity":"sha512-ZO6Uwcy64fxZPS4BJFiRnhyTaiok4vPsTwnAw6WiAFyFaDmtjSKOl9rFQbq2oPnzOQJIWYSu1S+HOUmfWDAabw==","signatures":[{"sig":"MEUCIGLOevWnCKkB0ynqXtgf73OXWQDox/vTNornc8sSKdPFAiEAnMFALJ2HScDm1DDIivLbZWHjKu298B/Qld4i0rKWnQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7569908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUdNGCRA9TVsSAnZWagAA0yoP/0GTMLyAr6Cw2AfTy24s\nXd3g5t3MYbs2WAZcAu5Nlp7crsOTlbyl6fczWZEyFUSiY8D7Sq04Yc2craOM\norHbkbo9NvvVDsTvnD1GLSR4sz3eVUOqtbom9jrQyYofPu2fJGZDMbxYbfpL\n5XPY1qxAYt9bXyeXsFWJjsXvXbbeRb/OgKfAYzyveDoEmMoh84T1f0mBoQeo\n4zm73v95deT7xIltwGzSda8yQuqYgIZr5zEM3JmVoHaB1LkvhJK1/8ZsXYkd\nuaX/kfH9CTFRAWyLQk8eNxQfHE5ctBqFGc174mGd86vavtHr9NmKn0UesXKW\nHbEgwgY4cIcxkLQPy8Pwszgm1LqfGYgOfL6c8hTfz6/+1rI57T62sXXGFm2E\nXu1ez9EM2L9zXde68luiX1j8/BFyKkw+lQGT/fPpGDgvcrwHY8Hh11Xeiak+\nDA90UYdG25o1v1XBDxwcX8nnBQB7Pb9S12lCSHSj5j1NvYj9LFvhW+axNwj1\na+5Upd7ZBh/M0QS8pUOFivCTU9fIyiXG7ncLNZkvS0DR+aL1An1k0cF/egYs\nT0a8IBJTb14O+lorWemv2RIiWBhQb6jhew52fPQaSleuw8EVprjCKdNdDqrN\nlhZc5+6+NPAkZ/zPZ2LDxDNXkkUUs5zhMkNDV/FxI5ga/mEihFa8tGH5tjiU\no9Jr\r\n=2Imc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"a0ae3863dd505093ac88fef3d1e9b63d89cd1295","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.10.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.10.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.16_1615975237382_0.6472935206546593","host":"s3://npm-registry-packages"}},"2.3.17":{"name":"@antv/g2plot","version":"2.3.17","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.17","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"8db889e083e77c49003e172320a350066807e28b","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.17.tgz","fileCount":1639,"integrity":"sha512-i0n5QAgFAL0wPYEvKWwPN2+P1V0K5b0dBwYDUHpn/i/IG6CYw4aqXLLGDMCSh6dR3rYpsLBH5L4+w3b7F6W7oQ==","signatures":[{"sig":"MEUCIQD1zqOExbWVxiTZowL3KqKotuItBI3E7ZGoSruLdax8NQIgGKtwjJSzoES1AKk4UPNFXC99lfLBzi/9rKf5L0x2h1A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7600405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWwWpCRA9TVsSAnZWagAAn14P/1rmzWeGcuVRLiTNiG9r\nXMMfklp53N4rhn7k13xQQpAC8dVm96MeTQGY+X5pvtpdRW5XXxotYe84fraJ\nHDk+Apj6UnZUw3Ioy1CUX2yrgoivy5F5RzEepuDQKl9m34daJiJ6NJO1aou8\n896hHtcqn2ltTzLE+OEE1F1f/lHD7XTVPk+bAmwW8kSmmRWPn1lzv+Ao302i\nqZX50Q9fotLZ+0TOSg51wwHbiE5R64fYyFXG2Zm047kD69ThYkUN0/mUGnvR\n/yi6LbSLv+SthpmfGHAU+TXeRhsI4wJVvmL684hqxvnEyDTU4MdVwGldauB7\nS/0f8nsGyUvjRvfOFBmN6jwfpccW8N75fzrK4O+n71IOhyS4HdelufEwAuKL\nCrKadw+LYv29/BEtrO5h48KUPJd2Vec58pkEkvXd8VDrvzyAtDZ2N58kqCVO\nxY8Vdzb/PCeZT1APg1b9MB6ZOZ1ypr1gfW+i9YyYZvVUrxTV3eqiBh7pt+DK\ndMPhTaek6tdNM7lsLOSlpijK7PrlmPhmM6dMqyCsfMAFgLmgfBeM2zoRimDS\nC+vjeFtm3L19W3r0ri8WWe+d+q1pCTgWj4sHnTs8/GmaltZfOPAjCn5nFbWD\nPdQCJ9Appo7BLsbd19qC7WFgyGPB1BnaoiLiI13Gx4+pbFN1bTwoCLrg0SZR\nftW7\r\n=C6cY\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.13.6","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"13.7.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.17_1616577961228_0.7166154526229715","host":"s3://npm-registry-packages"}},"2.3.18":{"name":"@antv/g2plot","version":"2.3.18","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.18","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"bfecd0bfc1bec33204898393d0fc8476c6ad4aae","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.18.tgz","fileCount":1695,"integrity":"sha512-Zs0anNXwcd8wSml688vnDHuTE2C6x9gy60ShksFcAHvi0YULxYWDFcrdqcS4GRC9FsholuPbhzi08K798K0Yvw==","signatures":[{"sig":"MEYCIQDa1vfgfK4UKQGqX8AS2anJrfYIy+JFuASgFlKztM2RXQIhALir2RCPH8bFhgMkXM83BzsHAIVV6oElOrfNEykLHXfS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7734337,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgdQrhCRA9TVsSAnZWagAACWwP/0/ivH2SrEjHzt3LQ4xB\n6FfrbLYpFPI0f/v28ef/6vP4/eNRW23p0Z2uJ0Julr9LsqVLRY756CWY0nE5\naqTKvEWbCMynb93puT4LpL56jp41f5198CoBu6xR6F87qwvirevT2xBv1wIB\n+ZH+Xlg1DpKdWIvLbeTXaTrejnzpTeRVej2jni3ZifNxOEnjqgz7RLW1PTn+\nTh/KgboPHgFsuWRnaoLsi7CSfA/deBhQnD2WLWa0JGS6gd9acGz9dCOzYRxq\nb3L/MuzEjpYWfu98K7ptCxtDoZZKDsStxS5FnoLayqEQg9uIL+Yz1JdV0g+k\nH+TB+gZ40lwKtfjA3ZbfJDe71V2IIfJh2k8z3GERSf8jhP8t4rlxOHMNiF/1\nNqOYX9+RE5qctBNmOw9MzzlVHmOu6uDODRgF+vfJMxxBNYEDQ/WbUib8p5jW\n+JWA+OeM4BnwdH2PLGzan731FMZccpI8b1ZE8RPH6yyaYzUsDPfwNErS2gvd\nNEraE1BGuaan4Gzyxs6mnAHGcbo2nfZhnw7WlTTvXl5JR/8n4g45XygEeouA\nPo1k9tuGpOBPhfmSqvx5vw+986L2N/uLaVLOYJ8NG8a9jXxJDfKudz1hTovU\n9WN4v9XSBnE8DrWSs8S9k94XMAlAcBHw/WZGYwcEw32f5Zh94ZwF18/nqyLX\nKrWW\r\n=WzoB\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.12.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"12.13.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.0.4","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.18_1618283233252_0.18396159795997558","host":"s3://npm-registry-packages"}},"2.3.19":{"name":"@antv/g2plot","version":"2.3.19","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.19","maintainers":[{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5edd9983b21ef3733096f2c7a43221adaf2d41c8","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.19.tgz","fileCount":1694,"integrity":"sha512-F/1rreVG1+gqiCB7rMEnQ1qVuscw4e5jny/4/kxP37SqhTxX1El+frk+euFDvUfx77Od5i59cC/Y0LkFxwMyQg==","signatures":[{"sig":"MEUCIHQg/C8rW34mY3IY3W/CwzmWxKlZ+yCYQV2GGIvslQlyAiEAge0RK+BitkodTHNM58U95cTvDrKPv7et4nkmBt+Qhlg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7742177,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJghqH/CRA9TVsSAnZWagAA1ZIP/iDkvcPpCApTIldKqNhU\n+mXG1ovU83Puc6I3yTHbE1y5V7k2TnejoneAuio/odaGkeIeumAjrgrEnqzW\nIcikxGzEchR7Q2Rfj4FZ8crYZR7SunBjVAwSXiI3W8SBI+62cPq9x/NVLQRd\nCS9ZkKstNTU9y/DC5piJHsxHJJ72rESEA/JFjrA9iHZDoFMnMWg1MmAyGpyo\n7LeLcklybEJ/+maRwd3Q6rCexFnxwJphMeDVrcJmKocI5STdHw8iRhIlzn3R\nO0JePMKG0q8slb4n+uefMnoERnQImu7um10Wb2UN6tjv8fmyj8bBhaCMTCmN\nenlFPX2Yc91nDnqERXyH0DOxh04WDTMxsN8rGxw7tJAndVweOOr4CZJeBkvD\nVh2oMQpAeRtkEYE260agyCqXz6hKHeqQ/mTMoMWypTvysVvKJRDm9qWXMXRG\nIfnh2w1neXAM0IDu5SuGhlG+06h7j1F93UODfossmMuxJyhuTeUsIAPDTFlB\n/1GLjwW7pqFjHL/9d4IxHVw32hGF4JWOfLTrIzVz0TSDGYckVSCZ7ZnfDByL\ncD1me8kqx6bjqU/YGf+Szw1jbI/Bchohx7n69TmhpOrXA9KK0xUm/O7cuDM9\nXKZIc5YXKh9Tmc5+GT4gtEeQ1QwJVsy4I/+RnpHR+rbZtqA9zzntrhO+AFCw\nyk1j\r\n=OpxE\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/(pie|radar)/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.5.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"15.9.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.19_1619436030870_0.09141479936813712","host":"s3://npm-registry-packages"}},"2.3.20":{"name":"@antv/g2plot","version":"2.3.20","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.20","maintainers":[{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"a098e9857b175f7775f5fc0571b2b288cc891c48","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.20.tgz","fileCount":1715,"integrity":"sha512-7XK4h4p5C3PEo9HcP5A4TyPAFp8s8ZWgSkmkrIoVHSRhJyX5ZxhuGEIDkT/sSNgE6agT6Un71MYbF/zFlcUXsw==","signatures":[{"sig":"MEUCIQCnqfd73YQorGSprZs0irXJJ+h+KpOq7YeOkA1NvuxrHAIgSXPtl8oBDiPHGflNjbAWG06ctfcDrgyS01iumeI+rac=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7811686,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnJkqCRA9TVsSAnZWagAAuBQP/2j4u9k8DSyZGeizZvXN\nJILBJ0RTdGFRbWuhlB3zrYMyv4RI/r6ahKYtGoTQBRrePssVLkzMNEh+hjVU\n78pUBpXHVdtKPuVPCP2xZhNRylrQ8QklpGiYLRkWwkCcFbMv83jq04E/xuH6\nDHfmLsbwu4PucT6VbMobKeR/tH28BnFPsSF9CuqaxMSwcIftYpkNLnUfP0Nw\nVMet/WO/SvRoAD50kbaqkIYySEC68dFimXe7WCfT9JtH0+IOtHtP05O6btxE\nYmHuU6BcHZwzyrLl9GghJ+IYI2aTZHO98AXFSruoI/GUfoJVA/uR2TabpfqG\nwIn4+WSvIJzQbMxVpFQprM0Uuy/PFcyMoGNZL7Giq9gT0i1B/zw3U6rSYct5\nMMO7gIxb9qBncGIhOjOdB8lM2EnwZqE5VVJxt6uvnclx520SLa8Fyfhl6MFP\njRazRkhHfePQogjTO7oSGzFCG8hC2G/XSIv1THieJTlYUi98pG5vTzofC7My\nuY6r8fdismJsxNAoVgKTy6xeLJV/qK41YN1XXC675zLXWNfjs4HEi1fx5x/M\nLR6lKCRHaAUza5kwPHiPoEw+/oMw12fnmOGZyM93cbMnXT0R0DPhCmij0F5O\nKpQvSQjTSziUgSqtzk6v978mKK47GRr/QetczU7Jp3ZclJQndWciHRLgQ9SA\ni6J8\r\n=ABjZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"deprecated":"废弃 side-effect 导致一些副作用的代码没有打包","limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.5.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"sideEffects":false,"_nodeVersion":"15.9.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.20_1620875561876_0.48480146673940516","host":"s3://npm-registry-packages"}},"2.3.21":{"name":"@antv/g2plot","version":"2.3.21","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.21","maintainers":[{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"wufenfen92","email":"747042796@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f134046304294d94879c52d6db8bc1b70c72aebe","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.21.tgz","fileCount":1715,"integrity":"sha512-YNTeQobFiuSAI8e6pVMZhQISlfobHS/+/5jix6yBMQezO6zlu9DjEn3Uz6q+V3wfW/utKi7NRlFIkVuHGezQsA==","signatures":[{"sig":"MEYCIQC8Kb06vTD7/NoW+5qzNIXh+GRAaSFAlvo0a7MoSLa0KwIhALTQPsHXzd8UNUS9g81bUiYi/EJJuWiGtoabvCV8HK6h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":7811662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnMAWCRA9TVsSAnZWagAADF4P/RZnzZg6HNOyl/I8zY5N\nYEoNwS2scOQ3h0i6W+IKQBqnkvvmJMOn9iCOX04RsZlT2+BMhcNbpeZHoBRo\n+i8el1GknqfaW5YfXXOUU6YYrleAIHqAcSBrOIvgWmPYS2hmhACbpru/jBUj\nojJsOgtBuWEe2BhnNbg7c1HXMNSG2f85h+SlRCce/ICj1PN/EYNOwQJGvzLB\ncYhnxXn9D4rAdSQGnTTy7hs8ebWJdX+FgtGhWxrWfXDKlw+xPfnDszEh3Rnd\nnpDvIApdujgb4Jrbrwfl6czulEiM5JiMYv68GFjQsNt8Dp/5MHaXlE02fDXi\nHnWPcPl667LQtdWmcQHLb2Lkgud3MK9f5X/IfQbVk+eQyhXb1zxr3OTIQqjp\nRWGZycy1bx7UhfcLTW0iLqe8ZngSdWPb3YyD/8gJ1XrDKP/XDaTmxkGiq00U\n5zfS43v/FoW2EZaaTMIZoQOB1kchQQ+bvUVQI0jCGVzaTmQZMOrKXtXlg7xD\nUGCvJg/E4UCdrZxW9kQED4396myIydV4OZJWuMmhhfduBpXYMCDGu2GY7jcB\n6WCQH9CCDnGkXvwkT68yeNFNpSwlGjq3Yfw1qHBPPhJSIpD4Vh29yiHUqgrg\nhtXBL+TA0pBajOtIiRHUNFn9YM4Gt52dXFlY28zlVaE+Jck45P48eShG/DxT\nO6Zi\r\n=F9o1\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"900 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.5.3","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"15.9.0","dependencies":{"tslib":"^2.0.3","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.21_1620885526305_0.639693051041877","host":"s3://npm-registry-packages"}},"2.3.22":{"name":"@antv/g2plot","version":"2.3.22","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.22","maintainers":[{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0233a62a3931fbc824232f5aacf33ecaf2d92bdd","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.22.tgz","fileCount":1870,"integrity":"sha512-dCZqdBpSsl3xSCAaDwGfN+RUX/SJmlbCJDQO/xyNu2wUsE1DHH++EyqAMIw8IPGgHwH2NCuUg+mHJcG0J9Xaag==","signatures":[{"sig":"MEUCICvvlkixxjjjp110+RrYMV8zpXYI1WEK9ZbYIX2LJdx2AiEAhicmsZGaYGfan8fghiOWxWdaGBRXLRhwrq91DsLk6zA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwGdvCRA9TVsSAnZWagAAK3EP/3dJR5dIZUg6FSWySw5Q\nU3mG2q7A6t9rAlJGsZHMUGEv0HN5Tjvij3XwHF0Fq58GiI4TyRxqKhodReF8\n4eGmmme//M+y/kkEoDvF/+cRjnB0gDZJ7vqvEmOpPsYHXxb1KBm+lIVcDAYG\nJjXu/AmLWYiZb7TYd1UMXJY06OuQoqBero6nPBF60ez0XMHMBCpZ0C8S+O3f\njFCACLqLTrqpEYLFnpJhIG8SmO8keBK1Z2Q2iHxXztqhAQhrvuEXvFGg8vU1\ngOyCbpVeNq8QUQ1BAyWBZ1IV/Vn2lmtmY1+kibZC29WGaUmv3FB6XnN7uGfD\nT2Bu7xv5fhJG/TcmOYk98RWvwxeqhyepVCJhFFSHRfxHD1j4azb1zJlyxoyx\nqduEUaOlAT8sSXV33ug25gK0tDdcIt6ayDl213BWVYyUuy8TagGMvZ/3iqSO\nkcf6c4v9hbrTB0xpdJpIgURhL7yWN6dkQ76gB1+OGgNQkm2YacYN7XHEXAeC\ncExqdLICmKehcJO6ci4WMgry8ngbhxXqJkvx2ABdoKaN620Nstyhjn7fye3k\neJ3OOyDJRGDzOfi5kcdJ4GlQ9qo6a1gljxeBxnss55Dyy+CGCiDBl0Vd/FBq\n1Pu/xqQdK4CwyOPEZC6ih1bGBxX9dKYNDd1oJmtCOsJgCwCrzh7dtDcjbih7\nFp5U\r\n=3Kfu\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"920 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.22_1623222127102_0.9703969458840367","host":"s3://npm-registry-packages"}},"2.3.23":{"name":"@antv/g2plot","version":"2.3.23","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.23","maintainers":[{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"936f74d9550f688d5bf1832d2a4b384cefe52292","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.23.tgz","fileCount":1870,"integrity":"sha512-tNVEgYAq3FSm7sgiCeMzNu/aCpCeq/tGpOZuVrmPU7a3LX/EfGrgQj8LByMoouhp7q0et5wpUgI0N1a32I900w==","signatures":[{"sig":"MEUCIQDLqFowLYBTMNjLWLMaJVzUNY0NnM6vWR/CJt4hmcwLdQIgYu/QSCSzJCDpdPCprTHxQGbso8LqHl5QglzGYLKngC8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8279606,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwOLlCRA9TVsSAnZWagAAh7oQAJLq5TzDxkwD75pZU26X\nQbII7ZMu0TibNLjapYGmUiGmELY61RFBwSAjIU16frVR3k1/Iz3kyi41pxG0\nDokSRU3hvDtC9mC/3WIptuN2R3ur0ZvZc+/B9g7EXkUw6kP6X6OOIo8mdCjo\n9WWV8xvmW0loZqhu0Rw+jWy74IqLbaEXnvPTSpAYKAGfsh5LozbrYWgyaWuW\npMqiJmLEx+phf8E+2NI4/xemQxEBL25L9JG/Ax/aWite+24ngih3B5P1Ep2o\nC/qB9G0cjI3ygl+DcAJjcLrOQHgmyTHoWPKareKBo3N0UDbi5oZb8Q82pdgD\nKuYCaIr7/1kwizL59X/8PZhpM3UT3HaJpkW34t5HxpS2L0F1dyy1y6J9EnDn\n2u75kNInhkpaG0b2tG6YObpdDxuwavFK+t4FoKPnDL7FPRX2kIbLFM0iB5/U\nhH0PghJA9uoBJcU13v4pfMVGc4bdHf+Z4aTb1fBIQhkpW8SE88IyDRGtbIJd\nqXi3zfCP8dGl81lbuqrHpjZvkYMDch3m/3AGZOWwD7C3MY1Kgxh1qjdbfM7L\nzR28a+Zoo7pousD+q/6lHMNUY67MswisBH0rfYYeWjN9pLl14qLNHuubL73z\nJ7mbZFB7MZdWHZ9D9ENbR+tanQWvwTDhBB3OTjNfW4XUAucGiLn9tIuR9YX5\n/jOP\r\n=cg6n\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"920 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.23_1623253733380_0.05244402193000397","host":"s3://npm-registry-packages"}},"2.3.24":{"name":"@antv/g2plot","version":"2.3.24","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.24","maintainers":[{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"92d8a6157a6e6d8999ea5072f57ebe5c73473c16","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.24.tgz","fileCount":1870,"integrity":"sha512-JP/8l72iOJSFuuZHe7nYvNqkwgDg5f6W5DbXXZiLOiXKBWwFTpiNiAvKI4F5yJBSYcxPcgz+hKHrEBc8jO5K5g==","signatures":[{"sig":"MEUCICwQXep4/rFEJuFQqF0qeyyT6h8Syp7UuBRYuhvPVY7hAiEAnCyC1JEyu0qMQJazlFjHFHVJuCulmE1GwBXEhnWyazM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8343986,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgybsPCRA9TVsSAnZWagAAaCcP/0iFuPA3yj1oOh1RHWgI\nVZNSlrQ3Q0KM5l+eq88D5yyAH1i5CFzXyopaUmB3zf5uQtpk7iSGGiiRe+gw\nV90xIDoR2oSUJZi9gKt3Bvn8r1pWsH4ieQB3SDreCufAliTL/RmxLdQOzny/\nI4Zng4rL2Sey4yxN/6gXeIupvFJRPubCOICYCx3rBNaOKS9inQ0rHvEz04af\nS1+qpO+2bWUGeH644/jakfGWen/NKi0L9XE5t26g/11/q02ux+wHJAXXH3Sc\nn4ZfQz6T9TQor0hzBBgVq1wqywqaPaIXps/thlc1QjM5WKQxZllmXTcz0vzq\nXrnHogWR8ptDTq/24gAsbiKIgadFW13jOpPtVl2ypPGjw1SyTrVC04h5UA3I\n0WRtle1ZjVPoFqLmIK+bmVoCwNuoA/XdxF/bYMbElOmAUrELsBnNpADQAFN+\nDPj7UYL6oZXL4TVRDrwAKtAEAZlrPcU8BJas28AC+eYJtXJGmAUxJIFQ8imw\nZyV9OK/T6q2+0UZabe6RHHY8EDtmq7rtA1gUJFIaqW8qmkFK2IKr0voAbPRt\nHlQMJ29NggJedVQvvLXf9F19dHpJ7dLmEwA5DvPIZMLVDqv0N5W9YyQIDLY1\nu6RDDH0awx1S7ax9SLSjxcybNI22FmAy1Q6bm78pUIQxOXer5YEG8gYJCKJA\n+9IJ\r\n=YQ6c\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"920 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.0","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.24_1623833359383_0.2552838611683612","host":"s3://npm-registry-packages"}},"2.3.25":{"name":"@antv/g2plot","version":"2.3.25","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.25","maintainers":[{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"0db68128b65188cc9503add2feacadbc1703dafc","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.25.tgz","fileCount":1919,"integrity":"sha512-WSkD9dP+JVTxDv4OcAMzLqGrY4pHXVOS9urK2Hpx8NjTqFj36KYAXY5XE03MoDQqiUU3giE/DhOZvhCgCHCODw==","signatures":[{"sig":"MEQCIDRL7z0S7qWD90e1Z4sRwdj08CpnFF+M6SQxbTVDCU9wAiBRtsXrPaPjRG7nBI7Z3HfMmPSb/0IYGfr/BNfa/Ompdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8505841,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3GMaCRA9TVsSAnZWagAAYEUP/iZjqsqK6LDVyGsCHLbo\n70ClQZedRaq4G30/2qfTCLrpAIAkrICXQd8+aFVa0QJ6GLuHUWdubAFvHC9P\nrC2Y3QAospR7JzgZemFgPPZv2DITONMOU3fDClVKDRwwtLHByIPmvDVOtOlx\ngJLZVAyrg6lPSBDPYKji7aKNDWq1XNXXr2cTJpfoqWTdMMFX9lMhYVg9N5RF\n7en7uw2KtFBqHVL5cB6fm1jmPn4MP3ZF+VYjO+gxOthtjMSpKGN3d8EtpexM\nFBcIqKaVNxc3OaJPmF1CKKiX58nicxQRV2FIt8gLa0Udm/wllp8rCSt91PtQ\n/n0s7GVy1F7LD6ANPfdCXFzD3A7r/dFV6mZpj4VWA/dTDU2DOQwkYCZ2vihK\nCPSX3WuGKVhEczTlp5ElMRagYs3dRpqb2Y0W4Nrb7zu4debl3DpBI3AHnfoN\nn40oDLj2rUUBi0pY6gyyL3UIezi7QFheJdrBg2yg12OhZxk/mJtnKB2TIbbo\nEaPlyI8Jf3h9t2/kXCkblm7JLkNXAupzP0q63laa0JEidVcWW8PufUy89inZ\ny4BO6166tvngLeTUOgAKL6G3LC5lPP+1EnILPBgIuwqDLf6WiEcRHIj1Bu1C\nlJCiU5T0inScax38/zfDawSxQts6nUaQhe4/kTcrVNIWMZ8i1gXg30kt6F4n\nC6BP\r\n=j/3N\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"925 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.1.6-beta.2","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.25_1625056025658_0.5804413597276439","host":"s3://npm-registry-packages"}},"2.3.26":{"name":"@antv/g2plot","version":"2.3.26","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.26","maintainers":[{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"920bac99c0a5291ca8e510d72ebe93196be31087","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.26.tgz","fileCount":1926,"integrity":"sha512-ba2KgLoQ4w+mToUsDYqAC5nOfZWbJR8Nf6s/H7KYyno//Ig6QrnVhdPzV7QcC0tLL5X6ltyCGrVpZUYgGevCJA==","signatures":[{"sig":"MEUCIF5b0Ds+aCwDf3Xc0nSI8hj4HS1EjTI2iOzoACdLMxMXAiEA4qk7Y/wgdU29xDd/jOKCvJPMDU1v5+AaodXWQfEWP0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8524194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5UXjCRA9TVsSAnZWagAAseIP/RYR6IxlSF4apsA86efZ\nNQdrOP0/7u6whhswOhwBGryppiOmcuxuhC5L/Azk13LmFkxGd4DxFatB8sSv\nug9lny44i95wIYxoARPYMGv8cgje4Uo1lO/GJWGgdylojmibaOsgcDguCVlc\nAZR7AcCx2XgJ4mIYdovW8aJJjJV/oFp/8Ko1z6ZXiCC4+svsZPbkNsv2BClB\n9oKNdHylR7tXyWbR/EmDHLQRH10H1yvV5fZSyt9o4ASlGeIQSavTvcFNBdi3\nC6mVeDSQPqZVdvzMFdd2sqqYv8SnAfeYPAtmgBo26NF636OlmBtha0FjimvN\nWZCF2PCpjfuZzLnG0dvtLOtnN0tEczU+QDk3+1XtUCNE/op/n6sL7/s7ENbx\nYL9CwyaK0soCTw5Mb3C5G2o9rZT7NGWc+oXGR48tWtrEbOJ7SEbkRsOE0AUt\n5VqyZbTbN++DnQgsgPAisOrD7HExNClYUWzpXZ7LJjiVe3NiTpDZLKiKpmZ/\ncQXvajEUAswaqdivZsxZ88C8wq3I+Ya6idhRypmGzWW8rOfB3TnOEbqbtiFb\nDbxWqNGLdKWdzBaPQ02/nf044ZkztT6bV6NfcxRDvDr9QyNGakY6XgT9g27q\n+sttWWFMOk6gZU/slQYlyPfbULccJ5eOPyuC0zsDyLUDCo8RKe4SJFK6N4pC\njZin\r\n=IbSH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"925 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"250 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.1.6-beta.6","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.26_1625638371044_0.8328327709327759","host":"s3://npm-registry-packages"}},"2.3.27":{"name":"@antv/g2plot","version":"2.3.27","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.27","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"xinming002@gmail.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"043441627727e521151c905814acaec247bf59a5","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.27.tgz","fileCount":1926,"integrity":"sha512-e1+NQ2egiPu1HHOuKdAHKmyE5ceqzlDNfpnxH3pYNXxaXdhRjJ90x5XvMLZ3YYXyzC594SkYKTbja5NNGSPuwg==","signatures":[{"sig":"MEQCIHDAn+iB7d9Wy2sgKkAn4xHGXNfSxTehX+cuJoiLbv/6AiBEBJBKSSfbswMqfvlwEpZQVnT4U8OPCGGENCwSTjLlCQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8559800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+EDdCRA9TVsSAnZWagAAEXQP/1WBlOxcEoShViFqgXxc\n4k/MAfpUai6WHXbrQW0ULF41NIlNtKj9H21C2mPzxYt+3IDy3hXKlxVgTXru\nq4GGikklRlpyeP7RKYSTfeWitX4Yzu82s52cpFHdVYoZatKM37Bh2djXUlZ2\nT0FD5JMsmLwvuXK/oDHS36rHz1XZ1UDAMeQOe3LGN4o7q5JyqYTaok9yzlr0\nY0Gvys9DYYx9TzEM/jYer5cPpPUkf5RiwBd/PG7m9oMK3eruLStEF4Ctw6sR\nov34me2aWqfOMD4vutN29gsfa1YZCitIs3oNbWUGVkmbWZkSTfyJl57JIbB9\nPGaeuf/+9Xq/vAlVUFq3qussLj3E1sFz14AMPUXjwvkK6TBaw/KyqBS+KphA\ng3NkKa0L4r8OzLAWJXIVvRHaQK4ClXjIpQbMXt8mibAd4fCfhHlpu5Kl2d1+\nJcWxFNRMlmM+JdMJ2zc863+MKAoBlfIuPQfbewNkkalCjx2kZGLVJr4CDDd5\n+JKxVHVwx5brKEEcTGFLStDYcwALbJ/1O3JCZuJFlMKUOr5vanMPHxn4q1rz\nnQZoYaMochRNL36fa/7ThUMvgIsls0GW51FqU+ysDDWJ5V1PsBXBmMRT06Fw\nnjoe8quorcE0Srib1lawaFTeicQIgVE1gxF370/D6UmZk8maTWU4rFPhe16A\n0QAM\r\n=IOI5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"xinming002@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.1.6-beta.6","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.27_1626882269595_0.5856965929765159","host":"s3://npm-registry-packages"}},"2.3.28":{"name":"@antv/g2plot","version":"2.3.28","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.28","maintainers":[{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"a4169631ab3131c9840fd1ab3ed115835ad3a1b2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.28.tgz","fileCount":1954,"integrity":"sha512-zPifWY4Cs/TrLYASqSXb9XTMp5Ics8KUokw3cGzGNb1+DxyJCmjz2EBj8nITkWTnPf51IBRDrgOl2dw/17tWmQ==","signatures":[{"sig":"MEUCIQD1uJHG/Ir60tPpMWgQGv+Y19GUT86JaxvRId6ruZxc9wIgD3PEeVzs72+3BP2aZtm5hA9DB41aIRQYfe3Jbem+AsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8731156,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhA7GjCRA9TVsSAnZWagAAepQP/iIvi50LidDnTaWADbhh\nKE/DDej7j0pGIDJUM5/JvTkpGOrvhDkixCMwDFE+6el8U+L1mAWN5Rx0wx9z\nR447iqFSYnIxKDNdbZkXQORo1U3QfPQbVVMG98KzuYM9wlmhSRqoQiyk8ZHz\nIVjieymJwoXwgPdJ/9ysZGcmUfnk1QuHSah88gMySx0pCsMto9BVSCPwVJbS\nQ8IBNHMFhF9N3HvbX4nbY9Ui0ASTO4aKBn6/L3Td/pOnujzL/RF8wVlDqwiA\nifcgKeYQvnoP5H7PC8uLVQ2M7bQHxXlA52jckXQZL11ZLz5ONW0vmyrYLFoH\nsVbpCZW8kEJeOyOLFJandiea5YhH7T+qOOzuqOcdeskmCG14xvNMYfWZkHqH\n8Wr5CXZqhCJDWlfzzzwdv2CpaVCnyOM5PzXHUGppo99F6tA/+byjwfHEIWWz\niqgy7XPYeewAtHvn7O6lyAGwPPuLeciyPj7Er1fL7qJk3E0mSwmKZwaSZIwn\nRl9FCfmwoFWMDR4MuPoq4JdarfIFC6c4KqqYzVPowjjuKyJJZC5nde1HvpUH\n+bUKXfiF99Ay1DXl7iq1JWCNWwMebGaItT67+psf2urp+YEBaSyVUydcZSvN\nTKZEmrjFrlj4RfuDQeACxCo0IjPsKXU4tIH0SI/sy6iZFpce8TAK4V44nnkt\nKQRw\r\n=YZ47\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.11","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"15.13.0","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.1.6-beta.6","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.28_1627632035444_0.5424148086283649","host":"s3://npm-registry-packages"}},"2.3.29":{"name":"@antv/g2plot","version":"2.3.29","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.29","maintainers":[{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"69f3fae4c0c3f6978cf9bdda9f4f783e810432c2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.29.tgz","fileCount":1952,"integrity":"sha512-6ZfvlIclgdIlzWRJp5oy9EwvHbe1MxJTuNlRrE0WvfUDPDlL0DKYXgHeSZT0N0KOJfNhLL3fn+QC3c+25fGU2Q==","signatures":[{"sig":"MEUCIF4e0Y689VmzRMhC+pKCGDrhc2zX5YoTUiowQYMrmWf2AiEA2gN96IaIapIZmKYu0JtUWkuRWy3fREicNBSHLNqTlQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8633783,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhENrvCRA9TVsSAnZWagAA74MP/RFtG+SlFV5rylmApMXn\nrYOeTrmJ+ZnF5dqvCjcN0Ubiiwi+IcfqHuvhb/eOIyn5SbWrxsIK59daJqWv\nY0nFv2dV7pCB4JDE1Hp40wI1QOmQg442MTl/YroIuv/2T+/YzJE1k6tzVPJE\nWrjjAOTnLZnEI76+Xl9JCEVRRJ+mazfDzCNnpZAr1JWpJGBe6DtsGfrj39Z3\nU5I6Gek+ChYGq53kKPfkUnP0K4XvSDKXqtDNCA3dd9IRue/MS9Ljg2c9JJtA\nXwcmmr9jqXSKXSALUQQ1CXhFFGdTpEE01P2raeAB+3yvA0iowHMQGdOqTFms\n41eYZQumsnNoeL9oJr/nKAOE6cJmCJG2VwLPlVQiTHmQl/jHGGy0zftZ1NTY\nlRVTRNyJP7vTf5LJVGjhT6buHQy+w/ZxtbfVfDOxiebkbFrFLhuOi2OOtH2B\nkS1dH9N90TvEMrROwiWmtCGS3v8slThtIUg/8A+e4rsrv4mZMZauu9HchMx5\nBCTXyShUGQ4Ki2dVGHnSSrXl434HO16dYrDUM4kDA4iioFwtdZjWsVa/8VBZ\n8BVuK0jmgpy8+D72LlfLSoJmxgNsEv8ZDCIHAjTEboiK6jSpVwlealBHiTH+\nAR6HLVQGkEVSN1x9U1DZm8dFj6h2EFT5nzqQZUdT1vgCcB2HJJROLAT1Fh1x\nD/TC\r\n=4Tq+\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"b8d97a3b8378ddd7fae59a7a1b6c9eec02d524fa","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.20.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.6.1","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"1.1.6-beta.6","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.29_1628494575550_0.43209469801568656","host":"s3://npm-registry-packages"}},"2.3.30":{"name":"@antv/g2plot","version":"2.3.30","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.30","maintainers":[{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"d400990694a7b971d1298fbcc53cc0fedae685e1","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.30.tgz","fileCount":1952,"integrity":"sha512-mGj7QWVTP63wVWtlceTEVK4NwgYQEXsBCyHANOtnRRU2WKhJDhRlPiV2o83BYm7P1WlycklTzvRQ9PVOcyH2yw==","signatures":[{"sig":"MEQCICt3w0e1w+P2mDlDO12f2fOH8gTy9dW6OWuPg/zKKpZ9AiAYh3GPJ5q6HyiWCqZV4ojcvVLRqpSYKcaI8jF1k2ibRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8624719,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFl6aCRA9TVsSAnZWagAA6ukP/i/DdgAD96OlYMDHwcC4\n/XMhhFai+W+JdFnj2B9vUn/sCgFjcF5EK5yaqm3SG3KXEyIrD5J2GVpYjQXz\naDDlAo6FxykGcndf8dRmRMueVh4yonlJwyullJrv/OuftwUv52ihX5X5Eq7C\n2DNnnXoyrXhQkTeDfKLoC27/O6KPEQ6rIdvgcYDaOHwlL5fpF7/ll6erWjH5\nf8Mm2YH2h5T87SGfrJhVtNNZ3inOcmnQhoDJgGR/Lt7HX+WbWL69jxo3xdu1\nq38RCwEvQ4v+U1eqfWWfE50tWSsV5A4I6dVubF7MvW0bLfA7RCwKedU2dyuY\nUyHt+L7cXgAlissmkqdsulz1nOvrVLEYPwCb74O7NqE5hxO+ZBMJG+NLQZPw\nq9lyXO1uYrto5mVMfURaF9to7HNjs7me0w4QVw1dHsMydNvxaSUC4+T6pu7e\n2pAPWeAT8s2lShRYxedgnPEAgMWo1dM1z/9cLAyhn/KbpkLIQpGOJNEPVUmu\nICfCP2PfFZd/wfzz9cYul0n9vUJochdouIpIKyE73Fq/EjToca0Ox3MRsbYj\n9NMWUNClPD6l9X++at2wh221p332P5QuuCzXSC5G1F4E4FpKBSeYwEN01ZDC\nxDLkclAp/anPvOHjuY8qL6ZxCCPxcsOGnjEyEBe56lz9NxUPZCmfAhj32Kxy\nWdE/\r\n=1RcV\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"39a78fc7a3130e23d4a7cbb856b8fcada483502d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.20.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.30_1628855962205_0.8709267815113424","host":"s3://npm-registry-packages"}},"2.3.31":{"name":"@antv/g2plot","version":"2.3.31","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.31","maintainers":[{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"3fe25bd701e7a793ba5102f25ee2e5fb1764cb30","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.31.tgz","fileCount":1952,"integrity":"sha512-pe7C62exZ/7dp98opsFJ7BVVUZgPusASXaph7EMPdjwDMbQn0SPHMdhJ964izg7g7qbCWcvBuo5Y+1OQ8pJlPw==","signatures":[{"sig":"MEQCIFR1VNU/qsXJbNFDWZrDbxOIE065nVj23qlDeEVKZu9qAiA8zGRg69/8NbBNHhvsuLZMIeI62uGVTuqDWrWf/Yu4Tw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8630010,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhGez1CRA9TVsSAnZWagAA1N4QAIA57zcE82dlyr9WtXtk\neaf3Wl0Rwp20aB/JalteCKuvPHZkdPy4OiCp9mEGSV8MVizSBGzH0znbesxu\nZTX1H3r2ninibygBEOZHbGxd7d+j52IoZuIv24vgMXpdTf2YfCnSTD05+fUr\n+a23HcM9qEfOZB6RbF19GZdKHQIWZFWTJQCvb9tQs1SXs2qghktHhYKLrUkn\n2tor5RO2HoPUb5GPVGAnt1PgP5n6jkNBPqswFCaqaBY8mxAmHQ2Xogzhh5l5\nkzLj/Y0J6bOVhqXnyw61OtNeQycd347B5HIUrfAWcJKHTNXdo+aJjPsBRIRB\nH+aR4/hN/+oSBIQwVvnmnsDNhdEKNddx3fiKF3m3rPucQyUkLCxlYoS6fi9t\ngN4KEh7eL5GQn6xPadnrKwb8F4CTq7xn8MQD2pZ5IZjA21bNYyzpVw2GSIgk\nCrN4y0OEkWj1wHg3/nN2ejsU4ZpLIhikAMDLEEUdMQ3vYdfZYUV9DNIrHdMD\nnAapc6fQ9u1PFzfsH2IE7mJ6UGUIwKvhL865+qztq34ddQOocIyXPLdLD/B+\nfsHInaVv7hmw9YUvR375aNfjOGm0hQlZFp0DSl5ZFfLLyR1p3pQBCM+nvUTC\n0NgFtE5nUW7SHCQXqNLywYsnSTWBF4XHL/ydAA7tuTrnq5RcWPKCp/qi0Fvx\n4959\r\n=vtNF\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"d980bfdc54a3091eee38d323830c15d2ca52d8cc","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.20.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.19","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.31_1629089012824_0.5686248390808413","host":"s3://npm-registry-packages"}},"2.3.32":{"name":"@antv/g2plot","version":"2.3.32","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.32","maintainers":[{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"9921035337792ba51d7a01037c2e1da8174b4e0a","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.32.tgz","fileCount":2001,"integrity":"sha512-ksBCEAjd2pki3H3Ce0c26sOD5Z8v6v7hbFwux1se5H5YPpzf+Vq8FgWO8Tokur07wiOqnAJzuEDflxos2KxApw==","signatures":[{"sig":"MEYCIQDy2ppV7ep3MpnMVwfxbcWctIbK3rnNV4m2NWQaItKnUwIhAIyd1Zx33AoSyvPZIWrO0JOKuEKarZVg78XakEjz5fsK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8752143,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJhGgCRA9TVsSAnZWagAAn5gP/2jCUvke6TyzECqoQsOx\nWKM0CHc5n8OJBGsH/5daXKhw+G2vd1Gz26SnuI+Mgre64KwD2Vx70P6YXbEV\neGlWEpo3PilOPJUyCJlAEqrLQJZNCWZMSa5Sn5uPx0uoDwPParHtXqzLur3d\nHT9W6XsxDYCRZj6jFTp193+bmwLKh8WqrdPVVQJ9xuE+p9mti3lAygF7ZPGv\nl/F5RurxwN3DsmfdIap9uxuGwALzmOkbTG778QLPexoTOU996p1meopqlPcb\nnlCQb7speXAqVwrovC+/Py0I6jMNVRNIh3TNqKghqYJWpQaz+L7836m1pisO\ncn7HxbZXFs2mFXr9Xd1VZBONZhzEk57/kcsIZdhEmHV6h9bvfcEy5JAcfS0X\ncXDdAHDYRCrr7B/8T7SHcS8wxhk2CSjx8hewzxNLuMEwmJoSlnWDk5qwZ30R\nbrtCdas4LMBUAEAIhsCM3SnX4ahNG7F8qgM+suRBsXzJI1j0yDxb7euVFrK8\nsqtGB3t6eYqWOoyBVx8zo0Au32v8C830HyabnLF29oyH7pR0D+GfkBjtqGOq\n798P6l3zBZLcM49n3tjlftCjEzcd+pOJhelFrZ03CZMR2Nr2sRnbZvNG7PWx\nhYKKucOBy36mDd7grNrTCxsiKX+FIRTrcYBHFsnCfHXkv9IMGuYiUv2jtI0X\nYdqf\r\n=NJ1D\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"e25bfda59c2eeeb4a1bcb01964faa6c7763b21b5","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"950 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"260 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"7.20.5","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.23","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.32_1629884832624_0.40970747769000604","host":"s3://npm-registry-packages"}},"2.3.33":{"name":"@antv/g2plot","version":"2.3.33","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.33","maintainers":[{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"137694408b120afcf88f34e641938e214c83bdc0","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.33.tgz","fileCount":2072,"integrity":"sha512-aBVQrXa/p2mgpodJgIteFdjhEMUsGWKsyQ2hlUA9GgjSE4IHHYwMqWusenQw7iLJMADtzGOGq29h7lbeGyplFg==","signatures":[{"sig":"MEQCIDhmsQzOVtDKjwJKm3Vf4Kw0CnA5TnxB/Gjoyea1F8+WAiBtWHATA9u8xCzYx+sltGlir7QP/Cn3wc9gE4qCMJUp/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9491375,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOeG4CRA9TVsSAnZWagAAaBkP/0bQokkuRJ4jxh9wzo+U\nUXgiP9YRgNTlMp/bc5vyMBidOQ0iaD38SJoTbu84HaScJfpHOHI+2RSSo0vp\n2flrdhuXJa9fH+/YzY4x9pOk6ZS2USKOoX2hEABkXTyCxyLY3CZi2M3IVXT9\n/Pfzh+r82IhyueCVIYyUTnh9a/8+qFS+mXx1kYFYun13VPa2GczcujXKK4K9\nH9MoDJw6w8LVWi0+0Q5J9Js8cLUKlcqNlRPhcsdqkSRXCYLw5+JQzEuk4Ojg\nCItOTNANzLJFlO76gsYu6XraKqDtm6PtC3nQSle1saQq5j+7Tvj1XPat+NlE\nIB6uBpZ9o1qNsB8PaljiI/nB0sfK0mmTYSzkiEK5lY7FxjBDDVHFxqaJYjwk\nUJPQ9Er39b10ZPxhqYZe1TPRmyXqZLsijTPvnGaFkXzNB22l3V0+YjQzb6a9\nHkkrzG3dCZ3hroi7AZuBepw65d98mApXzUZ8LMKL4PC+6CPnAUZCxEWvbpUS\nG4sZ12k/fhyQXpaP+MWE9gfSAJzL5vuAk3q+uh2lX/TqC+phpnoJngz9mHr1\nbYSqK0aWq+HJE5M8TJUjM3HLRMz8Cfz+Tx6sxo7grNmX2dgR+82DX3BVO6Ln\nn2JRBqFMnUH3hXydQhrvqtWLyhCv7PQr9W6QqO34P2KElOs9nJY90SPm+fWx\nyNk8\r\n=sZFp\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"6b6ac715f5cd39de3f34967df610a03eeebe93b2","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s build","contributors:add":"all-contributors add"},"_npmUser":{"name":"susan_ann","email":"lisuwe_n@163.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"980 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"270 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.13","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.0","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.23","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.33_1631183288736_0.4269077610687235","host":"s3://npm-registry-packages"}},"2.3.34":{"name":"@antv/g2plot","version":"2.3.34","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.34","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"f1f54e5082691e093d829c558fbcf3295eb648e8","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.34.tgz","fileCount":2093,"integrity":"sha512-1Ab4mQFrhRpaKaCqpiktZU3uJgDdJORMuQSE0zMtuSM9tZ4aWOjr5cyWi7mkS47I0Lg94f38bOG9yJkIkVW49Q==","signatures":[{"sig":"MEUCIQDxOxpZboe/KjI6PGVRoL/dFZaUl6OKe5ZqWgm5VodREQIgMBGdBFlbYZrGglcPdINHPfxs6CUVPDzSlzpa42Obvrg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9564162},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"a8ada338c83bbe9473cde7e03ec7d509d7a58a78","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build --max-old-space-size=4096--no-warnings && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"deprecated":"2.3.34 import file with illegal path","limit-size":[{"path":"dist/g2plot.min.js","limit":"985 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.34_1632667091918_0.012861329581878689","host":"s3://npm-registry-packages"}},"2.3.35":{"name":"@antv/g2plot","version":"2.3.35","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.35","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"ba5b19347088985ec4c661b5ab2de4f6fdca0f4d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.35.tgz","fileCount":2093,"integrity":"sha512-jSfZztjYR6Xyx+d0fqu+JW7BkrcAm24CSb9fWvZC/ZnnWHTyFbN4qOb+wF8fRo5hPtfnnL1bwsOjdqNSVN1Tdg==","signatures":[{"sig":"MEUCIQC52fodxndl/GgNTvhGChpAnkZWtLg/aReFBnypQV3OaQIgZ+OKAH9f+XcJLcZt9wA2N7H5wmuAeRC4clI232eRbW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9564073},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"b5dbfa47da6bb4592c6b189316b7a49ea3e54567","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build --max-old-space-size=4096--no-warnings && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"985 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.35_1632669701385_0.24274280697588901","host":"s3://npm-registry-packages"}},"2.3.36":{"name":"@antv/g2plot","version":"2.3.36","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.36","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"fc29841931237285fb44b3da1a753d53fee68222","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.36.tgz","fileCount":2093,"integrity":"sha512-0exj+s1CL8EWOkle+JTk93XZ80qFjni/7NP642D/xGC+NHBZmWF1pg8lkdz0IXNyZorXnx5mQChJQbMCidBcqg==","signatures":[{"sig":"MEUCIHesi5jFfuOdvC1jZEE/HyDLQRyv6coqriwU2OX0A9bBAiEA/0O8Iaaqjg3EbYpLKSo4C93hGu61+vBPTDehW2KLrm4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9575117},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"7baa9e7b31f9060181168d459a3a1e808c2aef8b","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"yarn run build && yarn run site:build --max-old-space-size=8192--no-warnings && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"990 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.36_1633674342827_0.16714141622242562","host":"s3://npm-registry-packages"}},"2.3.37":{"name":"@antv/g2plot","version":"2.3.37","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.37","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"24a8446012d0921f8e16ea32b1c21e6b1710df99","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.37.tgz","fileCount":2114,"integrity":"sha512-8TiZkB0C1E6LsyumP3CWvSLeZgJ8ZL5ozNrlmOEzF+YhdFipIUDHiBnBmgxQvdU83EqhFKELEJso5E9PpXk6EQ==","signatures":[{"sig":"MEQCIEfZKMb/7stTg83tJTFiNMWHWigD+J7nDeInGiA//4ZwAiBln8YfeLoUcoyjqqyPqSpSsm44T2dYbYruuTkLionGFg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9639711},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"efd30ca6f2da7ee1dce1cff4f2d36de10015c235","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"yarn run build && yarn run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"995 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.37_1634350383298_0.05813974075083217","host":"s3://npm-registry-packages"}},"2.3.38":{"name":"@antv/g2plot","version":"2.3.38","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.38","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"5f2b3c4d25551e060d019c7a4984551800b072c7","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.38.tgz","fileCount":2121,"integrity":"sha512-3rbSRbTMWUFR30u7i8OZ3SzH2V955EDT7lHLAZKmppFtCc5HGJ0fBGbiY7uXkIKElrhZlhjK5EC7iE4XbH+m2Q==","signatures":[{"sig":"MEUCIFUaQ0DFlbZ4S68/rvifOEfpsawCLMh+HFVMd18y8x61AiEAy426K73LZ5sViJVPKeULgC93moK6J7PGEnl8o74siWw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9676050},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"e267f7fca5724b2fea2920ed4afd445826d9098a","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"yarn run build && yarn run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"995 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.38_1634816367055_0.47870818042290963","host":"s3://npm-registry-packages"}},"2.3.39":{"name":"@antv/g2plot","version":"2.3.39","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.39","maintainers":[{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"46b74bbd7ec12258ca762683adcd327848af4cee","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.39.tgz","fileCount":2121,"integrity":"sha512-B6/b+MiUOuO3vlvY19Qt0v+3B7ds72pxESI714hzuH2niXQ35AW8GaQ7+1U6Y7Kk7btoaB2AaCyWcvZuloWoPw==","signatures":[{"sig":"MEUCIHA9odYIYYcAjryIPYA6bt1uhsrgaCvlw5SMmjlRdQJkAiEAihgvETq4kqmuYyZYFpBHZeH4T2ALYIaABGBeu9W6EP8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9691989},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"0d914ac44cdae4420a8d72a7c7673af0fcdfa869","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"yarn run build && yarn run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"995 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/g2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.39_1634969428660_0.04412784166035166","host":"s3://npm-registry-packages"}},"2.3.40":{"name":"@antv/g2plot","version":"2.3.40","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.3.40","maintainers":[{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"bba76712f62325158727b0340615f8ec1e41f00d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.3.40.tgz","fileCount":2121,"integrity":"sha512-A6BqXoEZObauzBlVqOo15fS4PKKzZl/bJAvF4EdraUM5LhwU1yjGinMrPNi1AZ+fIsAwP6NhAFWmpd7TC+bLhw==","signatures":[{"sig":"MEMCH06UnZ4wPfBbHaXbxb9YqT3ZWtulqVfDXYuy8onJoIECIGH71Ow585sVdwv4D9WOVzc4dg7AY580FqsjoqgDxjxh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9712141},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"7d4e8656ca8fa9bc08e24773b28d1dc1093daed6","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS=--max_old_space_size=8192 npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"995 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An nteractive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.8","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.3.40_1636773229297_0.2237338102432771","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@antv/g2plot","version":"2.4.0","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.0","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"24e90ce1f7ceef94fa770f58c659a70a5d205046","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.0.tgz","fileCount":2114,"integrity":"sha512-iT7GxAYLvdcVBYZowlbPhHqMYN9bds5GyYKdMwmrhrsD9TLpi/OJuNw7TYD5u/gltWZ3OyQ4zG1663yahuhR4A==","signatures":[{"sig":"MEUCIG7Y1AoTSX4iwuj2ARL2GYfYPR/CPue1EghbRUp5Spm/AiEAh3C3ASpcwxE2tAssLvpIfZa436TgbSJWtHBS8mbpPgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9719889,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhskN7CRA9TVsSAnZWagAAYhcP/2SY+225NMcKFezyP56z\nDnLpqft2EJ3RFE8pZslLUOXV+xjGMUqp+4BwJzCKhxJZ4wPhaQ5z0Sl09erx\nXP864pedaom3KsrTkc0XcTrQZYeeA0bp+dWw7cy53H6cJwhcSItSi1VsbNty\nQblZqNFA5ZPn87w8NBZVCikVjwaa1wK6ar/Q40tAHMFy+llSEmDc8ohwe86x\ny4dovQuEI+d5YZsxLtQOLD24MZq/a31jOQzSlLd0rFMHYJyQzs7DMrRakgSa\nelTLaoeU2/rb7sQ3cWQltFby7vVmULg2Y4x1NEfid2/5ctnQM28i7NmnDCKO\nOUbS7XoKjwfutRqdjnSJKxuZH7ZCNKXdmB+6Ae0Nim5+f/iDZNPhtna5m9sM\nmzkgLbBgL55ZwBOnX4QVjhiZdcuyEO81GtV6GcRym4x4T6WGtGZvxjj+5Ch9\nVwMLIqVluxeVHzoMQpagnD11MuPQMSFFGIWNf5oQW2E/GwwC8skXy2yTp/oX\nmZxWx7WYKpMfAKPLy0fgh7ENThHq1bVfAQOBh3TKo/tsFr8LF6nW8EEZVg2/\nRp6KWPV629hLTnp2JXsewT09oA8BWKdiB5zU5pYJcpslZdvr8tQoCNXo6leF\nojHx8xmzSRMcVuSL5hfyyzwtM4BEKhy2m1A3SUyh/Jc5LpmmTxgTKEaVSiBq\njUNn\r\n=SY3Z\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"d5cb74065588e116f348edec52dd6102fde96f0e","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.0_1639072635522_0.12117429128988122","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@antv/g2plot","version":"2.4.1","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.1","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"6d02dc70699fd9b15999ae4a9d06a2d888060c17","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.1.tgz","fileCount":2114,"integrity":"sha512-L7DLoJ4O/mfNR3e4dihBo/aBy1JGfmXZaKktpVnYxoRU7Kz1ept70apE8r9nHkyKq1JrNKBdNxpS76Qfug+7/A==","signatures":[{"sig":"MEQCIHvrEnpegxnhfAPHNWYyzDXMWIxKyw9MSYtadT/X0Y+WAiA8ObbpCyrafNdDo9lBoF/lztSRGmnKIIvbLSjPyf/Dzg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9720690,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuBj1CRA9TVsSAnZWagAAVqIQAKUv5pCiy0dU66P4kVsj\naD6KjCkUHg359BtBodrwz2VFS58QXbcS3zyXhK6VwCnVA20gBNOYMpQRZCfq\nlS6/oHaAYATRukekXibX+MvSpTBQPSsbpxlGL5XNFEtfscoEAArvHM5DJ4Of\nid1vgbK0yL9EsMX4pdf8R4vhLdf6qIWIyDbde61JkFMKG6uVv+nzdggV1chU\nvIDVu86KJYBafPFqWuqRHuB32A+VqFD2SStnmDH92KwfoTJwizEJ7guSeW3/\nAOdLW38zYuRLdUFk/nhzTszJa/KAVtuAbouSRb62xmEHBBgnmlkz7tVh9q8A\nX4bpq1UqC0WGwwNm7hVAysyKX1/d0zD4DWAiNmSS0jrXjOzb0K4bGgTrWuWG\np9UUqOPFKQzTQzBidI6qt60Aid4IS6t36IEyAb+kgbjmIxp5cYMz+92r8cqk\nAE5WNu+/2z458gK4X/b2/C18DvUJO0mqeci72H9Pnpn2QJ1BxURjcc3PtZr8\nUf9hpSWa8TQgPMMnPfxhwYYe/Nx4c8V4H9QiOjiKfN0iFHmOgxpH3Trs8qdq\nRM1lZIPxGsfJD1kOnWRNcZWVyEzH+QO/RB7gvmE8ZqkuK7OB+t8Vf0BYqXhL\nj2X4g9X9OXseQFuqBUjEmezUK1dRPoOn5Q2iEeVzezUCKcXoHEmC1RFrWBYY\nZWuY\r\n=rSEK\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"1863c7fba35cccba20f4dcd8c5d70dcaa0d2a34f","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.1_1639454965681_0.22767598349155893","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@antv/g2plot","version":"2.4.2","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.2","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"b6994f3c9514e6bd959282003eea1ac9a62e9b08","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.2.tgz","fileCount":2114,"integrity":"sha512-ULThX8G6Yais5OfCQbdthKY42AbmSYCImJTe4f4i3uVTRN5S33I6T9BfdI6UHbqlG76IWJmNI4+HagiFR57euQ==","signatures":[{"sig":"MEUCIQCDqCLhsLy8ToG8aYK8guJoBFCpCPHOKIj93ykYMmplhAIgAtFCwN+SVyeviX5WH9+ZDiNrfEcJcUjBkwhLTPiczS4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9745689,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwWKjCRA9TVsSAnZWagAAonsP/R3CLQIczqcbnkYBflII\nm9gwGhwrGIGdV3DE8gv9fFesFIq/9G7pQTjVEHBO7ziBYjwPWGDk+xfWb3XV\nMabu7G0+cCVjB80CJLdEjA+XYgIUrST7wkBZcn69daTB17krJcSwGZipCx9l\nyeF6KomxTD+R9FLHbdGl6trH3fN7BfxypxAUvFTKVi927GdlxdOQKV5ViKLz\n8BhJQxh3C+egpnjtD4C3TitQMVx0U69FGg6NPlE2s0MDvToX4qjD6yd88vT5\nMYMpuX5i/4AHvEeAJ1qnR1gZjnapVtj/Ud475Cr7cZqAth+WN55HQ4UjGxiT\nKevJVrRpY1sgEaAjhyovi/CW0YHcqHOdPkd5R6FTmjgSS+SdHaKBx/em6G1B\nNpiyQFkkJlPgz8BQkC53n/AOPxa5JBnjJNwp5T4WUNzA9p4tS2q3RRca1JBK\nmAZijCG89Gn+8PAdQ60IfvQjeo6g9NSw668iZyN0DK82Dn27BSSlMZr1pwYi\neErb2Kaz6iGqdH37UQSA/vqNt5Phchs5zJLPxF55HTdjTypt6/6lSY5r50im\n2OYG2EN6p0KGRQcBhyK/E2Ghg9RfkXVVnK3rjBAaVHf2ds/qn0RZQtbqtE99\nNSbuJ6SGrDUM1FkGzk8rTG/RcL7FjTfqM+OXtnzPPXMH2tVSAzCsWiVEY6jN\n3wXP\r\n=1oCH\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"50610580ce4c9190e48c3acf49d9cdf86b629607","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"deprecated":"revert refactor line and area","limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.2_1640063651760_0.024970365918701942","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"@antv/g2plot","version":"2.4.3","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.3","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"45eb2b3fbef40ae4b06b90a261bbb6800665a44d","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.3.tgz","fileCount":2114,"integrity":"sha512-rj2R/gY2ZvZ8TjRmKOlCRmfWALiuLDcFSfXoPwcEZJBPIkXpqDDeP3ws1rhu4Hv93QmTNLrBitBu60pH6ziXVA==","signatures":[{"sig":"MEUCIQDhIqCRoh5m44yk76TMowWPCW9VKKen3Ota95AxsxnTEAIge0dS1l0nGD2Q9cHUxaM/rIQjK5Sp5r6N50K8+toHZ28=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9746561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw+mbCRA9TVsSAnZWagAAgusP/0KdfF+tVq7dYcZE+YEc\nbX91VZtePtzoUhn0yD7f2LQuCCeupvELxmm84e5V9oRV+Wm5hGwRR+eRd3UN\nA7OzajMOtY2l3BaEh2IQrBu2KTrQtulVpRl95PA5rSVPXdakNhZtT+5WINgE\nUX7IrjPFyHOhN2MFlTPC7D9cRGKV4oNoGiyDemjIWXuk1wVLHM9/jfxhBVlj\nKzFOnsDP+roj5E2UWa/TJPbQS9LEXL1G2GLiIatEoHQAomJn/KHu0DgQ9u/k\nVDTDxvUExTlvh4p1bBrm2uPSMrKP9yQ9WPEZYkApcF3q/PYfx8PkD2WC/Ga7\nRjrk5lIrj7vxQQi+omNY1lCovd9C9ZhuR7aJO9yZBfA8jBLiN71BLBda7zoh\npWsTCgALCipG8hBPiLBTay+H9F3DSIIOSyutj9+/a9ulrf7+FwF18yAViGOp\nUYC33OlFrdU1XvlcfjZLN7RNpm8BFwrQI/2Cuk9/8OGbTOQiQDtcWgKp3XrD\n3b7l8m1v1SLogS7IFB9/N8iLGm8ThZtfteh/qpCZRRwFjIOIjyKbRiLhbYdT\nKy1f5KMuSTaFIeZzSXSaOt6s4zxrrtWed20rIysPr7p/Fy+8U8Mt6Iprlx1R\nXLsF3u0dXs3Ns4Q77qepOWXwIUra4GDWz3Ia0BnhVs8LEbH9I6birA4gQfH+\nT0j2\r\n=1fvI\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"047e607232367fdb64081d6a4095578a323f1cae","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"deprecated":"revert refactor line and area","limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.3_1640229275544_0.5847492882764438","host":"s3://npm-registry-packages"}},"2.4.4":{"name":"@antv/g2plot","version":"2.4.4","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.4","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"7a73ec743c3b85d4640cd409f2e3bf8754c725ff","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.4.tgz","fileCount":2114,"integrity":"sha512-xZj8Lp8983fJr3nEZuYWgLzo7QDAcDU43R51Weeo/Uv+kkELaWR7dEOcG258GQsgSMVn37dVBlO1dWGsbbEALA==","signatures":[{"sig":"MEYCIQD2i4Ia9sAMGFPdhfnbwRxQDKe2p2Sf1VOkt+i9IJq+tQIhALoJOwrNppPyGd4fJ6i1uvTFw0kLnp8whAcqyqpEcIO4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9724530,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxad3CRA9TVsSAnZWagAA7ogQAJzqiDEhkCg54YlBHksY\nFVgpVIPf5dx1PW/nwcxdWaCHvAhIGWh3Jga77fcRLbpTUFPt1+6zQJ+3tyAE\nf+IuLbSdu01gMrk/iGl2Kg9YD5NhDpOTcXNKCbYgIdWyoUC8cUq8MqhMBw+S\num0LBUHnRcNMwZ7KdfsI9xO5VvlpyN4EQS5j9FoWS6YwqqcVvYftmPIXagoO\nUXxkthnD8DrR8ertPKmrOz1k/ngd1q34CGJlboFs1z7Wj/05neJyvIgeezCT\nBkvnnjNMZlBZViCDusDR1tu6/a00NKdA4Ei+kKFHnYA6lqFv2GG46je7vUbz\ntGsxAjdhGVDTYg02dnnrb7MjnAb/yWMnUTS+XmnAkK0SnZFOzzbAXkehkgax\nbsiMUR8kxf8vqeZ+agzjVVEfS7w+Yu/ZbX5fM0gMqlkpOzBjPNSoZSIJ1Khi\nd31SfZ+3ws6NNCXzy5pAvLVEhKP9ShE7D1HfrLOjHT8488CcKJ7ISv2xIY3k\nld26NeCQljw0M0ezMrZn6PY/AFU0Dg/5Ya9N9eHbjt1NK4svpCIHL5GyjfTo\naGR9/gwQ1Oll54ArNty63oegUtb62OZdF7W0TBPGBnKXdk6gX11p3mPDBRyT\ne9HgQL/kc0goXIPHaWWSDNDdxPkKu6N41BjyTLl5tjDLkG33o4Mqi3rGwNgi\npLry\r\n=8xdG\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"216c036fc4299a4d0589d36eec5d69ba20f0b7de","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.4_1640343415067_0.37603320155747344","host":"s3://npm-registry-packages"}},"2.4.5":{"name":"@antv/g2plot","version":"2.4.5","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.5","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"afad8cf4837afb22631e6ea203578c659b06ef0f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.5.tgz","fileCount":2114,"integrity":"sha512-djEmNqpJgDI3d06igBoCEzS8sr/Hp8mII2SXrhHn+Fuo8VtwkVIlDSzqIPbKea6CR5KfAynKYa3FoR9lsdzDSw==","signatures":[{"sig":"MEQCIHX+xvqkC6ouUvuT6PNFz90nxv4JjEyGTWPZDwx07Pm5AiA3sjEZxq/uC/iYpnoil3Jzz7SiZ7xNU3Dd61eoTv8gig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9728310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhytHvCRA9TVsSAnZWagAAVjIP/R/H/qFWhVCDgrkLOu5V\na9PzKb2pLalnI7A6GiYwl++kVmjvHDOdjaIKZYf9MDw6M5nXel3XzHDFmeJQ\ndIkkA0uC5UhxeszDv1L3BacLHyMQwlD+PsyAry25TR4dbd1gzpy69D7hnoWI\nyKolRDHfunoOO9n6e26LYUXkTF36vWWhH+DZ6ZWJoJ3CmCA5YJiLvecGuFbS\nkMnQn0Kf5A4kaJIicWjSXccDD4LOGpZCxctDYVI+QcjVeyGTwPNpWHP6MFy3\nTGc2/Lm9KMcWAlh0YuZoPaMf75+ICOZYsNowpbb4/u+Tgdup2OBbfB4IOZg4\nlN8Vys/rYCJHIfL5qcccFEd7HbCCZ2OmHZdjaghAIQFV5ebB9Bu+hFJi1RLO\niUVsAHvgxgZ2aWhusDUC3LRMZWaFEKgpJ51+5o794KGl8OSDBoeJbhAzJt+2\n25sKvQBJM64ORgMzdMgqucKGA5jWw2DOevDEpj7HRayAsarRrm9FjBnw6Ixw\nB1T7O3c9ZPbsDvUlFgMzhzh5TZZGZP0TuH0t0hwj2yRjdp6OVkE/sPv+dcxD\nFquo59tLQHcoZ28zsHItLp9Wlwy5OsNAmfyoFICyKO1GYkGYlRJ/zKt5tNVc\nipAfg/M6MIuZriKMb9AsvSs+b2u/q0Nxm3e0pwd7f9Y+khb6d3mzKv6b6bCc\nljj5\r\n=1NLc\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"f8b6274fb101545064418d4db3e212d5e1a1027b","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"998 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.5_1640681967604_0.17709609712870145","host":"s3://npm-registry-packages"}},"2.4.7":{"name":"@antv/g2plot","version":"2.4.7","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.7","maintainers":[{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"4eed8aeefe0104df83719c145277ac37c4d6c7ae","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.7.tgz","fileCount":2114,"integrity":"sha512-eICPXazX1xTXSu/46z1URTyRCchmZV4FO2LJx20SYGRbgaYM1NFTAqR5lp20KpgQTBnZR1NiiCgUkDqK3LNATw==","signatures":[{"sig":"MEUCIQDfvi1R95UrBu+MHGRAMOwcvvQByA9tZ6l8SB0SyQa98gIgUYFF1qwVHNDc+xj60tMkvvHkoFcOO+nOwDDbSpvwXxI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9673236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4VFnCRA9TVsSAnZWagAABdoP/Ayo4o2Ghrl3pTa9OjRJ\npl8UGLvQYAkdfTmJGCBv3kyOKv35pHLsu7cJFhh5FIdyIYDZdxUMoW3wPf1Q\n4St5MuRCjiKxBK38zHYZinvrpFWlFcTvej8y+Z5116rfUF+D6nlto0FTbtAG\nwXKFPxVafAFYPRYJ92bJ7IWp7uc2VjHf80cvD0S/SpXLSI7lxIlcRQ0XfWin\n4tz6WQS8BPsEy9WaVWiD7rLnBideAePzMEHaWBl+43ynd0WXr6hBZOTYzo3w\nx5GU+mbFZYsNcHWEhlO96ps8k3eVQrvuNFXYh8vSx3GemB40AIMvkYUAdviu\naaqlGUvkVdnrR0YNxEvxuNuCHpdNlNhxwxy5wj6C7IDyG7fAcRfFUwtNnTfp\n1gENyU6gx9P7zEpU2fjt++4axFJFatsUjd4blXq58WHnSkIiNSTO7FKIP0Yh\nsxgHoe5SqdRlPDpkERWLIhKRHhGaS/JC2sONgcPsYBjtqin2PM5a++Km2t9R\nsfQxmdd7NPPJxgsgWNFoNi15TmAzGvvxORLIa9kTu422Gt8UIyI2hdGuiUVX\nQrnLqN9Hwc0tSOAV4FzEs76F8ZQwx3jl2QPUq/KVRDHi34WzFpZg7Is+cXo8\n9LYvmqCdZNs7eTvx8hbP0/HuqpZuV6wcKGQpab1xu9f0Lrz5QxYwgJU9SKu+\npTcC\r\n=F9j4\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"876ed180be4a944458bbc97b38d273c9511a7c19","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.7_1642156390928_0.8102467826952764","host":"s3://npm-registry-packages"}},"2.4.8":{"name":"@antv/g2plot","version":"2.4.8","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.8","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"9b3432468d1a5719c584e35ea8e9a5fbd302091e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.8.tgz","fileCount":2114,"integrity":"sha512-Ox9ZAYKfaZR5q69PQSWPsQKp4fNHJIS6BxMeKLp+OHmwXwVWFYA6YvsxivnKKdom/2QBJGzcA9EwdNUjs1gkQA==","signatures":[{"sig":"MEYCIQCHIcz72ku/mcRxhYNZMTPHAiMvAmqLpCukIxg+fTCMdQIhANYJW22effHvMJQDyZxZEoB9YcpCncfZGbPJUmSmEQcF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9106595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiAL/5CRA9TVsSAnZWagAAgPAP/02bVBnNpx5zZ11NN4Iu\nXzzMqte1qvBDGGfmcAspSz6ItU9T3iiARWj1nNnvuXQ69jOzjaHSuQpChNfh\nDrkESTtzUrg1/1iaId7Y2Hd8qzY9iEp0PeG8S8wu2J2XiKq/qwwvvJUO2r2G\nCmZk1GmI2VU86BYEt8mxga+VT6jdDj/GbDBz+8T+qJPgNlzMxASvD+VR/b6/\nmXHCJJgaRGAmmNs2kvTIi8hDXROcP9saAFxfnglEvvlXmayV1yz8TbsMktla\n3btHOrSdgik7wpFxHm1IxAsGVrk6s22cJelaVfFmlC2+AhemZhEuAqZexgMb\n73vP7GaaINxUjnggvotSB6F0W/JxvZNlk7NmaczOOdRQsdmSK01VGm05Ltq9\nB4WkKUUaFfbr7UHBW++455wT3pjmzlJyq7D0WrMmgBL2hcjc1TcYqgeGIell\nvZ/ZJQNtJB0LhICM1ExEk//25AoUDAvyV3mw00tJ1Zti9MPxeSjnS9GOzMgw\nf6n5MkxZJqb5e44HuBVxONCwaTCYp5+/XPuS46hdMw59e1wpPE1C7jHIGjkt\n0WnNY6LVpv/bHUU5vKaaPCkdNs0P8vZ61HaZOLhXbhB0AY/hih4AzxAReW0/\nl0WHpKNmJPplBvv8WyovxF+Lc/3viUfHod3Ev6o/3X+GwhLPWGvwtjtME1D0\nYly6\r\n=THUP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"3408af0f1081bde8ed7adbb891b744b737cab74b","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.8_1644216313419_0.5768828894532925","host":"s3://npm-registry-packages"}},"2.4.9":{"name":"@antv/g2plot","version":"2.4.9","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.9","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"6bac913cdbf10cfd1f16807d68e13359eddc1fab","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.9.tgz","fileCount":2114,"integrity":"sha512-Q0DYDfmJZjHXPQLiMo+59spJvIAsFyTMfoxsS4FzCc8yd7OhjoPsKfJYu/1BhG9Uls80bdwUKy3fCEzb0zpjhA==","signatures":[{"sig":"MEQCIC5yXUEgYpfo6pSq41s0DqC1vlwncOPmpz74ALHz3CtYAiAHm/qpuRwtbYf11bwYYArgBkSGhnGHa6cdM+7V8x919Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9181737,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIJX6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEiA//SD27ziXwU8FFNaPnbJO3jpf5YCTPRkH13Eu25eMxqX7miN1h\r\nD7q7oDTR3XArP68ILdrDBGmOqH3PQ0qfzba7I7Kc0XSrnFt8S5pgDp+saGLg\r\nO0pg1ZOXVAc0gEW3X98VUXPcWavgSFiDoKITjzZDLU85pT+OkZgXRs6oMaU4\r\nm88IUZrTKyN+LvVtalxRmfvzwGto4OzXx8odr3+2f4jkI2AXiDqZ1m0AkSTM\r\nkAk9HBnpwDK4nxV0BBdLHnna8h5+GNC4mJteFC+MZEYGOTjmLLVlWLaO36Du\r\nvRZey89XnW27/OOZs70c6CmyXLgdAVWjBH2cfaHPgUHgkld9yTLPMPlwEeJW\r\nPYkLWFb8y66YGTqf7qKqKgwfs7lfZEpBs7eYvTM3FbqTvanZwqLJmfCDXiOS\r\nPlIvpmGtWv9kKDbCpOg746sA7nN/fmldg6jROeICOMt0C/1DqcoRWusE+IOf\r\nDOWMgbwmzc1eX01CJSNBtOSBdk1gFv8FPrxOvFt6YYmVj1b3jfxoAB/q7Kan\r\nDuTfbUHXJVw6YZ2ct+ogYuBBmkaAo3jPesPCxJq0/H5LEA5k0wsAsXVOx9eJ\r\nHnycDS+p5J0NUUIc85M9GdSxxceQIY31jJyJNl5jTKRyhqemZ7dEbE/I0CAl\r\naIFPd9SMsY2woMCDTpqWGSOQPvZEzWqXQI8=\r\n=BsHy\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"ac919b71a159d17e5a23b3433dd36c8d2b45f738","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.9_1646302714035_0.36630239816101406","host":"s3://npm-registry-packages"}},"2.4.10":{"name":"@antv/g2plot","version":"2.4.10","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.10","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"f33ace8e4add6517128d01e62ac79990cb4f2602","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.10.tgz","fileCount":2114,"integrity":"sha512-6yZdRCI+ToGaa1iGAkFnClZ3wugrspI1AKibt7wH5l8kU6iwYwrVwnEl4W3lTm8mWpgobnXF98hmxdKCeTNCTg==","signatures":[{"sig":"MEUCIQDIxJNwzwTEvfXZcuo1cF8bWcaHe5VSrll5L37q1MwV3gIgTLvD5n1J3+wv6MkV0Fyl5b30YhA8W9Hf9Tes6Km/DtM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9184322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKhLIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmphxg//Uh1dBLi+di44bG1fx/CNt2UybnHWVocxzQHockGpfjHfLp7e\r\n6oT3z+9HrvgCRB3lf2JAeLKYBlogtIk2Xv/IZr3M6FMnXEGd6Yrfkc4dawhj\r\n//hak/ag7hDRAVICfuD87lsk79HhSvS4/o905R5penprNJ9K9FGj3B5fSyKW\r\nAWy0IfhMoAoEr3F+UcSSgDT+5SOzRShOPj0Xm0Fh1OPlkKReLpRPJ+UolKUi\r\nyjRb123rkGeYwTpdN2rdiD9OuksZfRhBEBM53zq8yme39DfjP0q5MCDCKGdH\r\nxNzyy/StQFggnC3LbNIOj0bEtQjtELFNLA9ZbVYfV/YgPiuMqcVA/MOL1Dzr\r\nMIL7uF7KPOhvFk7CqGkATcmeUdDgvB24R/ykZuByS5wdYfIrHPe9CnYfKglw\r\nxkM2EZTW/mlxU5dRE674hOtf0CUbJ6gYce6/wFnssObuadvJKfcx0sU7qU3Q\r\nuAE4equwOceemTgEF2463lrXazE4U0PZZTEKYmJeuODSt3vr46lfKSXAmksM\r\nfIUQA3ICWHranTrjULle2IXaAnHRtDSPCel+G7Sfa90XGpo8sCneUh6UrHrn\r\n0FIrYG6s3CmAavJqpQ7DSCvoufXG0z9/umP6gAjapAlpMGYGr2GfS2AVd3pP\r\n8l7f+O0caOMfbKnAMphHkzwFEZFg4KAhCng=\r\n=bLIB\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"e3fbced070956187ed9d501f1c6c5fb02041249a","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.10_1646924488006_0.5514597453776264","host":"s3://npm-registry-packages"}},"2.4.11":{"name":"@antv/g2plot","version":"2.4.11","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.11","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"54c910bc98ae7b94eba3b1a7ad2ac3eede57a8c3","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.11.tgz","fileCount":2114,"integrity":"sha512-O7fRqbJIH/i4DgyDwDCEaIRlVPOg6tnpavVc81w5L/E0pDspsaTAnoVzAM/WJiag2LDk4PVAH4576zYD7YO6zQ==","signatures":[{"sig":"MEQCIFdKlN8z0xlnokbF27yWG3ZUhEfj1xbqUYSk6PmNM/WiAiAcj20q2voZycxqOjx7RJgKfD/MPh+f7WjScm390PCoaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9191645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOc1NACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpM+w//VlkE7cHhST4bCvFW6qB1ApEQxXSVevTTQQmLBv5glHu1a77u\r\nvJVWWTT9NW6HcFPSsA98iTs77s/+dQuvU3QiRYlTTCheY1t1VcNBiweS3sCx\r\nOZEd/B3AyZWeNJGCrQrFIdW0W0M92vXmkE2z6gSMzXTKNoUpJw3W+egm7+2D\r\nHUW7js3ouYsEzM/KAxUlTJTKwN641pjXY+68AnUSjG8hv4U/3ZA2TkcUmtO5\r\njYjJU/qf8p/sJBISauxLn3OuSVTdGjFl8xvGkZPPzdJi0ZOk9u//Zgx1pHNO\r\ncLgnwvdK3ploGrXdh09mTvz2ELeUSdRJTi/1NH4U7Bx/K8MrIpVtWaZYZrBh\r\nK0hJ2HJPrb2J5UvYUp6tkjqzQcktLD5ajwD/T8YA9CyLcRKQ4CmSVz2a1fqA\r\n9/vmcEhJ4MYBdUYNDRtNwEtCZJlxpYkN891ifsUU4/V8iQ449/YlI7YPhsPf\r\nbxtsVeKvWCkVK2gmljZsYIoO0OdrpVzjD1xuTlW6YXDJxP/TvBohzO+bQXoI\r\ney5WoA6MUsstnTPdF2KxsrUYZImCgOFMwSeGtEGh1+K4iHX7RkoitmUrMLL+\r\nDqi2n8FNx3CcXSze4Gf+PL9OPIzGGIp6FTpNw179nZxtBPI3tmLSOZf8PyLb\r\n5KitfduVuDJZ7u/nKcCNiUUgT7xkQQ5JoK4=\r\n=IhUD\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"ec3fd4afe5fe4e56949947943b262220efe5a709","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.11_1647955277685_0.17768214467826748","host":"s3://npm-registry-packages"}},"2.4.12":{"name":"@antv/g2plot","version":"2.4.12","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.12","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"1954680d0b8b5a74f703c21031b205bc8ef794ed","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.12.tgz","fileCount":2114,"integrity":"sha512-a2kJmSEdjkQjzgb6U5miUhcuz+KfT0aC+7q2aeTRdmJ+/vbY5zwn8OercTOgW0TDpi8WBZ3JuvFy24CkZW+NrQ==","signatures":[{"sig":"MEYCIQD9dbseJqVVbh5+v/iMplqJbdbcFX0BQQlEwS7h6lIViwIhAJdu5JPmrKYAG4sF2GVrHHWDhcIqp6u7bTk6KkyKjvyi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9192270,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOvlcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRiA//WdRTYdd0DCyPT/9euaE51+p27gDbjtceJBoc0qmkxmaFqEQx\r\n0XK/AW7Hr/+Hdy/lLeyOeMAZDDa7H4RfUQxgkMNOx/Xd48TPrYGo7rLV0wGg\r\n6eZpPL9xDA9OeJYVYtdsWqz9YjRUJmSEkKMfQW01dUc8rceto4+DQrIwCRT1\r\ndMNsgeAs7O35cuMKcJkcsquPXGVCiircr4pWWm86kqjvLAOL4GHTSDhhXFiO\r\nMnhWdQKDLV/2JtJb1EjIimNqc7u7/ZsiH4ZcGBvnT1MqEL51a8SZdPrkoi/p\r\nOnUG1Gc3zqR+UE0bHHjbVpcsrTftA6rrqy7+/ib43XpYO5YMZJrm5jui7AvT\r\nkBVpuO92mwpJZIWdXe0zT6IvQEdO3E/q4/dxUYlzsIELy8yLCQIPrqg3mSb6\r\no4ysJSHDb3PE16pECrR9nMKxIX30sEjD8/dhipHM7pKDQJZDHYwqwFrD0gce\r\ni3EKoAnZTcLlCZ7QxrhU/kDKgLx+nAxGSr0oMQZnP0oyUPTgwF1/4/wTqxVw\r\nseudL6lAf3QR1jtWNQeFO9ThmxykoTB/lan5VP5TzZZasaswS5qzWg+poEw4\r\nGWCyqFr/Kei8q7utRb0eDLS53SM8Xk7gLVvclr2aJDHpDGtmaem7GUKv301V\r\nUs6hHcdgmtu2TsWlgicpmgQ86WyZ+tbuOMQ=\r\n=IRwJ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"6a11028cc3630939ee372cefce1cb69b235630dc","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.12_1648032092484_0.5951838446509494","host":"s3://npm-registry-packages"}},"2.4.13":{"name":"@antv/g2plot","version":"2.4.13","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.13","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"20b9c9c14825a222dba4f44ae138e9f92fbe329f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.13.tgz","fileCount":2114,"integrity":"sha512-4mN8kX1bOIGDQ8tIU/F6atUw391dzwdmRrmMbe0Ejm9UtAL56VXZEfcMQbmzwD2NQ2Lxj2sJzppEaJ4HCHD7LA==","signatures":[{"sig":"MEYCIQC2XQcLihvIj9HXthj1Wp5U9ekgw5wO/KOSW4LI68WG/wIhALUyADNH2xoc1pIg5uVMTpd0LpAYHvmXispK2TZNuPTZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9194522,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQVgoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpd3Q/+LwoUhrpii7xRHhfcjSEu+xXA1u2oigqHCvw6NZK3TAEbBZGJ\r\n6dF9hl/PVKSFZsFtKH6f/BUYYgCjX1IBjzW75pOySMrNNwOXxPD679y3Lfu9\r\np6ZqIoaFCcwzePq8AZCUHN4mPMsIb2I6P49OzSXe9+GpBB/HLMpMRQdLINFN\r\n0PymnM0Fd2f3HDfF7oqP5jlBY0/+3WjU59ZRIIFseGYP/XybR/eTBb3fN1vr\r\niaDvYeVbtzD3KyI7XJ8Hqpuk/kkoWxgMO2SI5krprSGpcuxHRnHlJm3C4OFE\r\nwN996naXa8Jo4H+sBhg4FDBF3JC/0mEBP5qQB4ey6j0A8bL43uYhXl2Rnsyc\r\nOmeU0Kz6nXBi3ZQUwMhIxDuOsXIFRDaaUDt4SIJrGnOEB7tT8gfEqyw3aJm4\r\n0tOxwujwCz+bngmVVA37yla1cjfjE7+c0ZHwh+8mGfxLWBm67wa9AnH7xW7e\r\nlSyMWdLKjkKwqm8wDBHueEaBUfZf60Jgz/oW4sGGoSvq+E1ujyuvQtVeCfj4\r\nHh12e1tuC8WzEn3QOnlspEQpfqTEUtYAynQ5ZdbYU1cMXxnV7XZ1h9FeWDAH\r\nzMcp8HSoSggHQ8eBXN6h/GPkuecRvZFb9PhQsVXIVV+Ou0lkncviwVbN9szs\r\nB2isicBe9oPgbP5XZYKLxO862QDiRWR9AC4=\r\n=tsNu\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"3f007269ee945a1dbdf9dbbaac6d065899914d50","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.13_1648449576389_0.294564476525061","host":"s3://npm-registry-packages"}},"2.4.14":{"name":"@antv/g2plot","version":"2.4.14","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.14","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"7a9937f92607e733039070664076472c3e5cf3e8","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.14.tgz","fileCount":2114,"integrity":"sha512-kIPr4KAgic5xN18qcLwdGEggW9FweE+58ZCTFdeDikz1OULtOsAidzNXpbxzJd9jAd/QpZnXj2GAAQoWNKUgMg==","signatures":[{"sig":"MEUCIHW2zN4YervVavn4Ve8A8XH5lTyL4nmWEVbR+u5dsY0mAiEA8rlgW0EQgprL/U41MstNkUzSXbMD9PgRdryErAWDX8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9203996,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRSR4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrSw/+OeOh4HzTgigcHwVvc1/X2/alaKVqe7jfpw/wne7Ss03dBBX3\r\nehQk6ssSif/lUDyPxYjw8FsDbI54VyDz3/eKeBySdFiI1vLLFWuVAzmzsz4X\r\nGfylVmwxmYGN5XYZOwlKl20GLPpfj5pv100co+qds2iwVIrsAte0qVbmATjO\r\nf6Vr/JloLWGCDr6epBg96G91Eg6DL+nghHv8m+FyPnd3gh9B2oILymrwaA1T\r\nSKtncLBWUi28p4RY5TN6p+Jjm2iGt9CYEnBt4QbIIQ1kbWii+OAfktABZ7Ic\r\n+NIz1LUZzSEOAyoufzDOBZZ4krCrKr946PVhr/7th8oPhS/nRjUTsuNlUVbV\r\nZs27ZkK5ybQn57fkmUJEoblEuB0Pbwps4J8Kfdftgn7DnkmGKwbhjox1pnLQ\r\ndawi/yfTZv8mxX0DH1k7FAf6DDEshJ5pmTT52r468RWs6tjovtUT2feG326K\r\nqjSfFj0gitklGxlrvq0y3sVtxcxFP4BaEgr4R3Z8tCU3WgmHNll7pOcm3cFQ\r\nvjk4sJDTUD/foAk8n3Q51NuKfNkSh52EsEI9xCSVEzYBwgv/aS65eUUprZTJ\r\nkWUkrJW1uQIX9OlhTGfk4RtQOFE7/Ai57WPg9VzIGWfbNQ4pT6ua6tMi8iGE\r\n2EllU45tTjYjLMG0Iwn4EN8mLv5PBk1LCkA=\r\n=nfit\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"b046c2385c1c4e964f180c57ee417ea99fc09be7","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.14_1648698488162_0.8167742593265206","host":"s3://npm-registry-packages"}},"2.4.15":{"name":"@antv/g2plot","version":"2.4.15","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.15","maintainers":[{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"6777cd6c5e2c921ea98012cde4bbaf9ba3ace279","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.15.tgz","fileCount":2121,"integrity":"sha512-VDE1w8iOCuxgWmowGIHRoDNjQ/WDD31wx/wjMaGcaV1xHFOccG+nVycPaAV21Pjb3jwzDlqAWqvwHpT1lOBKFw==","signatures":[{"sig":"MEUCIFju5jmxp1tv4B/ZK+Q2O9wcNhCd3RxcGifi+lDaR1kdAiEAn6RXrNXsK+Nbrk7X8uL8uElrJxC/YwKuN0G0CSM3QGU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9212929,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR46zACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo69hAAm3gzA0eEgYB8mL8wae9Q8nYW8YMhk/hRDPh9nRJxTMiGvsZj\r\nMOtdi81Yn1v2J+fSpdLEorMHLf8LndMwkGQG+3oFQ5Z6uJzJtIEjrfmuwcQm\r\nkFhK0X33tjXP3K+7G0um8IYiEFovizZH6+m4ENbAnyL79ndMEw2BDZwSavDn\r\nWRm8jPEqvSURx5tjKtoA6dPT+/MC5WQwPAhTaKiqWChYuyCOoq2P922xEHQF\r\nSjsOeU5TCw2Uw1ZXplKtpI7Cks2uA5S96OSNMe+MyG4kXoHuifrF3BP7fnfv\r\nbAcQ+ZlR/PUAdvWhqcSZMiuiBTOB1GtC4mZhQ2xkVfJ3B/JRSNA9uDDkw2Y9\r\nSeUFnFm9dl/87Ws3jIrJ/3h76LBdpM9OIeNE79g187l1tvzWflGUZVrer6NK\r\nQE76BQMJqEefjOvTwmrjNYDMi/+ZXP74hNvH8PfXWwGRkUDFl2wo21tIYeYC\r\noKlthgADlWaNwkOKLrOq4jnXPHY2UjD+jF7Gu/uiVbtuiP/8Vu+macm85Nkq\r\nm9q6ReOjC4Y2yii+mbbgrhlxZg6ar3axdX8R1DolX2DBiUY+ZvwfV50t5Hl8\r\nPh6XDULcNuo087STbnAv0v8DTQncD6w7O6pC5sdEhCySEw6Cxe5TZjCBzkVy\r\n3V+P1pVkjZNdlZj6GpMisMofcaOdMx2TnQ0=\r\n=XCfg\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"c41502f5e7a33234cd158936af2581a42615f757","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.17.6","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.15_1648856754840_0.3229657055291191","host":"s3://npm-registry-packages"}},"2.4.16":{"name":"@antv/g2plot","version":"2.4.16","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.16","maintainers":[{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"d645940ec1db32a6553d1e1f9a1e197cb79b879c","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.16.tgz","fileCount":2120,"integrity":"sha512-uuO08uyN4WvHHt0f3o6qVuIrUiARhIwebFh/JvMTnWEqoH3MbVo3e6vvcLhBrqE2J+WZeQyqrtyAxl92C95wqw==","signatures":[{"sig":"MEUCIFnrH6HXsffH8BU3PwmynFsfWKHiZdcs/csFf4r+W6eqAiEA+6rtjR4ufC2N/nixeQ1I5DRHScnSTnogI3sU5mf2JqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9111596,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYor8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLPg/+K0auRzQAPq02KJcTuBcdfT/a2pJ0R6ISQPqvyieR2P+FLwcS\r\nJQ/s00GnpZYyg2ovrLoog+EJ/SUlDUWUJ7dcim9OnhYPoRrWdNJ9UtpeNDK1\r\nh4VUJBveZ2nTEBKFQgWdsOrpvcawBKgxu2kDEXltxLZ7baT8kX2B16cgDZVp\r\n/XX42PC9pvaswL7GmvIdYnaGb+sotvm/lo8CgyZ6mwSAPkSKBH+qggr9dvfK\r\n/ZXAxAoLSzoK+s6hpbTLYAZ2hbHJ5a04j3VVLffycexnDpa4XOXMVtRnThfT\r\nEg2F9k2vkfHoSWqacACytDq21B8fwRjW5YZfwqjvisSg/oBqlFhA2W2kc6Im\r\na++Al/Va4EXOoLK/mq56q4oeAREpfselkUnovQd5xFXY1nwzwzs1DCOcNlzm\r\nD4IWCAerkhz0LVv/FG1jNz//NaaSlgA+PinC7YbnylfN+7QiOikM7HncG/uH\r\nQZrUbi8m3w9lvVi9VwwuY3C7vStpqkDl1jLTw4B48Js/JWH2XrhP+qmAFSph\r\niA1sjzhdMcJNypBkATurU27NPu7tVdT6QbCx6O0zamDLRaw2STvjyWSbM81N\r\nRG1Qhn03hvAa9qG0zYI9wNjGjK2oznBEGHAIhbbtqzYXDJezz92jK2NSe0fH\r\n6qr/pe6bvHZ6X04E10aQfE9r1bilhhv0DTI=\r\n=nTRW\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"20d4b8ee41093ca26ddde572e518eb85e937dd05","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.16_1650625275720_0.7247342289417922","host":"s3://npm-registry-packages"}},"2.4.17":{"name":"@antv/g2plot","version":"2.4.17","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.17","maintainers":[{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"0541374387432afb36ef71f3139dba4327c339e5","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.17.tgz","fileCount":2120,"integrity":"sha512-TlaieprvH2vjaXgwCMW/Q5ThFkPzJ8A8D9NroiEbLJUZs60I9F/1VXQ5UFcIDRWMbcG48wfyX1ah2M+EFWRLRA==","signatures":[{"sig":"MEUCIGbUsTqmqyM1fw0Y6OoF0eNVKQBGKZ0k7rZoTllOIUvEAiEA5YpqvvZPi82P/TBiguYNyuj0e0m5oWn17Q5Ank2YJAQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9114557,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijJT/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrvnw/+LZcbwBPIb93vGQil1j7JqrZo4TJdq7LH/kryYE/YBQ9ucv2O\r\nqp6cjScjh/f2uZc7Vzh12drDu5skMA2nRFKxYXYMuuLVnY7duWhBhi/FnQ5X\r\nA0ARGTNHDtTynKhml3E2nCNTLPJXMoOX4VDH7cVx+fxDMazvTA5OL9PlJH4s\r\ndPorjtfv2o9k+f2cQxX2azz3ZivBl1T/R7bvuJaqP+a0AUZ7JJBdxRxXmFH5\r\ng3Jh+DcjuciMt7q1AC7VMGIhe4R6bi4JBTfvyB792eIdQL02HLky9GNlB+bF\r\npapoFHcLYcWgHNjuTh6AedCSBFEqspjOSfXAvwKN2CeJjrXLcxUalr6fh00Y\r\nbdVCv6Lb/RZI0Vl1TjId7d1mxQ968oAEDQ40qGnTuuxvz/cxQQy3RuvcjsBM\r\nuwdlnSaFl+Iw/6cmULrvh3gobavwkrlanNu/JzSVTIZuyBBQCMVzb3BN5Xkj\r\n19pCX+JIoY5T/mRxHMLLU/DqBVR0g0jJ0zk+4nd9O57LcIc9H1/2XZIO1LIk\r\nBTNts6qqzrQrQa05ym+y2oEeKN4PnF4ilmS7r7wR1WmGppnhQzdw+zOe1Amt\r\nKedqH8q/rxgiVfb2UbRZmen25O652rp1gATXWPfE9OlyPo5Zk57M7FD8Gp93\r\ntPZeFcDiSt4O7HgQgB//XkrHYXfSIY99hXU=\r\n=X8px\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"35afcd504a4557e586341dc2e81c696edc70587d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.17_1653380351027_0.04565334417737765","host":"s3://npm-registry-packages"}},"2.4.18":{"name":"@antv/g2plot","version":"2.4.18","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.18","maintainers":[{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"7286b5236170706dc58776bcb62b644c62de8f21","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.18.tgz","fileCount":2120,"integrity":"sha512-5F/8BNS3hK5LLGrDfSLH2WDmG80bWqkMP4m+yuzblYcPabQkqPeCD5v9lK7s54kyvf6JLd78mw0p0QsYfSFDWA==","signatures":[{"sig":"MEYCIQD+HOm+3QMYD0WaTOotryFiIrb5Y4lIxUeSSJYec7XPAgIhANPC4y01LMWtzqEvE3hObhxJTr/8JjrcwbCSTjVZZIdk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9116088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimDRlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9yA/6AisZL02qcJCW5QLHJ/VXWwYqkTWlibX1LtSYs4hmTUBbdyje\r\nBMlB1e8eBAc9A9UfWnGzSQFsQB+X2dou2judrDeTk5pZqMKKWSIhvrfeusJx\r\nMGiyc0f1hyt3Zd1Y8qQ29S59+b+076y/wpDCtbah2aAruiEWTTY2QAQ4cVBt\r\nJmGkRXNCkJkYcYBS3O0Q+DNBmRklkO5ew9Pwwz9ur84O4Vdy4aLvbmsMO9Yo\r\n98ekcDanzrdjvhGFM8BMeltIbVV7DPu04KLHAfnkuDReU+fON5hG3KE3EAly\r\nBm7TVpr0wF4AzzObIr/C5rsxqYabsp+Yp+U+qYHG6ZX4Lci1Y+0VA990A7i2\r\nlyL3hSrUTGFoR68TIMXCvTjGUbigtO+IrzNl3jNL9Wubwj+En3ADge6TkPuG\r\ngWKz8YMwK9iuXIXh4uUq5rpyb5FXHPemmh/3GTn738ChqbM2wIQby9KU7k1z\r\no1Pq01Bp7Tu04mv9Sq9YlGB9tAr37VU+gM1Qve4lkEwsXB3R0Osy6yJHVGde\r\nsIbjQ9VWQ4Bhb6oKb59NNRB9hNRAqTQ7H6xzGBSWHu83PJtnzTkcFHS9TY8h\r\n4BPGggGeg9TzqYY7YIHcw0xefv2v7sJjEjetFBI5ysNALy0uUXWY72F6NSJT\r\n3Ud3kh8553jlaUG5D5moinnXEcxreihEV14=\r\n=vowX\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"d29d192980a0dd14861c88a773c7aed5dea4bd6e","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch ./__tests__/","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.18_1654142052867_0.5290440944484485","host":"s3://npm-registry-packages"}},"2.4.19":{"name":"@antv/g2plot","version":"2.4.19","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.19","maintainers":[{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"5f58e08263d03b9ce83d709d2ab17adaaa1f1ae6","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.19.tgz","fileCount":2120,"integrity":"sha512-1dw5X25gFq789CB0/7/CqxCV7qGT3gFiLucBViw1eDf/NbFVpK5tp+yE/ajprErTCPWty3D+qCQLVOsAmakF/A==","signatures":[{"sig":"MEUCIHgN5Vz2hz6eOrAsnN+ePH+MorVLMWOXhfMzuPGKLF02AiEAlPq8l7K/mHvB2djQUqznY0dkvXUvPdvpys4doEOf8LU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9074314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinwDcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqi7Q//ZiiNi/4vJJK5+9+piRBjEQ7KYNJWh4ydl5Rjf/X4jSgAaTSv\r\nb4WXQcwX9FgS9h8z1yJYH7ukgEy+6rTNcnc7+ZPZRNWT5UALNhxAq/c3+qnh\r\n93GLNzrB3hRzXAJ0gxbC+DIX1uqyy3hWq7qH5mOL7cyOJSquahnC3OYjWdrk\r\nYQLMNdVLM2RxPdxTgkP+XFfqpMI04IHu58m77PtzZE58mmQsuciwwj6Cdk7M\r\ncYX5FIBmsMgL9rWasC31io/cbBTPq0vNGNoCxhWnbHfbOGUsuF5uvOJsNtZ6\r\nB91NVJRO0Uj12R4niUiGy0ro0bAZziSq8rp4u7ralXqgw7Jk1QCLugf4aQrn\r\nCJAjlECLGLXeQaBoL7ZeMfYabekmaZgxKzKKshvg1VO0bsrfBqVHfVr/pJgB\r\ngx6uhpT21Cf1fJK4j+Daez7zG4trE3l5BHWrE6JQ2F0MNgdndmV5U0/GxRkE\r\nv9KeJz3zlKrEDQxaf3/y2jwjWDe4x/93hcY9fnfrG0pjcGTrM2psJLdNaqcF\r\nIdYD3VcTBBVv/9mDEJoCXSGZRNb4ueIVpY5oG3F1ze2nKa8apye1VrD2NMp9\r\nCflDjtEkarIQLgfPO3AVlF9wQ4YhJYGTCbdvHwbKodDNsGg43tB3c1qa+tnW\r\nCVxfJiehUbUEYBYTrJ+huBj2CqI+mAixw4Q=\r\n=Z0pP\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"a94af8cb6521bc516331ef23357b45b39cc1222b","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.19_1654587611876_0.37864153363969","host":"s3://npm-registry-packages"}},"2.4.20":{"name":"@antv/g2plot","version":"2.4.20","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.20","maintainers":[{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"323fdac575fefbfbfc0e446ba08103f0295185ff","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.20.tgz","fileCount":2120,"integrity":"sha512-MHFTe3zdEHy/5VHdG9LmX9jQy9NdZm31olQjhE65eGpxhX5N1ibyo+qO247I9Jazb4sLD5LNWYPtPHofUOUaNg==","signatures":[{"sig":"MEUCIECrKKDFBNX2Ya1IEsRqAfLBABx3Y/hXMM/V0cdBvXEsAiEAkNNf/BYFJDaiJnZtPN7vmwx05UOKPSOTEz5Z6irEpfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9084735,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJism7UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq6ZA/6AugONVerWvNuupRHkpPhozAfC/TIdd7scbvAthBn/u868gW1\r\nvmNpiwbsh1lATyb3141LGLgkkY0mzkCaLXed0PpoE2Eys2Uw6Q1eEfhyLUZg\r\nSE6YmiF/wDLJ+unwmkLgUslBTAVvTVTBWEwIVB6gyPJxB4Om5InU2TTcFStw\r\nqS0l7uYUDCmUeuxWETWc8ASbV1PObK7jz8SbhpR1KDi2fQafTLCumPkMXEph\r\nOaIuz8f54nv6G8sMagW/7vdOIiyyN401eLd6tapRt4olnYrK0f7OVbTN8OGc\r\n9wHq87UPctx5hJfXQ/t7kL5NURTuhibqqfGRiUWSPOQ7cbxNfyaLTjw8agQP\r\nv8pziNMIC3mvJUdU8YPSsu7diqWehRYViunRXxUiD3uy2J7Lokl9ZSsd376D\r\nxWooU0lAYmUmrC/CeK6BObDCliM7fxYYibb5DhaoiNLJbEH7MSzLeXDy8ARt\r\nWFXPbHS/PRRXSWIimO/V5H6Vgpe8NUtLmIEBj2AfBKB3s0HX+GD5RM+g7qKh\r\ndS+bmClSsOz6S4CXBVXu3fI8CG8RUxaw8IpHAfM1GmfqIxzFM+9hktQzXrHC\r\nplq749CaX7zPpnGfxVVlZRqi5VQpwZiKveT48BcZDa5PxEVhYVl+FvESs0jK\r\n3j/WcXCr7KppWhn4MNbiDpWNgpw/VKURvSs=\r\n=c1H5\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"68ccd8d987aa51ddfb3c0105ad74a6c2d5759c47","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.20_1655860948027_0.0041364349908712406","host":"s3://npm-registry-packages"}},"2.4.22":{"name":"@antv/g2plot","version":"2.4.22","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.22","maintainers":[{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"8b05bd0cf51083eb11062a05636630bff42d917f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.22.tgz","fileCount":2135,"integrity":"sha512-wwpSJ9TL1Z4f35dnlT4wy2z24T38xb8qvb+a9thC/FUx4Iu04zc5vqGOqNvDlBRZAq53+KOMRJ7eC5XtsT8QIg==","signatures":[{"sig":"MEUCIAludv3R/uAS9ZuH4UxkRkNXFYAAwZMOqTE8DwT541v4AiEAuzN7hptvNgmy1GEjgutitTT9+9Vtwp6ANB5Aiy3DnlU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9293948,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZ6OjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIUg/+Mtvl0Ki+ys7wyoDMQqmKU67i32ZMKm6NbYmmdCGSngSCvPpc\r\nO8I++FIxScwjcEbdZgfbzyXzFk9qR6KO+YC+VivgNVX9+a8o+YYAjTb7Hp8b\r\nqjxGgh9L9z7aCY/Oy3znQLk9IqzjgZBgIPKQ9I7Gn8IPXU3cwktQRWgaqKh/\r\n2PItNhExVDmmAMcaLmg5hYLbaf4d5KHq1K0tD7QjaSLWWSXY3PP8XVF01fV+\r\n9ZljMYheWBJtrCFpS7r1z+BWrw6xUultNDFjBhMIkd/R+FEu8LJYb2U6VFJw\r\nUBkBScW8JKvAah7j4Rp7accgXjIVPIcTYFwWTR1kxmCODOzDoVdgSV1XG6zn\r\nsPyJnjo7z82eNnOidIcUXCwx7I/nA/GglkEJF0FEdRYLo+7TfDHW62P5pQa3\r\neZxJOLIawkGSOXetFoWTa2S7aOBtS7nwXqu/HwJLmoViJTfVPbTqmcNWMCmJ\r\ndh4FUxIzk9XhfMzQv2jjdSy23DXO8oj4yGI9gYCV6TkpPDtTvBnFoRLguclN\r\nLLThbDkt4iUA6i+5POqhifRHlZq1eUKkU6EFTAA0poShoN9Qb2VDgSMtcDN/\r\nIb84xJTl/NmNBFICfbc4LLN6kjSCSnzmsBvEDQ7AmR2ERMTI7h+Iu4TRkeGR\r\nKhsl/SI/H0I0SGcGbGa/xs2CGyZe/WSMyt4=\r\n=uAuZ\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"4ee1b50092833482a6bd138971b9680044dfd17b","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"npm run site:clean && npm run site:develop","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","site:build":"NODE_OPTIONS='--max_old_space_size=8192' npm run site:clean && gatsby build --prefix-paths","site:clean":"gatsby clean","lint-staged":"lint-staged","site:deploy":"npm run build && npm run site:build && gh-pages -d public","site:develop":"cross-env PORT=8080 gatsby develop --open -H 0.0.0.0","prepublishOnly":"run-s lint test build","contributors:add":"all-contributors add"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.17","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","remark-mdx":"1.6.22","@types/lodash":"4.14.182","monaco-editor":"0.21.3","@babel/standalone":"7.12.6","@babel/plugin-transform-spread":"7.12.1"},"_nodeVersion":"14.20.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","gatsby":"^2.24.63","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","gh-pages":"^3.1.0","prettier":"^2.0.1","chroma-js":"^2.1.2","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","rc-for-plots":"^0.0.1","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","all-contributors-cli":"^6.20.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","@antv/gatsby-theme-antv":"^1.1.15","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0","gatsby-plugin-webpack-bundle-analyser-v2":"^1.1.27"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.22_1667736483039_0.757009459830108","host":"s3://npm-registry-packages"}},"2.4.23":{"name":"@antv/g2plot","version":"2.4.23","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.23","maintainers":[{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"821b5ea8a6bd60d3a66e331c26e91225a0fee419","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.23.tgz","fileCount":2135,"integrity":"sha512-GnrSuUclOKYq/V1sb0WWUM37IV0VKWOA2Klq0jmfj8gLI2r3A9bFzKj+EEg8sr2Hlfo2Iztvt77HYv4laxLUSQ==","signatures":[{"sig":"MEQCIEAGH5Dv9fv4OJZxm/Yx0YqPfsWQ+jMVLlCpp067B9pBAiBztBn7fTL2fNgfkqwXDg3uB6HP1cUvBbqmuoV/Ptm/CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9304220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkDj6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpwUQ//TLy65nm80u+ZzxFgSf2xRjffK3NZ4rWtdcN3mJnPCvp4yiDL\r\nqGSRGWVJKmCe5WN7e8i9efN73tilPNDWiYFU7gULSD89ehPARc7+r3lnFFe1\r\np3C6XcjMSMc7w8O/0uyiK758SCVtbfA7AT2j2ksTSuztLjcZOAI+8G6DoyB9\r\nKJvFKOc/i0t7ZuPW/Oy/Co1GyQ6ZKN7ATn244HPcqk0apSPU8GYChuAGCSaY\r\njsfRxABWCZtER1pE6G7hQPJX6hLOER79jU7F8l6dNF7GaXz6fx+RS9STm88s\r\nC10oOSebFdjnSWhMtIDKP0q+17nbsCMxEPXP2WBtAYug4I7sstC3EbrWlWmq\r\nRFJzdHdD3ZOiYI6fndYgG5n8ZuW9oQCEaEdtAScSw77y3smC/hHMINWyPgxO\r\n0QByzwfa3Xf6syVrwqg3AuY0GxBZyxtbaj76VsH5sPlnKgbkcJ3YeOhIrB+z\r\ngfytde5fO7VpXJitWNMitFsNGW05Mnmm+iBo0bqiPy88AIuTxxGCEuJfX+L/\r\nymIFR+uklJfcOoSIPpuuPtx2xMtFEnLwXRz6Os1ISqxD3TRLGFzeAHVRAcvn\r\nzEtjWJuESrl6rRmDanWd2Uzh4jyoM6MgUwat+cFu9kJAzzvj10eIJMbLLoFv\r\n9rUI1x0aYO1r2J73S1GimomMx1ekbb8+0Us=\r\n=dmqA\r\n-----END PGP SIGNATURE-----\r\n"},"jest":{"preset":"ts-jest","runner":"jest-electron/runner","testRegex":"/__tests__/.*-spec\\.ts?$","testTimeout":30000,"collectCoverage":false,"testEnvironment":"jest-electron/environment","setupFilesAfterEnv":["jest-extended","./jest.setup.js"],"collectCoverageFrom":["src/**/*.ts","!**/node_modules/**","!**/vendor/**","!**/_template/**","!**/interactions/**","!**/venn/layout/**"]},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"04e6eaa26865a79e25de81d3c7962bb42aca3b47","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","start":"cd site && npm start","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1000 Kb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"275 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.18.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","size-sensor":"^1.0.1","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.23_1670396154097_0.3998132107611827","host":"s3://npm-registry-packages"}},"2.4.24":{"name":"@antv/g2plot","version":"2.4.24","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.24","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"dca7e17b7b447824813afea6d989c3fa94e82449","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.24.tgz","fileCount":2135,"integrity":"sha512-cymQciNxkfHSxjo7CCtxeTy2/Vn3reXCgu3z2451T6yrVqF4vgVb+QIOHJDmHEXKHHcP/s0KZF8ObCWq7HYTHA==","signatures":[{"sig":"MEQCIB0JhHyDQKD9skzUqRLtPIj9mRu5vFgy/N/COHOzl1C5AiAS43C/pRx4W+uOIDvpvH8xsnxT68I69HmTLnyjgz3f8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9629352,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4c8jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrf0BAAnNgLsdHCRhCVFbub1HKOmFeq0hoHFardgij4HDsXvl1uAJJu\r\nUY99Xic1eMLCw1cKZRPU7qmfExr4DclCzwl/vhuKRUG0fTNtJAd9L0KsV5ny\r\nb3T9KnnI5I4V/YF7ZH5ANgJZ9vduCVSN+TOU14cQ9wMMRhMYhSj6u96h7saA\r\neNMlivhxnQXJTN+/quPxjBv8ntSfOElKQl18yncaHv/AHOQAu5DwLsXkNjis\r\n/bh56k+Pr9siX9Wn+0Jw515vuNvNvmPvS0GMGeB1uvUQuVUD4klJ5nRr3h1B\r\nmzmhKQDia9uqYyksZYr1yTknxIZyPEm28396eq/3SJ6rXWV5VY/4rwRfdi8H\r\npwnz1m6AjgL+pywkHq70zvV/wWK8FcFt7uGCsjYBdkVFxR4Ae8fEyeTWOBkT\r\n9WuKhbLJCY5l2uSgdF2XIv5s7z8sPRmRUhffkDvbqg2/QcESqrOIY1UMuqE3\r\nIDrlVTMLMbL9Nnb2dWoc1UbT81QIlIFHF1/J1NAlg5COBGco8SNCjBypSAXS\r\nM0ieKS7sUsR9ZPg3MufERzuTwJCdx0krknhNwAxDi9NfL51+r14aXwpl0sJ0\r\n1BbDM0yZgqcQoajmDeb2f04lKPFIeTAITruaaiyqHkmH3/6p54HEmkB+Qvnz\r\njuLuPvUCrdTUkMRjpr6/0Mrd71A2L4izoQ8=\r\n=8+AA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"a14b8b61bdee946156c84035a0a716b6e601e540","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"deprecated":"@antv/scale exists two versions","limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.18.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.4.11","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.24_1675743011253_0.4969508920733088","host":"s3://npm-registry-packages"}},"2.4.25":{"name":"@antv/g2plot","version":"2.4.25","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.25","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"eb5a136b7895e3fcdf48590f581dae90430d09c6","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.25.tgz","fileCount":2135,"integrity":"sha512-DCDz/b/HvvlJc+tBbkxQcpy6E7/2t4kpWoIPRcm57a1iyofb7ZSCpypDvarQiRi3J8WBvU9LFEa4swdtxHncWA==","signatures":[{"sig":"MEQCIDwfEfPVk7Jo1QScX3RtrUBOMAr1tjN6BJaxJivQbrUwAiBaR258a41ELmvqk/fwL35FGVZVugfx+GtHshYAn6zCPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9508097,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4gyIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyoA//fZsfa9ZLCu8/F0d/jax86yDVIb/JwFgTzMqMIdPKQ+aYWHCV\r\nsaDpzopYrvXA5tGM0rSdrcU+cJbHA8dXSWAwPfyKufhldof7HXsH7rOum6Nd\r\nJp5EOYD4awUDF23Brcn7jLQ5bHp9Qtujh5ruAIQdMp2khEQp46q58wqBTzjt\r\nevUl5pPfKBOrHRZpVpb9smbuH/9utTtNgc39pcLtrw6muBs30VHPO4c5E3YA\r\nDzDGpRFsDpQ/g9IWxf8BSQOWrCoGkriQSOMn6bBT/K6U+VP6LigEzHMZwSpF\r\nktFieKjoFeMhlz4VIv3ymcqYpoV5QaIO/XrjgAOcTz4Ih+nRGVpbcO1vuJLp\r\n7fwq/+VMeO60pTpTBs7zvxv6Ssnt5pf0ySq0Xv0amYg3CAJPst7aua9RuReQ\r\nZq9sFlfrj7CstS484IbNrXELas4Sjk41NDvE8z8VciyxJgWjjhKARknLVM9j\r\nt7F/zvAe1bC4mOtD42R81zlkH+QvAXnYGE4BRaC0CGqmbwE0ErM5a/lBprdB\r\n04KImnaJIwVBv7/dc2zgGAu+9yREFk5Pos+9fMPyiRvj/8GmWV13egLsajHO\r\nNrTtpJ2LMmwMwxTQO/PWz3t1dTeV/uGLR8M6FJB3M5nflY4lAuNWy2FZq7RO\r\ndPRDGH5ixANFKwNiEDnh8+WgVd5SANwBH+E=\r\n=WLe2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"21de8cdc635087e74871f0ff04e362746fc2197e","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.18.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.25_1675758728276_0.41070473366350524","host":"s3://npm-registry-packages"}},"2.4.26":{"name":"@antv/g2plot","version":"2.4.26","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.26","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"0c791e784be1d505a98e497e37e654acb097f8fc","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.26.tgz","fileCount":2135,"integrity":"sha512-1H1d4MDszDE/hfVPff9Zix7yZCHHm7W/ozV1Nort61kLcqRvIOVL6Yboih9aHsWMc2LP0cN3Pk65oC138/hz0g==","signatures":[{"sig":"MEUCIQD+Q3Sb18NKbbEYrNXwez5IQtBCnem4dV/m0r/OoJ59wgIgCodYE1cENogBhW2AOmpNLnK3gplHegQAS2WtTqwSJ88=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9625542,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBTL3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrx8g//Y7YkIt6PpvDMfGyt+JVzKkTcUUgV+MZH3DanSYDt5aZ+VV5d\r\no3cKA6Gl6nQ3LiJ9oCWoMob5hz1evTxVh7nvMuDxtKYgilLBI96oTJzhHU6S\r\nlGhrxtUrHrfNjedT0WGrYU1aLaQ+A4G6OKQ5MHloOixoQzo+e/U+eYvlsMxH\r\niQ6nmD4PHAERyWRMW1lPBX2ryNIteSFvEji/hkXpaSd5wTO5KlSG2Twb5SXb\r\n0DCzm9UHV5Sl6/8SMMD+laEExKItr3x7awZYDeZpaBCARJo9Gh4rRGd5GR4M\r\ncZ6o96UaPsa7hmI2iAzV0AypkaEn+XtjTcQ1veCGESb1O6HO/RYvgcVmx11A\r\nmv0RS0qFDM6D7Fg3ED5JJy0H6vIDARjPVRbnES0uM3SSzuv1oqSlHQDOf5BA\r\nJ2DCIM8VN7EkENUj+iq1Ya8H9eqPYAZe3gbwzq55f0VLwUuTycUnZH+p3lY5\r\n2iTCiHKryvKH0WGrNyisuHlx/i1LETrNzc8MYoZvSxmvz2ePMmEgNfugpSKn\r\nfJCxrsOucLAGxI7jz1TqsjruNI98a6jQuEFUc0DmS2/un/DTREh0b4WYls+u\r\n/T3iiBH9O5ktXu2nFIqXUkMM5K1MuRKkspuVDfqNQWb/p+7hSKmedJ1SWTBX\r\n5kTsH1yezElZ0oVSO5EhIGO8kmyH5a6/FNI=\r\n=jdqT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"8ab57ec74209d81177cfdeb1289b40400fa5c949","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kn9117","email":"1175863618@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.17","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.20.0","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^6.1.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^3.5.3","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.1.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^2.0.0","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.26_1678062326743_0.3911609732514256","host":"s3://npm-registry-packages"}},"2.4.27":{"name":"@antv/g2plot","version":"2.4.27","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.27","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"913d4bb794982ddde159745579ab137ae6c25153","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.27.tgz","fileCount":2134,"integrity":"sha512-O79bFOR/DbOREYZCoGqul8kGdDG4TrmBS1bUQN1Cl4ArNOrMBxHdXbGYkHlhak7EARdNz6UVHtSufwMa6cGD8w==","signatures":[{"sig":"MEUCIQDOC75prjimbXvUuAEYoE06mCXmsQnbb/KOGr7RmzOJcgIgN4LJd95xYqEEOoppXltBwdvaxL2ssggEzyYw7WNspRQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9533122,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEr+xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVFA/+OAoSOcI7flCC/yjsL+BdTBSbrX/XBSSsIcA6VxNgc/QRHGMx\r\nnE7ryDPCnIG7dBlzSLIH+ZkJNuMBmbfq2pHGeEXEVpIeWhWC+NbCQOV7MWK5\r\n0wnNydzjglGNBml1/0SQrb6pkfKvaP62AslzBTKmfCJbjDmN8a6u6SFXoNQC\r\nC4xKVC8E5cRpjcFqQmf/DwaD3H1L5UZS23NYrL1lzuHq2wlHwc723UcdQRdE\r\nuqeQ82x8+T4g32kcKHtezcqrheZ3OBQPX48NBRcDqEX4Q3iqQ93fTMXqKBWE\r\nbQSsadC1Kj4sK91rLqhxnSAg0MlxSAm3WKDWW+bG2Gh5cBzEQ7xz8FZC8YVn\r\nRDZSTuAazD5U1tE5t4ahmuMF3Oz1dv5zm5ZQbWFDT0wtKQCD9zWlGUPJR399\r\njDHgDFdsD65Nyyla7DkbYKiWEIfnWTunfjbqDRks1V56ucB3cP0IOb8x1K0T\r\nWtPanYseDMRzVNwT/NesYQ2BwTtleKSTVLagtlize4Ha86a+bEMZTLlN8ajj\r\nA43+H1EXN1Cb1cJYTZ5aMjuKUGDJTE/J5cXg2UPlrwgAeKlH8qKxsC8E4G/K\r\nElYT4rvFbTjJAr2jfaRRSR/MjaWPcKB3OwFn1HHiQvItXX0e/gnPIbzCELQH\r\n6XvW1xUR1M9g7Adar3odNGKgO3MLeYuqRAA=\r\n=gVPN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"984dd2e62aa0d56a391db4f20afbb1cc5dea88fb","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"9.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.27_1678950320822_0.6921491669073803","host":"s3://npm-registry-packages"}},"2.4.28":{"name":"@antv/g2plot","version":"2.4.28","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.28","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"828252288f9cec55eb0c85a144a6e46365e680f6","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.28.tgz","fileCount":2134,"integrity":"sha512-eMG7afQ0Kj8AGsJ7r2/6sqqJ/xuIMeXeZPcDvDOvrlgR3tqksUvL00Q3Ahm5ry4mbEj9smPbZZcqZrmyO+uphA==","signatures":[{"sig":"MEYCIQD1T2oZAsyN0zcMXHZr+y/diQNkXjXBYnnQ0TdnURn2JQIhAJSfl0e/kl6O5FR40Kq0xcfWktuWtMAVDepmv52ajgdz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9532199,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFBQxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyNQ//dtY2ec0+AkXXjCUvV3qt6q9Nzm3zwKe32e7BFHkEInZ/Omj+\r\n6w1FZtNHoHtuchP+pV8uZkNDPkKncFbeXNnLldLBfGp/Wg5e3e31ogZMLTtU\r\nVZXL9krgEdCu+ikFTP/0OqDjzf47ilNMKdevDJ2GLMOMMwnT6LQo7n7Dtyx/\r\na5S67eIoIxXeBN/ivdGzK0xwSdwWGgciOqxPw4A+MwbSJVuLNiMoKN5UVDap\r\nb5fG9jf/5Gi4oKFUjIgnigZ+NQvszNey7bBpVItz2/Fm3Ht1XRJb9NLKSgq1\r\n1S1Z+MSSyUV4YMtXugjxt3zgwDnGf/uO7aMKaxy63MLRwb+suZ2L7+YIv6i6\r\nbU1DfHoWav5TJqr7KYOap7S3YDkk8ceHMPYzYA1G4mz+82BiQI0+XlanXXrx\r\nj2Jm4FxsQQas5NCZbcmPvJfMaE1P/2iJQhuz31oISzJ+FHe9Be0NGfZWoYj9\r\n+cTuVH8rzBOjAwbXzZJxZzAU4pm9Ab6KwcPtnFATWqKWqHOXA8CtRl9kkPzQ\r\nOpwa7/zibEfmleH1XBV/wVZBeXL9BSUWTSE7rUqmiiFZYRy3n0A+4z/hlTjY\r\ngyuz6FJYFztt2o2fHgXsthiGN38S1kcULhoMr9ATOP6sur0+nlxHuoUZLzVo\r\nVWCVOY2xlUumZPJSeQO5synFRlfClboUSFI=\r\n=yvUt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"984dd2e62aa0d56a391db4f20afbb1cc5dea88fb","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"kasmine","email":"736929286@qq.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"9.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"16.14.2","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.28_1679037488703_0.4705061719970196","host":"s3://npm-registry-packages"}},"3.0.0-alpha.0":{"name":"@antv/g2plot","version":"3.0.0-alpha.0","keywords":["visualization","chart","plot","grammar","graphics","antv","typescript"],"author":{"url":"https://antv.vision","name":"AntV"},"license":"MIT","_id":"@antv/g2plot@3.0.0-alpha.0","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://github.com/antvis/G2Plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"745a9725dcedacf3a28aab7e7c38ca095141aa0f","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-3.0.0-alpha.0.tgz","fileCount":104,"integrity":"sha512-9t/KNT4hHpRGeRYoP+0j7d1WElEKwPibn3dYGHAfvybaGEQ+ndavnQ0IxaX6LBg6qz+MnY52YU2LX9U+3mIoZg==","signatures":[{"sig":"MEQCIAQq+iNzVjHGRUXno5uxrf3rofupZUaQySbJfeGnHw6ZAiAKl6VxUVUtyO3qQT8S4R0nJtCxrPqmH6wgoZ1XTFXs8A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1057809,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGqJOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZTg//fJ6FSb4JQVpgETd9W3CWVTQBZEbZNQC86TUaivCJW2HBKvwl\r\nsGoWF9UJ9za0WhNOclqtS8ZtePQmyeXtYc4B6sv36RIYFoJWELHGO3FvFUbg\r\n7MVYcwQODXlY4zDyiz9ZMKMv/pyKYSunSd/YwCoHxoz9Mn/WFkHjGwp49JD0\r\nRpvZKpt+2ODI8mufLZ/e+304CrzdysLsa2E4FvmGByWnw1v8Sl5lJziFj2Ic\r\nn51qZfOLoAhvTptyWYLzHupdLdGCSqTzEtIKNomDobw3SUcY6MWYD2l3mRNb\r\npxhkndlR5Ue3bSqbqB4GfWnIM4UlUr6m2FfAX3emsgJ7eqMyfTiItlHm3Pfc\r\nSuwWCOiCsVsmfXNmaqi/LIDfgiqswRv1J5wqqjShxhqMbRkUwA9UvK6+lT1y\r\nxE6BRzJ7+w1XsHK0TOYfpE8jC4CwpN8AwDwlIz2VRd05Z6pSXAI9IW8QuhrN\r\nTnxLQvs+tteL2ARIoU5zQ4MPkRMZvQ4cO4cyXzb/6DFqKiM/hWPlL1tmcyir\r\nnsRPjRDEZJmb879EjkxgLurN16Mk3kzgY/7U6CvPl0GvFy4SQsbdkYh9Mh3T\r\nb3Gr5Cmo0gp6vt+H8IYxVKRfNVeBJfrW5+/hTPvZTaTXV9LGYMTTnyhJhL9x\r\nlryT3zvxVRFn66QE5Z8tjHpUXq2OIJ4NkJQ=\r\n=mAbF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","module":"esm/index.js","gitHead":"5671ddeeb5e5bd59dcf59745c561de7787c33054","scripts":{"ci":"run-s lint test build","dev":"vite","fix":"eslint ./src ./__tests__ --fix && prettier ./src ./__tests__ --write ","lint":"eslint ./src ./__tests__ && prettier ./src ./__tests__ --check ","size":"limit-size","test":"run-s test:integration","build":"run-p build:*","clean":"rimraf lib esm dist","start":"npm dev","prepare":"husky install","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build:umd":"rimraf ./dist && rollup -c && npm run size","test:unit":"","bundle-vis":"cross-env BUNDLE_VIS=1 run-p build:umd","lint-staged":"lint-staged","prepublishOnly":"npm run ci","test:integration":"jest --config jest.node.config.js --coverage -i"},"_npmUser":{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},"limit-size":[{"gzip":true,"path":"dist/g2plot.min.js","limit":"750 Kb"},{"path":"dist/g2plot.min.js","limit":"1 Mb"}],"repository":{"url":"git+https://github.com/antvis/G2Plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"16.14.2","dependencies":{"@antv/g2":"^5.0.0-rc.2","size-sensor":"^1.0.1","@antv/event-emitter":"^0.1.3"},"_hasShrinkwrap":false,"readmeFilename":"README.en-US.md","devDependencies":{"jest":"^29.4.3","vite":"^4.0.3","husky":"^8.0.0","pngjs":"^6.0.0","canvas":"^2.10.2","eslint":"^7.22.0","rimraf":"^3.0.2","rollup":"^2.39.0","ts-jest":"^29.0.5","prettier":"^2.8.1","cross-env":"^7.0.3","limit-size":"^0.1.4","pixelmatch":"^5.3.0","typescript":"^4.9.4","@antv/g-svg":"^1.8.46","@types/jest":"^29.4.0","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","@types/lodash":"^4.14.191","@antv/g-canvas":"^1.9.39","@commitlint/cli":"^11.0.0","@types/lodash-es":"^4.17.7","@types/pixelmatch":"^5.2.4","eslint-plugin-import":"^2.22.1","rollup-plugin-uglify":"^6.0.4","jest-environment-jsdom":"^29.5.0","@rollup/plugin-commonjs":"^21.0.2","rollup-plugin-typescript":"^1.0.1","rollup-plugin-visualizer":"^5.6.0","@typescript-eslint/parser":"^5.50.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-polyfill-node":"^0.8.0","@typescript-eslint/eslint-plugin":"^5.50.0"},"peerDependencies":{"lodash-es":"^4.17.21"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_3.0.0-alpha.0_1679467086543_0.558054052240327","host":"s3://npm-registry-packages"}},"2.4.29":{"name":"@antv/g2plot","version":"2.4.29","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.29","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"e751461073b34a346daf55e632c09fde125c5e33","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.29.tgz","fileCount":2135,"integrity":"sha512-DWWsFRGiRg51G9SVESdlYt2hMNIX2z9oLkYFgu0kb/ij3YNEroh4xCcungfWKGe1CBOHgSt8QcIQ4ts4RU13Cg==","signatures":[{"sig":"MEYCIQC2jtM4biWaY8RyGFi3vPgimYCkrQbX2GqHB33yXVNHCAIhALzeJYLj15YlrMU05EW9koVH779F/BR98vIen8idxW48","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9688944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkKsM4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraLBAAkyCCXA7NF03ld3TamNwCSs/fuEdd8CYA6I9zSUYvkNB9X/Hw\r\n0G1WNdiRkg0vOLAtxTFaqQZgnRiFfqBSGRIgo73SPomHuzGiFTNYINjXPCxo\r\nIEz570In7BQc9Nh/dnKZq2cU6TBstEfDzLnxXzm1KGlpZf3Xc61cbOE0Qg0t\r\ny3t8HBEbP6iwvFSLVaklwdMJNyvbj1rxPs7vGw7dOlkwzxOPnJFKYw/9ZLGJ\r\ndKzVdwVJNtD/W7UMDKGdZtZAUGPAYtcevkCPoZ+C3RVSM0hZgkwmT4kHL9Sk\r\nxYi7Q3V/trbBEIdH6VrHmpcySRIm2H2U7Hgb0yQmn3VFTdAr3EQaxsKemcKY\r\nypnz6rFs3Hy+7GN7Le8PrYLUTh8zpQi3797q8TwBzK9LPr8PUzn6TWsHa8Cn\r\n24gyB1AoETyycj01RLLZGTsDp2gjGxIC+13QByyipm+85S5ceggJwmig9DGG\r\nml0UXAmW/4KOahZN4q4TmZgvxvc+7m8Jb05Qjsc5gSmDSKklBbj0zjdjLWtA\r\nNMoThYGuVa9IExds2lLl/V/GiThWvN8qxmMI4Vn3Ns4agD97ie5lEc/+Ty/Z\r\noKdHsWxrd5H2Pdm79OK7Q6Gt3bbIx0pj1f3agAWaQ6wbAXl64fQItUG7jrvJ\r\nTNWSxHDsXOI7h44Tt7km1L7F1zl7u/dtGAU=\r\n=56BH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"eff8d4d0a0ff923f1ed4f4018caeba107d32326a","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"pearmini","email":"subairui@icloud.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"6.14.15","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.18.3","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.29_1680524087947_0.30733757800259376","host":"s3://npm-registry-packages"}},"2.4.30":{"name":"@antv/g2plot","version":"2.4.30","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.30","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"c4b55251d118dd201ff6b7f730759407665fbaf2","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.30.tgz","fileCount":2134,"integrity":"sha512-f6AzlvTTRN8IWOktgW6hg0m0cl3Sfdv0ztNG4OgSGUXdQvwa5ZpaLFoiUk7gt8eK1j2AHNBUk2v8AqNnO1TXpA==","signatures":[{"sig":"MEYCIQC+3LG7mOSMa0t7JXzZujHN1/Z21uoL8b7Q+wCedfO8dQIhAJLpVRKKZMc8s6+MRLUnIZGyuHjC16SL9akSzh8m50s7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9504677,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkVNIGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpdMQ/8DuQycmoDXFbjXR7tc8qIljYyblHbNkkZc/nMVhKFFNfvrTnA\r\nv64FHl8bBX6/8Ky5mmdf+o9GTEB2up1CxU6A6eUa+twu8wEcsxh1YNFwHo+8\r\nhl+Lq23Zg+oEVo+ZSyGpEb8dTCnij4WqWVef0Iixb5IGJ+efbt/qAGBj6zBL\r\nvWdEVyvxSXMbx1yKKZVZm5Sa5XClK+XPRg+eMP6JFkXKNrCTgiu4P4QctKLk\r\nj0DXTssmxPmE+an/RbEwZm307jbm0Ic5KO8nRxNA4N3ZmHuV0muKXodkQ1tg\r\nzrcrevvOWk+q4kOt5r+DAr93t5fM0vKA9fxTWCMv7m/i3IL5v7t26aimVntg\r\nKr7R0NzlF7SOvgQ8+41HZ4RsgJK6kD2bjq9K39fg9hEdN7jP0S+85ukdqfNC\r\n4MxfOOve9EF6+9Xftleoar4ZHWwRVpBm4czWw1cveJ+ULu4/Q0ZkfJfq2aAm\r\nyK0xj/LRs8e9WbBeyhHFTi1uDpFV8Gd5ut/NDRnh/3FzCvTIY3bdUnHrgpsc\r\njLGudRuxlaJPq0fZpA/MJom1vUmgUBwZ1QleqrLFUNMorbwsv3j5IvnaQSUW\r\no3REylMhWJNl2IQ28p12EcgWPpXy5Qhd41WfxTkJuY61pkLqTRjcYkmTCldp\r\n3bk0bGlkjPkqmcPNKrs+BoqfxJXBkYWHR+M=\r\n=VmYB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"dba48c49a6a743dad615dd0706caf22b357f4b91","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"pearmini","email":"subairui@icloud.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.1.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"14.18.3","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.30_1683280390424_0.8778416326250409","host":"s3://npm-registry-packages"}},"3.0.0-alpha.1":{"name":"@antv/g2plot","version":"3.0.0-alpha.1","keywords":["visualization","chart","plot","grammar","graphics","antv","typescript"],"author":{"url":"https://antv.vision","name":"AntV"},"license":"MIT","_id":"@antv/g2plot@3.0.0-alpha.1","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"}],"homepage":"https://github.com/antvis/G2Plot#readme","bugs":{"url":"https://github.com/antvis/g2plot/issues"},"dist":{"shasum":"8b4f02ea82627874e2acbdbb86964771580ff771","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-3.0.0-alpha.1.tgz","fileCount":104,"integrity":"sha512-QTJW4PmtsavNEj3m2jjzecjVg7UMDVmVwBR9OezcWEbZqwjoXG4ekD+XVXREAOBxic7v4WcGnprxIiyKaOQ5lQ==","signatures":[{"sig":"MEUCIHoMqGbDwOf4Tc9SjLKivKTItGwmBXSSrl1CUKhApdwYAiEAuTvJ57NwljsfNf25Vetp+XqSw6GatW8YDwKIgqTyyRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1041219},"main":"lib/index.js","types":"lib/index.d.ts","module":"esm/index.js","gitHead":"e63a9bdd36ffeb4254ccbfdd3f3869a040685785","scripts":{"ci":"run-s lint test build","dev":"vite","fix":"eslint ./src ./__tests__ --fix && prettier ./src ./__tests__ --write ","lint":"eslint ./src ./__tests__ && prettier ./src ./__tests__ --check ","size":"limit-size","test":"npx playwright test","build":"run-p build:*","clean":"rimraf lib esm dist","start":"npm run dev","prepare":"husky install","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build:umd":"rimraf ./dist && rollup -c && npm run size","bundle-vis":"cross-env BUNDLE_VIS=1 run-p build:umd","lint-staged":"lint-staged","prepublishOnly":"npm run ci"},"_npmUser":{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},"limit-size":[{"gzip":true,"path":"dist/g2plot.min.js","limit":"750 Kb"},{"path":"dist/g2plot.min.js","limit":"1 Mb"}],"repository":{"url":"git+https://github.com/antvis/G2Plot.git","type":"git"},"_npmVersion":"8.5.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"_nodeVersion":"16.14.2","dependencies":{"@antv/g2":"^5.0.6","size-sensor":"^1.0.1","@antv/event-emitter":"^0.1.3"},"_hasShrinkwrap":false,"readmeFilename":"README.en-US.md","devDependencies":{"jest":"^29.4.3","vite":"^4.0.3","husky":"^8.0.0","pngjs":"^6.0.0","dotenv":"^16.0.3","eslint":"^7.22.0","rimraf":"^3.0.2","rollup":"^2.39.0","ts-jest":"^29.0.5","prettier":"^2.8.1","cross-env":"^7.0.3","limit-size":"^0.1.4","pixelmatch":"^5.3.0","typescript":"^4.9.4","@antv/g-svg":"^1.8.46","@types/jest":"^29.4.0","lint-staged":"^10.5.4","npm-run-all":"^4.1.5","@types/lodash":"^4.14.191","@antv/g-canvas":"^1.9.39","@commitlint/cli":"^11.0.0","@playwright/test":"^1.32.0","@types/lodash-es":"^4.17.7","@types/pixelmatch":"^5.2.4","eslint-plugin-import":"^2.22.1","rollup-plugin-uglify":"^6.0.4","vite-plugin-external":"^1.2.8","jest-environment-jsdom":"^29.5.0","@rollup/plugin-commonjs":"^21.0.2","rollup-plugin-typescript":"^1.0.1","rollup-plugin-visualizer":"^5.6.0","@typescript-eslint/parser":"^5.50.0","rollup-plugin-node-resolve":"^5.2.0","rollup-plugin-polyfill-node":"^0.8.0","@typescript-eslint/eslint-plugin":"^5.50.0"},"peerDependencies":{"lodash-es":"^4.17.21"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_3.0.0-alpha.1_1683615602978_0.18391701585607634","host":"s3://npm-registry-packages"}},"2.4.31":{"name":"@antv/g2plot","version":"2.4.31","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.31","maintainers":[{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"496845051@qq.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"lviser","email":"liuvigongzuoshi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"siqishen","email":"sersishen@gmail.com"},{"name":"boyyangzai","email":"2365539910@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"b444aee07d06939949eaa8ba8f8e93f948634aa5","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.31.tgz","fileCount":2134,"integrity":"sha512-SlWHYVsJgRN7E1Oe5Qk6yWBrSWmctmloknFmklaqe9vEeK+YB9ZLUffZvtAHT10mA2NZ+VjGUhlnMNgR9M1PQg==","signatures":[{"sig":"MEQCIEdmCU5yTFjKVmpffF/mVdANYJ5l/pSrZZLJJnmLomvOAiA3++y8yagQjpv9OWQ7hYoUblSSwgONzYKhHmnw66RvVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9531858},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"556b54c52bb68e1919ce10084a5a3ccd5d8496d0","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"siqishen","email":"sersishen@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.1.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"16.12.0","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.31_1683700587802_0.15407754036546417","host":"s3://npm-registry-packages"}},"2.4.32":{"name":"@antv/g2plot","version":"2.4.32","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.32","maintainers":[{"name":"banxuan","email":"zhuyuxin0627@gmail.com"},{"name":"xuying1027","email":"370064808@qq.com"},{"name":"lvisei","email":"yunji.me@outlook.com"},{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"yanxiong","email":"ojh496845051@gmail.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"jinke.li666@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_private@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"xcf(-_-)","email":"pqsd66xcf106407066@163.com"},{"name":"siqishen","email":"sersishen@gmail.com"},{"name":"boyyangzai","email":"2365539910@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"1fecc4bcca82a790fc4e5e5f6aac03b9469a012e","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.32.tgz","fileCount":2134,"integrity":"sha512-HTBuAMa+PJ6DqY1XCX1GBNTGz/IBmn9lx2xu18NQSHtgXAIHWSF+WYs7Aj8iaujcapM8g+IPgjS6ObO1u9CbFg==","signatures":[{"sig":"MEUCIQCNHn1zUSDq2tS3E4dDC+ftgmKXY0/I5UmVW00yG88F1wIgQUDrQjOmCAgs/f0iWnnNDbID6spvLzINErqrA5zMrnE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":9513882},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"d7ad1e90fc505b9820e5a99202cf3bcb9cadf5cd","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"10.7.0","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"18.20.3","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.32_1722323476349_0.8327877808256601","host":"s3://npm-registry-packages"}},"2.4.33":{"name":"@antv/g2plot","version":"2.4.33","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.33","maintainers":[{"name":"lvisei","email":"yunji.me@outlook.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"jinke.li666@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_private@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"yanxiong","email":"ojh496845051@gmail.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"xuying1027","email":"370064808@qq.com"},{"name":"banxuan","email":"zhuyuxin0627@gmail.com"},{"name":"bqxbqxbqx","email":"boqingxin14@gmail.com"},{"name":"duxinyue023","email":"duxinyue.dxy@antgroup.com"},{"name":"xcf(-_-)","email":"pqsd66xcf106407066@163.com"},{"name":"boyyangzai","email":"2365539910@qq.com"},{"name":"siqishen","email":"sersishen@gmail.com"},{"name":"interstellarmt","email":"787982239@qq.com"},{"name":"moayuisuda","email":"874706277@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"7af79d370ac2eb1e14f3e88db7afcf08b74fadf3","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.33.tgz","fileCount":2134,"integrity":"sha512-f3Fx3IL2nC3jZR2InoY5tSpouA06Lpa7vAHehkFPwmwaSV6gVGfmp08z/LGg6EAaqPP7I58c/UrGZVTD+61qzw==","signatures":[{"sig":"MEUCIQDk+OIofTMMJKsfVsUL/OqyrkTcaZkTK6k7VYwOvQP/xAIgF4InGtO2YW20WjQglSRLzedPejWK9NJgm4xyso7zZJ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9529245},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"2edcef53752993ffeb9415bae3075a556e2baf95","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"siqishen","email":"sersishen@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"8.19.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"18.12.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.33_1743653340878_0.5804159307772074","host":"s3://npm-registry-packages-npm-production"}},"2.4.34":{"name":"@antv/g2plot","version":"2.4.34","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.34","maintainers":[{"name":"lvisei","email":"yunji.me@outlook.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"jinke.li666@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_private@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"yanxiong","email":"ojh496845051@gmail.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"xuying1027","email":"370064808@qq.com"},{"name":"banxuan","email":"zhuyuxin0627@gmail.com"},{"name":"bqxbqxbqx","email":"boqingxin14@gmail.com"},{"name":"duxinyue023","email":"duxinyue.dxy@antgroup.com"},{"name":"wang1212","email":"mrwang1212@126.com"},{"name":"leondt1","email":"dengguo0507@gmail.com"},{"name":"xcf(-_-)","email":"pqsd66xcf106407066@163.com"},{"name":"boyyangzai","email":"2365539910@qq.com"},{"name":"siqishen","email":"sersishen@gmail.com"},{"name":"interstellarmt","email":"787982239@qq.com"},{"name":"moayuisuda","email":"874706277@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"959c2bf0334f696c7f9b761b0f071f9af5928003","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.34.tgz","fileCount":2134,"integrity":"sha512-XZ/XWbf+vU+LxxfD3xu6+nb/XMbFqMoOGdn5rQAKs9daT7fd19zU67PqWFdZ9EGh9fgwaohJFt2HirBh0c78HA==","signatures":[{"sig":"MEQCIBLFvpaOL1by4ea5SzDKxOc3L0IKylijns+4M3V6VixZAiAdNlGYsQ80nrIcjJGIXy+NMyzFTyOjuaIs+LCgDDXBVQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9540552},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"f5f54ba702f3367c3e53e3f8ae057ff2d15cfc3d","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"siqishen","email":"sersishen@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"10.8.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"20.19.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.1.26","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.34_1757929210392_0.1253059000082437","host":"s3://npm-registry-packages-npm-production"}},"2.4.35":{"name":"@antv/g2plot","version":"2.4.35","keywords":["chart","plot","antv"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","_id":"@antv/g2plot@2.4.35","maintainers":[{"name":"lvisei","email":"yunji.me@outlook.com"},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"soundquiet","email":"fulingsun515@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"sakuya223","email":"360965398@qq.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"xdzhao","email":"zhaoxiaodong@zju.edu.cn"},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"wjgogogo","email":"906626481@qq.com"},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"intchous","email":"h.a.p.p.y.y.x.d@163.com"},{"name":"susan_ann","email":"lisuwe_n@163.com"},{"name":"jinke.li","email":"jinke.li666@gmail.com"},{"name":"lzxue","email":"120635640@qq.com"},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":"i@hust.cc"},{"name":"baizn","email":"576375879@qq.com"},{"name":"dengfuping","email":"dengfuping_private@163.com"},{"name":"neoddish","email":"neoddish@outlook.com"},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"zqlu","email":"zqlu.cn@gmail.com"},{"name":"afc163","email":"afc163@gmail.com"},{"name":"pomelo-nwu","email":"czynwu@gmail.com"},{"name":"kopiluwaky","email":"yanyanwang93@gmail.com"},{"name":"ccnuzindex","email":"ccnuzindex@gmail.com"},{"name":"panyuqi","email":"pyqiverson@gmail.com"},{"name":"bubkoo","email":"bubkoo.wy@gmail.com"},{"name":"zengyue","email":"yezengyue@gmail.com"},{"name":"kasmine","email":"736929286@qq.com"},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"l1ud0ngq1","email":"lliudongqi@gmail.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"winniexing","email":"wanyingxing@gmail.com"},{"name":"chenluli","email":"chenluuli@gmail.com"},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"xdddst","email":"deng25st@163.com"},{"name":"semious2020","email":"semious@163.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"nadia_liu","email":"1803275951@qq.com"},{"name":"bbsqq","email":"1491812683@qq.com"},{"name":"mxz96102","email":"mxz96102@qq.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pddpd","email":"pddpengdi@gmail.com"},{"name":"yiqianyao","email":"2912401452@qq.com"},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"cxxxxxn","email":"christy05.chen@gmail.com"},{"name":"laixingui.lxg","email":"laixingui.lxg@alibaba-inc.com"},{"name":"susiwen8","email":"susiwen8@gmail.com"},{"name":"yanxiong","email":"ojh496845051@gmail.com"},{"name":"zeyuwang","email":"zywangx@gmail.com"},{"name":"rainy25ghz","email":"1748420480@qq.com"},{"name":"zhangjunjie-loki","email":"zhangjunjie0730@163.com"},{"name":"flash1","email":"2523863783@qq.com"},{"name":"yisi.wang","email":"aptx.wang@gmail.com"},{"name":"dreammy23","email":"caomengyuan2015@163.com"},{"name":"biupiubiupiu","email":"lcx.seima@gmail.com"},{"name":"basketduck","email":"hiphone96@gmail.com"},{"name":"xuying1027","email":"370064808@qq.com"},{"name":"banxuan","email":"zhuyuxin0627@gmail.com"},{"name":"bqxbqxbqx","email":"boqingxin14@gmail.com"},{"name":"duxinyue023","email":"duxinyue.dxy@antgroup.com"},{"name":"wang1212","email":"mrwang1212@126.com"},{"name":"leondt1","email":"dengguo0507@gmail.com"},{"name":"xcf(-_-)","email":"pqsd66xcf106407066@163.com"},{"name":"boyyangzai","email":"2365539910@qq.com"},{"name":"siqishen","email":"sersishen@gmail.com"},{"name":"interstellarmt","email":"787982239@qq.com"},{"name":"moayuisuda","email":"874706277@qq.com"}],"homepage":"https://g2plot.antv.vision","bugs":{"url":"https://github.com/antvis/G2plot/issues"},"dist":{"shasum":"7f89bc5b51b2d4dd1a98ce13c45cad4fd0ba8147","tarball":"https://registry.npmjs.org/@antv/g2plot/-/g2plot-2.4.35.tgz","fileCount":2134,"integrity":"sha512-jpfgUqC2ch1kkrSSiY8qsFZ5/cYGcwMA9MAgqZXHdNBDcClrLzdakHyc5RN2na9LwZTY3qoj6AawZzAQSiJ58w==","signatures":[{"sig":"MEUCIQC6qT6FJkt1SbcjNRStS9QoihD5/7rXAlrS9KSI0JudVwIgJt1VAtGN4LI6EBt28qiA0jp4jEa62ndPi+qwdMMsQY4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":9541020},"main":"lib/index.js","husky":{"hooks":{"commit-msg":"commitlint -E HUSKY_GIT_PARAMS","pre-commit":"lint-staged"}},"types":"lib/index.d.ts","unpkg":"dist/g2plot.min.js","module":"esm/index.js","gitHead":"2dbc5a8edf5494206cef1f335096bf3e779dba3a","scripts":{"ci":"run-s lint coverage build","fix":"eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs","lib":"run-p lib:*","dist":"webpack --config webpack.config.js --mode production","lint":"eslint --ext .ts ./src ./__tests__ && prettier --check ./src ./__tests__ && lint-md ./examples ./docs","size":"limit-size","test":"jest -c jest.config.js","build":"run-s clean lib dist size","clean":"rimraf lib esm dist","analyze":"webpack --profile --json > dist/stats.json && webpack-bundle-analyzer ./dist/stats.json","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","coverage":"jest -c jest.config.js -w 16 --coverage","changelog":"generate-changelog","test-live":"cross-env DEBUG_MODE=1 jest --watch","lint-staged":"lint-staged","prepublishOnly":"run-s lint test build"},"_npmUser":{"name":"siqishen","email":"sersishen@gmail.com"},"limit-size":[{"path":"dist/g2plot.min.js","limit":"1.1 Mb"},{"gzip":true,"path":"dist/g2plot.min.js","limit":"300 Kb"}],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"_npmVersion":"10.8.2","description":"An interactive and responsive charting library","directories":{},"lint-staged":{"*.md":["lint-md --fix"],"*.ts":["eslint --fix","prettier --write"]},"resolutions":{"d3-array":"2.12.1","@types/lodash":"4.14.182","@types/babel__traverse":"7.0.6"},"_nodeVersion":"20.19.1","dependencies":{"fmin":"^0.0.2","tslib":"^2.0.3","pdfast":"^0.2.0","@antv/g2":"^4.2.12","@antv/util":"^2.0.17","@antv/scale":"^0.3.18","size-sensor":"^1.0.1","@antv/g-base":"^0.5.11","d3-hierarchy":"^2.0.0","d3-regression":"^1.3.5","@antv/path-util":"^3.0.1","@antv/color-util":"^2.0.6","@antv/matrix-util":"^3.1.0-beta.2","@antv/event-emitter":"^0.1.2"},"_hasShrinkwrap":false,"devDependencies":{"miz":"^1.0.1","antd":"^4.8.4","jest":"^26.0.1","husky":"^4.2.3","react":"^16.11.0","eslint":"^8.35.0","rimraf":"^3.0.0","ts-jest":"^25.4.0","webpack":"^4.44.2","prettier":"^2.0.1","cross-env":"^7.0.2","react-dom":"^16.11.0","ts-loader":"^7.0.0","limit-size":"^0.1.3","typescript":"^4","@babel/core":"^7.10.4","@types/jest":"^25.2.1","lint-md-cli":"^0.1.2","lint-staged":"^10.0.7","npm-run-all":"^4.1.5","webpack-cli":"^3.3.7","babel-loader":"^8.1.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","react-i18next":"^11.7.0","@antv/data-set":"^0.11.5","@babel/runtime":"^7.11.2","@commitlint/cli":"^8.2.0","@babel/preset-env":"^7.10.4","generate-changelog":"^1.8.0","webpack-dev-server":"^3.9.0","eslint-plugin-import":"^2.22.0","eslint-config-prettier":"^8.7.0","eslint-plugin-prettier":"^4.2.0","webpack-bundle-analyzer":"^3.9.0","@typescript-eslint/parser":"^5.54.1","@commitlint/config-angular":"^8.2.0","conventional-changelog-cli":"^2.0.34","jest-matcher-deep-close-to":"^2.0.1","@babel/plugin-transform-runtime":"^7.11.5","@typescript-eslint/eslint-plugin":"^5.54.1"},"_npmOperationalInternal":{"tmp":"tmp/g2plot_2.4.35_1758249734410_0.164857467984719","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2019-09-26T07:24:26.896Z","modified":"2026-09-21T08:45:49.872Z","0.1.0-beta.0":"2019-09-26T07:24:27.380Z","0.1.0-beta.1":"2019-09-29T10:05:15.800Z","0.1.0-beta.2":"2019-09-29T11:26:18.710Z","0.1.0-beta.3":"2019-10-22T03:44:01.651Z","0.1.0-beta.4":"2019-11-08T09:07:05.128Z","0.1.0-beta.5":"2019-11-08T12:19:23.010Z","0.1.0-beta.6":"2019-11-19T02:44:11.839Z","0.11.0":"2019-11-21T09:23:10.344Z","0.11.1":"2019-11-27T06:24:14.150Z","0.11.2":"2019-12-04T09:20:07.820Z","0.11.3":"2019-12-05T11:45:22.528Z","0.11.4":"2019-12-06T11:28:24.740Z","0.11.5":"2019-12-09T15:10:33.450Z","0.11.6":"2019-12-12T02:28:46.495Z","0.11.7":"2019-12-16T06:51:15.946Z","0.11.8":"2019-12-18T04:12:34.893Z","0.11.9":"2019-12-19T08:20:27.412Z","0.11.10":"2019-12-19T12:33:37.737Z","0.11.11":"2019-12-20T07:39:44.244Z","0.11.12":"2019-12-23T06:21:08.250Z","0.11.13":"2019-12-23T08:16:26.594Z","0.11.14":"2019-12-23T08:52:58.294Z","0.11.15":"2019-12-23T13:17:19.411Z","0.11.16":"2019-12-24T08:00:03.893Z","0.11.17":"2019-12-26T08:14:47.867Z","0.11.18":"2019-12-30T07:41:42.065Z","0.11.19":"2019-12-30T11:40:14.322Z","0.11.20":"2019-12-31T08:29:09.410Z","0.11.21":"2020-01-02T10:35:54.312Z","0.11.22":"2020-01-13T13:23:18.102Z","0.11.23":"2020-02-03T10:01:49.013Z","0.11.24":"2020-02-04T08:44:22.321Z","0.11.25":"2020-02-05T02:40:09.306Z","0.11.26":"2020-02-06T08:36:33.846Z","0.11.27":"2020-02-06T10:12:34.481Z","0.11.28":"2020-02-14T10:12:57.450Z","0.11.29":"2020-02-17T08:02:38.525Z","0.11.30":"2020-02-17T09:01:14.714Z","0.11.31":"2020-02-18T01:16:56.800Z","0.11.32":"2020-02-21T07:11:23.158Z","0.11.33":"2020-02-28T07:21:02.479Z","0.11.34":"2020-02-28T15:14:21.060Z","0.11.35":"2020-03-02T04:22:39.083Z","0.11.37":"2020-03-09T04:13:52.979Z","0.11.38":"2020-03-12T07:06:48.239Z","0.11.39":"2020-03-13T10:15:06.826Z","0.11.40":"2020-03-13T11:26:48.577Z","1.0.0":"2020-03-16T07:01:18.765Z","1.0.1":"2020-03-16T13:04:29.592Z","1.0.2-beta.1":"2020-03-18T10:51:42.249Z","1.0.2-beta.2":"2020-03-18T11:10:55.441Z","1.0.2":"2020-03-19T11:41:03.664Z","0.11.41":"2020-03-23T05:49:10.401Z","1.0.3-beta.0":"2020-03-24T02:08:02.208Z","1.0.3-beta.1":"2020-03-24T06:54:16.915Z","1.0.3":"2020-03-31T10:46:00.062Z","1.0.4-beta.0":"2020-04-08T09:34:12.274Z","1.0.4":"2020-04-22T06:11:31.999Z","1.0.5-beta":"2020-04-24T12:07:35.131Z","1.0.5-beta2":"2020-04-30T12:34:22.243Z","1.1.0":"2020-05-06T03:51:20.128Z","1.1.1":"2020-05-06T10:21:18.205Z","1.1.1-beta1":"2020-05-07T02:16:32.920Z","1.2.0-beta.0":"2020-05-09T04:08:54.695Z","1.1.2":"2020-05-09T10:13:15.767Z","1.1.3-beta":"2020-05-18T09:53:31.329Z","1.1.3-beta.1":"2020-05-18T11:43:07.127Z","1.1.3-beta.2":"2020-05-19T02:09:39.570Z","1.1.3":"2020-05-19T02:48:32.383Z","1.1.4":"2020-05-25T09:41:33.206Z","1.1.5":"2020-05-28T03:09:36.245Z","1.1.6":"2020-06-05T08:07:10.442Z","1.1.7":"2020-06-16T03:41:52.435Z","1.1.8":"2020-06-30T10:29:42.645Z","1.1.9":"2020-07-02T08:15:05.533Z","1.1.10":"2020-07-02T09:20:11.605Z","1.1.11":"2020-07-02T09:31:44.096Z","1.1.12":"2020-07-10T12:25:44.238Z","1.1.13":"2020-07-20T10:03:25.336Z","1.1.14":"2020-07-21T11:12:33.130Z","1.1.15":"2020-07-27T12:21:53.883Z","1.1.16-beta.1":"2020-07-28T15:30:48.029Z","1.1.16-beta.2":"2020-07-29T02:47:21.534Z","1.1.16-beta.3":"2020-07-29T03:12:13.821Z","1.1.16":"2020-07-29T06:52:12.934Z","1.1.17":"2020-07-30T07:31:58.283Z","1.1.18-beta.1":"2020-07-30T12:20:21.166Z","1.1.18":"2020-07-30T12:39:27.239Z","1.1.19":"2020-07-31T08:29:30.501Z","1.1.20":"2020-08-05T02:36:29.753Z","1.1.21":"2020-08-05T14:16:08.304Z","1.1.22-beta.0":"2020-08-07T09:39:45.311Z","1.1.22":"2020-08-07T10:25:18.180Z","1.1.23":"2020-08-11T06:00:58.336Z","2.0.0-beta.1":"2020-08-14T13:43:17.528Z","2.0.0-beta.2":"2020-08-24T05:11:58.717Z","1.1.24":"2020-08-25T03:08:06.212Z","1.1.25":"2020-08-31T03:19:29.945Z","1.1.26":"2020-09-02T08:08:12.844Z","2.0.0-beta.3":"2020-09-06T04:46:31.931Z","2.0.0-beta.4":"2020-09-06T07:23:39.079Z","1.1.27":"2020-09-14T01:45:02.769Z","2.0.0-beta.5":"2020-09-18T13:17:05.707Z","1.1.28":"2020-09-22T05:53:05.208Z","2.0.0-beta.6":"2020-09-25T08:32:53.598Z","2.0.0":"2020-09-27T10:08:53.182Z","2.0.1":"2020-09-28T07:09:41.883Z","2.0.2":"2020-10-09T05:07:05.923Z","2.0.3":"2020-10-14T07:20:07.463Z","2.0.4":"2020-10-18T06:13:11.471Z","2.0.5":"2020-10-25T15:21:06.339Z","2.0.6":"2020-11-02T13:20:19.665Z","2.0.7":"2020-11-04T13:04:28.954Z","1.1.29-beta.0":"2020-11-05T08:00:28.063Z","2.0.8":"2020-11-10T06:15:57.542Z","2.0.9":"2020-11-10T11:26:54.233Z","2.0.10":"2020-11-19T10:16:24.888Z","2.2.11":"2020-11-21T16:16:03.150Z","2.2.12":"2020-11-25T06:50:21.394Z","2.2.13":"2020-11-30T03:38:34.642Z","2.3.1":"2020-12-02T13:32:54.773Z","2.3.2":"2020-12-11T07:33:53.875Z","2.3.3":"2020-12-21T07:07:14.494Z","2.3.4":"2020-12-24T14:13:59.008Z","2.3.5":"2020-12-28T05:11:36.773Z","2.3.6":"2020-12-30T11:38:11.730Z","2.3.7":"2021-01-07T03:06:37.824Z","2.3.8":"2021-01-14T00:33:48.587Z","2.3.9":"2021-01-20T16:08:42.559Z","2.3.10":"2021-01-27T07:32:20.599Z","2.3.11":"2021-02-03T10:21:21.175Z","2.3.11-beta.1":"2021-02-22T06:35:53.694Z","2.3.12":"2021-02-23T12:22:06.147Z","2.3.13-beta.1":"2021-02-25T09:42:10.007Z","2.3.13":"2021-03-02T07:49:15.518Z","2.3.14":"2021-03-11T06:48:23.458Z","2.3.15":"2021-03-11T11:45:16.325Z","2.3.16":"2021-03-17T10:00:37.698Z","2.3.17":"2021-03-24T09:26:01.550Z","2.3.18":"2021-04-13T03:07:13.503Z","2.3.19":"2021-04-26T11:20:31.094Z","2.3.20":"2021-05-13T03:12:42.198Z","2.3.21":"2021-05-13T05:58:46.540Z","2.3.22":"2021-06-09T07:02:07.428Z","2.3.23":"2021-06-09T15:48:53.622Z","2.3.24":"2021-06-16T08:49:19.614Z","2.3.25":"2021-06-30T12:27:05.944Z","2.3.26":"2021-07-07T06:12:51.362Z","2.3.27":"2021-07-21T15:44:29.812Z","2.3.28":"2021-07-30T08:00:35.652Z","2.3.29":"2021-08-09T07:36:15.921Z","2.3.30":"2021-08-13T11:59:22.445Z","2.3.31":"2021-08-16T04:43:33.098Z","2.3.32":"2021-08-25T09:47:12.980Z","2.3.33":"2021-09-09T10:28:08.993Z","2.3.34":"2021-09-26T14:38:12.116Z","2.3.35":"2021-09-26T15:21:41.576Z","2.3.36":"2021-10-08T06:25:43.012Z","2.3.37":"2021-10-16T02:13:03.549Z","2.3.38":"2021-10-21T11:39:27.311Z","2.3.39":"2021-10-23T06:10:28.889Z","2.3.40":"2021-11-13T03:13:49.523Z","2.4.0":"2021-12-09T17:57:15.737Z","2.4.1":"2021-12-14T04:09:25.929Z","2.4.2":"2021-12-21T05:14:11.973Z","2.4.3":"2021-12-23T03:14:35.710Z","2.4.4":"2021-12-24T10:56:55.341Z","2.4.5":"2021-12-28T08:59:27.842Z","2.4.7":"2022-01-14T10:33:11.157Z","2.4.8":"2022-02-07T06:45:13.599Z","2.4.9":"2022-03-03T10:18:34.224Z","2.4.10":"2022-03-10T15:01:28.209Z","2.4.11":"2022-03-22T13:21:17.862Z","2.4.12":"2022-03-23T10:41:32.669Z","2.4.13":"2022-03-28T06:39:36.588Z","2.4.14":"2022-03-31T03:48:08.377Z","2.4.15":"2022-04-01T23:45:55.380Z","2.4.16":"2022-04-22T11:01:16.071Z","2.4.17":"2022-05-24T08:19:11.327Z","2.4.18":"2022-06-02T03:54:13.164Z","2.4.19":"2022-06-07T07:40:12.100Z","2.4.20":"2022-06-22T01:22:28.361Z","2.4.22":"2022-11-06T12:08:03.241Z","2.4.23":"2022-12-07T06:55:54.293Z","2.4.24":"2023-02-07T04:10:11.475Z","2.4.25":"2023-02-07T08:32:08.512Z","2.4.26":"2023-03-06T00:25:26.989Z","2.4.27":"2023-03-16T07:05:21.128Z","2.4.28":"2023-03-17T07:18:08.976Z","3.0.0-alpha.0":"2023-03-22T06:38:06.744Z","2.4.29":"2023-04-03T12:14:48.204Z","2.4.30":"2023-05-05T09:53:10.630Z","3.0.0-alpha.1":"2023-05-09T07:00:03.465Z","2.4.31":"2023-05-10T06:36:27.985Z","2.4.32":"2024-07-30T07:11:16.580Z","2.4.33":"2025-04-03T04:09:01.275Z","2.4.34":"2025-09-15T09:40:10.619Z","2.4.35":"2025-09-19T02:42:14.654Z","2.5.35":"2026-05-19T01:56:42.269Z","2.6.35":"2026-05-19T02:06:01.713Z"},"bugs":{"url":"https://github.com/antvis/G2plot/issues"},"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","homepage":"https://g2plot.antv.vision","keywords":["chart","plot","antv"],"repository":{"url":"git+https://github.com/antvis/G2plot.git","type":"git"},"description":"An interactive and responsive charting library","maintainers":[{"email":"yunji.me@outlook.com","name":"lvisei"},{"email":"943720372@qq.com","name":"iaaron"},{"email":"jinke.li666@gmail.com","name":"jinke.li"},{"email":"120635640@qq.com","name":"lzxue"},{"email":"army8735@qq.com","name":"army8735"},{"email":"dengfuping_private@163.com","name":"dengfuping"},{"email":"afc163@gmail.com","name":"afc163"},{"email":"chenluuli@gmail.com","name":"chenluli"},{"email":"1175863618@qq.com","name":"kn9117"},{"email":"1491812683@qq.com","name":"bbsqq"},{"email":"zhuyuxin0627@gmail.com","name":"banxuan"},{"email":"ojh496845051@gmail.com","name":"yanxiong"},{"email":"wzwahl36@qq.com","name":"atool"},{"email":"610999886@qq.com","name":"pearl_wang"},{"email":"787982239@qq.com","name":"interstellarmt"},{"email":"alex_zjt@163.com","name":"alex_zjt"},{"email":"duxinyue.dxy@antgroup.com","name":"duxinyue023"},{"email":"mrwang1212@126.com","name":"wang1212"},{"email":"gaofh1023@163.com","name":"gaofuhong"},{"email":"874706277@qq.com","name":"moayuisuda"}],"readme":"","readmeFilename":""}