{"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"keywords":["dom","visualization","svg","animation","canvas"],"dist-tags":{"latest":"4.8.0"},"author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"description":"Data-Driven Documents","readme":"# D3: Data-Driven Documents\n\n<a href=\"https://d3js.org\"><img src=\"https://d3js.org/logo.svg\" align=\"left\" hspace=\"10\" vspace=\"6\"></a>\n\n**D3** (or **D3.js**) is a JavaScript library for visualizing data using web standards. D3 helps you bring data to life using SVG, Canvas and HTML. D3 combines powerful visualization and interaction techniques with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers and the freedom to design the right visual interface for your data.\n\n## Resources\n\n* [API Reference](https://github.com/d3/d3/blob/master/API.md)\n* [Release Notes](https://github.com/d3/d3/releases)\n* [Gallery](https://github.com/d3/d3/wiki/Gallery)\n* [Examples](https://bl.ocks.org/mbostock)\n* [Wiki](https://github.com/d3/d3/wiki)\n\n## Installing\n\nIf you use npm, `npm install d3`. Otherwise, download the [latest release](https://github.com/d3/d3/releases/latest). The released bundle supports anonymous AMD, CommonJS, and vanilla environments. You can load directly from [d3js.org](https://d3js.org), [CDNJS](https://cdnjs.com/libraries/d3), or [unpkg](https://unpkg.com/d3/). For example:\n\n```html\n<script src=\"https://d3js.org/d3.v4.js\"></script>\n```\n\nFor the minified version:\n\n```html\n<script src=\"https://d3js.org/d3.v4.min.js\"></script>\n```\n\nYou can also use the standalone D3 microlibraries. For example, [d3-selection](https://github.com/d3/d3-selection):\n\n```html\n<script src=\"https://d3js.org/d3-selection.v1.js\"></script>\n```\n\nD3 is written using [ES2015 modules](http://www.2ality.com/2014/09/es6-modules-final.html). Create a [custom bundle using Rollup](https://bl.ocks.org/mbostock/bb09af4c39c79cffcde4), Webpack, or your preferred bundler. To import D3 into an ES2015 application, either import specific symbols from specific D3 modules:\n\n```js\nimport {scaleLinear} from \"d3-scale\";\n```\n\nOr import everything into a namespace (here, `d3`):\n\n```js\nimport * as d3 from \"d3\";\n```\n\nIn Node:\n\n```js\nvar d3 = require(\"d3\");\n```\n\nYou can also require individual modules and combine them into a `d3` object using [Object.assign](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign):\n\n```js\nvar d3 = Object.assign({}, require(\"d3-format\"), require(\"d3-geo\"), require(\"d3-geo-projection\"));\n```\n","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"users":{"fgribreau":true,"parroit":true,"domenic":true,"sergeyt":true,"devonning":true,"26medias":true,"runningtalus":true,"nikunjchapadia":true,"joytafty":true,"dmitry-n-medvedev":true,"stonecypher":true,"rogeriojlle":true,"jprempeh":true,"jtuulos":true,"ryanj":true,"tektimmy":true,"emilstenberg":true,"denji":true,"michaeljohansen":true,"yangjae":true,"xavierharrell":true,"shanewholloway":true,"macmac":true,"vchouhan":true,"iamveen":true,"moimikey":true,"symblst":true,"a_cabello":true,"jgreeley":true,"subso":true,"kreshikhin":true,"slowbrain":true,"alexcoady":true,"mastayoda":true,"wkaifang":true,"gilbarbara":true,"blind__man":true,"bpatel":true,"enricllagostera":true,"henrytseng":true,"zenrumi":true,"cypark":true,"decoda":true,"nketchum":true,"rchk":true,"joshtoo":true,"kuakman":true,"xeoneux":true,"onheiron":true,"vbv":true,"sammyteahan":true,"koulmomo":true,"markthethomas":true,"jaxelson":true,"josejaguirre":true,"urbantumbleweed":true,"sopepos":true,"amenadiel":true,"briantrice":true,"ovrmrw":true,"vorg":true,"timdp":true,"hal9zillion":true,"lwgojustgo":true,"wfcookie":true,"starsasumi":true,"highlanderkev":true,"benjaminaaron":true,"bemace":true,"ristostevcev":true,"roman-io":true,"koskokos":true,"polariscode":true,"imsovru":true,"coalesce":true,"aldofunes":true,"brylie":true,"rehlotus":true,"dainov":true,"drac":true,"zhouanbo":true,"ishanjain28":true,"marcobiedermann":true,"scotchulous":true,"gefanxe":true,"razr9":true,"nickrobes":true,"pixely":true,"jerrywu":true,"andreipetcu":true,"evegreen":true,"bogdanvlviv":true,"jens1101":true,"neo1":true,"xsdc":true,"yanrivera":true,"luiscauro":true,"onursumer":true,"ahvonenj":true,"dzhou777":true,"hexcola":true,"wickie":true,"prime156":true,"krishaamer":true,"amundsenjunior":true,"toszter":true,"mpmckenna8":true,"yellowtugboat":true,"tenpenny":true,"azertypow":true,"izzy":true,"charlietango592":true,"nysingh":true,"ungurys":true,"scurige":true,"usocrate":true,"pablaber":true,"szubee":true,"keithpepin":true,"rokeyzki":true,"blackrocky":true,"caseyiannone":true,"sternelee":true,"fatelei":true},"bugs":{"url":"https://github.com/d3/d3/issues"},"license":"BSD-3-Clause","versions":{"1.29.5":{"name":"d3","version":"1.29.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"files":["*.js","LICENSE"],"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@1.29.5","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"d22ee4207ab1493e4d8a868df8df04914d37582d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-1.29.5.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.1.3":{"name":"d3","version":"2.1.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"_npmJsonOpts":{"file":"/Users/mbostock/.npm/d3/2.1.3/package/package.json","wscript":false,"contributors":false,"serverjs":false},"_id":"d3@2.1.3","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.27","_nodeVersion":"v0.4.11","_defaultsLoaded":true,"dist":{"shasum":"dbc1ec0a40305a4cd103dc1f3ae0fd9427217431","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.1.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.2.1":{"name":"d3","version":"2.2.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.2.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"0a7a4944bd45724432353a7ca5491fc3293fb3ba","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.2.1.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.3.0":{"name":"d3","version":"2.3.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.3.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"64016d498b6d80641436801f06f5ec8f07b21ad9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.3.0.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.3.2":{"name":"d3","version":"2.3.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.3.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"d27adbee4d2f8ebb103d1ab7a5c8bdef50642f60","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.3.2.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.3.3":{"name":"d3","version":"2.3.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.3.3","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"57585feafb972d2757097aa9365b53fe4e5a9c8d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.3.3.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.3.4":{"name":"d3","version":"2.3.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.3.4","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"7bcd345a64127058ba3ae13a12de75a02f976473","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.3.4.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.4.0":{"name":"d3","version":"2.4.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.4.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"326ea6fbcaf216f59bd0e506a7a13d032c7e9976","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.4.0.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.4.1":{"name":"d3","version":"2.4.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.4.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"1ebf0683ea83112f6225a7c2b2655c55620ecc82","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.4.1.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.4.2":{"name":"d3","version":"2.4.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"dependencies":{"uglify-js":"1.0.6","jsdom":"0.2.3","vows":"0.5.10"},"devDependencies":{},"_id":"d3@2.4.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.5","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"19ba2d6613de8c01f432c8ff13a234352ae51806","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.4.2.tgz"},"scripts":{},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.5.1":{"name":"d3","version":"2.5.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"uglify-js":"1.1.1","jsdom":"0.2.9","vows":"0.5.13"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.5.1","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"fafa55008f689acb2dfd278ae788c2f8fa8b3fe0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.5.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.5.2":{"name":"d3","version":"2.5.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"uglify-js":"1.1.1","jsdom":"0.2.9","vows":"0.5.13"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.5.2","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"f8f885b58c4698a800f7e2c5f56b6c189d840d67","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.5.2.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.6.0":{"name":"d3","version":"2.6.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"uglify-js":"1.1.1","jsdom":"0.2.9","vows":"0.5.13"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.6.0","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.8","_defaultsLoaded":true,"dist":{"shasum":"0b52b43ea42eea20fc4e2c36f1fb77d1c7eac411","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.6.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.7.0":{"name":"d3","version":"2.7.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"uglify-js":"1.1.1","jsdom":"0.2.9","vows":"0.5.13"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.7.0","devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"274293581b9950d83930878e7145516f23d329d2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.7.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.7.2":{"name":"d3","version":"2.7.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"jsdom":"0.2.10"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.7.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"e739a4ddaf7b297615edac68155a882f9cd245fe","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.7.2.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.7.3":{"name":"d3","version":"2.7.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"jsdom":"0.2.10"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.7.3","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"70c0322aff7f2b6a218473e66640f606de902967","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.7.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.7.4":{"name":"d3","version":"2.7.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"d3.js","dependencies":{"jsdom":"0.2.10"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.7.4","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"be398a5801a2c763b114dfd53c92a3dedf433dcb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.7.4.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.7.5":{"name":"d3","version":"2.7.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","dependencies":{"jsdom":"0.2.10"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.7.5","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"7957a9073a04e0d0183cb6b3c81b7db5f8f2377a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.7.5.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.8.0":{"name":"d3","version":"2.8.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","dependencies":{"jsdom":"0.2.10"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.8.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"eb25698e863beecb82bff295fbfd3e27a0c4d323","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.8.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.8.1":{"name":"d3","version":"2.8.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","dependencies":{"jsdom":"0.2.12"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.8.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"00efb2d55866b64f0dc9bf4e8e0e1613b2b3bfe1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.8.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.0":{"name":"d3","version":"2.9.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.0","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"c0c455c2553c9ac0a8f979c8be497cd52638ee81","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.1":{"name":"d3","version":"2.9.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.1","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"9cfdcd99aa390257623d250a62ed66dc36774395","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.2":{"name":"d3","version":"2.9.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.2","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"f3300a00b37f5cfa57dd1da82f706c80df5d5257","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.2.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.3":{"name":"d3","version":"2.9.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.3","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.25","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"449bf5113fefdc952c3ff78375ea04c7db7a4669","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.4":{"name":"d3","version":"2.9.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.4","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.25","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"8d659c7dadc78cada4cee550c377fc81c1d1c5b9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.4.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.6":{"name":"d3","version":"2.9.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.6","engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.6.2","_defaultsLoaded":true,"dist":{"shasum":"b7fe2c03f50111216bc49b07ef13a7d85bb97fbd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.6.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.9.7":{"name":"d3","version":"2.9.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"git://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x","canvas":"0.12.1"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"_id":"d3@2.9.7","optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.25","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"120a846aae0aea7cd594e7fcd72592ff8dd37a54","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.9.7.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.10.0":{"name":"d3","version":"2.10.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"http://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.2.3","vows":"0.6.x","canvas":"0.12.1"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@2.10.0","dist":{"shasum":"d6c398f7e758e70ef04f7949a7a464008797b7c4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.10.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.10.1":{"name":"d3","version":"2.10.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"http://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.3.3","vows":"0.6.x","canvas":"0.13.0"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@2.10.1","dist":{"shasum":"53bbcb1a766b90eb7a53d5a02239153bfd828ed7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.10.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"2.10.3":{"name":"d3","version":"2.10.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://mbostock.github.com/d3/","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"http://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.v2.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"1.3.3","vows":"0.6.x","canvas":"0.13.0"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@2.10.3","dist":{"shasum":"b628480b3cb7fdcab335e41efcf446715cecc0ce","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-2.10.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.0":{"name":"d3","version":"3.0.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"2.2.2","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.0","dist":{"shasum":"6da0411235ae27b7b1ebd27ec5350a22a411383b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.0.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.1":{"name":"d3","version":"3.0.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"2.2.2","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.1","dist":{"shasum":"26dcbd624c7d5ff03bd9d71a97b55676e4692292","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.1.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.2":{"name":"d3","version":"3.0.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"2.2.2","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.2","dist":{"shasum":"dcbdc115a2cd81dafa8daaaeb9b1cbf350f4f47a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.2.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.3":{"name":"d3","version":"3.0.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"2.2.2","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.3","dist":{"shasum":"794e6c495c302f534698be37ed1fac6894f17ef0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.4":{"name":"d3","version":"3.0.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.2.14","sizzle":"1.1.x"},"devDependencies":{"uglify-js":"2.2.2","vows":"0.6.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.4","dist":{"shasum":"dc9cb3ae71f9de03cc3c941c9b43cbc9a09b4ab3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.4.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.5":{"name":"d3","version":"3.0.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.3.4"},"devDependencies":{"uglify-js":"2.2.3","vows":"0.7.0"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.5","dist":{"shasum":"6ae133e5c2a43c0c5e04b01674fce9c1d6f973f6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.5.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.6":{"name":"d3","version":"3.0.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.3.4"},"devDependencies":{"uglify-js":"2.2.3","vows":"0.7.0"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.6","dist":{"shasum":"bc73b17548c7b4a0238d7fd1d92fb8911e35d75b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.6.tgz"},"_npmVersion":"1.1.69","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.7":{"name":"d3","version":"3.0.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.3.x"},"devDependencies":{"uglify-js":"2.2.x","vows":"0.7.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.7","dist":{"shasum":"eef9e18933c96891eb98645b78be5c142fa8795c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.7.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.0.8":{"name":"d3","version":"3.0.8","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.3.x"},"devDependencies":{"uglify-js":"2.2.x","vows":"0.7.x"},"scripts":{"test":"./node_modules/vows/bin/vows"},"_id":"d3@3.0.8","dist":{"shasum":"d0b50964db4b6bd1d533ed4d67475b44d8fd4003","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.0.8.tgz"},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.0":{"name":"d3","version":"3.1.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"_id":"d3@3.1.0","dist":{"shasum":"e3382c2c13b8e85bdd67466a580c62196d3cfb9e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.1":{"name":"d3","version":"3.1.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"_id":"d3@3.1.1","dist":{"shasum":"4a529a7afb9788862edeb1c080f4aae2e643ba3d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.2":{"name":"d3","version":"3.1.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"_id":"d3@3.1.2","dist":{"shasum":"895106964c7a917a3fa30a18b473a92e308e8d47","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.3":{"name":"d3","version":"3.1.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"_id":"d3@3.1.3","dist":{"shasum":"4092a1342b827fca39d413f9b8fe32c96d31f1c5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.3.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.4":{"name":"d3","version":"3.1.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"_id":"d3@3.1.4","dist":{"shasum":"c5e93e96378e86cebede79769884d150bef35e3d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.4.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"}],"directories":{}},"3.1.5":{"name":"d3","version":"3.1.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.5","dist":{"shasum":"2a5610622d14090a582f5e549f57ef57efca7a88","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.5.tgz"},"_from":".","_npmVersion":"1.2.15","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.1.6":{"name":"d3","version":"3.1.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.6","dist":{"shasum":"d14861935fa7f26bfde35e565b371f1e28d993a4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.6.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.1.7":{"name":"d3","version":"3.1.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.7","dist":{"shasum":"1167fe861b76b8668fbd6f419a7b19d8f9aeb95f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.7.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.1.8":{"name":"d3","version":"3.1.8","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.8","dist":{"shasum":"100353977cf47217650eb6c424ed6e7788b929c9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.8.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.1.9":{"name":"d3","version":"3.1.9","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.9","dist":{"shasum":"43e7742f4f968248d4b522f6e750737b1b87ac04","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.9.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.1.10":{"name":"d3","version":"3.1.10","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"git://github.com/mishoo/UglifyJS2.git#3bd7ca9961125b39dcd54d2182cb72bd1ca6006e","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.1.10","dist":{"shasum":"cab5a255dd61bb7d57a872b46737a64463d91b2e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.1.10.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.0":{"name":"d3","version":"3.2.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.0","dist":{"shasum":"f332746c2b8327498a084224b07ce7a5d0f3e8db","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.0.tgz"},"_from":".","_npmVersion":"1.2.25","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.1":{"name":"d3","version":"3.2.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"_id":"d3@3.2.1","dist":{"shasum":"94eb23546e86d71ac2617185c336e253e4df592e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.1.tgz"},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.2":{"name":"d3","version":"3.2.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.2","dist":{"shasum":"0b0e7df11e81387ca548b4b62b85c44e2566a697","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.2.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.3":{"name":"d3","version":"3.2.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.3","dist":{"shasum":"1a563c44ce8049bf3b6f18aceda52c2a6c9b9395","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.3.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.4":{"name":"d3","version":"3.2.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.4","dist":{"shasum":"c1493a4ffdbb377f5a1eb7ae3a39ed6b694fa9c6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.4.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.5":{"name":"d3","version":"3.2.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.5","dist":{"shasum":"7e9869a3fca7f75551afedc2dd90af6bdb623f4d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.5.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.6":{"name":"d3","version":"3.2.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.6","dist":{"shasum":"6cefc8d44f4c24d054458581ccc27cb36aade387","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.6.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.7":{"name":"d3","version":"3.2.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.7","dist":{"shasum":"1f2b896d5a3160c87ff6cdd2c4626bcb2a22dc13","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.7.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.2.8":{"name":"d3","version":"3.2.8","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.2.8","dist":{"shasum":"27b48f5c5ee506d4de1e7beef4855f1db0098f21","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.2.8.tgz"},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.0":{"name":"d3","version":"3.3.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.0","dist":{"shasum":"8b5891da8704b6fd5b4ce86431b74329979676c6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.0.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.1":{"name":"d3","version":"3.3.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.1","dist":{"shasum":"5eb84b1bcddbe16aeebf6e9c78dcaa141f40e37b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.1.tgz"},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.2":{"name":"d3","version":"3.3.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.2","dist":{"shasum":"478e3bedee237c1b4c55d04ec246d1e991d1b38e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.2.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.3":{"name":"d3","version":"3.3.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.3","dist":{"shasum":"e74436520627430cf68177d65108f19560ab2b7d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.3.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.4":{"name":"d3","version":"3.3.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.4","dist":{"shasum":"67d64e6f6c588a82e1d93f0892ba7c8b6bf63e39","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.4.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.5":{"name":"d3","version":"3.3.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"~0.5.3"},"devDependencies":{"smash":"~0.0.8","uglify-js":"2.3.6","vows":"0.7.x"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.5","dist":{"shasum":"8f770d743d6d042b496b925c0d975367a9913127","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.5.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.6":{"name":"d3","version":"3.3.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"0.0.11","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.6","dist":{"shasum":"9de7e00888d1976d7093b1305e08af36bec03853","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.6.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.7":{"name":"d3","version":"3.3.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"0.0.11","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.7","dist":{"shasum":"8bace1967b93c03a297716243c8f06bcdda654f9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.7.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.8":{"name":"d3","version":"3.3.8","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"0.0.11","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.8","dist":{"shasum":"71e15aec2b61eaef2a6347d88e8733da2f114c3b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.8.tgz"},"_from":".","_npmVersion":"1.3.8","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.9":{"name":"d3","version":"3.3.9","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"0.0.11","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.9","dist":{"shasum":"43c95598a284b2197d8f4f73bc88c6140f0afa46","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.9.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.10":{"name":"d3","version":"3.3.10","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jspm":{"main":"d3.js","files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.10","dist":{"shasum":"3996a4163686375d53981532d81a4a9cd13b5a9d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.10.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.11":{"name":"d3","version":"3.3.11","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jspm":{"main":"d3.js","files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.11","dist":{"shasum":"17658c18df3fc2ded8bddb43184579be76740310","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.11.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.12":{"name":"d3","version":"3.3.12","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.12","dist":{"shasum":"c78cb4d8357f4cdd7d8ffc4abb781c8ce75a6f46","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.12.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.3.13":{"name":"d3","version":"3.3.13","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"index-browserify.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.3.13","dist":{"shasum":"177a8b20e293a41688cd890791d22ef002af8ff6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.3.13.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.0":{"name":"d3","version":"3.4.0","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.0","dist":{"shasum":"d95169e550e3df9a18ea5d1a69b0e1858e7ce196","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.0.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.1":{"name":"d3","version":"3.4.1","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"node_modules/.bin/vows"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.1","dist":{"shasum":"b04e3b72746b5ce44c78c235eda9648b2fe40e29","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.1.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.2":{"name":"d3","version":"3.4.2","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.2","dist":{"shasum":"f7d191de418f08512ba61d865057685e17ebcbe0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.2.tgz"},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.3":{"name":"d3","version":"3.4.3","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.3","dist":{"shasum":"413f2498e9aecc545885b414437d9deb2f0e72e1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.3.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.4":{"name":"d3","version":"3.4.4","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.4","dist":{"shasum":"fa1c14b5771edfff44fc0be63b795a238a113b38","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.4.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.5":{"name":"d3","version":"3.4.5","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.5","dist":{"shasum":"8623bb8e98c395ae4f6bf84843128112a36a6e4b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.5.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.6":{"name":"d3","version":"3.4.6","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3.js","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.6","dist":{"shasum":"07e2a42f27f91929d3556abb13723748512e91b6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.6.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"jasondavies","email":"jason@jasondavies.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.7":{"name":"d3","version":"3.4.7","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.7","_shasum":"dc9edd004e6c9d2f7fa4e3258f22dc506af8871a","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"dc9edd004e6c9d2f7fa4e3258f22dc506af8871a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.7.tgz"},"deprecated":"Fixed bug in hierarchy.revalue in 3.4.8.","directories":{}},"3.4.8":{"name":"d3","version":"3.4.8","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.8","dist":{"shasum":"c69a1c55e94d4d945d3e7fd575b84bccc4dc49d1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.8.tgz"},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.4.9":{"name":"d3","version":"3.4.9","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.9","_shasum":"5b0d680ba2c794a83308618829f4db7678ea1534","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"5b0d680ba2c794a83308618829f4db7678ea1534","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.9.tgz"},"directories":{}},"3.4.10":{"name":"d3","version":"3.4.10","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"a30a79ae0a8b9ce9a677fa0beda0e03eca1d94fa","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.10","_shasum":"c76bd3ac9f8e5cdf559f1b2ce03e38a7c5a53f09","_from":".","_npmVersion":"1.4.16","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"c76bd3ac9f8e5cdf559f1b2ce03e38a7c5a53f09","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.10.tgz"},"directories":{}},"3.4.11":{"name":"d3","version":"3.4.11","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"0.5.7"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.11","_shasum":"dc6a9f286633fb98dc9737a8ead2d6fc7cb4e876","_from":".","_npmVersion":"1.4.10","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"dc6a9f286633fb98dc9737a8ead2d6fc7cb4e876","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.11.tgz"},"directories":{}},"3.4.12":{"name":"d3","version":"3.4.12","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"ac7fb154fa7f7a6b0bab3927c1d9927522f260ec","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.12","_shasum":"ff00e1f5c656b02fe12c1756e30c4f10d4f0901c","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jasondavies","email":"jason@jasondavies.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ff00e1f5c656b02fe12c1756e30c4f10d4f0901c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.12.tgz"},"directories":{}},"3.4.13":{"name":"d3","version":"3.4.13","description":"A small, free JavaScript library for manipulating documents based on data.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"9364923ee2b35ec2eb80ffc4bdac12a7930097fc","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.4.13","_shasum":"2194d74ccec529bb37798bfb4693c041e43fc4b7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"jasondavies","email":"jason@jasondavies.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"2194d74ccec529bb37798bfb4693c041e43fc4b7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.4.13.tgz"},"directories":{}},"3.5.0":{"name":"d3","version":"3.5.0","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"737a9913063ba3d0156555d63e69147284506825","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.0","_shasum":"a3d004c3799766667a717f10f4eea90f989f0aea","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"a3d004c3799766667a717f10f4eea90f989f0aea","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.0.tgz"},"directories":{}},"3.5.1":{"name":"d3","version":"3.5.1","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"8a0fe7f2d206c817c1ecb61b64dc6d6ac3573fbe","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.1","_shasum":"42319841c662f92376059354e309a338a22450c1","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"42319841c662f92376059354e309a338a22450c1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.1.tgz"},"directories":{}},"3.5.2":{"name":"d3","version":"3.5.2","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"4a4c3cea1a50ee24e2be1e5a0fd2d350e38c4735","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.2","_shasum":"039a91caad2f6e7b7918a8ee4b401f7f065b128b","_from":".","_npmVersion":"2.1.3","_nodeVersion":"0.10.32","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"039a91caad2f6e7b7918a8ee4b401f7f065b128b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.2.tgz"},"directories":{}},"3.5.3":{"name":"d3","version":"3.5.3","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"dependencies":{"jsdom":"1.0.0"},"devDependencies":{"smash":"~0.0.12","uglify-js":"2.4.0","vows":"0.7.0","seedrandom":"2.3.1"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"4e4709ce47d5c9406290dc2a467cef08002fc9b7","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.3","_shasum":"6f9be4525a95883dd342af5adbdf08d6a7dde5c2","_from":".","_npmVersion":"2.1.11","_nodeVersion":"0.10.33","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"6f9be4525a95883dd342af5adbdf08d6a7dde5c2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.3.tgz"},"directories":{}},"3.5.4":{"name":"d3","version":"3.5.4","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.4.16","vows":"0.8"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"aa8605bf578c7f909f69d7fcc29a2bc20aaaaa9b","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.4","_shasum":"3ae8ec0c2c02b6cb84b2d1441bb732e5830b66ed","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"3ae8ec0c2c02b6cb84b2d1441bb732e5830b66ed","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.4.tgz"},"directories":{}},"3.5.5":{"name":"d3","version":"3.5.5","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.4.16","vows":"0.8"},"scripts":{"test":"vows; echo"},"licenses":[{"type":"BSD","url":"https://github.com/mbostock/d3/blob/master/LICENSE"}],"gitHead":"0aa17c772b4d30231312b91b4f5b8d4230379b16","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.5","_shasum":"be1aba6a84fb6653283b3ebebb7f570e3bda187e","_from":".","_npmVersion":"2.3.0","_nodeVersion":"0.10.35","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"be1aba6a84fb6653283b3ebebb7f570e3bda187e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.5.tgz"},"directories":{}},"3.5.6":{"name":"d3","version":"3.5.6","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"index.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.4.16","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"b48420930f3848b1498c034387fac2588903d7cf","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.6","_shasum":"9451c651ca733fb9672c81fb7f2655164a73a42d","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"9451c651ca733fb9672c81fb7f2655164a73a42d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.6.tgz"},"directories":{}},"3.5.7":{"name":"d3","version":"3.5.7","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.4.16","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"0d639efa9b78775bef6b1b5c59d6e7da31e85e72","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.7","_shasum":"4a34db35e68ca05caa214d01b508732bc9afdc81","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"4a34db35e68ca05caa214d01b508732bc9afdc81","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.7.tgz"},"directories":{}},"3.5.8":{"name":"d3","version":"3.5.8","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.4.16","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"45a20644c194a06081517b1d705018955bfa43d5","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.8","_shasum":"69e387cbd17aa31b0de2ebdc2d7f304f67bf1465","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"69e387cbd17aa31b0de2ebdc2d7f304f67bf1465","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.8.tgz"},"directories":{}},"3.5.9":{"name":"d3","version":"3.5.9","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"7e92b730ef4c5cf4ddc3f9606eab6b9b865d01f6","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.9","_shasum":"d125c7e36714b5ff9660f1096039277dab8d0fcd","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"d125c7e36714b5ff9660f1096039277dab8d0fcd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.9.tgz"},"directories":{}},"3.5.10":{"name":"d3","version":"3.5.10","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"b516d77fb8566b576088e73410437494717ada26","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.10","_shasum":"5b5da9d434f643069649be6c3768d4d944e31fe4","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.8","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"5b5da9d434f643069649be6c3768d4d944e31fe4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.10.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"directories":{}},"3.5.11":{"name":"d3","version":"3.5.11","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"e7652fc14913b512ff619875162ea23e7251b9d6","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.11","_shasum":"d130750eed0554db70e8432102f920a12407b69c","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"d130750eed0554db70e8432102f920a12407b69c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.11.tgz"},"directories":{}},"3.5.12":{"name":"d3","version":"3.5.12","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browserify":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"78ce531f79e82275fe50f975e784ee2be097226b","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.12","_shasum":"3b821f5b72c5371eccea1aaf4da2f317eb473240","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"3b821f5b72c5371eccea1aaf4da2f317eb473240","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.12.tgz"},"directories":{}},"4.0.0-alpha.1":{"name":"d3","version":"4.0.0-alpha.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.6.2","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.4.0","d3-format":"0.4.2","d3-interpolate":"0.3.0","d3-path":"0.1.3","d3-random":"0.1.1","d3-request":"0.2.5","d3-scale":"0.4.0","d3-selection":"0.4.12","d3-shape":"0.3.0","d3-time":"0.1.1","d3-time-format":"0.2.1","d3-timer":"0.1.0"},"gitHead":"75370b36d4d57b6174b8e35ebce2cb4901ab6c0f","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.1","_shasum":"1e89cd840b72381e549795dded4c00fce051afef","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"1e89cd840b72381e549795dded4c00fce051afef","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.1.tgz"},"directories":{}},"4.0.0-alpha.2":{"name":"d3","version":"4.0.0-alpha.2","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.6.2","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.4.0","d3-format":"0.4.2","d3-interpolate":"0.3.0","d3-path":"0.1.3","d3-random":"0.1.1","d3-request":"0.2.5","d3-scale":"0.4.0","d3-selection":"0.5.0","d3-shape":"0.3.0","d3-time":"0.1.1","d3-time-format":"0.2.1","d3-timer":"0.1.0"},"gitHead":"82cc135bf76c7b9e9e544ead3ce0d12da45f7ec8","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.2","_shasum":"fafe4a5b10e977b7daf99b97b5df3e652085e165","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"fafe4a5b10e977b7daf99b97b5df3e652085e165","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.2.tgz"},"directories":{}},"4.0.0-alpha.3":{"name":"d3","version":"4.0.0-alpha.3","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.0","d3-selection":"0.5.0","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0"},"gitHead":"cffa2aa882fe537b91f38d3d2edb201116db31ca","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.3","_shasum":"63cec94c1b6a67fe0c1a805d4880fb7efd3cbde2","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"63cec94c1b6a67fe0c1a805d4880fb7efd3cbde2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.3.tgz"},"directories":{}},"4.0.0-alpha.4":{"name":"d3","version":"4.0.0-alpha.4","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.1.0","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.0","d3-selection":"0.5.1","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0"},"gitHead":"5db0abdbb60b066f75da5b0c227b2ccc11b3ad70","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.4","_shasum":"6c03baced1ece6d1136d332c52388ce9d176d5cb","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"6c03baced1ece6d1136d332c52388ce9d176d5cb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.4.tgz"},"directories":{}},"4.0.0-alpha.5":{"name":"d3","version":"4.0.0-alpha.5","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.1.1","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.1","d3-selection":"0.6.0","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.1.0"},"gitHead":"c22314f2f82805d1b22560fb7fd232d1c951d63d","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.5","_shasum":"df111589e1c702ce7bb1085b709ecc7348e37322","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"df111589e1c702ce7bb1085b709ecc7348e37322","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.5.tgz"},"directories":{}},"4.0.0-alpha.6":{"name":"d3","version":"4.0.0-alpha.6","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.1","d3-selection":"0.6.0","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.2.0"},"gitHead":"34de93781251691cf6095c24510355f404df031c","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.6","_shasum":"ed38b5c3baf9fc10ef475ffdaf6a29a0c12f7c2e","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ed38b5c3baf9fc10ef475ffdaf6a29a0c12f7c2e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.6.tgz"},"directories":{}},"4.0.0-alpha.7":{"name":"d3","version":"4.0.0-alpha.7","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.24","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.1","d3-selection":"0.6.0","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.2.1"},"gitHead":"783665824c9078901956c6aa83ef9374b9d807c0","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.7","_shasum":"78bfad91895a66429ac8e9dbddc21df5e54f42dc","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"78bfad91895a66429ac8e9dbddc21df5e54f42dc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.7.tgz"},"directories":{}},"3.5.13":{"name":"d3","version":"3.5.13","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browser":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"f749f7090878b2c0c2eb7ae1032f1b70d2567607","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.13","_shasum":"340c965987789beba595de4411bae1d342c31430","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"340c965987789beba595de4411bae1d342c31430","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.13.tgz"},"directories":{}},"4.0.0-alpha.9":{"name":"d3","version":"4.0.0-alpha.9","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-random":"0.2.0","d3-request":"0.3.0","d3-scale":"0.5.1","d3-selection":"0.6.2","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.3.0"},"gitHead":"ac6c9e967251e7b093b5d5dcbe57409cbe39315f","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.9","_shasum":"ac4d0b0449c2a8c6c2ad67aca1b3f7e56e1af69a","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ac4d0b0449c2a8c6c2ad67aca1b3f7e56e1af69a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.9.tgz"},"directories":{}},"4.0.0-alpha.10":{"name":"d3","version":"4.0.0-alpha.10","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-random":"0.2.0","d3-request":"0.3.1","d3-scale":"0.5.1","d3-selection":"0.6.2","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.3.0"},"gitHead":"0f91ff93b9ef17983211467534823b92e169641f","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.10","_shasum":"692e695fab8e185c387bdaeb18b4d0a39a5de4f8","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"692e695fab8e185c387bdaeb18b4d0a39a5de4f8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.10.tgz"},"directories":{}},"4.0.0-alpha.11":{"name":"d3","version":"4.0.0-alpha.11","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-queue":"1.2.0","d3-random":"0.2.0","d3-request":"0.3.1","d3-scale":"0.5.1","d3-selection":"0.6.2","d3-shape":"0.4.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.3.0"},"gitHead":"c6fcd617f0708d9bd83aac7fa2242241fd1d660c","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.11","_shasum":"c1d872aeeddd28ea61953729a6e6e04eebc8d40c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"c1d872aeeddd28ea61953729a6e6e04eebc8d40c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.11.tgz"},"directories":{}},"3.5.14":{"name":"d3","version":"3.5.14","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browser":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows; echo"},"license":"BSD-3-Clause","gitHead":"05fd32dd68b49313502e9501792ef015bfc8c153","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.14","_shasum":"70e73d175f52f2a829bfbc3a9c1d264852662366","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"70e73d175f52f2a829bfbc3a9c1d264852662366","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.14.tgz"},"directories":{}},"4.0.0-alpha.12":{"name":"d3","version":"4.0.0-alpha.12","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.0","d3-axis":"0.2.1","d3-collection":"0.1.0","d3-color":"0.3.3","d3-dispatch":"0.2.5","d3-dsv":"0.1.13","d3-ease":"0.5.1","d3-format":"0.5.0","d3-interpolate":"0.4.0","d3-path":"0.1.3","d3-polygon":"0.2.0","d3-quadtree":"0.2.0","d3-queue":"2.0.0","d3-random":"0.2.0","d3-request":"0.3.1","d3-scale":"0.5.2","d3-selection":"0.6.3","d3-shape":"0.5.0","d3-time":"0.2.0","d3-time-format":"0.3.0","d3-timer":"0.1.0","d3-voronoi":"0.3.0"},"gitHead":"d8c6cb377c0ade342233ce2c29849e1fc1b804c9","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.12","_shasum":"b2b270a386b6c29b810f7d9f2da55fe09f694d9c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"b2b270a386b6c29b810f7d9f2da55fe09f694d9c","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.12.tgz"},"directories":{}},"4.0.0-alpha.13":{"name":"d3","version":"4.0.0-alpha.13","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.2","d3-collection":"0.1.1","d3-color":"0.3.4","d3-dispatch":"0.2.6","d3-dsv":"0.1.14","d3-ease":"0.5.2","d3-format":"0.5.1","d3-interpolate":"0.4.1","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.1","d3-random":"0.2.1","d3-request":"0.3.2","d3-scale":"0.5.3","d3-selection":"0.6.5","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.1.1","d3-voronoi":"0.3.1"},"gitHead":"e5c80a7d427ec4f15c259fcdb757d936357c76f1","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.13","_shasum":"aa0676d73913c4389af7431d9c269420658458fc","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"aa0676d73913c4389af7431d9c269420658458fc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.13.tgz"},"directories":{}},"4.0.0-alpha.14":{"name":"d3","version":"4.0.0-alpha.14","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-npm":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.3","d3-collection":"0.1.1","d3-color":"0.4.1","d3-dispatch":"0.2.6","d3-dsv":"0.1.14","d3-ease":"0.6.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.3.2","d3-scale":"0.6.0","d3-selection":"0.6.7","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.1.2","d3-transition":"0.0.7","d3-voronoi":"0.3.1"},"gitHead":"be8ce1f82fd7210c417f2329fbe0b7af358978ac","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.14","_shasum":"f4fbbdc7259695c01646c7f73a3f83bba568e89d","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"f4fbbdc7259695c01646c7f73a3f83bba568e89d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.14.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.14.tgz_1454522621742_0.6144772951956838"},"directories":{}},"4.0.0-alpha.15":{"name":"d3","version":"4.0.0-alpha.15","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.3","d3-collection":"0.1.1","d3-color":"0.4.1","d3-dispatch":"0.3.0","d3-dsv":"0.2.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.1","d3-scale":"0.6.1","d3-selection":"0.6.8","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.1.2","d3-transition":"0.0.8","d3-voronoi":"0.3.1"},"gitHead":"23e383f4a88683a2e8c4c893731d0e5e110683e3","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.15","_shasum":"2574b29ae9e771ce746e0903a4cc2352a073287a","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"2574b29ae9e771ce746e0903a4cc2352a073287a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.15.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.15.tgz_1454903273818_0.15976917720399797"},"directories":{}},"3.5.15":{"name":"d3","version":"3.5.15","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browser":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows && echo","prepublish":"npm test && rm -f component.json package.js src/start.js d3.js d3.min.js d3.zip && bin/start > src/start.js && bin/component > component.json && bin/meteor > package.js && smash src/d3.js | uglifyjs - -b indent-level=2 -o d3.js && bin/uglify d3.js > d3.min.js && chmod a-w d3.js d3.min.js component.json package.js && zip d3.zip LICENSE d3.js d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && cp -v d3.js ../d3.github.com/d3.v3.js && cp -v d3.min.js ../d3.github.com/d3.v3.min.js && cd ../d3.github.com && git add d3.v3.js d3.v3.min.js && git commit -m \"d3 ${VERSION}\" && git push"},"license":"BSD-3-Clause","gitHead":"0ac59030b9a934ccb2446fed016b34e55284021b","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.15","_shasum":"88f6c77716c26ae1d7e233dad0eff284c93d8086","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"88f6c77716c26ae1d7e233dad0eff284c93d8086","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.15.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/d3-3.5.15.tgz_1455220974677_0.634737090440467"},"directories":{}},"4.0.0-alpha.16":{"name":"d3","version":"4.0.0-alpha.16","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.3","d3-collection":"0.1.1","d3-color":"0.4.1","d3-dispatch":"0.4.1","d3-dsv":"0.2.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.2","d3-scale":"0.6.1","d3-selection":"0.6.10","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.3.2","d3-transition":"0.1.0","d3-voronoi":"0.3.1"},"gitHead":"5104f9f22bb86ca6ac3bb1bcfc7aac9594bd4eb4","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.16","_shasum":"cd2a5ff1ead80298456aaa85c8105f3e936838ad","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"cd2a5ff1ead80298456aaa85c8105f3e936838ad","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.16.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.16.tgz_1455232082355_0.842068639351055"},"directories":{}},"4.0.0-alpha.17":{"name":"d3","version":"4.0.0-alpha.17","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.3","d3-collection":"0.1.1","d3-color":"0.4.1","d3-dispatch":"0.4.1","d3-dsv":"0.2.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.2","d3-scale":"0.6.1","d3-selection":"0.6.10","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.3.2","d3-transition":"0.1.1","d3-voronoi":"0.3.1"},"gitHead":"65e0e182da6dfd9b10a13ac15b91da28fa920a52","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.17","_shasum":"0b5f01c598d6446b014f3249b232591ad1691a5f","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"0b5f01c598d6446b014f3249b232591ad1691a5f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.17.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.17.tgz_1455314003632_0.2018313016742468"},"directories":{}},"4.0.0-alpha.18":{"name":"d3","version":"4.0.0-alpha.18","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.2.3","d3-collection":"0.1.1","d3-color":"0.4.1","d3-dispatch":"0.4.1","d3-dsv":"0.2.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.4","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.2","d3-scale":"0.6.1","d3-selection":"0.6.10","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.4.0","d3-transition":"0.1.2","d3-voronoi":"0.3.1"},"gitHead":"76fbe7b8d69889acef8270d1ad13c625d86a3cee","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.18","_shasum":"a15b576ce5522ee4c9e934174b50f05cac728d26","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"a15b576ce5522ee4c9e934174b50f05cac728d26","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.18.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.18.tgz_1455318688481_0.15651832264848053"},"directories":{}},"3.5.16":{"name":"d3","version":"3.5.16","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browser":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.1","vows":"0.8"},"scripts":{"test":"vows && echo","prepublish":"npm test && rm -f package.js src/start.js d3.js d3.min.js d3.zip && bin/start > src/start.js && bin/meteor > package.js && smash src/d3.js | uglifyjs - -b indent-level=2 -o d3.js && bin/uglify d3.js > d3.min.js && chmod a-w d3.js d3.min.js package.js && zip d3.zip LICENSE d3.js d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git tag -am \"Release $VERSION.\" v${VERSION} && git push --tags && cp -v README.md LICENSE d3.js d3.min.js ../d3-bower && cd ../d3-bower && git add README.md LICENSE d3.js d3.min.js && git commit -m \"Release $VERSION.\" && git tag -am \"Release $VERSION.\" v${VERSION} && git push && git push --tags && cd - && cp -v d3.js ../d3.github.com/d3.v3.js && cp -v d3.min.js ../d3.github.com/d3.v3.min.js && cd ../d3.github.com && git add d3.v3.js d3.v3.min.js && git commit -m \"d3 ${VERSION}\" && git push"},"license":"BSD-3-Clause","gitHead":"c36befc7361cd61538294048c387a8a407b65dd1","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.16","_shasum":"a518d6ced154a3078f2cb78ae1f8ad95342b2734","_from":".","_npmVersion":"2.14.9","_nodeVersion":"0.12.8","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"a518d6ced154a3078f2cb78ae1f8ad95342b2734","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.16.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/d3-3.5.16.tgz_1455759566344_0.6091886162757874"},"directories":{}},"4.0.0-alpha.19":{"name":"d3","version":"4.0.0-alpha.19","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.2.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.3","d3-scale":"0.6.2","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.0","d3-voronoi":"0.3.2"},"gitHead":"4e3ace7b49f2e972cce61e46658479e964a516ef","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.19","_shasum":"5469ec48d0303d60a6ef5d4ebd920ac38cee7b6b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"5469ec48d0303d60a6ef5d4ebd920ac38cee7b6b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.19.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.19.tgz_1456185412865_0.22589241829700768"},"directories":{}},"4.0.0-alpha.20":{"name":"d3","version":"4.0.0-alpha.20","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.4","d3-scale":"0.6.2","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.1","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.1","d3-voronoi":"0.3.2"},"gitHead":"e541c4de53e87df3dec8323cc76c9808198b206a","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.20","_shasum":"265d1ff44e7d13931a45afaa309f749e6f2f7d79","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"265d1ff44e7d13931a45afaa309f749e6f2f7d79","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.20.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.20.tgz_1456203226404_0.49916708283126354"},"directories":{}},"4.0.0-alpha.21":{"name":"d3","version":"4.0.0-alpha.21","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.5.2","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.4","d3-scale":"0.6.2","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.4","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.2","d3-voronoi":"0.3.2"},"gitHead":"c750efd7a66a87a1c36b2485a1ab7d9cd201abc7","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.21","_shasum":"e737eacd54ee3e354b82daf43049e231afb7c9e0","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"e737eacd54ee3e354b82daf43049e231afb7c9e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.21.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.21.tgz_1456292355263_0.4226115341298282"},"directories":{}},"4.0.0-alpha.22":{"name":"d3","version":"4.0.0-alpha.22","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.6.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.4","d3-scale":"0.6.3","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.4","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.3","d3-voronoi":"0.3.2"},"gitHead":"294802ad4531bc0ce8c13291143b3fded91645a7","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.22","_shasum":"0397c2532efc9a248b0e929ffc5f5c38e67b7ceb","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"0397c2532efc9a248b0e929ffc5f5c38e67b7ceb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.22.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.22.tgz_1456523192942_0.2360083032399416"},"directories":{}},"4.0.0-alpha.23":{"name":"d3","version":"4.0.0-alpha.23","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.6.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.4","d3-scale":"0.6.3","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.4","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.4","d3-voronoi":"0.3.2"},"gitHead":"9620eb29e3df8bf56f699e7c15c8f215ae7dccde","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.23","_shasum":"55df6cb11eeb45caabd65c56c472946596342355","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"55df6cb11eeb45caabd65c56c472946596342355","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.23.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.23.tgz_1456529430807_0.916828713612631"},"directories":{}},"4.0.0-alpha.24":{"name":"d3","version":"4.0.0-alpha.24","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && rollup -c -o build/d3.js -- index.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"Add d3 v${VERSION}.\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-json":"2","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.4","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.4","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.5","d3-voronoi":"0.3.2"},"gitHead":"ed8e161b981227517940bc4aa93ee9cef5fcd0d1","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.24","_shasum":"6cca4feeb2fb636a19d2a99fb70192b80df3b80f","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"6cca4feeb2fb636a19d2a99fb70192b80df3b80f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.24.tgz"},"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.24.tgz_1456681029911_0.4731575723271817"},"directories":{}},"4.0.0-alpha.25":{"name":"d3","version":"4.0.0-alpha.25","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && node -e 'process.stdout.write(\"export var version = \\\"\" + require(\"./package.json\").version + \"\\\";\\n\");' > build/version.js && rollup -c -o build/d3.js -- index.js && rollup -e `node -e 'process.stdout.write(Object.keys(require(\"./package.json\").dependencies).join(\",\"));'` -f cjs -- index.js | grep -v '^exports.event =' > build/d3.node.js && echo '\\nObject.defineProperty(exports, \"event\", {get: function() { return d3Selection.event; }});' >> build/d3.node.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.2","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.6","d3-voronoi":"0.3.2"},"gitHead":"8a775aa493eb4d9dfdffbdb5a7d3a661c70529b3","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.25","_shasum":"b18e6d412a1a7e77cc1e1176550ee3ce727d23c2","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"b18e6d412a1a7e77cc1e1176550ee3ce727d23c2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.25.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.25.tgz_1456960377213_0.2655619222205132"},"directories":{}},"4.0.0-alpha.26":{"name":"d3","version":"4.0.0-alpha.26","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && node -e 'process.stdout.write(\"export var version = \\\"\" + require(\"./package.json\").version + \"\\\";\\n\");' > build/version.js && rollup -c -o build/d3.js -- index.js && rollup -e `node -e 'process.stdout.write(Object.keys(require(\"./package.json\").dependencies).join(\",\"));'` -f cjs -- index.js | grep -v '^exports.event =' > build/d3.node.js && echo '\\nObject.defineProperty(exports, \"event\", {get: function() { return d3Selection.event; }});' >> build/d3.node.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.2","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.7","d3-voronoi":"0.3.2"},"gitHead":"5d1d48d932971a77967b82e0c3674b81a8674acd","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.26","_shasum":"cf7abab83ab8b6590f723c08e9bd32418bbcc7ce","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"cf7abab83ab8b6590f723c08e9bd32418bbcc7ce","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.26.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.26.tgz_1456985396131_0.5273747702594846"},"directories":{}},"4.0.0-alpha.27":{"name":"d3","version":"4.0.0-alpha.27","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && node -e 'process.stdout.write(\"export var version = \\\"\" + require(\"./package.json\").version + \"\\\";\\n\");' > build/version.js && rollup -c -o build/d3.js -- index.js && rollup -e `node -e 'process.stdout.write(Object.keys(require(\"./package.json\").dependencies).join(\",\"));'` -f cjs -- index.js | grep -v '^exports.event =' > build/d3.node.js && echo '\\nObject.defineProperty(exports, \"event\", {get: function() { return d3Selection.event; }});' >> build/d3.node.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.5.1","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"23ca5bef2567aa79edd20e452d7cc78717cec01e","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.27","_shasum":"ee56fd19e12efdbac1800ad5eb9692fcbd956496","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.5.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"ee56fd19e12efdbac1800ad5eb9692fcbd956496","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.27.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.27.tgz_1457305633589_0.8913906633388251"},"directories":{}},"4.0.0-alpha.28":{"name":"d3","version":"4.0.0-alpha.28","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"mkdir -p build && node -e 'process.stdout.write(\"export var version = \\\"\" + require(\"./package.json\").version + \"\\\";\\n\");' > build/version.js && rollup -c -o build/d3.js -- index.js && rollup -e `node -e 'process.stdout.write(Object.keys(require(\"./package.json\").dependencies).join(\",\"));'` -f cjs -- index.js | grep -v '^exports.event =' > build/d3.node.js && echo '\\nObject.defineProperty(exports, \"event\", {get: function() { return d3Selection.event; }});' >> build/d3.node.js","test":"faucet `find test -name '*-test.js'`","prepublish":"npm run test && uglifyjs build/d3.js -c -m -o build/d3.min.js && rm -f build/d3.zip","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"faucet":"0.0","rollup":"0.25","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.0","d3-ease":"0.7.0","d3-format":"0.5.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"7fb1eccacdf3274dc2836252e5f65d3a58af814a","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.28","_shasum":"ffaba26da0ec816b72d5590c13a29e4f3d87cda4","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ffaba26da0ec816b72d5590c13a29e4f3d87cda4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.28.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.28.tgz_1457410456559_0.5096522902604192"},"directories":{}},"4.0.0-alpha.29":{"name":"d3","version":"4.0.0-alpha.29","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.25","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.1","d3-ease":"0.7.0","d3-format":"0.5.1","d3-hierarchy":"0.2.0","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.2.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"1e7a0cf34e8771201342b770da0e72be448f5c52","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.29","_shasum":"957c4dfc9c43c17d1dd2442f6111e15e72663b2b","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"957c4dfc9c43c17d1dd2442f6111e15e72663b2b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.29.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.29.tgz_1459546806906_0.536585976369679"},"directories":{}},"4.0.0-alpha.30":{"name":"d3","version":"4.0.0-alpha.30","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.4.1","d3-format":"0.5.1","d3-hierarchy":"0.2.0","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.1","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"c3a8d8768071b2f7359fcfe3cb1513170ae8ae0d","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.30","_shasum":"2a8e700ca9b9ebbb69a02e8b753e7143277e0b99","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"2a8e700ca9b9ebbb69a02e8b753e7143277e0b99","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.30.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.30.tgz_1461884330779_0.8395762534346431"},"directories":{}},"4.0.0-alpha.31":{"name":"d3","version":"4.0.0-alpha.31","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.4.1","d3-format":"0.5.1","d3-hierarchy":"0.2.0","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.2","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"2e40081652be42e86aa5aeaff48e68ec3d3ff5f4","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.31","_shasum":"2570c05f184e8faa754578627ceacfc19a777592","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"2570c05f184e8faa754578627ceacfc19a777592","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.31.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.31.tgz_1461946333575_0.7285815279465169"},"directories":{}},"4.0.0-alpha.32":{"name":"d3","version":"4.0.0-alpha.32","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.5.0","d3-format":"0.5.1","d3-hierarchy":"0.2.0","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.2","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"5ae4af1818d46195fa3cc3eea83f121ee00f5d7c","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.32","_shasum":"47214c030fae22a33bf80b924d451ef95598f7d1","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"47214c030fae22a33bf80b924d451ef95598f7d1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.32.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.32.tgz_1461952322676_0.9946772938128561"},"directories":{}},"4.0.0-alpha.33":{"name":"d3","version":"4.0.0-alpha.33","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.0","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.5.0","d3-format":"0.5.1","d3-hierarchy":"0.2.0","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.6.4","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"8108bc7bf2ed56b8e3945ae7e0dfb0a282e41884","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.33","_shasum":"01664bacd15958e5b8aee81659aef491c64e0bee","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"01664bacd15958e5b8aee81659aef491c64e0bee","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.33.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.33.tgz_1461954163160_0.029636741615831852"},"directories":{}},"4.0.0-alpha.34":{"name":"d3","version":"4.0.0-alpha.34","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.5.0","d3-format":"0.5.1","d3-hierarchy":"0.2.1","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.1","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.5","d3-scale":"0.7.0","d3-selection":"0.7.0","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.1","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"22c288203a1e210eb4faa4fa3497dfdcb92c7e69","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.34","_shasum":"390da5efa6e1c08b0e3d37fab0375e97f85bfa1a","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"390da5efa6e1c08b0e3d37fab0375e97f85bfa1a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.34.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.34.tgz_1462206480092_0.19851659168489277"},"directories":{}},"4.0.0-alpha.35":{"name":"d3","version":"4.0.0-alpha.35","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.5.0","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.1","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"189c1b33a52fef556dcb0de2d0e80863108032d2","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.35","_shasum":"5ba0af0208244c6d25bcd320ceabd0a92c73a2bd","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"5ba0af0208244c6d25bcd320ceabd0a92c73a2bd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.35.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.35.tgz_1462300216664_0.6766061487141997"},"directories":{}},"3.5.17":{"name":"d3","version":"3.5.17","description":"A JavaScript visualization library for HTML and SVG.","keywords":["dom","w3c","visualization","svg","animation","canvas"],"homepage":"http://d3js.org","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"contributors":[{"name":"Jason Davies","url":"http://jasondavies.com"}],"repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"main":"d3.js","browser":"d3.js","jspm":{"main":"d3","shim":{"d3":{"exports":"d3"}},"files":["d3.js"],"buildConfig":{"uglify":true}},"jam":{"main":"d3.js","shim":{"exports":"d3"}},"spm":{"main":"d3.js"},"devDependencies":{"jsdom":"3","seedrandom":"2","smash":"0.0","uglify-js":"2.6.2","vows":"0.8"},"scripts":{"test":"vows && echo","prepublish":"npm test && rm -f package.js src/start.js d3.js d3.min.js d3.zip && bin/start > src/start.js && bin/meteor > package.js && smash src/d3.js | uglifyjs - -b indent-level=2 -o d3.js && bin/uglify d3.js > d3.min.js && chmod a-w d3.js d3.min.js package.js && zip d3.zip LICENSE d3.js d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp -v README.md LICENSE d3.js d3.min.js ../d3-bower && cd ../d3-bower && git add README.md LICENSE d3.js d3.min.js && git commit -m \"Release $VERSION.\" && git tag -am \"Release $VERSION.\" v${VERSION} && git push && git push --tags && cd - && cp -v d3.js ../d3.github.com/d3.v3.js && cp -v d3.min.js ../d3.github.com/d3.v3.min.js && cd ../d3.github.com && git add d3.v3.js d3.v3.min.js && git commit -m \"d3 ${VERSION}\" && git push"},"license":"BSD-3-Clause","gitHead":"9cc9a875e636a1dcf36cc1e07bdf77e1ad6e2c74","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@3.5.17","_shasum":"bc46748004378b21a360c9fc7cf5231790762fb8","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"bc46748004378b21a360c9fc7cf5231790762fb8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-3.5.17.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-3.5.17.tgz_1462408194546_0.654020820511505"},"directories":{}},"4.0.0-alpha.36":{"name":"d3","version":"4.0.0-alpha.36","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.1.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.0","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.2","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"c77c2b7f4302c14b227af9ca397143e3cd235550","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.36","_shasum":"73d79a9571e64cb57d3f23255f3ac7f8b22a58bb","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"73d79a9571e64cb57d3f23255f3ac7f8b22a58bb","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.36.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.36.tgz_1462981491167_0.9578479204792529"},"directories":{}},"4.0.0-alpha.37":{"name":"d3","version":"4.0.0-alpha.37","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.1.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.0","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.2","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"6e5c47cf42246f2b412f9dee1ffdea2875219302","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.37","_shasum":"52fe10fd845e740cdaf9cc145ddec71549f4a4d9","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"52fe10fd845e740cdaf9cc145ddec71549f4a4d9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.37.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.37.tgz_1462981899613_0.3366183827165514"},"directories":{}},"4.0.0-alpha.38":{"name":"d3","version":"4.0.0-alpha.38","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.1.2","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.0","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.2","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"aa47c28816ff6e02a866277ee0dc9d554a2bb557","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.38","_shasum":"ee3bf12ced43e755ff57d266220081b05a5076b9","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ee3bf12ced43e755ff57d266220081b05a5076b9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.38.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.38.tgz_1463010414975_0.46792886033654213"},"directories":{}},"4.0.0-alpha.39":{"name":"d3","version":"4.0.0-alpha.39","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/mbostock/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"http://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/mbostock/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.1.2","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.1","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.2","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"d6765d8f96bea81134c4a9847ff4aa39c63fa420","bugs":{"url":"https://github.com/mbostock/d3/issues"},"_id":"d3@4.0.0-alpha.39","_shasum":"972140609ffdead9e009a188c050e92b0913d0ab","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"972140609ffdead9e009a188c050e92b0913d0ab","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.39.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.39.tgz_1463085868837_0.8576802397146821"},"directories":{}},"4.0.0-alpha.40":{"name":"d3","version":"4.0.0-alpha.40","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/d3/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.1.2","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.1.2","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.2","d3-format":"0.5.1","d3-hierarchy":"0.2.2","d3-interpolate":"0.7.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.2","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.6","d3-scale":"0.7.0","d3-selection":"0.7.2","d3-shape":"0.6.0","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.3","d3-transition":"0.2.8","d3-voronoi":"0.3.2"},"gitHead":"c1254fc520246b18cd68f877a7cfa1bef5bd03cb","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.40","_shasum":"7a31d634d94dd257ad347ddcf5ab36db4e8fe3e0","_from":".","_npmVersion":"3.6.0","_nodeVersion":"5.7.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"7a31d634d94dd257ad347ddcf5ab36db4e8fe3e0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.40.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.40.tgz_1463163392136_0.5970023206900805"},"directories":{}},"4.0.0-alpha.41":{"name":"d3","version":"4.0.0-alpha.41","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/d3/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.1","d3-collection":"0.2.0","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.2.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.3","d3-format":"0.5.1","d3-hierarchy":"0.2.3","d3-interpolate":"0.8.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.3","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.7","d3-scale":"0.7.2","d3-selection":"0.7.3","d3-shape":"0.6.1","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.4","d3-transition":"0.2.10","d3-voronoi":"0.3.3","d3-zoom":"~0.1.0"},"gitHead":"bf95c3efe72c94a260fe0c5964bd4db2b339fb23","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.41","_shasum":"96138725674c192581b0e2ce5813a36e50f3ee72","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"96138725674c192581b0e2ce5813a36e50f3ee72","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.41.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.41.tgz_1464130540986_0.238869413966313"},"directories":{}},"4.0.0-alpha.42":{"name":"d3","version":"4.0.0-alpha.42","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/d3/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.2","d3-collection":"0.2.0","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.2.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.3","d3-format":"0.5.1","d3-hierarchy":"0.2.3","d3-interpolate":"0.8.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.3","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.7","d3-scale":"0.7.2","d3-selection":"0.7.3","d3-shape":"0.6.1","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.4","d3-transition":"0.2.10","d3-voronoi":"0.3.3","d3-zoom":"~0.2.0"},"gitHead":"1cb0e5e73c79aa59d0b60699bcf2ef4e192fe3eb","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.42","_shasum":"90bc5464d92d3066c556e02e57c552415b5aa618","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"90bc5464d92d3066c556e02e57c552415b5aa618","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.42.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.42.tgz_1464220906513_0.8617805661633611"},"directories":{}},"4.0.0-alpha.43":{"name":"d3","version":"4.0.0-alpha.43","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/d3/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.2","d3-collection":"0.2.0","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.2.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.3","d3-format":"0.5.1","d3-hierarchy":"0.2.3","d3-interpolate":"0.8.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.3","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.7","d3-scale":"0.7.2","d3-selection":"0.7.3","d3-shape":"0.6.1","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.4","d3-transition":"0.2.10","d3-voronoi":"0.3.3","d3-zoom":"~0.2.1"},"gitHead":"d09543d597ddaeec4e98d596139d6c9bf84fe197","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.43","_shasum":"f0cbc61cf2a4f9a71df8233424d771ab180ffc2a","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"f0cbc61cf2a4f9a71df8233424d771ab180ffc2a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.43.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.43.tgz_1464240188401_0.683504126733169"},"directories":{}},"4.0.0-alpha.44":{"name":"d3","version":"4.0.0-alpha.44","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://github.com/d3/d3","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup && uglifyjs build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","rollup":"0.26","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.7.1","d3-axis":"0.3.2","d3-collection":"0.2.0","d3-color":"0.4.2","d3-dispatch":"0.4.3","d3-drag":"0.2.1","d3-dsv":"0.3.2","d3-ease":"0.7.0","d3-force":"0.6.3","d3-format":"0.5.1","d3-hierarchy":"0.2.3","d3-interpolate":"0.8.0","d3-path":"0.1.5","d3-polygon":"0.2.1","d3-quadtree":"0.7.3","d3-queue":"2.0.3","d3-random":"0.2.1","d3-request":"0.4.7","d3-scale":"0.7.2","d3-selection":"0.7.3","d3-shape":"0.6.1","d3-time":"0.2.5","d3-time-format":"0.3.2","d3-timer":"0.4.4","d3-transition":"0.2.10","d3-voronoi":"0.3.3","d3-zoom":"~0.2.2"},"gitHead":"dd5252feb6c5c9a877715ac8811a7e23a363b68f","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.44","_shasum":"7b802e0ea2994b5c50c176b3baa570c27c3128c5","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"7b802e0ea2994b5c50c176b3baa570c27c3128c5","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.44.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.44.tgz_1464278739141_0.9243606347590685"},"directories":{}},"4.0.0-alpha.45":{"name":"d3","version":"4.0.0-alpha.45","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.27","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.8.0","d3-axis":"0.4.0","d3-brush":"0.2.0","d3-collection":"0.3.1","d3-color":"0.5.0","d3-dispatch":"0.5.0","d3-drag":"0.3.0","d3-dsv":"0.4.0","d3-ease":"0.8.0","d3-force":"0.7.0","d3-format":"0.6.0","d3-hierarchy":"0.3.0","d3-interpolate":"0.9.0","d3-path":"0.2.0","d3-polygon":"0.3.0","d3-quadtree":"0.8.0","d3-queue":"3.0.0","d3-random":"0.3.0","d3-request":"0.5.0","d3-scale":"0.9.0","d3-selection":"0.8.0","d3-shape":"0.7.0","d3-time":"0.3.0","d3-time-format":"0.4.0","d3-timer":"0.5.0","d3-transition":"0.3.0","d3-voronoi":"0.4.0","d3-zoom":"0.3.0"},"gitHead":"67d01c05cb9a8238c5d85d742efa2394e6846a3f","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.45","_shasum":"98d647ba7cd8d940d2affebf288e160f31e49fea","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"98d647ba7cd8d940d2affebf288e160f31e49fea","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.45.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.45.tgz_1465361048406_0.7020813629496843"},"directories":{}},"4.0.0-alpha.46":{"name":"d3","version":"4.0.0-alpha.46","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.27","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.8.1","d3-axis":"0.4.0","d3-brush":"0.2.0","d3-collection":"0.3.1","d3-color":"0.5.0","d3-dispatch":"0.5.0","d3-drag":"0.3.0","d3-dsv":"0.4.0","d3-ease":"0.8.0","d3-force":"0.7.0","d3-format":"0.6.0","d3-hierarchy":"0.3.0","d3-interpolate":"0.9.0","d3-path":"0.2.0","d3-polygon":"0.3.0","d3-quadtree":"0.8.0","d3-queue":"3.0.0","d3-random":"0.3.0","d3-request":"0.5.0","d3-scale":"0.9.0","d3-selection":"0.8.0","d3-shape":"0.7.0","d3-time":"0.3.1","d3-time-format":"0.4.0","d3-timer":"0.5.1","d3-transition":"0.3.0","d3-voronoi":"0.4.0","d3-zoom":"0.3.0"},"gitHead":"742432220f4d6e10e8deb5bb07c3e4eba3c5af7b","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.46","_shasum":"97b0f216dafb4714b7424f15b8ffbaacfe7a2336","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"97b0f216dafb4714b7424f15b8ffbaacfe7a2336","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.46.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.46.tgz_1465573937157_0.19006171938963234"},"directories":{}},"4.0.0-alpha.47":{"name":"d3","version":"4.0.0-alpha.47","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.27","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.8.1","d3-axis":"0.4.1","d3-brush":"0.2.0","d3-collection":"0.3.1","d3-color":"0.5.0","d3-dispatch":"0.5.0","d3-drag":"0.3.0","d3-dsv":"0.4.0","d3-ease":"0.8.0","d3-force":"0.7.0","d3-format":"0.6.0","d3-hierarchy":"0.3.0","d3-interpolate":"0.9.0","d3-path":"0.2.0","d3-polygon":"0.3.0","d3-quadtree":"0.8.0","d3-queue":"3.0.0","d3-random":"0.3.0","d3-request":"0.5.0","d3-scale":"0.9.0","d3-selection":"0.8.0","d3-shape":"0.7.0","d3-time":"0.3.1","d3-time-format":"0.4.0","d3-timer":"0.5.1","d3-transition":"0.3.0","d3-voronoi":"0.4.0","d3-zoom":"0.3.0"},"gitHead":"9f27b1f302be3825c56b9b20f203ed7a4cac7117","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.47","_shasum":"53ddbb855e860296445099e03b9c1d394f3d98f0","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"53ddbb855e860296445099e03b9c1d394f3d98f0","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.47.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.47.tgz_1465575113024_0.9331588193308562"},"directories":{}},"4.0.0-alpha.48":{"name":"d3","version":"4.0.0-alpha.48","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.27","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.8.1","d3-axis":"0.4.1","d3-brush":"0.2.1","d3-collection":"0.3.1","d3-color":"0.5.0","d3-dispatch":"0.5.0","d3-drag":"0.3.0","d3-dsv":"0.4.0","d3-ease":"0.8.0","d3-force":"0.7.0","d3-format":"0.6.0","d3-hierarchy":"0.3.0","d3-interpolate":"0.9.0","d3-path":"0.2.0","d3-polygon":"0.3.0","d3-quadtree":"0.8.0","d3-queue":"3.0.0","d3-random":"0.3.0","d3-request":"0.5.0","d3-scale":"0.9.0","d3-selection":"0.8.0","d3-shape":"0.7.0","d3-time":"0.3.1","d3-time-format":"0.4.0","d3-timer":"0.5.1","d3-transition":"0.3.0","d3-voronoi":"0.4.0","d3-zoom":"0.3.0"},"gitHead":"93105bdf2a0bb0eb1f755b10162cfe5beaf0a06f","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.48","_shasum":"30c76a3d748b78841091a61afe2a4bd21c191fcd","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"30c76a3d748b78841091a61afe2a4bd21c191fcd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.48.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.48.tgz_1465577892199_0.08904939680360258"},"directories":{}},"4.0.0-alpha.49":{"name":"d3","version":"4.0.0-alpha.49","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.27","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"0.8.1","d3-axis":"0.4.1","d3-brush":"0.2.2","d3-collection":"0.3.1","d3-color":"0.5.0","d3-dispatch":"0.5.0","d3-drag":"0.3.0","d3-dsv":"0.4.0","d3-ease":"0.8.0","d3-force":"0.7.0","d3-format":"0.6.0","d3-hierarchy":"0.3.0","d3-interpolate":"0.9.0","d3-path":"0.2.0","d3-polygon":"0.3.0","d3-quadtree":"0.8.0","d3-queue":"3.0.0","d3-random":"0.3.0","d3-request":"0.5.0","d3-scale":"0.9.0","d3-selection":"0.8.0","d3-shape":"0.7.0","d3-time":"0.3.1","d3-time-format":"0.4.0","d3-timer":"0.5.1","d3-transition":"0.3.0","d3-voronoi":"0.4.0","d3-zoom":"0.3.0"},"gitHead":"9b8fda9ca823d64ee6fe5fa2333231b52b49244f","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.49","_shasum":"1adb4f33eda7d3dc9d5b077c11098ca85e1b9697","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"1adb4f33eda7d3dc9d5b077c11098ca85e1b9697","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.49.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.49.tgz_1465578281548_0.15156584535725415"},"directories":{}},"4.0.0-alpha.50":{"name":"d3","version":"4.0.0-alpha.50","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.31","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"0.4.1","d3-brush":"0.2.3","d3-collection":"1.0.0","d3-color":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"0.3.1","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"0.7.1","d3-format":"0.6.0","d3-geo":"0.0.3","d3-hierarchy":"0.3.0","d3-interpolate":"1.0.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.0","d3-scale":"0.9.3","d3-selection":"0.9.0","d3-shape":"0.7.1","d3-time":"1.0.0","d3-time-format":"1.0.0","d3-timer":"1.0.0","d3-transition":"0.3.1","d3-voronoi":"1.0.0","d3-zoom":"0.3.1"},"gitHead":"8fbfa1f534aabfa54e3fc1a5db351f4135ac63f7","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-alpha.50","_shasum":"627e9972970a3cf83271d861a6ddc9c62c46f661","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"627e9972970a3cf83271d861a6ddc9c62c46f661","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-alpha.50.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-alpha.50.tgz_1466355027296_0.03066590102389455"},"directories":{}},"4.0.0-rc.1":{"name":"d3","version":"4.0.0-rc.1","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.33","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.0","d3-brush":"1.0.0","d3-collection":"1.0.0","d3-color":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.0","d3-format":"1.0.0","d3-geo":"1.0.0","d3-hierarchy":"1.0.0","d3-interpolate":"1.0.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.0","d3-scale":"1.0.0","d3-selection":"1.0.0","d3-shape":"1.0.0","d3-time":"1.0.0","d3-time-format":"2.0.0","d3-timer":"1.0.0","d3-transition":"1.0.0","d3-voronoi":"1.0.0","d3-zoom":"1.0.0"},"gitHead":"21b6f2b49e8f343de37dbddcf0130ddb97302e66","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-rc.1","_shasum":"3fd6ac39eaf665e3ab19e7ec3866e3d4215eb497","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"3fd6ac39eaf665e3ab19e7ec3866e3d4215eb497","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-rc.1.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.0.0-rc.1.tgz_1466811269307_0.6855919524095953"},"directories":{}},"4.0.0-rc.2":{"name":"d3","version":"4.0.0-rc.2","publishConfig":{"tag":"next"},"description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && cp -v build/d3.js ../d3.github.com/d3.v${VERSION}.js && cp -v build/d3.min.js ../d3.github.com/d3.v${VERSION}.min.js && cd ../d3.github.com && git add d3.v${VERSION}.js d3.v${VERSION}.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.33","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.0","d3-brush":"1.0.1","d3-collection":"1.0.0","d3-color":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.0","d3-format":"1.0.0","d3-geo":"1.0.0","d3-hierarchy":"1.0.0","d3-interpolate":"1.0.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.0","d3-scale":"1.0.0","d3-selection":"1.0.0","d3-shape":"1.0.0","d3-time":"1.0.0","d3-time-format":"2.0.0","d3-timer":"1.0.0","d3-transition":"1.0.0","d3-voronoi":"1.0.0","d3-zoom":"1.0.1"},"gitHead":"4d777f819a4b7abf47ee335e2eb73743904f96f3","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0-rc.2","_shasum":"ffec76ad0042070707f185a11967827a399cbec2","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"ffec76ad0042070707f185a11967827a399cbec2","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0-rc.2.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0-rc.2.tgz_1466867778110_0.27123496402055025"},"directories":{}},"4.0.0":{"name":"d3","version":"4.0.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cp build/d3.js ../d3.github.com/d3.v4.js && cp build/d3.min.js ../d3.github.com/d3.v4.min.js && cd ../d3.github.com && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.33","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.0","d3-brush":"1.0.1","d3-collection":"1.0.0","d3-color":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.0","d3-format":"1.0.0","d3-geo":"1.0.0","d3-hierarchy":"1.0.0","d3-interpolate":"1.0.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.0","d3-scale":"1.0.0","d3-selection":"1.0.0","d3-shape":"1.0.0","d3-time":"1.0.0","d3-time-format":"2.0.0","d3-timer":"1.0.0","d3-transition":"1.0.0","d3-voronoi":"1.0.0","d3-zoom":"1.0.1"},"gitHead":"024e8b041220e3c006aa6518f0b6392523ee4031","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.0.0","_shasum":"3e1083b9af367cd96ae8bf7d210dc49a907e0c2b","_from":".","_npmVersion":"3.9.3","_nodeVersion":"6.2.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"3e1083b9af367cd96ae8bf7d210dc49a907e0c2b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.0.0.tgz_1467126198966_0.759532957803458"},"directories":{}},"4.1.0":{"name":"d3","version":"4.1.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.33","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.0","d3-brush":"1.0.1","d3-collection":"1.0.0","d3-color":"1.0.0","d3-chord":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.0","d3-format":"1.0.0","d3-geo":"1.1.0","d3-hierarchy":"1.0.0","d3-interpolate":"1.1.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.0","d3-scale":"1.0.0","d3-selection":"1.0.0","d3-shape":"1.0.0","d3-time":"1.0.0","d3-time-format":"2.0.0","d3-timer":"1.0.1","d3-transition":"1.0.0","d3-voronoi":"1.0.0","d3-zoom":"1.0.1"},"gitHead":"17e15a97ef8f72d5fec64bf2b1c1605c01241188","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.1.0","_shasum":"621b7ffb807552ab7938fa2bd453312c146db317","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"621b7ffb807552ab7938fa2bd453312c146db317","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.1.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.1.0.tgz_1467437278866_0.24272501608356833"},"directories":{}},"4.1.1":{"name":"d3","version":"4.1.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.33","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.0","d3-brush":"1.0.1","d3-collection":"1.0.0","d3-color":"1.0.0","d3-chord":"1.0.0","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.0","d3-format":"1.0.0","d3-geo":"1.1.1","d3-hierarchy":"1.0.0","d3-interpolate":"1.1.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.1","d3-scale":"1.0.1","d3-selection":"1.0.0","d3-shape":"1.0.0","d3-time":"1.0.0","d3-time-format":"2.0.0","d3-timer":"1.0.1","d3-transition":"1.0.0","d3-voronoi":"1.0.1","d3-zoom":"1.0.2"},"gitHead":"bd55ecf1ec4d04cabbf3d793e306e38093d444dd","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.1.1","_shasum":"2bbb3b27850353ecb4fe0f855d66d775ea2a75b1","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"2bbb3b27850353ecb4fe0f855d66d775ea2a75b1","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.1.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.1.1.tgz_1468205285692_0.21010486595332623"},"directories":{}},"4.2.0":{"name":"d3","version":"4.2.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && bin/rollup \"$(preamble)\" && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.34","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"1","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.0","d3-axis":"1.0.1","d3-brush":"1.0.1","d3-collection":"1.0.0","d3-color":"1.0.0","d3-chord":"1.0.1","d3-dispatch":"1.0.0","d3-drag":"1.0.0","d3-dsv":"1.0.0","d3-ease":"1.0.0","d3-force":"1.0.1","d3-format":"1.0.1","d3-geo":"1.2.0","d3-hierarchy":"1.0.1","d3-interpolate":"1.1.0","d3-path":"1.0.0","d3-polygon":"1.0.0","d3-quadtree":"1.0.0","d3-queue":"3.0.1","d3-random":"1.0.0","d3-request":"1.0.1","d3-scale":"1.0.2","d3-selection":"1.0.1","d3-shape":"1.0.1","d3-time":"1.0.1","d3-time-format":"2.0.1","d3-timer":"1.0.1","d3-transition":"1.0.0","d3-voronoi":"1.0.1","d3-zoom":"1.0.2"},"gitHead":"e03fcfbb44227b957b9fba12559d2383534e5a75","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.0","_shasum":"0c59fb34c5557657d41eab91767543479dc98d03","_from":".","_npmVersion":"3.9.5","_nodeVersion":"6.2.2","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"0c59fb34c5557657d41eab91767543479dc98d03","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.2.0.tgz_1469833363826_0.39063924504444003"},"directories":{}},"4.2.1":{"name":"d3","version":"4.2.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.34","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.2","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.1","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.2","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.1","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.2","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.2","d3-time":"1.0.2","d3-time-format":"2.0.2","d3-timer":"1.0.2","d3-transition":"1.0.1","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"5a7c7fdec4050effbb2f9bb33440a5d1c83fe7e1","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.1","_shasum":"938ad74da7f04b3e3434628325dfa5206f2906c4","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"938ad74da7f04b3e3434628325dfa5206f2906c4","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.2.1.tgz_1470184943395_0.4716230889316648"},"directories":{}},"4.2.2":{"name":"d3","version":"4.2.2","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.34","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.2","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.1","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.3","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.1","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.2","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.2","d3-time":"1.0.2","d3-time-format":"2.0.2","d3-timer":"1.0.2","d3-transition":"1.0.1","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"a92d40d92129009c9a5e0da7c7dbb740837c2647","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.2","_shasum":"6bd4a20f8f701728a281feb01bfff2e7b3b15e65","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"6bd4a20f8f701728a281feb01bfff2e7b3b15e65","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.2.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.2.2.tgz_1471321173160_0.5155221906024963"},"directories":{}},"4.2.3":{"name":"d3","version":"4.2.3","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rm -rf build && mkdir build && json2module package.json > build/package.js && bin/rollup-node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rollup":"0.35","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.2","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.4","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.3","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.2","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"55a8388d728315fd50f11ca5ab944b01296e4681","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.3","_shasum":"38affdcf2319e744faed5248f5d3975a0fa76342","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"38affdcf2319e744faed5248f5d3975a0fa76342","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.3.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.2.3.tgz_1473723342720_0.3133886088617146"},"directories":{}},"4.2.4":{"name":"d3","version":"4.2.4","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.4","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.3","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.2","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"d1e6346084c4a7847ca9c90ee190ba7e5a4b01fd","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.4","_shasum":"b5d0015942c57ec0fce036c00e38cae3890ffc65","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.3.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"b5d0015942c57ec0fce036c00e38cae3890ffc65","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.4.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.2.4.tgz_1474311352009_0.7861536627169698"},"directories":{}},"4.2.5":{"name":"d3","version":"4.2.5","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.5","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.3","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.2","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"9eace2286819ea2624d7393e004a4827069ade84","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.5","_shasum":"25fc6cf0c1a3f390893263e339bef8c2592c708e","_from":".","_npmVersion":"3.10.3","_nodeVersion":"6.4.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"25fc6cf0c1a3f390893263e339bef8c2592c708e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.5.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.2.5.tgz_1474402384458_0.3140984608326107"},"directories":{}},"4.2.6":{"name":"d3","version":"4.2.6","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.2","d3-format":"1.0.2","d3-geo":"1.2.5","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.4","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.2","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"6a128b87cf8133cfab45b5a3cd0c7179b96a531d","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.6","_shasum":"f4ce9fe2aebdbe888e2eff520441857397e2c015","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"f4ce9fe2aebdbe888e2eff520441857397e2c015","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.6.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/d3-4.2.6.tgz_1474565431024_0.19618256972171366"},"directories":{}},"4.2.7":{"name":"d3","version":"4.2.7","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.3","d3-format":"1.0.2","d3-geo":"1.2.6","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.4","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.2","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"97255a5062ba0ab38e3f6b4738ab2a0773052470","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.7","_shasum":"54a8b67c7c0673aeaada0f25b7dd31963ca8c958","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"54a8b67c7c0673aeaada0f25b7dd31963ca8c958","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.7.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.2.7.tgz_1476201305239_0.4602528535760939"},"directories":{}},"4.2.8":{"name":"d3","version":"4.2.8","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.3","d3-format":"1.0.2","d3-geo":"1.2.6","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.4","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.0.2","d3-zoom":"1.0.3"},"gitHead":"46cce19226e68cb3ed14a53ea7a2c83f163886d1","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.2.8","_shasum":"43aabd4b1f616d227968f29812b36e22ad841d87","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.6.0","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"43aabd4b1f616d227968f29812b36e22ad841d87","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.2.8.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.2.8.tgz_1476985838446_0.32376322662457824"},"directories":{}},"4.3.0":{"name":"d3","version":"4.3.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.1","d3-axis":"1.0.3","d3-brush":"1.0.3","d3-chord":"1.0.2","d3-collection":"1.0.1","d3-color":"1.0.1","d3-dispatch":"1.0.1","d3-drag":"1.0.1","d3-dsv":"1.0.3","d3-ease":"1.0.1","d3-force":"1.0.3","d3-format":"1.0.2","d3-geo":"1.3.1","d3-hierarchy":"1.0.2","d3-interpolate":"1.1.1","d3-path":"1.0.2","d3-polygon":"1.0.1","d3-quadtree":"1.0.1","d3-queue":"3.0.3","d3-random":"1.0.1","d3-request":"1.0.2","d3-scale":"1.0.3","d3-selection":"1.0.2","d3-shape":"1.0.3","d3-time":"1.0.4","d3-time-format":"2.0.2","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.1.0","d3-zoom":"1.0.3"},"gitHead":"33da151d2437941ea0767f27b6a83668ea5f21bb","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.3.0","_shasum":"1039c6e73fe27482be8b06e14b9e331094a6229f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"1039c6e73fe27482be8b06e14b9e331094a6229f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.3.0.tgz_1477593808143_0.23196548456326127"},"directories":{}},"4.4.0":{"name":"d3","version":"4.4.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.36","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.0.3","d3-interpolate":"1.1.2","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.1.0","d3-zoom":"1.1.0"},"gitHead":"f797dfe883ee510f32acadf3ab8be736146e5927","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.4.0","_shasum":"aec4ad0fd574304a909b012fac4783fbbcf9f096","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"mbostock","email":"mbostock@gmail.com"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"dist":{"shasum":"aec4ad0fd574304a909b012fac4783fbbcf9f096","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.4.0.tgz"},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.4.0.tgz_1479864713491_0.804369896883145"},"directories":{}},"4.4.1":{"name":"d3","version":"4.4.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"0.40","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.0.3","d3-interpolate":"1.1.2","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"c57952f349dff8bb8035316cedc8878bf7d8b97e","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.4.1","_shasum":"2cbb08f92970364076ffe91ab83ef66b80610785","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"2cbb08f92970364076ffe91ab83ef66b80610785","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.4.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.4.1.tgz_1483722755204_0.5288940016180277"},"directories":{}},"4.4.2":{"name":"d3","version":"4.4.2","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.0.3","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"b41a5fea460f29f3433be505da3dec38a35a9881","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.4.2","_shasum":"7173647bd46c7f9b9dc6b41c1b999de0fc206a26","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"7173647bd46c7f9b9dc6b41c1b999de0fc206a26","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.4.2.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.4.2.tgz_1484733647438_0.7785547040402889"},"directories":{}},"4.4.3":{"name":"d3","version":"4.4.3","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"VERSION=`node -e 'console.log(require(\"./package.json\").version)'`; git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${VERSION}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${VERSION}\" && git tag -am \"${VERSION}\" v${VERSION} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.0.3","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.3","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"f0dd621c675a985e285ca6415fc171eede306d20","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.4.3","_shasum":"4854d2084ece7550b4b025f24fb3c6f5d8d95d0e","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"4854d2084ece7550b4b025f24fb3c6f5d8d95d0e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.4.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.4.3.tgz_1484953763610_0.37991065345704556"},"directories":{}},"4.4.4":{"name":"d3","version":"4.4.4","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.0.3","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"25e7759051fccab5fe5643eb668bcbb283ea3acc","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.4.4","_shasum":"15d4e455687bc7a8ff2eeb4b25354a6ba4f24f57","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"15d4e455687bc7a8ff2eeb4b25354a6ba4f24f57","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.4.4.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.4.4.tgz_1485197367102_0.8311979379504919"},"directories":{}},"4.5.0":{"name":"d3","version":"4.5.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.0","d3-hierarchy":"1.1.1","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"b080bf3796d2ac1163b85d3a5b2dfd11fa61c631","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.5.0","_shasum":"b68412b84ace3c18a49fee43be1b212b13a23f97","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"b68412b84ace3c18a49fee43be1b212b13a23f97","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.5.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.5.0.tgz_1485668239527_0.6708781796041876"},"directories":{}},"4.5.1":{"name":"d3","version":"4.5.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.4.2","d3-hierarchy":"1.1.2","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"1dda79156928e18ef69a69f5a7a8f5de2f35a55e","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.5.1","_shasum":"6ba9784df16d5a85292ee053909df0cb51f215a8","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"6ba9784df16d5a85292ee053909df0cb51f215a8","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.5.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.5.1.tgz_1487438257581_0.9431836009025574"},"directories":{}},"4.6.0":{"name":"d3","version":"4.6.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.0.2","d3-axis":"1.0.4","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.2","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.4","d3-format":"1.0.2","d3-geo":"1.5.0","d3-hierarchy":"1.1.2","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.3","d3-random":"1.0.2","d3-request":"1.0.3","d3-scale":"1.0.4","d3-selection":"1.0.3","d3-shape":"1.0.4","d3-time":"1.0.4","d3-time-format":"2.0.3","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.1"},"gitHead":"7f9be6494e04aa20c7154dda8080c4cbae3fd598","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.6.0","_shasum":"af2f0ddd00f4cc9737b8b0a565608bf6b787eafc","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"af2f0ddd00f4cc9737b8b0a565608bf6b787eafc","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.6.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.6.0.tgz_1487523647803_0.29296555439941585"},"directories":{}},"4.7.0":{"name":"d3","version":"4.7.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.1.0","d3-axis":"1.0.5","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.3","d3-dsv":"1.0.3","d3-ease":"1.0.2","d3-force":"1.0.5","d3-format":"1.1.0","d3-geo":"1.6.0","d3-hierarchy":"1.1.2","d3-interpolate":"1.1.3","d3-path":"1.0.3","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.4","d3-random":"1.0.2","d3-request":"1.0.4","d3-scale":"1.0.4","d3-selection":"1.0.4","d3-shape":"1.0.5","d3-time":"1.0.5","d3-time-format":"2.0.4","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.2"},"gitHead":"bb4b00fae0ae8ed554a6f4a4eab2689679c5b42e","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.7.0","_shasum":"8a7d5004cb559f2f117706ce22d9a9d75119daa6","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"8a7d5004cb559f2f117706ce22d9a9d75119daa6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.7.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.7.0.tgz_1488313371339_0.03025467786937952"},"directories":{}},"4.7.1":{"name":"d3","version":"4.7.1","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"2"},"dependencies":{"d3-array":"1.1.0","d3-axis":"1.0.5","d3-brush":"1.0.3","d3-chord":"1.0.3","d3-collection":"1.0.2","d3-color":"1.0.2","d3-dispatch":"1.0.2","d3-drag":"1.0.3","d3-dsv":"1.0.4","d3-ease":"1.0.2","d3-force":"1.0.5","d3-format":"1.1.0","d3-geo":"1.6.1","d3-hierarchy":"1.1.2","d3-interpolate":"1.1.3","d3-path":"1.0.4","d3-polygon":"1.0.2","d3-quadtree":"1.0.2","d3-queue":"3.0.4","d3-random":"1.0.2","d3-request":"1.0.4","d3-scale":"1.0.4","d3-selection":"1.0.4","d3-shape":"1.0.5","d3-time":"1.0.5","d3-time-format":"2.0.4","d3-timer":"1.0.4","d3-transition":"1.0.3","d3-voronoi":"1.1.1","d3-zoom":"1.1.2"},"gitHead":"ba3e6c489019c242d90561e223be2085bbf8b9f9","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.7.1","_shasum":"3ab26b96a215e1f3180f83b6cb3c4656de9a63ab","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"3ab26b96a215e1f3180f83b6cb3c4656de9a63ab","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.7.1.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.7.1.tgz_1488486930181_0.9137273635715246"},"directories":{}},"4.7.2":{"name":"d3","version":"4.7.2","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"^2.8.11"},"dependencies":{"d3-array":"1.1.1","d3-axis":"1.0.6","d3-brush":"1.0.4","d3-chord":"1.0.4","d3-collection":"1.0.3","d3-color":"1.0.3","d3-dispatch":"1.0.3","d3-drag":"1.0.4","d3-dsv":"1.0.5","d3-ease":"1.0.3","d3-force":"1.0.6","d3-format":"1.1.1","d3-geo":"1.6.2","d3-hierarchy":"1.1.4","d3-interpolate":"1.1.4","d3-path":"1.0.5","d3-polygon":"1.0.3","d3-quadtree":"1.0.3","d3-queue":"3.0.5","d3-random":"1.0.3","d3-request":"1.0.5","d3-scale":"1.0.5","d3-selection":"1.0.5","d3-shape":"1.0.6","d3-time":"1.0.6","d3-time-format":"2.0.5","d3-timer":"1.0.5","d3-transition":"1.0.4","d3-voronoi":"1.1.2","d3-zoom":"1.1.3"},"gitHead":"3c307f6fceef234b0f70b2a4cbd72ebe4b6f566b","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.7.2","_shasum":"c32ade5708724066b2c067eee6ca76b7032d6f62","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"c32ade5708724066b2c067eee6ca76b7032d6f62","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.7.2.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.7.2.tgz_1489170609250_0.785636882064864"},"directories":{}},"4.7.3":{"name":"d3","version":"4.7.3","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"^2.8.11"},"dependencies":{"d3-array":"1.1.1","d3-axis":"1.0.6","d3-brush":"1.0.4","d3-chord":"1.0.4","d3-collection":"1.0.3","d3-color":"1.0.3","d3-dispatch":"1.0.3","d3-drag":"1.0.4","d3-dsv":"1.0.5","d3-ease":"1.0.3","d3-force":"1.0.6","d3-format":"1.1.1","d3-geo":"1.6.3","d3-hierarchy":"1.1.4","d3-interpolate":"1.1.4","d3-path":"1.0.5","d3-polygon":"1.0.3","d3-quadtree":"1.0.3","d3-queue":"3.0.5","d3-random":"1.0.3","d3-request":"1.0.5","d3-scale":"1.0.5","d3-selection":"1.0.5","d3-shape":"1.0.6","d3-time":"1.0.6","d3-time-format":"2.0.5","d3-timer":"1.0.5","d3-transition":"1.0.4","d3-voronoi":"1.1.2","d3-zoom":"1.1.3"},"gitHead":"4227c3c2e49f7a0f4dc6fd161e6d181294e2aa3a","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.7.3","_shasum":"1bc7b0282b41d97642bdb673372c88e81ecca4a3","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"1bc7b0282b41d97642bdb673372c88e81ecca4a3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.7.3.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.7.3.tgz_1489421446919_0.4901843552943319"},"directories":{}},"4.7.4":{"name":"d3","version":"4.7.4","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"2","tape":"4","uglify-js":"^2.8.11"},"dependencies":{"d3-array":"1.1.1","d3-axis":"1.0.6","d3-brush":"1.0.4","d3-chord":"1.0.4","d3-collection":"1.0.3","d3-color":"1.0.3","d3-dispatch":"1.0.3","d3-drag":"1.0.4","d3-dsv":"1.0.5","d3-ease":"1.0.3","d3-force":"1.0.6","d3-format":"1.1.1","d3-geo":"1.6.3","d3-hierarchy":"1.1.4","d3-interpolate":"1.1.4","d3-path":"1.0.5","d3-polygon":"1.0.3","d3-quadtree":"1.0.3","d3-queue":"3.0.5","d3-random":"1.0.3","d3-request":"1.0.5","d3-scale":"1.0.5","d3-selection":"1.0.5","d3-shape":"1.0.6","d3-time":"1.0.6","d3-time-format":"2.0.5","d3-timer":"1.0.5","d3-transition":"1.0.4","d3-voronoi":"1.1.2","d3-zoom":"1.1.4"},"gitHead":"514a18676a6a85d968d20ce0929246220917437a","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.7.4","_shasum":"a2f40eb57decc51bc469010d48ae74a20e025772","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"a2f40eb57decc51bc469010d48ae74a20e025772","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.7.4.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/d3-4.7.4.tgz_1490371635157_0.6200756025500596"},"directories":{}},"4.8.0":{"name":"d3","version":"4.8.0","description":"Data-Driven Documents","keywords":["dom","visualization","svg","animation","canvas"],"homepage":"https://d3js.org","license":"BSD-3-Clause","author":{"name":"Mike Bostock","url":"https://bost.ocks.org/mike"},"main":"build/d3.node.js","browser":"build/d3.js","module":"index","jsnext:main":"index","repository":{"type":"git","url":"git+https://github.com/d3/d3.git"},"scripts":{"pretest":"rimraf build && mkdir build && json2module package.json > build/package.js && node rollup.node","test":"tape 'test/**/*-test.js'","prepublish":"npm run test && rollup -c --banner \"$(preamble)\" -f umd -n d3 -o build/d3.js -- index.js && uglifyjs --preamble \"$(preamble)\" build/d3.js -c negate_iife=false -m -o build/d3.min.js","postpublish":"git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/build/d3.js d3.v4.js && cp ../d3/build/d3.min.js d3.v4.min.js && git add d3.v4.js d3.v4.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd - && cd ../d3-bower && git pull && cp ../d3/LICENSE ../d3/README.md ../d3/build/d3.js ../d3/build/d3.min.js . && git add -- LICENSE README.md d3.js d3.min.js && git commit -m \"${npm_package_version}\" && git tag -am \"${npm_package_version}\" v${npm_package_version} && git push && git push --tags && cd - && zip -j build/d3.zip -- LICENSE README.md API.md CHANGES.md build/d3.js build/d3.min.js"},"devDependencies":{"json2module":"0.0","package-preamble":"0.0","rimraf":"2","rollup":"^0.41.4","rollup-plugin-ascii":"0.0","rollup-plugin-node-resolve":"3","tape":"4","uglify-js":"^2.8.11"},"dependencies":{"d3-array":"1.2.0","d3-axis":"1.0.6","d3-brush":"1.0.4","d3-chord":"1.0.4","d3-collection":"1.0.3","d3-color":"1.0.3","d3-dispatch":"1.0.3","d3-drag":"1.0.4","d3-dsv":"1.0.5","d3-ease":"1.0.3","d3-force":"1.0.6","d3-format":"1.2.0","d3-geo":"1.6.3","d3-hierarchy":"1.1.4","d3-interpolate":"1.1.4","d3-path":"1.0.5","d3-polygon":"1.0.3","d3-quadtree":"1.0.3","d3-queue":"3.0.5","d3-random":"1.0.3","d3-request":"1.0.5","d3-scale":"1.0.5","d3-selection":"1.0.5","d3-shape":"1.0.6","d3-time":"1.0.6","d3-time-format":"2.0.5","d3-timer":"1.0.5","d3-transition":"1.0.4","d3-voronoi":"1.1.2","d3-zoom":"1.1.4"},"gitHead":"02d5392d825930b2bd27e87d1d9bc44a639e10f6","bugs":{"url":"https://github.com/d3/d3/issues"},"_id":"d3@4.8.0","_shasum":"1ad8d18997869c90b6ad6114e9b92425cee78460","_from":".","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"mbostock","email":"mike@ocks.org"},"dist":{"shasum":"1ad8d18997869c90b6ad6114e9b92425cee78460","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/d3/-/d3-4.8.0.tgz"},"maintainers":[{"name":"mbostock","email":"mbostock@gmail.com"},{"name":"jasondavies","email":"jason@jasondavies.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/d3-4.8.0.tgz_1492234567531_0.6074790894053876"},"directories":{}}},"name":"d3","time":{"modified":"2017-04-19T01:45:41.219Z","created":"2011-08-18T17:05:26.410Z","1.29.5":"2011-08-18T17:05:29.698Z","2.1.3":"2011-09-12T00:34:15.049Z","2.2.1":"2011-09-27T15:51:52.305Z","2.3.0":"2011-09-28T17:55:54.620Z","2.3.2":"2011-10-05T17:42:42.493Z","2.3.3":"2011-10-07T19:41:27.514Z","2.3.4":"2011-10-07T22:38:46.576Z","2.4.0":"2011-10-11T21:59:14.432Z","2.4.1":"2011-10-11T23:48:07.823Z","2.4.2":"2011-10-12T01:02:44.689Z","2.5.1":"2011-11-18T19:19:02.899Z","2.5.2":"2011-11-22T22:42:11.399Z","2.6.0":"2011-11-23T21:07:17.214Z","2.7.0":"2011-12-09T02:07:46.364Z","2.7.2":"2012-01-18T22:46:20.981Z","2.7.3":"2012-01-26T19:19:27.944Z","2.7.4":"2012-02-02T04:09:38.195Z","2.7.5":"2012-02-18T21:12:08.332Z","2.8.0":"2012-02-25T03:20:09.582Z","2.8.1":"2012-03-07T19:36:01.820Z","2.9.0":"2012-04-15T21:45:12.034Z","2.9.1":"2012-04-19T01:32:43.146Z","2.9.2":"2012-05-16T16:57:49.881Z","2.9.3":"2012-06-14T16:45:36.989Z","2.9.4":"2012-06-19T16:16:05.758Z","2.9.6":"2012-07-03T01:09:18.754Z","2.9.7":"2012-07-31T22:00:19.582Z","2.10.0":"2012-08-10T03:15:42.657Z","2.10.1":"2012-09-04T02:20:07.918Z","2.10.3":"2012-10-04T17:14:47.760Z","3.0.0":"2012-12-21T17:28:52.595Z","3.0.1":"2012-12-28T17:18:47.630Z","3.0.2":"2013-01-01T23:52:00.945Z","3.0.3":"2013-01-11T00:41:54.782Z","3.0.4":"2013-01-15T18:00:08.517Z","3.0.5":"2013-01-24T17:57:35.952Z","3.0.6":"2013-02-06T19:03:16.367Z","3.0.7":"2013-03-03T17:11:54.941Z","3.0.8":"2013-03-03T18:29:28.185Z","3.1.0":"2013-03-21T22:56:11.573Z","3.1.1":"2013-03-21T23:47:13.924Z","3.1.2":"2013-03-21T23:52:52.857Z","3.1.3":"2013-03-22T22:40:32.151Z","3.1.4":"2013-03-24T23:51:34.096Z","3.1.5":"2013-04-07T02:29:30.065Z","3.1.6":"2013-04-30T23:12:03.346Z","3.1.7":"2013-05-15T23:15:23.279Z","3.1.8":"2013-05-20T17:41:10.911Z","3.1.9":"2013-05-20T20:37:58.473Z","3.1.10":"2013-05-28T23:00:08.807Z","3.2.0":"2013-06-13T22:54:31.598Z","3.2.1":"2013-06-19T17:57:42.377Z","3.2.2":"2013-06-26T15:12:22.762Z","3.2.3":"2013-07-01T18:12:54.106Z","3.2.4":"2013-07-06T03:14:13.099Z","3.2.5":"2013-07-12T00:22:33.874Z","3.2.6":"2013-07-12T16:39:17.874Z","3.2.7":"2013-07-19T03:32:12.877Z","3.2.8":"2013-08-01T14:41:20.089Z","3.3.0":"2013-08-22T05:08:51.100Z","3.3.1":"2013-08-23T21:23:49.458Z","3.3.2":"2013-08-27T05:42:56.686Z","3.3.3":"2013-09-05T19:27:14.201Z","3.3.4":"2013-09-19T03:55:56.511Z","3.3.5":"2013-09-21T18:51:18.914Z","3.3.6":"2013-09-26T21:43:02.991Z","3.3.7":"2013-10-11T00:28:43.548Z","3.3.8":"2013-10-14T15:58:31.442Z","3.3.9":"2013-10-25T22:40:08.596Z","3.3.10":"2013-11-19T17:22:13.893Z","3.3.11":"2013-11-30T01:24:11.870Z","3.3.12":"2013-12-14T00:09:51.921Z","3.3.13":"2013-12-16T17:25:53.274Z","3.4.0":"2014-01-10T22:26:15.991Z","3.4.1":"2014-01-13T19:43:13.319Z","3.4.2":"2014-02-18T16:39:56.342Z","3.4.3":"2014-02-27T15:50:48.188Z","3.4.4":"2014-03-25T16:05:31.917Z","3.4.5":"2014-04-08T04:50:12.273Z","3.4.6":"2014-04-15T19:22:24.479Z","3.4.7":"2014-05-19T04:42:46.738Z","3.4.8":"2014-05-19T18:25:30.841Z","3.4.9":"2014-06-30T17:17:48.931Z","3.4.10":"2014-07-12T06:01:37.178Z","3.4.11":"2014-07-17T22:57:54.571Z","3.4.12":"2014-10-08T15:25:44.734Z","3.4.13":"2014-10-17T12:05:08.359Z","3.5.0":"2014-12-08T15:40:12.817Z","3.5.1":"2014-12-08T18:52:09.639Z","3.5.2":"2014-12-09T18:13:43.168Z","3.5.3":"2014-12-30T17:09:49.524Z","3.5.4":"2015-02-07T20:36:06.954Z","3.5.5":"2015-02-10T18:40:58.256Z","3.5.6":"2015-07-04T03:03:46.694Z","3.5.7":"2015-11-10T04:24:46.446Z","3.5.8":"2015-11-10T16:34:43.065Z","3.5.9":"2015-11-16T16:02:59.457Z","3.5.10":"2015-11-30T02:40:21.756Z","3.5.11":"2015-12-14T19:17:10.703Z","3.5.12":"2015-12-17T16:55:53.379Z","4.0.0-alpha.1":"2016-01-05T20:53:05.443Z","4.0.0-alpha.2":"2016-01-07T18:51:01.722Z","4.0.0-alpha.3":"2016-01-07T23:38:30.630Z","4.0.0-alpha.4":"2016-01-09T00:03:16.029Z","4.0.0-alpha.5":"2016-01-15T00:06:46.525Z","4.0.0-alpha.6":"2016-01-15T01:20:18.216Z","4.0.0-alpha.7":"2016-01-15T01:33:56.667Z","3.5.13":"2016-01-20T17:56:20.237Z","4.0.0-alpha.9":"2016-01-20T18:34:32.952Z","4.0.0-alpha.10":"2016-01-22T23:56:28.119Z","4.0.0-alpha.11":"2016-01-23T05:12:21.669Z","3.5.14":"2016-01-27T17:33:01.269Z","4.0.0-alpha.12":"2016-01-28T18:54:01.035Z","4.0.0-alpha.13":"2016-01-29T18:51:40.703Z","4.0.0-alpha.14":"2016-02-03T18:03:42.692Z","4.0.0-alpha.15":"2016-02-08T03:47:56.295Z","3.5.15":"2016-02-11T20:02:56.332Z","4.0.0-alpha.16":"2016-02-11T23:08:06.044Z","4.0.0-alpha.17":"2016-02-12T21:53:25.257Z","4.0.0-alpha.18":"2016-02-12T23:11:30.112Z","3.5.16":"2016-02-18T01:39:28.625Z","4.0.0-alpha.19":"2016-02-22T23:56:56.631Z","4.0.0-alpha.20":"2016-02-23T04:53:51.836Z","4.0.0-alpha.21":"2016-02-24T05:39:17.822Z","4.0.0-alpha.22":"2016-02-26T21:46:34.017Z","4.0.0-alpha.23":"2016-02-26T23:30:31.809Z","4.0.0-alpha.24":"2016-02-28T17:37:11.006Z","4.0.0-alpha.25":"2016-03-02T23:12:58.032Z","4.0.0-alpha.26":"2016-03-03T06:09:57.014Z","4.0.0-alpha.27":"2016-03-06T23:07:14.976Z","4.0.0-alpha.28":"2016-03-08T04:14:18.597Z","4.0.0-alpha.29":"2016-04-01T21:40:07.448Z","4.0.0-alpha.30":"2016-04-28T22:58:53.180Z","4.0.0-alpha.31":"2016-04-29T16:12:16.539Z","4.0.0-alpha.32":"2016-04-29T17:52:03.908Z","4.0.0-alpha.33":"2016-04-29T18:22:46.077Z","4.0.0-alpha.34":"2016-05-02T16:28:01.409Z","4.0.0-alpha.35":"2016-05-03T18:30:20.978Z","3.5.17":"2016-05-05T00:29:57.288Z","4.0.0-alpha.36":"2016-05-11T15:44:52.712Z","4.0.0-alpha.37":"2016-05-11T15:51:42.469Z","4.0.0-alpha.38":"2016-05-11T23:46:56.870Z","4.0.0-alpha.39":"2016-05-12T20:44:30.744Z","4.0.0-alpha.40":"2016-05-13T18:16:34.973Z","4.0.0-alpha.41":"2016-05-24T22:55:42.401Z","4.0.0-alpha.42":"2016-05-26T00:01:48.197Z","4.0.0-alpha.43":"2016-05-26T05:23:10.136Z","4.0.0-alpha.44":"2016-05-26T16:05:41.244Z","4.0.0-alpha.45":"2016-06-08T04:44:10.462Z","4.0.0-alpha.46":"2016-06-10T15:52:19.898Z","4.0.0-alpha.47":"2016-06-10T16:11:55.820Z","4.0.0-alpha.48":"2016-06-10T16:58:15.273Z","4.0.0-alpha.49":"2016-06-10T17:04:44.570Z","4.0.0-alpha.50":"2016-06-19T16:50:27.733Z","4.0.0-rc.1":"2016-06-24T23:34:33.359Z","4.0.0-rc.2":"2016-06-25T15:16:18.699Z","4.0.0":"2016-06-28T15:03:19.468Z","4.1.0":"2016-07-02T05:27:59.471Z","4.1.1":"2016-07-11T02:48:08.718Z","4.2.0":"2016-07-29T23:02:48.347Z","4.2.1":"2016-08-03T00:42:23.655Z","4.2.2":"2016-08-16T04:19:37.352Z","4.2.3":"2016-09-12T23:35:46.357Z","4.2.4":"2016-09-19T18:55:55.749Z","4.2.5":"2016-09-20T20:13:04.732Z","4.2.6":"2016-09-22T17:30:33.629Z","4.2.7":"2016-10-11T15:55:05.505Z","4.2.8":"2016-10-20T17:50:40.780Z","4.3.0":"2016-10-27T18:43:32.420Z","4.4.0":"2016-11-23T01:31:55.663Z","4.4.1":"2017-01-06T17:12:37.625Z","4.4.2":"2017-01-18T10:00:47.714Z","4.4.3":"2017-01-20T23:09:23.888Z","4.4.4":"2017-01-23T18:49:29.442Z","4.5.0":"2017-01-29T05:37:19.812Z","4.5.1":"2017-02-18T17:17:37.874Z","4.6.0":"2017-02-19T17:00:49.900Z","4.7.0":"2017-02-28T20:22:53.651Z","4.7.1":"2017-03-02T20:35:32.460Z","4.7.2":"2017-03-10T18:30:11.477Z","4.7.3":"2017-03-13T16:10:49.269Z","4.7.4":"2017-03-24T16:07:17.990Z","4.8.0":"2017-04-15T05:36:07.846Z"},"readmeFilename":"README.md","homepage":"https://d3js.org"}