{"_id":"g2","_rev":"72-b165b821372a69926f0be14119106e7d","name":"g2","time":{"modified":"2022-06-18T04:38:00.694Z","created":"2014-04-01T00:22:10.557Z","0.0.1":"2014-04-01T00:22:13.257Z","1.0.0":"2014-12-29T09:22:59.147Z","1.1.9":"2016-05-26T10:41:04.315Z","1.2.0":"2016-05-26T11:30:35.775Z","1.2.1":"2016-05-26T11:43:37.479Z","1.2.2":"2016-05-26T11:54:23.315Z","1.2.3":"2016-06-02T09:14:21.897Z","1.2.4":"2016-06-16T05:33:48.102Z","1.2.5":"2016-06-30T05:17:32.486Z","1.2.6":"2016-07-28T05:52:34.482Z","1.2.7":"2016-08-11T05:42:04.614Z","2.0.0":"2016-08-29T06:51:10.697Z","2.0.1":"2016-09-08T02:24:46.471Z","2.0.2":"2016-09-22T07:29:09.530Z","2.0.3":"2016-09-29T03:23:32.721Z","2.0.4":"2016-10-13T06:11:27.686Z","2.0.5-beta":"2016-10-21T09:28:17.195Z","2.0.5":"2016-10-27T06:44:19.421Z","2.0.6-beta":"2016-10-31T00:54:24.989Z","2.0.6-beta1":"2016-10-31T05:37:43.480Z","2.0.6-beta2":"2016-10-31T06:11:30.021Z","2.0.6-beta3":"2016-11-01T07:18:38.339Z","2.1.0-beta":"2016-11-02T02:12:38.660Z","2.1.0-beta.1":"2016-11-02T05:50:52.786Z","2.0.6-beta.4":"2016-11-02T07:25:11.748Z","2.0.6":"2016-11-03T02:05:38.619Z","2.1.0":"2016-11-03T02:57:41.272Z","2.1.1":"2016-11-03T07:09:58.978Z","2.1.2":"2016-11-07T08:00:46.850Z","2.0.7":"2016-11-08T09:40:20.632Z","2.1.3":"2016-11-10T03:06:02.829Z","2.1.4":"2016-11-24T04:04:45.004Z","2.1.5":"2016-11-25T06:15:59.719Z","2.2.0":"2016-12-08T05:50:20.316Z","2.2.1":"2016-12-29T07:33:11.227Z","2.2.2":"2017-01-19T02:53:56.451Z","2.2.3":"2017-02-16T05:44:58.960Z","2.2.4":"2017-02-23T02:59:14.344Z","2.2.5":"2017-03-09T02:40:28.639Z","2.2.6":"2017-03-23T06:28:53.178Z","2.2.7":"2017-04-13T06:47:34.921Z","2.3.0":"2017-04-20T04:23:49.989Z","2.3.1":"2017-05-04T01:47:33.503Z","2.3.2":"2017-05-25T03:53:55.880Z","2.3.3":"2017-06-02T02:37:27.881Z","2.3.4":"2017-06-08T10:02:59.541Z","2.3.5":"2017-06-20T05:48:55.437Z","2.3.6":"2017-07-14T03:58:17.749Z","2.3.7-beta.3":"2017-08-01T06:39:50.528Z","2.3.7":"2017-08-01T07:16:45.502Z","2.3.8":"2017-08-03T03:47:42.036Z","2.3.9-beta.1":"2017-08-18T06:47:59.009Z","2.3.9":"2017-08-22T03:44:55.916Z","2.3.10-beta.1":"2017-08-31T02:08:45.896Z","2.3.10-beta.2":"2017-08-31T03:32:24.301Z","2.3.10-beta.3":"2017-08-31T09:03:28.253Z","2.3.10":"2017-09-06T08:37:44.687Z","2.3.12":"2017-09-12T01:53:40.649Z","2.3.13":"2017-10-26T02:07:28.967Z"},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"dist-tags":{"latest":"2.3.13"},"description":"An implementation of the Grammar of Graphics in javascript","readme":"# G2: The Grammar of Graphics\n\n### ![G2](https://os.alipayobjects.com/rmsportal/vdzXowCvbvZCGGG.svg)\n\n[G2](https://antv.alipay.com/g2/doc/index.html) 是一个由纯 JavaScript 编写、强大的语义化图表生成工具，它提供了一整套图形语法，可以让用户通过简单的语法搭建出无数种图表，并且集成了大量的统计工具，支持多种坐标系绘制，可以让用户自由地定制图表，是为大数据时代而准备的强大的可视化工具。\n\n\n[G2](https://antv.alipay.com/g2/doc/index.html) is a JavaScript library for visualizing data based on the Grammar of Graphics. G2 helps you bring data to life using Canvas and HTML. It provides a set of grammars, takes users beyond a limited set of charts to an almost unlimited world of graphical forms.\n\nWant to learn more? See the [guide](../../wiki/How-to-create-a--chart),[API](../../wiki/API),[tutorial](https://antv.alipay.com/g2/doc/tutorial/start/index.html).\n\nFor examples, see the [demo gallery](https://antv.alipay.com/g2/demo/index.html).\n\nSpecial thanks to Leland Wilkinson, the author of 《The Grammar Of Graphics》,  whose book served as the foundation for G2. \n\n## Install\n\n```bash\nnpm install g2\n```\n\n## Usage\n\n```js\nvar G2 = require('g2');\n```\n\n## Example\n\n![image](https://t.alipayobjects.com/images/T1quFoXldXXXXXXXXX.png)\n\n```js\nvar G2 = require('g2');\nvar data = [\n  {action: '访问', visitor: 500},\n  {action: '浏览', visitor: 400},\n  {action: '交互', visitor: 300},\n  {action: '下单', visitor: 200},\n  {action: '付款', visitor: 100}\n];\nvar chart = new G2.Chart({\n  id: 'c1',\n  width : 800,\n  height : 400\n}); // create the chart object\nchart.source(data); // load the data source\nchart.interval().position('action*visitor').color('action'); // create the detail chart\nchart.render();\n```\n\nMore details at [G2 site](https://antv.alipay.com/g2/doc).\n\n\n### 体验改进计划说明\n\n为了更好服务用户，G2 在 2.1.4 版本后第一次加载时，会将 URL 等信息发送回 G2 服务器：\n\n```html\nhttps://kcart.alipay.com/web/bi.do\n```\n除了 URL 与 G2 版本信息外，不会收集任何其他信息，一切为了能对 G2 的运行情况有更多了解，以更好服务于用户。如有担心，可以通过下面的代码关闭：\n\n```js\n// 关闭 G2 的体验改进计划打点请求\nG2.track(false)\n```\n","versions":{"1.0.0":{"name":"g2","version":"1.0.0","description":"The Grammarof Graphics","keywords":["Graphics","g2","chart"],"homepage":"https://github.com/acharts/g2","author":{"name":"dxq613@gmail.com"},"repository":{"type":"git","url":"https://github.com/acharts/g2.git"},"bugs":{"url":"https://github.com/acharts/g2/issues"},"licenses":"MIT","spm":{},"config":{"port":8000},"scripts":{"less":"rc-tools run less","history":"rc-tools run history","start":"node --harmony node_modules/.bin/rc-server","publish":"spm publish && rc-tools run tag","lint":"rc-tools run lint","test":"","saucelabs":"DEBUG=saucelabs-runner rc-tools run saucelabs","browser-test":"mocha-phantomjs http://localhost:$npm_package_config_port/tests/runner.html","browser-test-cover":"mocha-phantomjs -R node_modules/rc-server/node_modules/node-jscover/lib/reporters/mocha/console http://localhost:$npm_package_config_port/tests/runner.html?coverage"},"devDependencies":{"precommit-hook":"^1.0.7","rc-server":"^1.0.0","rc-tools":"^1.0.1","expect.js":"~0.3.1","modulex":"^1.7.4","react":"~0.12.1"},"precommit":["lint","less"],"browserify-shim":{"react":"global:React","jquery":"global:jQuery"},"browserify":{"transform":[["browserify-jsx"],["browserify-shim"]]},"dependencies":{"browserify-shim":"^3.8.0","browserify-jsx":"^0.1.0"},"gitHead":"9db02fcb514ea5aba9ff7836c754995d597a4af5","_id":"g2@1.0.0","_shasum":"f276cd2566ea31c2d1178a0a0f5700f6adad8e4b","_from":".","_npmVersion":"2.0.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"dist":{"shasum":"f276cd2566ea31c2d1178a0a0f5700f6adad8e4b","tarball":"https://registry.npmjs.org/g2/-/g2-1.0.0.tgz","integrity":"sha512-wlLASweHQTeCWfLR6mCW4Lel42CkL1H2xDOgPEO8xu4vJJ9fbmbeEJNa9J+qdpQCXvdE7iWQv4Zyxi9dOpsCew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1fuBEvxuNn77UtQKqVIBwuNppPqL/PWcrY+eJppVAFAiEApbe10TWD9V38o5PChlRfrGksudaiJ9lIdOnCV/MkR9c="}]}},"1.1.9":{"name":"g2","version":"1.1.9","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","dist","README.md"],"gitHead":"5dac4525fc2c1106009b99ef82fd028c970d6ae1","_id":"g2@1.1.9","scripts":{},"_shasum":"91db17ad3745bc6212f611e84a8d55dce3f943a9","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"91db17ad3745bc6212f611e84a8d55dce3f943a9","tarball":"https://registry.npmjs.org/g2/-/g2-1.1.9.tgz","integrity":"sha512-SQfIYbQ4/B2MCDbr5lzkrMssT3frTcOCc1gtl4pe2ZJuQ7Gx1sv0kwNdEe4pUiHBAPftsK4Bo2A+CNEus+VlzQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlg3MIFyQH4aVNZFQLzQOOgAsnoXWT/vbmG9e482S/swIgW3VoG9XBMBRsa+vxawQYwhGwekgFZSb/ao3j6YGnayU="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.1.9.tgz_1464259261395_0.08837202889844775"}},"1.2.0":{"name":"g2","version":"1.2.0","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"0463371cab5a974a0b56d49da27cadf94e286e08","_id":"g2@1.2.0","scripts":{},"_shasum":"455fc2ca17d32f44e8aa7a30b60f1f72b85a55f8","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"455fc2ca17d32f44e8aa7a30b60f1f72b85a55f8","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.0.tgz","integrity":"sha512-ceEtQMxjKZdMuTYDTtdpRe9vyGcHwcT+MqefIEZ8nN5Jpl27CykrY+kSHxxZyKKLxsrqzs/wjbW6crvyM5eJ2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCgcGeN7VvAPfaIyGRMRm5i4H8ZspdeXOWcOhYhEDzVagIgWHH6bz1/nmMi+FgN3SQPRw5G/QBifRKTg+2gZIx6/m8="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.2.0.tgz_1464262232494_0.20377938216552138"}},"1.2.1":{"name":"g2","version":"1.2.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"3d2ee7edf39eb3a2a589a6f9d33caefc8c900b38","_id":"g2@1.2.1","scripts":{},"_shasum":"a8c39711a18d56cb2c989d3e99b6cd827e31fb40","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"a8c39711a18d56cb2c989d3e99b6cd827e31fb40","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.1.tgz","integrity":"sha512-3Qy549JGYb651JYDQykA9iyMTBKby5B3XqfYbBMVdOwJrEhqhXtWS2102d4FhDAy42Dfl+fM92DZEHKs+GpnkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICWvYQ4+9eCD6WpDBq10FJEMMkDUwjXej+aMJaIBxmIfAiEAy7QKi5fuK1isXR0LJ6Ro27CSloKAkxdGpCBgn4LcY1A="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.2.1.tgz_1464263014070_0.32601871993392706"}},"1.2.2":{"name":"g2","version":"1.2.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"0e5e60f12877cfcf084454e752e941851a35a9b7","_id":"g2@1.2.2","scripts":{},"_shasum":"2fe96201bce3d686b1caa8efe2da94a18fa9930a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"2fe96201bce3d686b1caa8efe2da94a18fa9930a","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.2.tgz","integrity":"sha512-IjQPXbmiW3x84GmD24SY9GIgEmYTexr5qtlHsstvf4CfCTYHARbdwFiS//tHRmM/TIDdMZ28ZwK+Uf7kmcnAeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHcD7hpjCSSJ9XWN2CDR8+UmNldhldfaFhka9UoKpADgAiB6+crCecDDjOLJBE/Nv5RD42hFGla0gWXmW3jJpjQ0Kg=="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-1.2.2.tgz_1464263662778_0.04874729714356363"}},"1.2.3":{"name":"g2","version":"1.2.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"d466492229ccc633fb7c75395754526840890eae","_id":"g2@1.2.3","scripts":{},"_shasum":"2b458bcb030fd2487560c42cb592ba24459634b9","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"2b458bcb030fd2487560c42cb592ba24459634b9","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.3.tgz","integrity":"sha512-iMPtWHpw2M3ODA1swGIilq3KRuZ3NTdgicb3fBTKYuxA6pfc4Az0ROMR2GQvd/tL2/etWlCSLdWXTEPidyPfXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4A6qZpEu+0nY07cu3M6LtHl5HNsAQe584DGaJB/VxmAIgZYjEuACDMnOFh7hAbjc2I74RAqptRyNKAOfZF9WBtII="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.2.3.tgz_1464858860624_0.7866879515349865"}},"1.2.4":{"name":"g2","version":"1.2.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"0cb3df0e0ce369bbb567cbf5fda8e93d52875ff1","_id":"g2@1.2.4","scripts":{},"_shasum":"680c538b32f2ad97df7caaf271a41f6e8643a402","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"680c538b32f2ad97df7caaf271a41f6e8643a402","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.4.tgz","integrity":"sha512-91WEVgvHmCkqYth7DdUzxDYpt19frtvZLVpttjkJepYUcMxHsO20gMfW0PrdQq/HRrSG+CDJLn6ZjUYM2MHgCg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGJyDEEvtVN03l2C153DzTKg/f2seETys3iJRcsnSDkZAiA6f14YmqkJVdX1MYbjivyu89ubgShWwYhqeluPSMy26A=="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.2.4.tgz_1466055227182_0.03270758641883731"}},"1.2.5":{"name":"g2","version":"1.2.5","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"f5c389a9498b962d21d628dde32df08dbba66723","_id":"g2@1.2.5","scripts":{},"_shasum":"0dd4535c93c4373a877cf891e86de92e8c0ad88e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"0dd4535c93c4373a877cf891e86de92e8c0ad88e","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.5.tgz","integrity":"sha512-IoURmSD6gODttonruT4grK+wloPKcm3KM/SwLgQYsQozvdWhh4XwBTAI/gjOIpx7Az2GFR04FtKRG3wmU7uHng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpo4C0GJTyUTyWn0qqw3CpEfXvkYQqpqkPgiNqUUk3yAiAzVeJilf5HVTRn0UU+qUd+wsniRer3kikcU5diRiwtDA=="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-1.2.5.tgz_1467263849910_0.2818124517798424"}},"1.2.6":{"name":"g2","version":"1.2.6","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"532614680d5df0aaed1cb73e71dcd55cba350cb2","_id":"g2@1.2.6","scripts":{},"_shasum":"3f5457df773cfe41bd606fc725e61c1e31f65cc1","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"3f5457df773cfe41bd606fc725e61c1e31f65cc1","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.6.tgz","integrity":"sha512-3J/+5faAdMVTpG8Lh5aEnaZO5p5h8lqbC+bARm7D4zlPJ2mmY9WYol4679TwwvgmCdARs+XZQx1R8mvIJORJWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLwxbYs9EucHJrvlNu7NuVeoomadUTx06U4x7k/H6NQAIgRcX88bpG2PQe9hIhvq0wO+vkx9jRcgz8AUe2N05seQY="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-1.2.6.tgz_1469685152687_0.09938818356022239"}},"1.2.7":{"name":"g2","version":"1.2.7","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"587282e305fea3f2c8194a94b76a516a293e479f","_id":"g2@1.2.7","scripts":{},"_shasum":"874da8c9da183194c3cae0eae685c72da6e7c73e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"874da8c9da183194c3cae0eae685c72da6e7c73e","tarball":"https://registry.npmjs.org/g2/-/g2-1.2.7.tgz","integrity":"sha512-NAP1TL+gSpF06cB8g8pvbvXm8X1z6FLVYgwj39x7nD/gc+AyghlndYIkiwvvhxEVl71I7xPb4ktNufosrnoJTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoxrUW+r3qUeWJJ8pM1vytZrYF19C3XfTutP/k6JGhcAIhANbEHRSafXPQZ9Mu09fiQ0DeMae6mmTlR0nyUjQh2azF"}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-1.2.7.tgz_1470894123753_0.33878096705302596"}},"2.0.0":{"name":"g2","version":"2.0.0","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"4cf8a428c28772bba8ce4fea879d0cf0a3d0da0e","_id":"g2@2.0.0","scripts":{},"_shasum":"59a769d032b7c546276c37000c63054fef4b0419","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"59a769d032b7c546276c37000c63054fef4b0419","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.0.tgz","integrity":"sha512-GoXNKWiwvOwMVuAQFmUltEkOjNIKiP3HZ32nga+/GhNwjaRwP/q1LgJcEiSczIr8IM8+9L4D3hrPbaj/jaw/jg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChELZfo8OK4Yi2ZmlnAyD1NhRZh1z0bzXktym5kllAMgIgALlo1S+ZH0AFC4wpcNGbjPuEw7y8haAsc0WPqU+yQqI="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.0.tgz_1472453467951_0.12517815688624978"}},"2.0.1":{"name":"g2","version":"2.0.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"3a7e1be9a86deb1b617f90e9925b5c4f345721e3","_id":"g2@2.0.1","scripts":{},"_shasum":"dad9036ce93d24edfaa3a35fb511ee6e2135f9ba","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"dad9036ce93d24edfaa3a35fb511ee6e2135f9ba","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.1.tgz","integrity":"sha512-QiNMoU0Tbo2ypzdTs1zziMAoYjNeydIB995YvoR1ofkQnAibYIR5yTcZZYOjoX/mceSwL8Et906HOpldT9De+A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEViqSoWMBMrKLH+skE8zK8o05NplbgSDnbEKFvQBSxtAiA0g6J6+5CPeEF1qGdoxIhtPuy17QHdEYsi97YGGtr26w=="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/g2-2.0.1.tgz_1473301485275_0.080990290036425"}},"2.0.2":{"name":"g2","version":"2.0.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"93ae94406b754fde9e894c32578b80d624a709c5","_id":"g2@2.0.2","scripts":{},"_shasum":"76d9d196aff171b28bf999367773901d424c010b","_from":".","_npmVersion":"3.8.1","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"76d9d196aff171b28bf999367773901d424c010b","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.2.tgz","integrity":"sha512-S3KCQDuibtS2UoGjhEabLQf+L+bG8dHh/3+ZlbRBTeqQ/VEM+4raah581JwtM0Fx/Ksm2WI7Yqv7Y1jXzmlwnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH95dGB+O0en71yV5NlIjSMtq7nYXpSk8qJY/3JhkA+LAiBjg0HBdQs8BxmDkEsdGOUJZp4wj3FJX5IQ5ukesf4aCw=="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.2.tgz_1474529347618_0.08338164142332971"}},"2.0.3":{"name":"g2","version":"2.0.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"e83e1f5f1f8cf6c1b71aab0e56938afb6d2f3e54","_id":"g2@2.0.3","scripts":{},"_shasum":"bf3e612294c7baa54fa931a4b26f85c744544f6a","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"bf3e612294c7baa54fa931a4b26f85c744544f6a","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.3.tgz","integrity":"sha512-hJWac3Mg8+G/ByZea1H5cTqkXn1yjFoVjTaeAvB55kdUc9xUAOno3rHP/4poELeo43JktUo4HjE/++DF9I0IFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPI9EvibnAk19c1/DfeeW00ND1N9844BYeTQWbZE2lPwIgYwR1nlCFUcjkX7GVSfQCJ1yWncMJWJxUC7hhxM9kadc="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.3.tgz_1475119410687_0.8868479295633733"}},"2.0.4":{"name":"g2","version":"2.0.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"e7f2bcda224aedb33df4ba30480cb9448bab2e06","_id":"g2@2.0.4","scripts":{},"_shasum":"2c94ab44926d308d2735a06c63e2ee84982851ea","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"2c94ab44926d308d2735a06c63e2ee84982851ea","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.4.tgz","integrity":"sha512-oXtskGIbvxbxd2MlZYVuPzDRhRq8AXsCLV1ANA6udcfVw4Q6QCpBh9D8H0oVh+6Sq+hruPHbHnwjawt+JPpaPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCon1HBDG19iQQXTBA3N92yxhSi6xrXS+uA1nLhSrvmhAIgAeVddVNI6wha4yVDw5o8ed6CYyyza2vme4hmHrk2izE="}]},"maintainers":[{"name":"dxq613","email":"dxq613@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.4.tgz_1476339085732_0.40539999469183385"}},"2.0.5-beta":{"name":"g2","version":"2.0.5-beta","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"e5f26fa8ebfaf79d7004531dc83f20ecb082e6ea","_id":"g2@2.0.5-beta","scripts":{},"_shasum":"9a9e85fc06dc981aa0200e534072520f488896c7","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"dori","email":"418466938@qq.com"},"dist":{"shasum":"9a9e85fc06dc981aa0200e534072520f488896c7","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.5-beta.tgz","integrity":"sha512-us+77nkTg+TRy9bmdlX+msDIcIcefRh50+JrZLWJrUVQFEVfcbd1mK9Me4rppjzc4Njh+B/gvfOIyU3/rn7+BQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCy65jsL8/+r4uyAcofLCMCVo/cpX/MV84mq+Ohzo+FugIhAKDVoivyrqgaNMF5eqwcB1q//uEAVAGSG6mu1dNXpURp"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.5-beta.tgz_1477042096261_0.7868463709019125"}},"2.0.5":{"name":"g2","version":"2.0.5","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"4edb956db570d0635e15bbaa6916d1d0c9f646f4","_id":"g2@2.0.5","scripts":{},"_shasum":"b656621e21d72845f3ce5e33d7d9991aa0926f30","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"b656621e21d72845f3ce5e33d7d9991aa0926f30","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.5.tgz","integrity":"sha512-Ej0bvhxCoH5A8HEBI1KsDshedYZrDZXEMDsjCTr6SXk6BshM8WICpJyN3fhkMJ0Yh94VU49q+xCQAmma5wzqUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICoiYPeVQsyVW1C95siKpgF8PZ/KzCOS8BxnTkakrtrxAiAYu6gc2u2ZQokhuSJPXh6NGTSoag2Qxi/96cuNmdErag=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.5.tgz_1477550656887_0.8678099473472685"}},"2.0.6-beta":{"name":"g2","version":"2.0.6-beta","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"d07d2541b4eb6cdda2933307c82f368527ef32b9","_id":"g2@2.0.6-beta","scripts":{},"_shasum":"75ee97e741a34fc36051ae0af5557e763200ed44","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"75ee97e741a34fc36051ae0af5557e763200ed44","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6-beta.tgz","integrity":"sha512-snntCg4Y6yvxR6aUoiZQRVI3Cj1pLA6+wMcyDC1XZK31jrY1Fw0QDSiPOQN+vi7rEgxtiHAk04kmXHZu+helig==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4azgzjO0fLs9NP41g01TJsmqYmRls9mrKXAPptabqLAIhAIC0siFgq+YW+qI+vte2/HgY3W1KBpR6+F3qyNCLggEX"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.6-beta.tgz_1477875264428_0.8514375069644302"}},"2.0.6-beta1":{"name":"g2","version":"2.0.6-beta1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"2dabac2d3b7cd3384df93e4321c5ca3e15425976","_id":"g2@2.0.6-beta1","scripts":{},"_shasum":"a6dc70e02e285c3e8092b4524489e6b5b1c54ae6","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"a6dc70e02e285c3e8092b4524489e6b5b1c54ae6","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6-beta1.tgz","integrity":"sha512-TbMqUtOp6eYaJfcjv5z5V5Ui7JhowRKpOnSD5+uLY8B+tibqPyGdoQ9clck1HPwBejW9cwneWyBdBfkfqcMCAw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB/w2x8iSdirpUYKm/gB4H23qk0qtb2DVyN0J51ozt3wAiAg43BW+YGihtKa0IB2/jgXCPBjAjk2mmzRHAkEu0wdkw=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.6-beta1.tgz_1477892261156_0.3243114852812141"}},"2.0.6-beta2":{"name":"g2","version":"2.0.6-beta2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"16b160d23d030e2be3f2617e94ac8ae81c4abb38","_id":"g2@2.0.6-beta2","scripts":{},"_shasum":"8a9768eca1401c0dc075d22de1da300497993be4","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"8a9768eca1401c0dc075d22de1da300497993be4","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6-beta2.tgz","integrity":"sha512-hSjZNmjg7LFGc0ug8ZJPOtQirQ4kcO7t/gYM0fK3dyzkaAyfRO2zJIFQ+GEWyRf/+ZpKxqcMV8E467V4jMpW+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFwqua+/mxUvq2SfK/WBm/oB+fB1xELAAzhLJSy7GGBAIgcDsLWO8vz76RyT8V+v648jpqYG638M/FYqTPnmu4eRM="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.6-beta2.tgz_1477894287569_0.7183621088042855"}},"2.0.6-beta3":{"name":"g2","version":"2.0.6-beta3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"58cd8a005b628e1976122cb59c35ac593164da1f","_id":"g2@2.0.6-beta3","scripts":{},"_shasum":"ac5b204dfd0ce6c7f36a6384c4fdd953e678fbe5","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"ac5b204dfd0ce6c7f36a6384c4fdd953e678fbe5","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6-beta3.tgz","integrity":"sha512-4SAX3u7wpWETfMHr0Io0ReRmjB3eZtGu1qr+zXxuBHurnQqiSLof4i6ZxT9AFcco3nNpX9mvCOixaFPl1Uflzg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOzLv0gWRnJoB52l7x4z7+r8sIPaIQL6gmOiKrRuU9xgIgXPVcpk8vrHie48TtGtvBhOn34SxODhmSP7Dv/sSmr6E="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.6-beta3.tgz_1477984717785_0.18865605141036212"}},"2.1.0-beta":{"name":"g2","version":"2.1.0-beta","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"5fa04cf01fbe9079daf880f257abb72a2e0f6654","_id":"g2@2.1.0-beta","scripts":{},"_shasum":"39996ac89db11d38b23b5468abae8f1c47307167","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"39996ac89db11d38b23b5468abae8f1c47307167","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.0-beta.tgz","integrity":"sha512-ID/GTgGTdEFWUJq/Jc6uTDOs3EPzE9/A+Z4nHBq4He7YfBX5CNXIaxC5oZlPXD/CUbxmO6NB7jukVicJ1eyJ1g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8lb2oDkUmEpXTVXnGAJw8CH/TbSetlQlKriybiXc5sgIgVK8OFOlrPGZZflfCFGtVTcHDx2lIbRxLi9eBbfR7VP4="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.1.0-beta.tgz_1478052758116_0.3489170973189175"}},"2.1.0-beta.1":{"name":"g2","version":"2.1.0-beta.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"b3a45176bb6ce76ff7561f426c02fa3a6e23e90d","_id":"g2@2.1.0-beta.1","scripts":{},"_shasum":"3960f68101ea2195a0519e6f82e1a6ce3bbf5059","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"3960f68101ea2195a0519e6f82e1a6ce3bbf5059","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.0-beta.1.tgz","integrity":"sha512-sYIAZxVw9FbuZ+vwla1QpqQluJkH+JEp6IVMHp8A2T1pVlJR6i/FGKbF189tgO6ibLE251lwi7aqXMW4n84YeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnerrJtnnJn8yXigSz3wxrJqbLjBZluWDjhiPpF5axtAiB83OJJzIXhneJvStXfebNrvl5ZUvDIYeml1XF21A/MPg=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.1.0-beta.1.tgz_1478065850663_0.297875483520329"}},"2.0.6-beta.4":{"name":"g2","version":"2.0.6-beta.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"a4a98df11fd6b3d8e92d1ade28996ad4cd2f1b06","_id":"g2@2.0.6-beta.4","scripts":{},"_shasum":"5b8ced2cc4b0d952d330095602e196e6c7f603e5","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"5b8ced2cc4b0d952d330095602e196e6c7f603e5","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6-beta.4.tgz","integrity":"sha512-aZX/BRH7qhJDaMuDTMOiNyeI07N6zXqYzbm6bbx8DEH7LnYyQ85hv7oVuTfulGvkUuo+zgap1KvteqwFQUxdpg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGfK0Ug/dSiaJN//zu2oxHwiQFssnQgJQ4ZjWAFTUoh8AiEAwqIvvb8WfAwXk2Y0/5mfJ4hImoHubsuzL528GtGjGQU="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.6-beta.4.tgz_1478071511234_0.8050338311586529"}},"2.0.6":{"name":"g2","version":"2.0.6","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"451be5f79bea24573bd238e3f7e7d4367cff2bbc","_id":"g2@2.0.6","scripts":{},"_shasum":"2d7e5fd8b39147dde12d5a95ebc3c3851ecbbdcf","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"2d7e5fd8b39147dde12d5a95ebc3c3851ecbbdcf","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.6.tgz","integrity":"sha512-3HheF3hLBozbauoW1tQbFYK7yNMQbZ820WsHFS7QdoBvFfNeujo6HFGVhvFtt5Yo6kKrHYKGry+scviQSj3+Tg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHxOqZt0bH09wWkX0WaHutDzM/6oSPhE620XJ4u6hEXEAiEAzteJi7HSHQSyhpEBdJowmgKKYthRZlGBTVNky/2SndI="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.0.6.tgz_1478138736498_0.8195431414060295"}},"2.1.0":{"name":"g2","version":"2.1.0","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"b3f398005395025943713509ac6fc4f59272e67b","_id":"g2@2.1.0","scripts":{},"_shasum":"ef79847f1efcaeda8457bad5506a279cfa56d915","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"ef79847f1efcaeda8457bad5506a279cfa56d915","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.0.tgz","integrity":"sha512-e3Un1KKyqDfQaN3SGQlsyoQ0rWz9JKEfSTlkbSyQoy8k2ItY99ZqJ5Qgx3MLSgYCdFRqUa37Qxc1j5mHAXpnHw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsprgTgC7dL1gIe5HFIJR/yXzVJJWu8GIT3nV1kZOFrAIhAMO5yBlxra7GQH4Kr9ZlSyyAsvGwSWJexRHSyAAQlIvO"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.1.0.tgz_1478141859359_0.970245310338214"}},"2.1.1":{"name":"g2","version":"2.1.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"2f7a60d6e441d883f4c63f919802cf553839f20d","_id":"g2@2.1.1","scripts":{},"_shasum":"e06892e3b27538b9ef5591ccdbb3845ec6fd8d00","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"e06892e3b27538b9ef5591ccdbb3845ec6fd8d00","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.1.tgz","integrity":"sha512-a/DtNGkWh/3x3YaAr9NBU8Kt+CY5uQ0DWnbUD5OlrKLcr0ipXNOTPO7Tfiov8v5RSzduSfZmuNjL2VYmKh3Utw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDImWYnbVt/dZooEOGDhBGeFE60HGttyD+0HwnVsSw9wgIhAJ4IqHEyNWPbe3ouoJf65EPA0VA5uAqkp7pWYc2hWR+1"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.1.1.tgz_1478156997039_0.5812939365860075"}},"2.1.2":{"name":"g2","version":"2.1.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"5da58da141216eb4030ab504c1007a3dd3c50fbb","_id":"g2@2.1.2","scripts":{},"_shasum":"8fea74ccfa5947d2cd5723919ac98503c77d8ca8","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"dori","email":"418466938@qq.com"},"dist":{"shasum":"8fea74ccfa5947d2cd5723919ac98503c77d8ca8","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.2.tgz","integrity":"sha512-IXkBCM0xaVUEije9zhE49vT3cFl88xvgr5v3y0j5r9TmKyL5NKXIK/Y/+U15BMH150FcZXDeG6bFVE+jjhSuQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDq63QZ372zcIs+M/zcA+fDhi4T7/ctljc4swZoW+g5RwIhAM14DrgaqiNB/MTCSHTkfK2JyBJmgxEf6h/Afbrn6wMP"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.1.2.tgz_1478505644704_0.5026485249400139"}},"2.0.7":{"name":"g2","version":"2.0.7","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"5da58da141216eb4030ab504c1007a3dd3c50fbb","_id":"g2@2.0.7","scripts":{},"_shasum":"42f477215fdb50888b6b01b39642a9b5708c35ea","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"42f477215fdb50888b6b01b39642a9b5708c35ea","tarball":"https://registry.npmjs.org/g2/-/g2-2.0.7.tgz","integrity":"sha512-U/5PWuRpoXaJ7rzIfRZSkNs0SmfA4jmimFrKIb6jmJQZx4x/jdGkjWs4Dg/HSfD9R+QtK4ArLXW8KlW/2MmJFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN4eRrSlnllSq/wBzJy24mFEWYFGAFFjZuEYW+FIuCNwIgODWMJgLtSvYboLpN9mjU0js1KhB9lrEFSj9UyweOlow="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.0.7.tgz_1478598020062_0.1749267685227096"}},"2.1.3":{"name":"g2","version":"2.1.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"3e3b95ea6af126bc03906f30aada4e2178b2336b","_id":"g2@2.1.3","scripts":{},"_shasum":"bb6911f4bd504323da29b1fc5fa87e1a2eb2de46","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"bb6911f4bd504323da29b1fc5fa87e1a2eb2de46","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.3.tgz","integrity":"sha512-WwZ39vmDTpV/D8VkK0oDOf3BrJgcmoCPVWV+l/vDsYiZq8jH8lKtyy3b6x8M1nU5MoUcNQh/qtq6OLTcR4KVeQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+56t57jioQLWy93MOi5Z2jl/vs+HFUAfchSThhmE8LQIhAIZct8IjqrSfWTI2VwvaBPsANJ84738+rBkiCvPY2fuh"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.1.3.tgz_1478747162295_0.41389949386939406"}},"2.1.4":{"name":"g2","version":"2.1.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"9b5ed73f6e73bb6ecfa87ad3d267fd5204da25e4","_id":"g2@2.1.4","scripts":{},"_shasum":"c97c9e42017420361b5cf70302d72859b0407a7e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"c97c9e42017420361b5cf70302d72859b0407a7e","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.4.tgz","integrity":"sha512-CcCFwBYVftamERSVNWEuv2+6tctS2gJjRJVlNfJqc9abfk+5hzCOkNpFP98qbnxcSoHZAXK83FCpR7yMBOC7vA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSllyhpGqIOamR6hOsOlzFoRpuYlvje+fQTGgtzcyhBAiBkBdop3JNaeCGT6JBjkrZ+tgYRhtYo7Nd0Nz34ewyP+g=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.1.4.tgz_1479960282962_0.15628789830952883"}},"2.1.5":{"name":"g2","version":"2.1.5","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"fa7eab1ea1fc1fd2d0d84b6b5d5337d93f6e03bb","_id":"g2@2.1.5","scripts":{},"_shasum":"dd3dc9451b92a568e7a6d5747c2352bc3f2f37d8","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"dd3dc9451b92a568e7a6d5747c2352bc3f2f37d8","tarball":"https://registry.npmjs.org/g2/-/g2-2.1.5.tgz","integrity":"sha512-2bWeTYLku4yspTtxuJlVcfUn8amrojtsns2kl24iDXo2WjbRxIyEtDBIcS8MjRmXOh+OET/C3wQlpGVbV+VY5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGyS4/gNsQQbThk0yS3ZGXEe1apj7PAzyMzlT+ChH5wgAiEA0yPfnRAgKcA+kOJ/hqt1F6d2+66WDShELybNFlEZTDs="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.1.5.tgz_1480054559139_0.5223823066335171"}},"2.2.0":{"name":"g2","version":"2.2.0","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"fefbb8691306cdc629ad647747c666b55f7836d6","_id":"g2@2.2.0","scripts":{},"_shasum":"dbca3dcc5e7702ab46b3eec314b058c531fc55c7","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"dbca3dcc5e7702ab46b3eec314b058c531fc55c7","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.0.tgz","integrity":"sha512-i6qVyeM/Ynp1tVDsGwRcuz5Wy2ElVT5LWDhdSbLYuvwVcKyFvsrN2NXafhAOrfb7dKXbmp6u6t8S72lUhFmv4w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDovzODMnjqVMtHWNcT5eLUOnrN7zH5kRCHfeJB8IFWnwIhAKPtMFOLbjgBnabxVmXO/7V5X+gbgjBTucrfV7+D0zpW"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.2.0.tgz_1481176218319_0.9499206813052297"}},"2.2.1":{"name":"g2","version":"2.2.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"6dc9a1f7cd23b0f85f7fc7a22aecfd440b79022f","_id":"g2@2.2.1","scripts":{},"_shasum":"9f25a0cf1d45a318f8b7436a5a0157ba2838eeb3","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"9f25a0cf1d45a318f8b7436a5a0157ba2838eeb3","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.1.tgz","integrity":"sha512-oMo4RmGUZZmnMQd5gbyPhAraw/3CN3aRoplA8BVgUd6pGWHcFjaH447VPSB89Qhim2ZbncArTI2xsV2V2IROnQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGR1jvxjbpo4Y7Ac9SzMDZJvDdPSI33rNh93dLuYD+kWAiAvrHXWArc6iACiXFAMJcgeAVIsSbpnhLAwFsIGHm5Qhw=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.2.1.tgz_1482996789287_0.0480835463386029"}},"2.2.2":{"name":"g2","version":"2.2.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"d65cb64b6f612b3b1ee97b126a043b14776fdfa0","_id":"g2@2.2.2","scripts":{},"_shasum":"553d3c9ec08f8ba15faec641156a744fada09280","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"553d3c9ec08f8ba15faec641156a744fada09280","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.2.tgz","integrity":"sha512-fgcJUHHIEPgqKPbtTRODAW6uyeLkYtih9uTi3xmE3XqzUQHFtqiAg1cErhPG8RYQ0D1l5q8oIwsiWmDkcgD+YA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAa4SqkJhrNHZm+cfuakkUxaNBMkTQYcl8KVfcQ24Oz1AiEA7JJq/2mYSsUiQJPZJIZk8n/eDtElcmp87s/8PN4DusQ="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.2.2.tgz_1484794434352_0.24172386736609042"}},"2.2.3":{"name":"g2","version":"2.2.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"4b8a76837a2cb66b3432b90c8d2b60ea4145377e","_id":"g2@2.2.3","scripts":{},"_shasum":"3fdf7ef6bb8d89084f39e3e96bbf4d568f75bc22","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"3fdf7ef6bb8d89084f39e3e96bbf4d568f75bc22","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.3.tgz","integrity":"sha512-sRhR93l55ywQfBHfVJmEB6Bt6E8x7s5f9ktH5TAotjAy/52M6XwJn4h9tYxhChwt2j6pA3SC4KNTLmAuaNLmQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGFcCxys4VFJiTW1rTVkVEa+FC3mB7p4wUCOQTh4ec4QAiBt4+KZfh36PPB36yMMhPCi9xu1D1IULJS2utTXWeWR4Q=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.2.3.tgz_1487223898733_0.4304448019247502"}},"2.2.4":{"name":"g2","version":"2.2.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"e8879abceac0cd86a0b98a7a32988fa3685ad977","_id":"g2@2.2.4","scripts":{},"_shasum":"3f36e4b3834840545e9c2b48779d89d8066ec6bd","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"3f36e4b3834840545e9c2b48779d89d8066ec6bd","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.4.tgz","integrity":"sha512-miZED9G0spoYQ8wUlJvvnQ3kTMu8SbHF5tMf+ADf+9QUBFwKKeIZbeDml9/7lcNrDzybxzlBgihj7UeOgnb39Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHdHVj7pFzN9dqZVIdfwon+ojHEt6tktlxv3dTCeSnshAiAK4xBsH9ets7G2CKhSKss5IKbVnBJYVaYww2y0GU9bgQ=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/g2-2.2.4.tgz_1487818754080_0.5161084260325879"}},"2.2.5":{"name":"g2","version":"2.2.5","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"7df1447e9387a0012835d819b1a33f0ad0844443","_id":"g2@2.2.5","scripts":{},"_shasum":"74226d7a38603f5ccf3bf529c07ce359e8654006","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"74226d7a38603f5ccf3bf529c07ce359e8654006","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.5.tgz","integrity":"sha512-S7tGf14FCHE9pKuJs0TViUuOH4lYq9NoktBW58k9qhxMtEDFrxvV5yk6+2t9yT1k4sfNYjygyptasSJZ7i8crg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICsN7f37L9B4MH0pKASInP8/QOsZ4tp9bQQU6qFDwYQtAiBMGyIdRY5rXrIxaf5NaxojmcFcEY9PilTJp2jSSSJrjQ=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.2.5.tgz_1489027226521_0.1586059471592307"}},"2.2.6":{"name":"g2","version":"2.2.6","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"2925934424b9e029d9242cc46ea5ca4999593d3f","_id":"g2@2.2.6","scripts":{},"_shasum":"fbdb35710311dfd2792557f1ffd60c57fa042594","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"fbdb35710311dfd2792557f1ffd60c57fa042594","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.6.tgz","integrity":"sha512-hjC9U8/+hdRu9Y9BF/V0yMR/5SAB2AGZJ3vbkJ2hwM1031bINL4b1GQAnABdm0p0JbM15+QoaLZ8nqad/QLC6w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCV335OymLODDzO2aUBii0WdhSqcAo0Tf2leFyb/Lx2hgIhAKIzh5sN/TnBiWS0OGsOOMDs9YGpEqeltOfj0yh+8d1B"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.2.6.tgz_1490250530861_0.34969934285618365"}},"2.2.7":{"name":"g2","version":"2.2.7","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"885b7ab68d083785b647d141ba126d2f6e504a38","_id":"g2@2.2.7","scripts":{},"_shasum":"b86a3e71cdea17cc0cd269b9635791f14c573273","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"b86a3e71cdea17cc0cd269b9635791f14c573273","tarball":"https://registry.npmjs.org/g2/-/g2-2.2.7.tgz","integrity":"sha512-jnvYvKTXO1zDzIxAbUM6ym/dIdojllQzu1chAckcc69H3+oM/NpO8xBr0TX+vfzDTWqfJdZuVze6bxKtILv0nQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcMI2Bh2Q36iw7gxprXImsoH/JYcyxgnfWcDmjxxWGMQIgFg26WD9GqUr/ojBg22sCOgrD37rpNK1XhfBMJjve0GQ="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.2.7.tgz_1492066052660_0.8244068208150566"}},"2.3.0":{"name":"g2","version":"2.3.0","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"a757e465d4b6febf5c34203df58ef3911f47250d","_id":"g2@2.3.0","scripts":{},"_shasum":"e433b48003e9e925d80d39be9b3142ed5c06b78e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"e433b48003e9e925d80d39be9b3142ed5c06b78e","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.0.tgz","integrity":"sha512-NsyZenVe1mm1ChXhOv0wFNI20Xv3A6meBJtCAfZvJV9WIF2yPDGnpdvnf5IpM4BfajrSDhrbEkyLeI37UxE6xg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5CutRT5K2colvpx4rkgaeCo2qbthz5vBnlwvMjy4/GQIhAP6wECSq0h4D3ouCf0Z7FtkKFCJTso3hdX7ExF3wnfXO"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.3.0.tgz_1492662228092_0.6841543756891042"}},"2.3.1":{"name":"g2","version":"2.3.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"617278a64dc7ff8db76c78fb6e3f869583a57db0","_id":"g2@2.3.1","scripts":{},"_shasum":"0bf1855597308895a68e924a39474546eff496f8","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"0bf1855597308895a68e924a39474546eff496f8","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.1.tgz","integrity":"sha512-bEcDWUv3zYNkyUPKfGUTnm+qmXPuLveSUC0Pb1B4Ov9++FLcicQvN/UzsDE1AeCDxmKcu7kOwL9EhtbeMiYnnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFAAh6IxDtQnVLHlVLHxkNZfuzyEdsr/90X6o9fDxrzKAiBEfa/WJ2pdFqEQN/WNBTiIZDsODzQkIfa+xzECiCD3hg=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/g2-2.3.1.tgz_1493862450826_0.2542956885881722"}},"2.3.2":{"name":"g2","version":"2.3.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"bdcdc7c8717997ed0fa9e776a649e39d7165684f","_id":"g2@2.3.2","scripts":{},"_shasum":"d5c2d9e69964f2b7116a90d1696b160744dac35e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"d5c2d9e69964f2b7116a90d1696b160744dac35e","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.2.tgz","integrity":"sha512-5Wm2iPGXdgcLb1SJCwoTw2SVEr67Hmv61rP+rq8vcphGDTQV+TC+zM7TMNdmx/bBz05xli945JRhe6Ihdb1tcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIER27J+C9PjtlDY6/i8E2hjFfvThmZFLzm7R9r9EQyY+AiEA8Q0OKRdJQJ6g0ZZGrWig9R+YQOMoS5ycLmvCp6UGdH0="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.2.tgz_1495684435593_0.3562737258616835"}},"2.3.3":{"name":"g2","version":"2.3.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"3e1975a2ea8049ef60e9f15b9e3b9a945251871c","_id":"g2@2.3.3","scripts":{},"_shasum":"dee35118b4b7a37ad62b4aa0de1ef02d79f7b0b4","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"dori","email":"418466938@qq.com"},"dist":{"shasum":"dee35118b4b7a37ad62b4aa0de1ef02d79f7b0b4","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.3.tgz","integrity":"sha512-FBEcqenZyefBe+oD4kwLRXti/XpIH1lPnB2tdNHkXRe1HtZENsYeiWTYSZOixYb3CqtT7V44pAWTWcLgyYBAFA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDhUS5Y0dHW5DwU3xkFD8KOAyP9f5z4nLPmCxlDEYVuuAiBuatYqKGHzMKQ4Y8HwbD2V/adtthq7RxlKlLPv0NGTYQ=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.3.tgz_1496371047703_0.8090836049523205"}},"2.3.4":{"name":"g2","version":"2.3.4","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"8993995f7ef415719d92c7e10b56a156aeeda53d","_id":"g2@2.3.4","scripts":{},"_shasum":"812ced31f92baff2a1966d915214ed2985cf0067","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"812ced31f92baff2a1966d915214ed2985cf0067","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.4.tgz","integrity":"sha512-wFTzQVqZvC7VAWsn3xbVmMfs87vipu4nTbz+NJ65kyH7dl2qLQstVVuOfMaKvAnmaNoY662lxTt/ffpadpoZlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICYxR2sIvZ1Oj/7MQqhsN1u4eL9k5ihv9C+namg2YwEhAiA1MQCxBpZ3lejyrIhO9tU8aPRBlWwj5cUIoPN2dJXh7g=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.4.tgz_1496916179224_0.3897189381532371"}},"2.3.5":{"name":"g2","version":"2.3.5","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"25acfc9eaf9558c41f417be4ccc0d5d5600bf3aa","_id":"g2@2.3.5","scripts":{},"_shasum":"25cd1d02962dd2a0eefd3b8add4122707d7f8ac0","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"25cd1d02962dd2a0eefd3b8add4122707d7f8ac0","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.5.tgz","integrity":"sha512-A0PiZJeY28q3cHzRJHI+hQYV+Ue7/MNhjG/9xhzwarZDDBD/uVmqfh7A8mA4JT8SrdghRA6WJ/VVH5QctbuwuQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFljYkltqYhPbNkkVeHrLvFxfqR47ScXaBKqhOyjM7GIAiBgYTBJhe/J32N1ap3UkgdXV49brdPePWG8uxwgTpuKqw=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.5.tgz_1497937735286_0.08446109876967967"}},"2.3.6":{"name":"g2","version":"2.3.6","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"94dad37e77ad79122949a40c36bebbe7ace3408d","_id":"g2@2.3.6","scripts":{},"_shasum":"75a0b7de66fa0202261ad1682d1f81091555e963","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"75a0b7de66fa0202261ad1682d1f81091555e963","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.6.tgz","integrity":"sha512-tq+qZBH4kR/av1aipShmgKVCB0gsbZiY6UEBKpvnR+Qr9MDsacr7D1W21hPIpoahIt5FI/KVmJkLnvY7JfB0wQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChabOGe5W2sqIKXI1AFnBxtXe2J8anttb7n2c+aIqkMgIgMGWmylXEaaupegsHS3SAZil8X4TnaccYg2mRGyEYwKw="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.6.tgz_1500004697327_0.2171989898197353"}},"2.3.7-beta.3":{"name":"g2","version":"2.3.7-beta.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"94dad37e77ad79122949a40c36bebbe7ace3408d","_id":"g2@2.3.7-beta.3","scripts":{},"_shasum":"f2efa818523e951db4cc6c80c7c42c28de62cddb","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"f2efa818523e951db4cc6c80c7c42c28de62cddb","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.7-beta.3.tgz","integrity":"sha512-kkuxJy+k8TIDoklsodPgbxu8Ri4f+uXnmGZZUeyjaYEM0J20EStEowdpry17a46VJpumUfd76QJZlzKnWp4J9A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFMmS4C9f44pzeEBZSWHIt1ECT2IGbfCTPr8uz5e31gQAiEAn7rij7V/a140+lJJIXXlcMdxsl9HW3OUH2sYC1JgHaE="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.7-beta.3.tgz_1501569590301_0.7624892669264227"}},"2.3.7":{"name":"g2","version":"2.3.7","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"94dad37e77ad79122949a40c36bebbe7ace3408d","_id":"g2@2.3.7","scripts":{},"_shasum":"ce250dd5c406bf9743381507e07b9ae9591772c2","_from":".","_npmVersion":"2.15.8","_nodeVersion":"4.4.7","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"ce250dd5c406bf9743381507e07b9ae9591772c2","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.7.tgz","integrity":"sha512-c65zf5Rbphvi+71270+iy6V6hrQCuOy29uP1/EeY6OPBtOkPsakJCKxnpqeH/OfhoqFyOcjTn+RxoIRTkvf1Kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUndKJVJrNAcTZeIH6BS1tvuiaDlCGMG4DVsYiaJqUzgIhAJeY5JhF9zx/DFywt1mnFtSg7gMhJVsmvF/V7UofkI5L"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.7.tgz_1501571805197_0.036697355564683676"}},"2.3.8":{"name":"g2","version":"2.3.8","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"6caf0f19fc30a771c46c4e31cb960f89ed917e37","_id":"g2@2.3.8","scripts":{},"_shasum":"9bacdd0b7a2e13bd702b6c94d7bcfcd84531a318","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"9bacdd0b7a2e13bd702b6c94d7bcfcd84531a318","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.8.tgz","integrity":"sha512-3kTR32Da74OkL9j3WuZqshk5U8pcBvVySXBL2oya/SrSeuFFFwK7U9O/6W28zDgvAidSHUkaQyAW0nZovRY8ww==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFLmpxkmFES6Op9mNkMIWAKBWA73Ik9ViuEUU7i8/zrMAiEAiSJEP7tk6+TqUbTzeKlcBUyEGtwQtXfNgt8Zy4PKWyQ="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.8.tgz_1501732061289_0.7247559556271881"}},"2.3.9-beta.1":{"name":"g2","version":"2.3.9-beta.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"3ecf9c184909d42ce40ae1738a8166faf14a2143","_id":"g2@2.3.9-beta.1","scripts":{},"_shasum":"8769966d9c62ea29e97905136c6f355d14a9fef4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"8769966d9c62ea29e97905136c6f355d14a9fef4","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.9-beta.1.tgz","integrity":"sha512-z/qwpAptW4zyLzofW20GYrqxhEX3YdWJefP2jwzOOw9wg1GssOFNBFgV4wNS59IrQ2yC51xGNemKiTg9m74Egw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFhA4f24cVb2Q3Sf7XaLVLi2VeA1lAYeWGlcNiDd7DiUAiAm3wqxVdtl6+QiIVhHbKDTp+dR0l09Ha+rwfv5m9X5LQ=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.9-beta.1.tgz_1503038878825_0.627176737645641"}},"2.3.9":{"name":"g2","version":"2.3.9","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"9c38688a086f95008e49a0b1471ad3f31e321447","_id":"g2@2.3.9","scripts":{},"_shasum":"d5f8267652c7dcd3a7fe49759068ed9ae910af23","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"d5f8267652c7dcd3a7fe49759068ed9ae910af23","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.9.tgz","integrity":"sha512-lW8GGaMSgG6+97pep/NJaf2qTh2EzMbLNTRaqEzCP+VCDQMnMSC9OiGx6KncVYLUmiDt+bemc/52ocp3nneW4A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXsrR4ftLyQV6+AT48U7RCS1vU1XANkeLL+KWzqXAbdgIgNLpQcXoFWAWxhDZQ7lG6YsyFw99ojUuNCjc5gfo6Dkc="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.9.tgz_1503373495824_0.8795927800238132"}},"2.3.10-beta.1":{"name":"g2","version":"2.3.10-beta.1","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"992a43b55729f6a61bf49be4f77ed66c2e97234c","_id":"g2@2.3.10-beta.1","scripts":{},"_shasum":"eb379d58dc851dc09047b30116bcc4c8a658a256","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"eb379d58dc851dc09047b30116bcc4c8a658a256","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.10-beta.1.tgz","integrity":"sha512-mlRzffae6F5QRwJ/hZ0HrwH2W/B2oPiebhQaevcdXrcD9IcdK7HV/KW8Bhj79QL7mZ7wO0grl0DVkyZw9NA7jA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/ZR7ygJrZufg21tgizoAQZbAp6xsbv0Zr5o5VRaLYjgIgEhNN7Ba+HIfD60v1+Tgq4TYk3iWWmKUPdIchwItfz/w="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.10-beta.1.tgz_1504145325739_0.7105168548878282"}},"2.3.10-beta.2":{"name":"g2","version":"2.3.10-beta.2","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"9214d469b7545bf64d2ba9b9947d284557af1b9a","_id":"g2@2.3.10-beta.2","scripts":{},"_shasum":"6263074857fdbfed305a08a721dc809bf6e897cc","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"6263074857fdbfed305a08a721dc809bf6e897cc","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.10-beta.2.tgz","integrity":"sha512-UeMe46RPI2kimUqNPshgKMHuAXTZKZUteIKo5L0KcIfmSsLJfhsXiiIa+OIE6HdaEHS+2Cp8TWyB8xK1wb77oA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb6Z710kHbKOm3Z5YcThdC5RpF2qEwusYWL6h/Jrh1OQIhALzpu130xP0uUx4bTkIayL6YsL98k6T/QXHWHHoMxfl1"}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.10-beta.2.tgz_1504150344106_0.8585512998979539"}},"2.3.10-beta.3":{"name":"g2","version":"2.3.10-beta.3","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"9214d469b7545bf64d2ba9b9947d284557af1b9a","_id":"g2@2.3.10-beta.3","scripts":{},"_shasum":"08e2151f8560b8d5f0a4934acf70d8c828482439","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"08e2151f8560b8d5f0a4934acf70d8c828482439","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.10-beta.3.tgz","integrity":"sha512-/gHTT6IoloHXlIblO1wyl9UFkGTkv8t+qw2egG52bExeS0SmHqtOqJW1rCJ/4YeWyR2TJOhpHBcazxtmcpA4zA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICMTvpGNJVmZOwK5qS9/AfvTtdydVWJMtLLw5ltz9HgIAiA90XTsaY97JceiLxbvNrs3fFXldmZLqexgdveI6yuT1A=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.10-beta.3.tgz_1504170207725_0.5839062151499093"}},"2.3.10":{"name":"g2","version":"2.3.10","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"74662b3fb23d6341e0972731e80b678b1bada17c","_id":"g2@2.3.10","scripts":{},"_shasum":"831a0738dd65d79e3a26ac439e2a71e28bf4c122","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"dxq613","email":"dxq613@gmail.com"},"dist":{"shasum":"831a0738dd65d79e3a26ac439e2a71e28bf4c122","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.10.tgz","integrity":"sha512-L260OAKlr5u8vLtmiHxQcWE883SYUcPnUyijtLNzMzulFFg+Sb57dQdsJKlL9lBKMhgt2qacR97pOz0Gp8PZjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWTt/Bs+EjY3tLGfbwzkmzQplVF9wQzHRTnqauw3NKgAiBTQ2BI6CDWLd6r3L62txpwws3eKiec7xnv+Jao/XSsmQ=="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.10.tgz_1504687064520_0.30131541029550135"}},"2.3.12":{"name":"g2","version":"2.3.12","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"32a8c29069bb661ada4eede2d51ea9ddd7342a8e","_id":"g2@2.3.12","scripts":{},"_shasum":"2e735fa94d5fbe850da12dba5c7549552dbbbaed","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"2e735fa94d5fbe850da12dba5c7549552dbbbaed","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.12.tgz","integrity":"sha512-T+rvYWYmwwVcYlFBYyFqZQPs/Q3Y0KAKmRuTdPVgVwmGCQmLszsx0+FanActRLuW0/ZyrLhJZRsz6syt2OxRTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvuLShCygfl9+JCMc86mSEvm+wZFlq9S1azPJtktCySgIgWyPzQRBZ0uI6lgukPYyGm3MW+nqMVrZvFEqIQnB/AbM="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.12.tgz_1505181220091_0.6941425427794456"}},"2.3.13":{"name":"g2","version":"2.3.13","description":"An implementation of the Grammar of Graphics in javascript","keywords":["g2","chart","grammar"],"homepage":"https://github.com/antvis/g2","author":{"name":"dxq613","email":"dxq613@gmail.com"},"contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"licenses":"GPL","files":["LICENSE","HISTORY.md","index.js","README.md"],"gitHead":"81ee8ff8657b913e554c9f849c7f9079c9c67f60","_id":"g2@2.3.13","_npmVersion":"5.5.1","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"integrity":"sha512-N4LzRWoheJ7IORe8+GedzecyYG/OAl+avRoBorxtkXaQEvsPgPyEUW3GZSj1lchVTM8KzH19JLaUN3klsoaLZQ==","shasum":"ca4478230f3292bd3b9a972da63616980b8f6ce9","tarball":"https://registry.npmjs.org/g2/-/g2-2.3.13.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjA9vY26JoY7jvoX3d1sXd7KwfBH9GWQYwvmRLSkaQ2AIgEpUpHzbahDn7HVcck/EYIZu3OcHeKhnDCf2Ol6KNMLo="}]},"maintainers":[{"name":"dori","email":"418466938@qq.com"},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/g2-2.3.13.tgz_1508983648817_0.25029445230029523"}}},"homepage":"https://github.com/antvis/g2","keywords":["g2","chart","grammar"],"repository":{"type":"git","url":"git+https://github.com/antvis/g2.git"},"author":{"name":"dxq613","email":"dxq613@gmail.com"},"bugs":{"url":"https://github.com/antvis/g2/issues"},"readmeFilename":"README.md","contributors":[{"name":"simaQ","email":"sima.zhang1990@gmail.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"kaiailu","email":"hankaiai@126.com"}],"users":{"dxq613":true,"princetoad":true,"nuwaio":true,"uptonking":true}}