{"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"dist-tags":{"latest":"2.18.2","next":"3.0.0-alpha-6.1.6"},"author":{"name":"Eventbrite"},"description":"D3.js based Modular Charting Library by Eventbrite","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that offers easy and intuitive use of charts and components that can be composed together to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   Reusability\n-   Composability\n-   Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```\n   npm install britecharts d3-selection\n```\n\nYou can also load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\n\nThey also provide some minimal CSS styling, that can be loaded independently or as a bundle. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Community Roadmap\nThis project is in active development. We want your input about what is important, for that, add your votes using the 👍 reaction:\n* [Top Feature Requests](https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aclosed+sort%3Areactions-%2B1-desc+label%3Atype%3Afeature+)\n* [Documentation Requests](https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aclosed+sort%3Areactions-%2B1-desc+label%3Atype%3Adocumentation+)\n* [Top Bugs](https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aclosed+sort%3Areactions-%2B1-desc+label%3Atype%3Abug+)\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jayeclark\"><img src=\"https://avatars.githubusercontent.com/u/84106309?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Jay Clark</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jayeclark\" title=\"Code\">💻</a></td>\n  </tr>\n  <tr>\n    <td align=\"center\"><a href=\"https://github.com/bratter\"><img src=\"https://avatars.githubusercontent.com/u/10243813?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Brendan Ratter</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=bratter\" title=\"Code\">💻</a> <a href=\"#ideas-bratter\" title=\"Ideas, Planning, & Feedback\">🤔</a></td>\n    <td align=\"center\"><a href=\"https://github.com/rajeshmr82\"><img src=\"https://avatars.githubusercontent.com/u/10022651?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Rajesh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=rajeshmr82\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/alexisbcc\"><img src=\"https://avatars.githubusercontent.com/u/38666191?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Alexis Crespo</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=alexisbcc\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/gagoar\"><img src=\"https://avatars.githubusercontent.com/u/226559?v=4?s=100\" width=\"100px;\" alt=\"\"/><br /><sub><b>Gago</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=gagoar\" title=\"Code\">💻</a> <a href=\"#content-gagoar\" title=\"Content\">🖋</a> <a href=\"#ideas-gagoar\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#infra-gagoar\" title=\"Infrastructure (Hosting, Build-Tools, etc)\">🚇</a> <a href=\"#maintenance-gagoar\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Agagoar\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"#tool-gagoar\" title=\"Tools\">🔧</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=gagoar\" title=\"Tests\">⚠️</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/labels/Type%3A%20Feature\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"users":{"creativeadea":true,"fegan104":true},"bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"license":"Apache-2.0","versions":{"1.3.0":{"name":"britecharts","version":"1.3.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"eeb4c43cc0091c9153f811564fdfc903ccdcbb2f","_id":"britecharts@1.3.0","_shasum":"930acf61b12a2c09e482b4af923af726b7e4b7e5","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"930acf61b12a2c09e482b4af923af726b7e4b7e5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.3.0.tgz","integrity":"sha512-EWo+NqTJt66AwMkagXXWrUDA2aXB0aAiavxdVH7ilqh8+FwmyzIzA7cnbySkJqmr8RB/Q76EbJHzYBqxr5HY8A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCgMocIfgOqMTC8dx8FPs4tqNn+1Z/+WO/u2JkojXD0UQIhANt3JuVQOPTm7PePZo4u1zAz1LNh7wm9ef2m3x96IYvI"}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/britecharts-1.3.0.tgz_1488469527580_0.7133321354631335"},"directories":{}},"1.3.3":{"name":"britecharts","version":"1.3.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"cb47a00aaba643490d7a120f8d87e063649dd048","_id":"britecharts@1.3.3","_shasum":"eeef665c213a7e2c23ab8db4aa910933384d97a7","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"eeef665c213a7e2c23ab8db4aa910933384d97a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.3.3.tgz","integrity":"sha512-ikLqrgT/pYnm54Y62B/BzJhXq4pMipVgSrTR0GINKlaOEsnXc9M5PlKEg8+PtmB2QBVBcQJ158bIk37hacJopw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDwYaGvRQzZC5MysdEdlTwrI/7eUw8cVnwt1wXg2JEwNAiEAy2QNGFjuJvJe34I4HhLj2mVYN2rqP5qolKRR3vKmDV0="}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/britecharts-1.3.3.tgz_1488912062994_0.3649237335193902"},"directories":{}},"1.3.4":{"name":"britecharts","version":"1.3.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"0afb66df3ce65e46356d1324fd752dd5ed6454ba","_id":"britecharts@1.3.4","_shasum":"ec69716d852c9860ebdd281845966f422f2c8ca6","_from":".","_npmVersion":"2.12.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"ec69716d852c9860ebdd281845966f422f2c8ca6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.3.4.tgz","integrity":"sha512-uPeaupl0LUbo5P9OwJXOtDnF3WzorXk5PTlFvzgY7NaoiiYwEE04NILSTIyT7eOravGacQVsaoH6+XDnDC9uVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBOvmHVM/HIko8LeZAiQ/Ik/Xhr5c4e0UwLkfaRwnr/2AiAaHFE8RZIn96QxFqwGZNuGEL6IPL4lvk2FwlsS+BJxQg=="}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/britecharts-1.3.4.tgz_1488913489812_0.8494385611265898"},"directories":{}},"1.4.0":{"name":"britecharts","version":"1.4.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"2fb108b8ccc5a86b561424e6e2bb32330f58f3e9","_id":"britecharts@1.4.0","_shasum":"b9d60502f762348b8f2af5dcccbc7ca0b3bcfc3e","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"b9d60502f762348b8f2af5dcccbc7ca0b3bcfc3e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.4.0.tgz","integrity":"sha512-KD3zxbqBFtKRYNNiAlmEunr7oXPGYEQZvH0Bi0ga9FfDBvDejmd20WNcf+6u6ZPQFn/WJW80Wz84R2DkfGRhAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH3S7XOFV9j5tOnW4uiEk//brsHKaR1YRiCG2o94lNB3AiABQdDHfv8xaeuSvg1TkZBMPmRtPRlNtCRObEBQg443eA=="}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/britecharts-1.4.0.tgz_1489604505754_0.3791305939666927"},"directories":{}},"1.4.5":{"name":"britecharts","version":"1.4.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass && grunt cssmin","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","test:travis":"WEBPACK_ENV=test karma start --single-run --browsers PhantomJS","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"12af5d1d064a0b5ea9c9a5ac26a8f6907617c51c","_id":"britecharts@1.4.5","_shasum":"b50cf2dc453de149a5f98ae9254919c5376f5bb1","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"b50cf2dc453de149a5f98ae9254919c5376f5bb1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.4.5.tgz","integrity":"sha512-HWXzkpafZ5fV6MjKq+U60sqBHPYobTN/phpyrXXxkGqUHEpIP1IEPkrzllw8G3JtH+6yfqdVPARlPCHM3+pNTg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjcT742ylmcVJPUtCbn5N6DyzTNuRxpwkiMw/X9NBSzgIgE2Y6UocceDf32a6EzTgGhyqqqt7OAiedzgoeQXfN3yU="}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/britecharts-1.4.5.tgz_1490897320097_0.11605163291096687"},"directories":{}},"1.4.6":{"name":"britecharts","version":"1.4.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass && grunt cssmin","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prod && npm run _prodUMD","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","test:travis":"WEBPACK_ENV=test karma start --single-run --browsers PhantomJS","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"299c3d9bcad21768626ab72e77db6d2172dee9b2","_id":"britecharts@1.4.6","_shasum":"2ffba55b4c44c2a266aeedbfef3d8091f1bc9c2d","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.6.0","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"2ffba55b4c44c2a266aeedbfef3d8091f1bc9c2d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.4.6.tgz","integrity":"sha512-VVpSPMiOZa4HqmlESAXeGRdGpuH7wUzOsN+42lp8JNz6ccbqHbGVOt9RkPQjEsIldZZcEzgVjHCqLGdc2HuRSA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCehz9LUiNPlR1Zmbw9isKr+2lqJJhTi9p5jTMJy9zaoQIgEcuMdYMvPBJSuvQSYeoe9mUC/NNNh9POBDlDNU0io+M="}]},"maintainers":[{"name":"anonymous","email":"npmjs@eventbrite.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/britecharts-1.4.6.tgz_1491574529372_0.580902720335871"},"directories":{}},"1.5.2":{"name":"britecharts","version":"1.5.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"README.md","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass && grunt cssmin","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","test:travis":"WEBPACK_ENV=test karma start --single-run --browsers PhantomJS","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"d989270d5775d9c181950456aeac377335bdb660","_id":"britecharts@1.5.2","_shasum":"9b54f00b897f31580ceccf9370e65480a5697e50","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9b54f00b897f31580ceccf9370e65480a5697e50","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.5.2.tgz","integrity":"sha512-W5Ap5iGkA3NUkq5xmPtuN9PfsqE6BVZ0BjShlREYsjxotkVKO9AU3gqYwydAZ80lbVVpA+7BUVu1C0fc7fantQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICtumwdE7nAQ+SBHeOPKrP6xEkAMYjUYRslUzfWMcMS/AiEA+lhb5PdQTkgU9EIw/fR4L2raIrBLg4hxig15tgDAGBA="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/britecharts-1.5.2.tgz_1494523843605_0.40242774365469813"},"directories":{}},"1.5.3":{"name":"britecharts","version":"1.5.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"WEBPACK_ENV=demos webpack --progress --colors","demos:watch":"WEBPACK_ENV=demos webpack --watch --progress --colors","demos:serve":"WEBPACK_ENV=demos webpack-dev-server --inline --hot --port 8001","styles":"grunt lint && grunt sass && grunt cssmin","docs":"WEBPACK_ENV=demos webpack && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"WEBPACK_ENV=test karma start","test:travis":"WEBPACK_ENV=test karma start --single-run --browsers PhantomJS","_prod":"WEBPACK_ENV=prod webpack","_prodUMD":"WEBPACK_ENV=prodUMD webpack","move":"grunt moveDemos","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","bowser":"^1.5.0","d3":"^4.4.0","underscore":"~1.8.3"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0"},"gitHead":"5b3982b9306a549d1fd328244a65664eb0e2eaaf","_id":"britecharts@1.5.3","_shasum":"3a369c74de677e2d1d05ca7360cba7854d30f491","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"3a369c74de677e2d1d05ca7360cba7854d30f491","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.5.3.tgz","integrity":"sha512-xdboT5EKF31+me5k8kNUAiVvpL1f+g1oDSQpeXtD1YsefuZ/QHReJmbd89h4cIzq+ZwyxdFPcnupsSgjeT6WDQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD68XRo5KW/AxwL/k+KOvw12QObO8+OuL0zdssjSj89QQIhAK1IhpBIbmsCKK+IfIeuDbMKbE0ZNq6mTtjfxtgArqhR"}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/britecharts-1.5.3.tgz_1494897747879_0.7834196600597352"},"directories":{}},"1.6.0":{"name":"britecharts","version":"1.6.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.4.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.1"},"gitHead":"31fb101e043587c9fea2f86953ca0fc7814150d7","_id":"britecharts@1.6.0","_shasum":"a8b10370671668a920aa5c99771f34ebf99fb90c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"a8b10370671668a920aa5c99771f34ebf99fb90c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.6.0.tgz","integrity":"sha512-4MQE+6I5Hp1Q4g/QqQ0sjc4YRTHQBaER0d1hQQpzo0XHDNqzJTRn4ugoh0MqX9RoOnmk6kgG8nksk+NFLgqg+Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHhgQ6v4fhSd+wzZ7Km7aM/87I6UhZq3vUtUoFQZrrQBAiEAsOTpMl4pBG1w9FVlaRM/mAo02cscwKTet6ZLGAS4mBE="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-1.6.0.tgz_1496858828233_0.7638827306218445"},"directories":{}},"1.6.1":{"name":"britecharts","version":"1.6.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.4.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.1"},"gitHead":"2d90fb78e05405d4f0076726ab00a28e6a82b1f7","_id":"britecharts@1.6.1","_shasum":"9ca7b981cee7d5e6111a8f33170354885bea390b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9ca7b981cee7d5e6111a8f33170354885bea390b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.6.1.tgz","integrity":"sha512-6Ov32DUNOTHrTcF9hY4x0gQBk6zI/rICDTjbI+EuAwdyqD/9J5Um+IVSNbNPk7sOJ5HgRbGsdpv25coVTc/8jA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH/0OXcVEtq0rxXmc6v98z5NcJwAL27sxTq3kWc2MpC8AiBZS6hlE7me32itQW4vtiy4ue8X7GuGT2oV+mvRSV8W7A=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-1.6.1.tgz_1497048609697_0.6965283721219748"},"directories":{}},"1.7.0":{"name":"britecharts","version":"1.7.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.4.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.1"},"gitHead":"a03ff34c1e68d6ee3d4edeb3ca6d9b195bdfcc95","_id":"britecharts@1.7.0","_shasum":"15ee2681d94984d80643c869f58a315532a798d6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"15ee2681d94984d80643c869f58a315532a798d6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.7.0.tgz","integrity":"sha512-A2Y3GEkVfBQHgLGYXrCCJ36ZpVvh5mHQO+EZpfhFTpi3nU2fu6jLAEg7NO1Dd4LEOD0/Ojk88howjdHNeVXByQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+dujKYKHqdCEGmql8xy24pA/3g4+lWKOQIMqeo0UuGAiEAiXaozIkFepFl1FOrlSheVEqpPH+/0SiCyvDbzzTXDeY="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-1.7.0.tgz_1497376153981_0.5452514833305031"},"directories":{}},"1.7.1":{"name":"britecharts","version":"1.7.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.4.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.1"},"gitHead":"6126a601ec2ad219a969482ebdab36b81ad91025","_id":"britecharts@1.7.1","_shasum":"eefcb91ae427a6605fbabf4c52aeea7fa705e160","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"eefcb91ae427a6605fbabf4c52aeea7fa705e160","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.7.1.tgz","integrity":"sha512-7SJFxEr+qErG30WHmsmQcsn004Tltw4+mJ19D7Wmpt6BMjOoCMYwY4kt0Nq9+D6Si0RRCzerhurEfioTFZlXjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICrh73ir+yvQ181RHe3RrF2QLpj/YmogLLZkmP/8jvDnAiEAmKnz3eseeJjDPKtvEqqYejuuLjS77300mqHzX5mFzGs="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-1.7.1.tgz_1497377415341_0.6676623506937176"},"directories":{}},"1.7.2":{"name":"britecharts","version":"1.7.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.4.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.18.2","babel-eslint":"^7.1.1","babel-istanbul":"^0.11.0","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^1.0.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^1.2.1","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.4.1","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.4.3","json-loader":"^0.5.4","karma":"^1.3.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.0.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.4","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.5","sinon":"~1.9.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.3.1","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.1"},"gitHead":"cec1a5046e90a044d3ec720a4f4242c191667d8c","_id":"britecharts@1.7.2","_shasum":"44b6ccc560995ef808a5509d49fc2e056de85cff","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"44b6ccc560995ef808a5509d49fc2e056de85cff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-1.7.2.tgz","integrity":"sha512-RSn9kdAcNFTVWcByiRZJ9aEXyJ7hw5hG0O7h3DHY7Xg+N+qw/2uZ7O47nflKs8eXXtSPF8PigNaS/OENPvg+2w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIArIios7hUMcOh0S3HqFVPxc+CEm2p9p04dprVvR05UPAiEA9vyXZfmPZfwPpnUFvaYVUJi0mY4x5zTIv8e5X/M4In8="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-1.7.2.tgz_1497385229065_0.45577232982032"},"directories":{}},"2.0.0":{"name":"britecharts","version":"2.0.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && npm run styles && grunt docs","prod":"npm run _prodUMD && npm run _prod","untrack":"grunt untrack","release":"npm run prod && grunt release:patch","release:minor":"npm run prod && grunt release:minor","release:major":"npm run prod && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","reggie":"~0.2.1","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","shelljs":"^0.7.8","sinon":"^3.0.0","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"714bce08b88dab12375d3641e27b20c95407d282","_id":"britecharts@2.0.0","_shasum":"bdb68a2e2bee95e0a5b6d582363f456479195c8b","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"bdb68a2e2bee95e0a5b6d582363f456479195c8b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.0.0.tgz","integrity":"sha512-r8w5WegGXOlARYtJCF+cyBmLN1o5lOS3iUJlaBOfp7LeRLs4IUYpB0Rq6vi/OruwxjECuGbZpBkRPdigKLNzpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHZcOQN/GWNcKDVZfnou9Sl5MfKCOJRQuNA3jORHN7ExAiEAgkjXvZky91z1Dqj2wPJ/OyoIP74SwzKew9+kfKX7Wjo="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.0.0.tgz_1502082941000_0.595687961904332"},"directories":{}},"2.0.1":{"name":"britecharts","version":"2.0.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --mode=demos","demos:watch":"webpack --watch --progress --colors --mode=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --mode=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --mode=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --mode=test","test:travis":"karma start --single-run --browsers PhantomJS --mode=test","_prod":"webpack --mode=prod","_prodUMD":"webpack --mode=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --mode=sandbox","sandbox":"webpack-dev-server --mode=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-istanbul-loader":"^0.1.0","babel-loader":"^6.2.8","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^1.7.0","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^1.13.3","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^1.16.2","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"ffe55a00c7428b04883ec695622fbad2b8f24563","_id":"britecharts@2.0.1","_shasum":"984b488e375dc3212b5ee14183dc53346043945f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"984b488e375dc3212b5ee14183dc53346043945f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.0.1.tgz","integrity":"sha512-99MKxZM1iW4l8+mq5j9g9GV7MMiAXEJf3KSlyu8yKdvMkv7ILqG5Kg+XatFKJQok7K9oQ+MgbTH+36U4gM9jpQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlBYjCHMAqiIEBlyHgomP0Tf016+tK1diTdMenUW6fvQIgAx7Ws4sa1x5dy3v20ioCuoSZ4TJspf4klePv5ba6zyI="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.0.1.tgz_1505268293667_0.29888566164299846"},"directories":{}},"2.0.2":{"name":"britecharts","version":"2.0.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"5a1047b539d7c8cd31dbb2d3c9fc5c978a2a5a3a","_id":"britecharts@2.0.2","_shasum":"a3c91339284cf2e2a4082f5c0b2445d4c7c995f8","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"a3c91339284cf2e2a4082f5c0b2445d4c7c995f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.0.2.tgz","integrity":"sha512-YrTbmN2bMSLQCPmamd9n0fgE8wWEMjBuiXH1DnzDnKkxSRf16/JsUzvqDomocvlVchE65CO6iC4wTKbTefFaYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG/ePIFJ7c0ZX0cYv/u3UQ8fHytjXEKQHaBCs6XC3kv0AiA+OJNixc0i2HJtWDK6O0GIozfQMElT+nObyUCP4wzTQQ=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.0.2.tgz_1507679719109_0.2242758539505303"},"directories":{}},"2.0.3":{"name":"britecharts","version":"2.0.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"a8b6c6c37c78d3da6898d6aa1a956c6b3be68563","_id":"britecharts@2.0.3","_shasum":"fa97d59d976bd743f1a71acd7d16ba09c605768e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"fa97d59d976bd743f1a71acd7d16ba09c605768e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.0.3.tgz","integrity":"sha512-No9kOmAFL8GKWEMCoz0SlgPXSg/aHOWVHtR88LSlxudUirgv4018PEKtDLGFcGPXDQJ6KIHXwBFMAf7yFFS/XQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCkN0Zc8YX7u67X4jpA4obykU91ms2VHBpexpgKFES0gIhAMPTGQXLj4PaDZveW0i6uuSRZHWA3lUV/Mt84F7tMUNB"}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.0.3.tgz_1507749429313_0.6238195199985057"},"directories":{}},"2.0.4":{"name":"britecharts","version":"2.0.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"9c1883f06b6ad1858761fce6e30b88aa6f430fb6","_id":"britecharts@2.0.4","_shasum":"8bb59356ec4e72a95a970f654a833c646ccb58f5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"8bb59356ec4e72a95a970f654a833c646ccb58f5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.0.4.tgz","integrity":"sha512-P7L+FU9SQUDG7hCDr8DcS7rpyzAeFi5zzfvypgHclsWjtcqpm7adcW3mQeLIZVuQU840Q9QOPwT4BzSmZ2P36g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICEmayyj0XyWiiW156uaYFUz8vw5CuMkYqth2+sIQKxVAiEAyZyY54XgXO9cUuLjLrZR/7ZWcTyWOiP3Y+H1fKQ8u20="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.0.4.tgz_1507763668165_0.9926203687209636"},"directories":{}},"2.1.0":{"name":"britecharts","version":"2.1.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"f703858a0d4e3e43ad72bf6f8d17139112cae267","_id":"britecharts@2.1.0","_shasum":"01440c6377c53fcf25ad6f449a367da2924662b8","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"01440c6377c53fcf25ad6f449a367da2924662b8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.1.0.tgz","integrity":"sha512-XSxUtVwoGMQqHvIOR9wn/QNUm2iXwhiK5ffxC3sfpSqcc/iLtRxeyU9b8x2K9cFaneAUNU8G6zqE0Jvks8Vcqg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1WE81pKhA8tKUiKt1qX3b8H5x+PA9exGaHSgMk7YB4AiEAynCKWBUr9dwTMtmfkJ4hNbXgbizVJ/3YQXjHDQWkrOQ="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.1.0.tgz_1508185666546_0.928526128642261"},"directories":{}},"2.1.1":{"name":"britecharts","version":"2.1.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"633811dc94a03cc5faabaa4dd7e8b5ef1a4c21d8","_id":"britecharts@2.1.1","_shasum":"69f2ba71885deec0d0d0131ef99869823263252e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"69f2ba71885deec0d0d0131ef99869823263252e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.1.1.tgz","integrity":"sha512-YNT1+baaMTcGpFJPWEwPYJPmY3Ef5zCQqUmNb0EG8t3s89I5fsisl9b0Rqjb1N1IfuxnNDoBWQto9A/GPtTKvg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC4DsUE+eRxbLM9qo4VZj0MEf3g6xJ0NfXeQohL4TB9QIgYBfJKFYG53/ePYGbGJFmpppbBW/gN/M6K9dZYVcvlU0="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.1.1.tgz_1508364019116_0.2915590014308691"},"directories":{}},"2.2.0":{"name":"britecharts","version":"2.2.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"f2791dfade4ab7afdd712e52c5fe9761ded48a4b","_id":"britecharts@2.2.0","_shasum":"9efc89a8484360f3c76cb312572953dd98ce8343","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9efc89a8484360f3c76cb312572953dd98ce8343","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.2.0.tgz","integrity":"sha512-2rvfwhP2Zy6ShfDSvfreU1n12sYproS9l/TGtmV6OnTRMdF84c0oDxuh2SHz8mLxgmPfGTbokcR4327QRfViNQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGOpdWvzEVL1LbIy13tJ1ZjR1EEhWFmHj2SFxaeW9dmdAiEAhtWvSFcr2K46FMf31da9ggV8QoK+Yi16WI9lgz6KTkw="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.2.0.tgz_1508370043000_0.6258633250836283"},"directories":{}},"2.4.0":{"name":"britecharts","version":"2.4.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"98ae15e1ce78df2dd4751818e9b20a7157e69392","_id":"britecharts@2.4.0","_shasum":"5aa5108795f21878cc0440286d8e5f70c2ae41ef","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"5aa5108795f21878cc0440286d8e5f70c2ae41ef","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.0.tgz","integrity":"sha512-XSKmHDc4/vlQq/O87kv6u61brcTIi1EtuOTRo8hMTSjcZZ+1c1lJRD7GjQyPRofuOBxgE/rs8arhIzOmERakQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd8XlBZ03fC0OjBMg4kbv52yadiJiOb59Fu27eNjCXOgIgIG2hNM0HDEmiFTRkBmYB/UDTjbobxckLqRwUirOe0nI="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.0.tgz_1509043340826_0.811337212100625"},"directories":{}},"2.3.1":{"name":"britecharts","version":"2.3.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"2445edb0fb20ecd84da277c06075dc27942903db","_id":"britecharts@2.3.1","_shasum":"e32e8f95cd9288d62afa764d6684f1ed07d134f2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"e32e8f95cd9288d62afa764d6684f1ed07d134f2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.3.1.tgz","integrity":"sha512-DYtCI3jP6v2tTEiCcPBK8azYdBpCw3Z7tWpN708dFi7brIf5Y1DrFMX/bilz92XmPTe/jJ90YVsG8O6KQEVVtQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWPnc/+vPIMORDHH9+LdEETZ84cdLSVsCZC9KiDBQjEgIgJ1VOw7mh3lV8VH3UiWyTjweX9fWztg33MUoCQcPUBpA="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.3.1.tgz_1509049249072_0.16912353457883"},"directories":{}},"2.3.2":{"name":"britecharts","version":"2.3.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"5026c13924f3c3d8f65d7f07734a0c0238d87f68","_id":"britecharts@2.3.2","_shasum":"0b830e15548072b63ebf1f369cf49cd1a23ccc2c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"0b830e15548072b63ebf1f369cf49cd1a23ccc2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.3.2.tgz","integrity":"sha512-eX8wSzG4LotHqnUfbKjIGXxyxaTqUj8kklf2MvLfqLzd7sUIKr5CSy3N5jdwVHDoXNGXeCG5Qt2VRaQ0DK8KCw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG2n8TFqG5h2pTjdcL+pOqBjoIYt/DRWsMG2S73KhjepAiEAhhlc0APMgFU5qOp4dx87WBlJFpIezIbRjIbdg58n8uc="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.3.2.tgz_1510250609734_0.4602773154620081"},"directories":{}},"2.4.1":{"name":"britecharts","version":"2.4.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run docs","build":"yarn run _prod","postbuild":"yarn run _prodUMD","untrack":"grunt untrack","release":"yarn run build && grunt release:patch","release:minor":"yarn run build && grunt release:minor","release:major":"yarn run build && grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"4343882cc31db4577b6a9d186c3a6c9f2d4547e9","_id":"britecharts@2.4.1","_shasum":"ae260d90d049c422fa1107e1217afc2b55f8d99e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"ae260d90d049c422fa1107e1217afc2b55f8d99e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.1.tgz","integrity":"sha512-V7qP7dyPDtyOLA4XnjMTmRAvwRj/RMPoMxT0vJG2rbyNT7+q42bIlsW6jCDDRtT3Da+UanCotVCxNBzHzbbpAA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFZJOwdDHvUm0iuuVlt1kAU5MfILA7uBB2rfgP0CRj41AiEAv4GCv8mPqGBcYuF2euhgsyJTgwa7xL36e7vxxVqoCkw="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.1.tgz_1512072559392_0.7202275467570871"},"directories":{}},"2.4.2":{"name":"britecharts","version":"2.4.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"ffb0452641cfdad9e3855c0e6fe5d11f6ee0251e","_id":"britecharts@2.4.2","_shasum":"6213f2c89e2ddff833e860f81365799c0845a1ad","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"6213f2c89e2ddff833e860f81365799c0845a1ad","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.2.tgz","integrity":"sha512-90q8mvpSIBbz1JsY+WSAJHqD5cWc2rnpIdSggu6zLrc2XWW+zHjNQG07I7VMx7rU0oNs9QiNQAzDS91j7v+xZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCn35cAs28UPCtSS+l7NRpOir/9KzXVtgIBEjNPLc4ERQIhAPnfhel+OB6aWM4rb6epzoIImSN0ipvelOiXLdIsiaMt"}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.2.tgz_1512159276696_0.9912006119266152"},"directories":{}},"2.4.3":{"name":"britecharts","version":"2.4.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"ac544fe2318aabc923b4952501a3dc687e60a530","_id":"britecharts@2.4.3","_shasum":"fe06e65980ba576c5357d3f2e938c3e1dc921c70","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"fe06e65980ba576c5357d3f2e938c3e1dc921c70","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.3.tgz","integrity":"sha512-VoZMXpErpWQ2Ea0/yhZfSf03pB7Yv13ZEoVFNFcadrU08TZCU9N5dZC0NYiFxoq3buXzW0miH0ZhstQrEftKPA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD52wJdIMQP2lPOcVvgtjQv3HCM/0f7LORLWSoC4bVcHAIhAM3Zmg2zFS5lT1o8jViUdj5KUA+EdqdxpC8TafDLKEUo"}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.3.tgz_1512261203037_0.06910692667588592"},"directories":{}},"2.4.4":{"name":"britecharts","version":"2.4.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"ef6bfcc5f497151848cfd7c0e7fd76d0212cba11","_id":"britecharts@2.4.4","_shasum":"96b04df348b32902f0e09f6ce0937176f645e6d4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"96b04df348b32902f0e09f6ce0937176f645e6d4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.4.tgz","integrity":"sha512-K35qllbYBBJ/bInwzX7YXC5OmHH81oBWbhpoi241/VEBjhBaNncphW1F/dojK27nvovwIgNxDxyiMmY4cX/wVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7vGaKxXukoa87JASWb5/n9+nCgWl3DsZYd3sUQA3o0AiB+mEQJRu2F5nDumIsyKTFEMIxQzV1ntr2ysMhiwZ3raA=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.4.tgz_1512415569303_0.14977953443303704"},"directories":{}},"2.4.5":{"name":"britecharts","version":"2.4.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"9a42dc64dcece1fbcf1c34e5d0298a6225bc5957","_id":"britecharts@2.4.5","_shasum":"9d288f80365b70a19c19ca52b2cb419590edbeb0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9d288f80365b70a19c19ca52b2cb419590edbeb0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.5.tgz","integrity":"sha512-gFKqgfOc7rwvq/okxzu5nYR1yeRRMhw028+PB5lFi4wlp7qT8lcWrJXH/kgmOG/EPIDPCclfLJGdbT9ia0iz1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIQCHqWED926IyNZXGOsONsvPnieqXEFtY6iY+92BUfTh0gIfFdSGw0+D6PuXUQl6c4Z8LKq2/3leuS39eXH5IDJdXg=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.5.tgz_1512420630491_0.8798517000395805"},"directories":{}},"2.4.6":{"name":"britecharts","version":"2.4.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"22315e3fbef14545eda7df50683853fc35c2b629","_id":"britecharts@2.4.6","_shasum":"9a14e215f550708e9b84f59f1ffde6c0ec3ae2e6","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9a14e215f550708e9b84f59f1ffde6c0ec3ae2e6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.6.tgz","integrity":"sha512-OhI5Qs73KVYCy2QMbJvy/sxb+QrnVmOt3UP3ucyiS3Z6lGyBro9DKWbO3G6wqJDQY95p6cjFyPAb7EukZuPFTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICYzcgYHzxyQF66DHfU5ZbTq8/w+D+jpcx9kwwXpOeq6AiEAhqGqopUE+MMqS7TheAMVNJS2cIO3eFFC0nl5Otv91dI="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.6.tgz_1512421400745_0.9082316351123154"},"directories":{}},"2.4.7":{"name":"britecharts","version":"2.4.7","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"8d5a8c2fd0e8a6d4326499e8c7e721237c916c71","_id":"britecharts@2.4.7","_shasum":"2a503c8fb98c5b503cea7cee9727d62a66802523","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"2a503c8fb98c5b503cea7cee9727d62a66802523","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.7.tgz","integrity":"sha512-6ADj/QEZ4tfiPjnCn6u6uN70iMbPvp9iVcaNLJzt+PU02JmS6VheSI0Y6Xjkv7Ezg6195X7JRRza45B7X0DpvQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLA9U6UngJnXtevTw+BzEsvLlx/bSUegaCRmIhpGKyHAiEA3L3NHxdCj8ZV7Vg7H8P3yd0DehAgVTRp39mg/l4Xokk="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.7.tgz_1512606437351_0.008526741294190288"},"directories":{}},"2.4.9":{"name":"britecharts","version":"2.4.9","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"bdca796f6d1829eea341bae89931940627144e13","_id":"britecharts@2.4.9","_shasum":"9293182abc303b8d89cc16d5e9ec894ee633ac19","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9293182abc303b8d89cc16d5e9ec894ee633ac19","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.9.tgz","integrity":"sha512-wDvg2JVsoGfWny0OibFSD5UVUCK80jrKhU3ZBFlR9ZdCOsnNjywI27NveC7n9ilJtZ8oiBzGGehEHisGfcnY1Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDfUYDi2yk5TUFCYMA33bZTrI4Z+j2V19kFDO3dOEkP/AiBPChsK3Ig8/Jq5bsEUIRTcefidrwlws7Tk/s98220uLw=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.9.tgz_1513038996333_0.8912622262723744"},"directories":{}},"2.4.11":{"name":"britecharts","version":"2.4.11","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"21bb3ad26166bbf7ec671cb7f22b10c98303e24d","_id":"britecharts@2.4.11","_shasum":"c4d90e2aec11d4229d4109a749593ab3b55bbfe2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"c4d90e2aec11d4229d4109a749593ab3b55bbfe2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.11.tgz","integrity":"sha512-mknavVnK0jwhF9DUJvIVTan+PDUfKjbAL8tIvU9F4c1SP25qg3SGQuhEljn8ab1I5Z97aL/x8jMtoemo1S3P0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHOqpfk13w7PPOtNBFKV4q1tHUq4f2s0zbc21h9H4FC3AiAy/blek2JT66G+8DmGD/pEUTanVrvH8ZKJ+KtArFw2mw=="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.11.tgz_1515525591611_0.38941372255794704"},"directories":{}},"3.0.0":{"name":"britecharts","version":"3.0.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","eslint-loader":"^1.9.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"a001be00df52365ed8ae02628969c96c86df4ce9","_id":"britecharts@3.0.0","_shasum":"3874e3667a2f8cc19b1378ddaa875241dba8ee6c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"3874e3667a2f8cc19b1378ddaa875241dba8ee6c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0.tgz","integrity":"sha512-z/BnbtOhnaVUv/h2k2sVbK9P+YTQ0vgDWCIwHW9lAmwu39oCYPVVVsXvaszAJM22wFs14gk/8fwF257kxhNw8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDNFkTN2NnypqyDl0CCG6KGO2ZjNnwx//L/uA6txQnCcAiEAv1qKHg5wnBEVT2Z/3t0qAu+/WCFI1iSc5Cgu7PdKm/M="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-3.0.0.tgz_1517361650117_0.8131991368718445"},"directories":{}},"2.4.12":{"name":"britecharts","version":"2.4.12","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","eslint-loader":"^1.9.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"84f0554ad3d344e8454e70d56595773b88d7cc7a","_id":"britecharts@2.4.12","_shasum":"16f8fb7091bb1e2acd891ff62b818ac444596b89","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"16f8fb7091bb1e2acd891ff62b818ac444596b89","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.4.12.tgz","integrity":"sha512-ZT3kgOyQTSa4mkQK9ksXDIFFFu2GTbNDysXX9QyjnacuKQwxu5T7nD0HkpUasS1yX7S3UZeo4lYcfJ/yDNE+ew==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsWN6EGU8dq293nrL6odDfaL31E6F1FLQhcHcJ9koROwIgbQ8AUBbNedfDFfZLVpq4wkgZ1G+Lt7oZeA9KWxws1nI="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.4.12.tgz_1517361737916_0.7707189419306815"},"directories":{}},"2.5.0":{"name":"britecharts","version":"2.5.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","eslint-loader":"^1.9.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.1.0","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.4","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"5f0ff69c72a36b3a88f1f32d011e61a137b7782f","_id":"britecharts@2.5.0","_shasum":"b8822879502a6e54cf1638e86f326e93230fff7c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"b8822879502a6e54cf1638e86f326e93230fff7c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.5.0.tgz","integrity":"sha512-MF2/sk6nfvVHOUcOeDyiQo7zk/Jw+/iBB2w28G95Cj5ZkkDxVms3zW2BxY/OObloOnqRAkM+8/SbRaLUj2v9gA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGmf6NG42R+/zOC7CpsfjmOcfkxO7ECocKVpanhCkkmiAiEArR8sO4oXRsu3yMbgPxKtWUQE1hlACku0l3+AG+isQ9I="}]},"maintainers":[{"email":"npmjs@eventbrite.com","name":"anonymous"},{"email":"npmjs+eng@eventbrite.com","name":"anonymous"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts-2.5.0.tgz_1517617044154_0.1100586096290499"},"directories":{}},"2.5.1":{"name":"britecharts","version":"2.5.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"yarn run _prod && yarn run _prodUMD && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","_prod":"webpack --env=prod","_prodUMD":"webpack --env=prodUMD","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","chart","library","graph","reusable","es6","es2015","visualization"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","eslint-loader":"^1.9.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"b61a7f8b58f7c5ec76adf8b5d284781c8506c7eb","_id":"britecharts@2.5.1","_shasum":"96c7aa6473583b1d08c7c561968283c2d59e71da","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"96c7aa6473583b1d08c7c561968283c2d59e71da","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.5.1.tgz","fileCount":244,"unpackedSize":25054162,"integrity":"sha512-K98fLZFjmWg/ovPzjUhX323FZhu+S2pIlxe2QatPabL6AXX9dBcF9O80mEKya6ORXm0e5W2+ECd3R/s2t9evXQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC8NFebP38Z8surkq3vZJGQL9Iu/QNGF8UaSs2FOEDmMAiB8zJ+L40ghD/P06pYJsC7LZH1ruibnQeMOM0QVLTs6Ng=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.5.1_1518575778633_0.4621038451657331"},"_hasShrinkwrap":false},"2.6.0":{"name":"britecharts","version":"2.6.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"629d8b8a1ae9342c2d88a76cc63dddfbf01d5fda","_id":"britecharts@2.6.0","_shasum":"9fcd9f657886fc9f0734dbd4b9a008e2d699fb8e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"9fcd9f657886fc9f0734dbd4b9a008e2d699fb8e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.6.0.tgz","fileCount":247,"unpackedSize":24911206,"integrity":"sha512-hUCdgqgPuiNUFsTdRik+eFJ+RPfjK8SbKb5ZVvpN0JMGlONyn3JSUV73NRJ6Rwrj/Om/htcb5ZzRWY/GxX8zeA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBYMr+f0ZNOowF+GdJKRHh5AwcdVCuqiWaf1JufIUl6JAiB/dnfJhbYl07Ky+iZwuLqGX3aKWOwQdcXmt75DdnN+GQ=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.6.0_1519778107179_0.1883754037828791"},"_hasShrinkwrap":false},"2.7.0":{"name":"britecharts","version":"2.7.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^4.10.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"91be9af6ce8ba8ced9dafc57b02336452f1e28e1","_id":"britecharts@2.7.0","_shasum":"d964d270374789e2740aa3bab4a273cc421d643c","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"d964d270374789e2740aa3bab4a273cc421d643c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.7.0.tgz","fileCount":254,"unpackedSize":25859435,"integrity":"sha512-DIJ5p9QeKZsrm8LBDmYYfc6eX2uvVCa7L89uMhJacHLY9afcs73yEct7US4nxMzxd2gM47SHKYNaXook4yWDQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGfXFgo/b5Za9Gm6qnPaZT2er0t8XuenQhAvBqA6rxYAIhAJx3iZzR/JK0Rs0qgp82FEB1WuB5NYwIhSxBqmloBMaR"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.7.0_1521683466063_0.6712569780578406"},"_hasShrinkwrap":false},"2.8.0":{"name":"britecharts","version":"2.8.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"65fdbc7709e6c55a347b4d1e9d235756db6414a7","_id":"britecharts@2.8.0","_shasum":"45312b894988d980dd0ef3172a3e956f5bea6358","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"45312b894988d980dd0ef3172a3e956f5bea6358","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.0.tgz","fileCount":253,"unpackedSize":25670790,"integrity":"sha512-iB0pyOPfQiDKs9JhTT4PVZ0ESR7yVBRfla77QgK2BTvOb/CX7m+9HFwgUuiN7t/q4ugv9c3ZFU6+5FetcG7Gyg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZqALDKonCZY2HaMMXyBVcOqJIssPmsXWKHeO2uprHWwIgV5EcBsyKKeSpXOTAVUBz8jdXP+/5wNRtCsu0+tOQzqM="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.0_1522563749489_0.04402525412522307"},"_hasShrinkwrap":false},"2.8.1":{"name":"britecharts","version":"2.8.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"4a601073fa24d73b3afc742790c4c83574e417a8","_id":"britecharts@2.8.1","_shasum":"de8b9032ee4da4943fb84b1367545940d7676448","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"de8b9032ee4da4943fb84b1367545940d7676448","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.1.tgz","fileCount":253,"unpackedSize":25790627,"integrity":"sha512-IOZhUzhPe6BC0waZ7A+MuYWE1Oj9DL0M4Bhftcng3wCcBJydQLm9k72y5561HrOZoK8J6LGT7cKVaewCVWqfJw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCd6kwd4CRjgaUXN1dS3yXqYIx4YwQHb+mo/peRLyhd6wIhAN90339JFVRUEPeT72u49ynfOQrK6jT6Ydg4qnYvUpxd"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.1_1522822111153_0.761175564674853"},"_hasShrinkwrap":false},"2.8.2":{"name":"britecharts","version":"2.8.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"c0346f32911e84cf32e76975c641d20948d947bb","_id":"britecharts@2.8.2","_shasum":"069dfc225388bb67f9be8df69d1522d42edff805","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"069dfc225388bb67f9be8df69d1522d42edff805","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.2.tgz","fileCount":253,"unpackedSize":25790941,"integrity":"sha512-rYSOTzFrm//D8JiFjT+RmnYcNWUk47sXatuFykEPdul4pnBj04Q5Io7sJQJ7ZgzMYPSXRB9qI9KGqUr9HVQC1A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyhWbI3EA0kljfy2NE0owQLxJvaV/ln7oKUjPClRzQjAiEAw9lOME2VNHhoeuxUW+G4yz2M+IUisZASxg5HMuoPijQ="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.2_1522892488703_0.0059595506213216964"},"_hasShrinkwrap":false},"2.8.3":{"name":"britecharts","version":"2.8.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"14b47f933e412f6cfd2b8ad17c87e39d24d0f3e7","_id":"britecharts@2.8.3","_shasum":"dc41f6f6629bb41466c35d5460e0b825dad4af4a","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"dc41f6f6629bb41466c35d5460e0b825dad4af4a","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.3.tgz","fileCount":253,"unpackedSize":25792691,"integrity":"sha512-dZ52V1EsJ8AwU8iSb1OBr6JZ+R+fT99WmUq+alA82yyXZvrUkrt9sAe5urToGYGCe0yaBG7PbkPwZoGdqDgg+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpgyTGk/QqQWJliMVm4n0peIdJLLsFI+5oOGWSJl97wgIhAN4Ifz6ZjvuKhTHZ+XQSb9Sl3MpB3w7QQwKWD0oJtqH+"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.3_1522893533232_0.6851938234732695"},"_hasShrinkwrap":false},"2.8.4":{"name":"britecharts","version":"2.8.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"9dbb49696a9959858599915d930ef27068415f01","_id":"britecharts@2.8.4","_shasum":"0e79447bc4a4e983343cccc6670e336880587b11","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"0e79447bc4a4e983343cccc6670e336880587b11","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.4.tgz","fileCount":253,"unpackedSize":25786632,"integrity":"sha512-vO+i1DCEeEj/uxQvHLkSDD9ctKgQfANbVqEeAipJWkIOBQ38t7cAYK3wI2GyPoNeMiRlTUPvM/Z9glSw+e2mCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGBeoRt316jf1l56mgJwv0g/1GRtHl1RynPBxN+kGy6bAiB1m0pyuyKmlvzkVO0GjZvSn4CPf47iCF9Y5aJe0SVEIQ=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.4_1522965054263_0.8059565189322084"},"_hasShrinkwrap":false},"2.8.5":{"name":"britecharts","version":"2.8.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"588223108d032c29db9438e8ef4314838696e0fd","_id":"britecharts@2.8.5","_shasum":"c951fa758f19f39af61ccd24f3970802058bd72e","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"c951fa758f19f39af61ccd24f3970802058bd72e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.5.tgz","fileCount":259,"unpackedSize":26707216,"integrity":"sha512-tz4BJcLjEwU5MRhFanu6yrmPO8/eauhMTtSxMHttp+bRo3/Ljvmm6qIGYQcN4qlQeEig/Tbnbrqfu+PTjYaqZw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDzlel4rOIcQYWPK4z27stZxj1mHmrw3Nm1v1OfxmIi4AiEA/89WeOTRyU+jqzEClC6IJpBO/L/gQcRpQghdb+uKvww="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.5_1523609304987_0.9563850097225313"},"_hasShrinkwrap":false},"2.8.6":{"name":"britecharts","version":"2.8.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"bf1cc194c2a12fd32b0ec5ab7388335dc00efbd2","_id":"britecharts@2.8.6","_shasum":"8e082b316b71e60694c4113d748bcb380211d445","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"8e082b316b71e60694c4113d748bcb380211d445","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.6.tgz","fileCount":259,"unpackedSize":26708048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa19fUCRA9TVsSAnZWagAAPrEQAIyXlZ2AXds9Rcu59wKX\nGs/ZEWIQIc5t2YQ2kv9odqQMqiwghVVwKlC7sRLDy+DZvwxEFzcSmAAOmZZh\nIe+RyNw+zJPqeJ8nIpzOjoncQSPKO3WfZx2F1bJylPcFaBKp/OofkopokFs9\nwKinEjByhAsnBHzD+3TQrW+C5CJkj9SbzzkBGtGqae41gcGrWacNw8NokKXH\njxq6A4zjVu393PlIpvrfdajjNlp5a14TBW6lSQ2NfxKTInDEFa3q1Zm9AT2V\nQgXrI5mF6yDPw4rgZ6iMYsqm8LuZ3mTS7bpWAVEjlzwfWAp9lAKrey7QsHbb\ndZCGVoV8HI5hpiZV4MNdHQA+L80ghp0BWWKjpNkJkMArMyHOcA5FHL9tcnCN\n5xb1tLzn7XEo7mDyuB6ZG6OoJiaetE0S0jGFukPt8i9J10+jypMVkrQP2OIw\nHreg6wOtTZ7txkZTkODArlbWDg4/ZG1yqepAI+XXhCbHkOquIfFayvjZ1u+W\nT8HOAPnbyaKwWaR4hwUy0X4enhWyGdF9Ag1mbsvOYicAJLCPt7swS/n5x1Xu\njOe1r8LVA6N+9pSEHhM7Q6tYz9R3NawRvCT4SJTjlIpuTiThlnC9UYPwZgu5\nV0YZKqDIi8tdUN59GVAmoHYabAkzBP4g/OTITKl9izHoCJi8lC1dcVVVy2Jo\noT5H\r\n=w8W0\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-GSqaIDtSstcewO7vv7TJRflHZ7kUMHZ58dRo45mxX8RsBztiYHj9i7sIjNrqIenG0hKGPe6uwUKs+uedeb2Y7A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1s0QAAgkf01pJP0U/dJPDTjh7QB4AF9+soj1nN9xspAiEAxmiwaTkIq0cZPvTw/aFJq9NxGZ5MzV0BHazZlQ+5cHo="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.6_1524094930839_0.6221509524844819"},"_hasShrinkwrap":false},"2.8.7":{"name":"britecharts","version":"2.8.7","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"b8ef7c6a7d935a31e673d2d46d248ccfa4dc506a","_id":"britecharts@2.8.7","_shasum":"6a0cd05fc9dbcf4f16af6985eec27e658390c33f","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"6a0cd05fc9dbcf4f16af6985eec27e658390c33f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.7.tgz","fileCount":259,"unpackedSize":26730725,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa//y3CRA9TVsSAnZWagAAC3kP/iot7PftP5t2u8AoYDtH\nEmVzHvFgZp3Vg7W1/HUL6FBKrQZvu7GbIjCXUnG0bIMu4EfmYZJ7YsCGVDt+\n8+lQYJBe1osFxw+rykfb2daicE5DEr227pJ3bhLmNNcezqrmBNiNiU4HL934\nVpqzo/U/XoE3VKUntj8tDVi7eaOUQyYWy0Rc5UDh87g5Dl59BuB+dHoFE7la\n3F5HDx859wHFhLawUjrf+dCCxKD/3kyLsVcTzAJN9uLu72rFVDGmRUKRBamv\nmR+zTeO42QgEPEtqY12JKtWgJf1Wqn+B7QbK0CC01Gi+W5AfBMieGu8uAcvg\nM0FOhdPS7uCWGdqqcmzlmaynLERioQ4L4C7ZbPy9g9BQeCNWEspvAhX/eyf3\nlXPWa1Np9hyR+3Vc2KVYgpGEOR0ObRh32SpZjvXcH6e51mpXes2cI69PAmFP\n3/82TC/SJL6Jwzajj2Zi5qfPy2hTgePJvvvmOdyKhDDDnDw49Vnvd5B968oH\nmZb//OwBguYNFGYjFA9iD9m0AqNhxwif6+8oOyc6MllnpSr+GNUGdQWtseud\neJlNgOHOIWM5JLOKt0YGlMUxQM2yWGQC1f4/0wZqei46O8aphtfY1yrAFH8O\nPxJpbrBAb+m8tvZFXUiWanGNZEtsfcQSGhi9kuP6S5TSTNvKFZ3J9vjzxnIc\nc6Pa\r\n=S7iU\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-VAqyQaaCV/0Bcck4U5sk7vx1xDG+7Z86bCzIFiBS5oGtxRjvYkyBR/eHQ18eX84asEtzOsV7C8F0Qrer9jMaNA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvXROrOOqdbr60b/P5p9Lz6cNVVEsarAf9Ea9WydlY6AiEA/jI6tonLbsPNIigMpnVCW4Zrix08Gf8+DDAhl3n9JDg="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.7_1526725813851_0.28357654956674727"},"_hasShrinkwrap":false},"2.8.8":{"name":"britecharts","version":"2.8.8","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"822e3bdae31bb5e0f0a4060b5bd82fd2d4bfaa8d","_id":"britecharts@2.8.8","_shasum":"e508b136abbf35161db62619f2f53781aedfe7c0","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"e508b136abbf35161db62619f2f53781aedfe7c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.8.tgz","fileCount":259,"unpackedSize":26733322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBHkOCRA9TVsSAnZWagAA5lQP/Ah7YwMZnKEgOt8uVcBc\nzrTnm8xk3aDEei3OHhvJpFoV/n91uPyug1K2IbGEa+H82XEU5R739Ayvm3GL\nmgGabkWTFcpTqvGxbEW+v9pp5Qi0OttAXdPzTLg5W4qt9gAG5fVBcIACPCi1\nWsdaDbgTYeFcik+eFEtB8n8IUZlpJFZNcs+Y07VcYeH4qkpkXhmcY93MNYYn\nezpaAx4Sr7JcGr/gNgNOtIRcJRpaX3i33XTFFpHRHEFHMFNgrshHaEHmyPhh\n9xwlCnbBlucnn5YlZJGZhxV+FyZY0nGKMh4M81Mc6IuVItWL+4Vnf/onbjPN\nPpK2QGfN79hih4unno809lebYdyz7ehif9omof7qLbh8wDP7z9xOH6qW+ckb\ngpVyIAj7sYy5cA6ACohYt5CrOHa2N0xDYMdxexou9khqLLuKok79PEQv9f1B\nr7eO3FO8+QGGc3EDodCcfYm07/Dg3E5UuNTHMQLP/fuGI0RHl4e5fbqkJE56\nwY7aIYbFZFs9/iaIZ7+ylHSupR4ZjzR7uBwjiIgLnJ8Ad2jIFSXNZx8lSYau\nK3PCxWBKkqkUg/pW3qnrBzF44PCsvCbyGr6IylfK03VFS/iLIMcZwuJwkwX1\nvwQqvDquOUUsP9+SdxgIt9QUG+BZVGfBcmkCUsWTd3vf6l+/wqgjnTM9eAXo\nssbd\r\n=ZmSE\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-vHSIXBP+pnkFUt7xeiwOruGGuwxUZfge74H8xZt3Gcb4opNFjm2vOd/UmxNisDLbzcO2PXul1FCJFeVX435FRg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGTDl9aXaBFi8Ife6TSzrkwkHNz+nuch0jRldIyJ50nNAiEAzb75aFES8snh9qoKoMNyeCNFXmFTRphizY7axwtPYzg="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.8_1527019788766_0.9482979306008918"},"_hasShrinkwrap":false},"2.8.9":{"name":"britecharts","version":"2.8.9","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"a42b2927186765d762954a878998377a846aa6c5","_id":"britecharts@2.8.9","_shasum":"97263c016b0e853f17cb517f53d8ab0dd1c49de2","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"97263c016b0e853f17cb517f53d8ab0dd1c49de2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.8.9.tgz","fileCount":259,"unpackedSize":26741059,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBZ/jCRA9TVsSAnZWagAAscEQAIX7bpU3l1Girm9XYYN/\nGbyZIAogGJsTQ6tS80CDPQ0jpUo18ZgiaDHhIPn0zv2vZX9DSXBLuvLlleJJ\nmixAkvQhvbpPgye5frgroyfkeh/r1jOqbISaO7aAPHUF4Wf8nuaLxkVDtaqd\nQKE5kuZBmAFTHbB2piuvph7H1C3aVnT5fpFbUox4G4JWNPf3ivhULSxKFXL0\nSRXcA29j2yEpwR8sHLLpK74Vu2G6OwuXgzElB14h2yaGeje7OvhUe9B+wg3b\nfWZuEJcEEk9yTSjZviSlleCqLUPTfuw/xAFKefGwt6iC/Kf2qhxjidASydkn\n2KAGSMiTPazOCeDhUKb7CAQ03qdLgJ3TJ2PBuT0FheTQIYN5VvH3ZGVUzyn+\n9ObRbJ3vpm3Ho2Et9Q4mormxa1/HnFD2bN/B/Y2buTlijhB4dsMjwHu4FKGC\nhidqzZNpvh+SnIOE+/1EqrMLIJvx0qnKq2Ex1wLwgDoHwBEZ3xgvTzX4DGSO\nTZHPajtFm4XR6GgLTBZSzp6P9baBF+F/x9yq6OQxQbQF5zRDAg/c0re0jLy0\nMzzKKUadVBC3AUyIkMURqGn6RSB/6F2PlFud0hzhf7ywg7ZNTAFW6NC8rjJ1\nZUnxFiRjKM+kMZHbrcARL6ZqqL5svSttQ50i/VlLGSN0erT5lEsA7tUyvQRM\nYkuq\r\n=A4qu\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-txQo+7oxzw9FC/lQJSEACp3S8vSTztsTSriyhiCUGw4B/yoDsNAItnbSeXuK/KZpus1a3Ze4qqRSAss6DDB4aQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDtvrdGudkQOWsihIlqc3N7IduLLGXIChVV/HxJxV1MiAiEAh/73hlBdROuviCfa0RpLyL0HR+ofrsWq+mNp9Zfastg="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.8.9_1527095265504_0.21519917281318168"},"_hasShrinkwrap":false},"2.9.0":{"name":"britecharts","version":"2.9.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"6ed1f681262e833c7b8691d8bf7178c3cc59dbde","_id":"britecharts@2.9.0","_shasum":"8fa09cf75e6a0079b5c74fadff1ac2dfbb28f798","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"8fa09cf75e6a0079b5c74fadff1ac2dfbb28f798","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.0.tgz","fileCount":259,"unpackedSize":26755233,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbDxaICRA9TVsSAnZWagAA2E8P/Aqvi+WNLHyFz5XPH3Km\nuYhE3SXZGbV52ukmDVnk5nryikw//mzFhkvXLsqT9p7izKvZjnqafVcoWCIE\nPSzJUddj/RhpsfxECcE7S8LRYhZ5l86mcnISb09HFFFcclmR76lDqrr7e5+n\nKPkniLh529/ZCoTRdDoju8wySemW4/zyHViOYH2zYVGAbwyekTQ3ZJqvyMP2\nrj4IDdsitGFalkK7aIZSVbmQlN232+9kvxCS8iFodPEmRJSmiCPknnZLuQML\nJoKSUc1h6X8gQkMkdoT/K2xm5K8IEXIeR+zXB2ZWNivoSt1/xX5bbyVzHKy4\nmRPvOeE/lHrrr8bJQdXwWY2NVwSHKuMHYNVL8EkczBiIcTbVD57C8KRrPlGp\n5BBUvdFsZwd1IoJXcpUZe7jbfr2NKLhGUS7aM6wQuClok4WO6dnDxZyuOzRF\nCU+ScDrr878Vo95zbV224dy12XcF22s8e1O0CRTb2Q9tUzJIIplpThyLcS9N\nOfRWJ5dB+A7VmBsNYPn0myX5WAX79s9Dgqs8Md8N3COkMCu/8mehJ7a4nxh+\nPH0b+CHPaMdBiGO1etT18ayVu2jcoUBlt4lcUP4fwJjF01yFLDV3puUnsLVS\nsvVaKy9lhKPrgd2IJgJEmUiJCOFFjnZI0SUc42jE5Iuoxf8WSYFkLmNPjo8L\nvNyk\r\n=Jege\r\n-----END PGP SIGNATURE-----\r\n","integrity":"sha512-akOQnPcJC2DsylDmLQ2qvdGjGA8Ns4CcrWY0pDyaQ46qPbGQD72Q+3VsHWCxxcVcbTlas9FcVGCYb+aRfry6MQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFL8zJnTGX7O9I/VcgxCcpOXVF/MzKz328yZaLanFlMiAiEAwKIfK3ZdKpc98Jzs6AFJk2sSQBNvhfOIjhoJS9DMfWc="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.0_1527715462333_0.9775413403285975"},"_hasShrinkwrap":false},"2.9.1":{"name":"britecharts","version":"2.9.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"5c2de5902f714f86f3ef16a0ec01b2be6ca0237f","_id":"britecharts@2.9.1","_shasum":"efabdced63dd7dbbf66f70486116cd0596afd421","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"efabdced63dd7dbbf66f70486116cd0596afd421","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.1.tgz","fileCount":259,"unpackedSize":26777649,"integrity":"sha512-ES8RLCbUgIJi9iNGj2s/D0TIYio+Xq0qWBmFnaCLOPnJh1OKWEz4Ub0n0tXiK3a+SrJkA+vIIEIPom6WjsxGYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICLi9dqlDuheqqBYs773w808qXEPZKwCslKo0asJYANJAiEAiHkwQZs50oo4e3UcbCdcCKIvqrFenlCi82ObMU3AS3k="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.1_1530494040313_0.20274022230274436"},"_hasShrinkwrap":false},"2.9.2":{"name":"britecharts","version":"2.9.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"d53c55ad2ba38d9c5ab456f460010018e01af2d5","_id":"britecharts@2.9.2","_shasum":"048d915db26976dcfd3a0deb6b9dd2860ee29360","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"dist":{"shasum":"048d915db26976dcfd3a0deb6b9dd2860ee29360","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.2.tgz","fileCount":259,"unpackedSize":26777897,"integrity":"sha512-zQpOTPjxktfKzFnI1ViXLF7V4CN73OYOOrOTDnekNtpZXDYyEq4fcY0lP7E/BovqsQ6TkfjAILcrticEf6nZlQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC6+65MtTkESJ2VULJVfLFPSx65O1Y3KEXTPDiJw/lrvwIhALb7l0eV1TmGl8N4dtlKHLTlS1SgXsJTI5m24zjGfZ2/"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.2_1531354726179_0.1345513264299405"},"_hasShrinkwrap":false},"2.9.6":{"name":"britecharts","version":"2.9.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"8883a46832d5caa411a1a0fbaf1438fc0a85f0cc","_id":"britecharts@2.9.6","_shasum":"e806ebdd1e5538a033cdb3195a21541d06dea471","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"e806ebdd1e5538a033cdb3195a21541d06dea471","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.6.tgz","integrity":"sha512-MhTDTm5Nqb+p3GxYwNmjx+AE5Bdh0IXgKwCskDEdcg4FYsUe+U32+ybShLWJaga0iZq7OO6YpVgsV+hfUYeY1Q==","fileCount":262,"unpackedSize":27671824,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbgEnFCRA9TVsSAnZWagAAk8wP/1F5lcjAB7khM6FclTtY\nGMmgUXfi3Xz1ibjwBPw3Sa1oCWaHkfAF61F89IQVohbdT7tiu2HggcBDaxJy\njbV7ObeFXxiGFNI2RCpWaz4t6w4wjszXVIHlq6058rsQ9Etis2C/xhcdzpjR\n7BVA3DYfrCehoomgXCeU5Lz4gEkqEbbuRSY0wQ6tk2D2k4757Kt8bhj8iY+o\nJHprHGBEu28+BwY9qSE6V876BikG2bZTLKuAJCAPTSI9/lnXggeLXixLPA/j\nlaJLab+OJyEETMvw9seGA5NH8YcjfkczIt0NO9GMquN7fPwQN+1JfynMBaEF\n1F6KzE44OYi//b3f2C5ceBqOMY53t2tu7tSPh+R7kLo4pKILKBpsSKD27aZ3\nWLqyF9+U27Evqv1zwKWsmSKYzDELavJi/VkNPFKzlc28TijjIZ4uOyShENjc\nsMgnrIxnTgx/g+XF3WpIPSqrzbRROZbvmaFggLRUGDIXRN4sNrOZJM3QFkH5\n2xFeEhfLcznwLKRADp/d14YFvcvW3qb3KxdCOwK13knrtf7VZ+BNy9EXeX02\n0bBewNK06bzoCxPJLlLC/KxoB3t4G8kAm2+mpDlQLAjr1FI1nSTgshp88TuG\nxK6eXh2vrfYT9mitPx9d8P9JeugvkhCvjbPdQW9qB30OeOpcBnzag9g0EiJY\nBdzn\r\n=AbU9\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChFNV7cRYQzKm2kVyUnDdxlyFy77WW2eEFXa0zNoBXVAIhAL7CadcO/t8GuXzHq9VohUImo0Z6hhwOh2MXMgacBMY8"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.6_1535134148744_0.9201672137898058"},"_hasShrinkwrap":false},"2.9.7":{"name":"britecharts","version":"2.9.7","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"812a8652727ebadb7825a6988554e2e5d4b1eae3","_id":"britecharts@2.9.7","_shasum":"84958c90a840c8bee625089cdb674c95729829e4","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"84958c90a840c8bee625089cdb674c95729829e4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.7.tgz","integrity":"sha512-WlrpepkAp4jMcyC29niss/+2wa55tWZo+7GMccgWM3QQYJFE0WVKckLLVjkz5OJw9o5kzM4vBtUKFDHfQk+/fA==","fileCount":262,"unpackedSize":27672621,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbs98VCRA9TVsSAnZWagAA+FUP/R2xSkASRfugp2rs/qV7\nV96S6JtoHWCp7T4tlA4yeTIsZE+GMWWUsA+2kKEXTWh5GLHFab0Hxuahbz78\n+QwydIXKg65tswXLIcUc1uiKSkPsF7BFO5G35HZzMJrvHYtZ3dH0hD1PmEVC\nrQH8OPU6m8NkifnrQskYoCZaJZlXoY4jvbh9pV3na4QtP3l676xyWHvtHQ3u\nR0tCKNX369yaj0Wr2GqTLU3d1lOfnXy6eKX4P1EHJEQa4p4E3nmfbPRM9S8M\nZuhOBtTx7aSpdCcYsa3pkfqIVkaX4rLWw7mnVlzXEbwDdEvQ09YToiuVrO4t\ndepmuJAlO6rdSaPVH3lYueB32PDqKdUaewP1ohhhODEReNfuHmQGssj4BoLY\nxf6tDQaxODzs3GLffxKADxzpemSYcLer2CBK9ewEl1hVod6YkGVCC+Gpbdlr\nL3rhmCU9u3To7XPwKCwUecQGN5XAONQQO0t9L/FsRDP9IbXxe+K+geRbLyLy\nrh7urmnnI20GZrWDUQFoBp28JBAbtRJaDjXbDNu4W+TwT7RP5HIcXfTF6wNL\nER3QKVWvP5oYyapihwQzmZy459sE+K6VLcH2d3AQj/XdygRFQaqdjY+oTU0q\nDXkCtnfs8qRaTvlASLsFGFIkTQ2ulhnTuCu0EgEJUHUDj4MyhRElr+Zv6UvQ\nOoO6\r\n=f9L3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+zXSwOwm9+Ehz3lLwggCyRrrWxsYTZ3vaRgVJgIdDKAiAIOH4Mao6krvk7uJaBBinglDawLLA5sDWupdfb0tYBxQ=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.7_1538514708894_0.3038386730508351"},"_hasShrinkwrap":false},"2.9.8":{"name":"britecharts","version":"2.9.8","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"898c9cd9d74f7ee43173cdebaf4c6f2e7e6fb5b5","_id":"britecharts@2.9.8","_shasum":"7adcd242e2a4037ef384586ae288ed91c0f03121","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"7adcd242e2a4037ef384586ae288ed91c0f03121","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.9.8.tgz","integrity":"sha512-nHOee20POFXvkOHxULGyc7DngTJ9lzpbIrnfOO/SmPUhbKnRUcsG05bH3aELJ+KYN9O/eUyf+3BGXvtPx0E1Pw==","fileCount":265,"unpackedSize":27674593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb01XDCRA9TVsSAnZWagAAvS4P/2eN+kKSqYRogf8OWoJ0\nE0HdFulClR9t0wJLNgnBzxzi5s3DPh75kXbYIfJJHkc4xfgYSOFrZcD1amRP\nz1MJ0Re9dTM2VeSj5b8pE7NcwyQJwyh9HxwVUbrUCruuuzEH0gJPXs+boOP7\nNrCzzj2H96JFFgOQ+i4bZOhzS8T8+nWQPeP9GIKEYodFX1EtqzaErrMK2LcP\nc8BiQ8gWiXDRhNz5cDXSK83FIr8Z+3mAxc6LWpWIxLrFHsD0idQwgj9LKRYp\nU9Lcteukkc1/MUH7xDsPHfHoQ/Xl9C2AGcMzSCdBqbcVEd+Cy7eIfoM63brr\nNKweJ7ymaSnFpr+vYHxQJabMx2OvCYkQ7BlW/LPJLyt1YCepAH7mdoFS0X26\n1CkqcWtyaEuVG3y0/06BpzlnlesFF9FoDuiA7ulATrWddGXH2Gh31GhaM87/\nUgJuvpJJKpW/MHPgKj/1EL4tpqUQ8w5U2esQhstldVT2vTXPbh+tps1JX2yL\nGYXwhxpWdr4OZ/u8MAQVkbFiZuqdes55cMgnJTTimfRPLvmvZCiqCDX1oAfr\n1+oJ4291zNPp4hjnGee3Khjz5fTuqniV1ItfTRI7uKV/dOKKeJHt5JznjQs0\nljjzchAwU7qd2gwN54WwrVaTp9LYeX5waiwx35UE0un4A52I25tBhMACXnWu\nwwyF\r\n=CjkJ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG4mfYnWhbG17dovn4KTx9st0BSbPDcGmiESMdKUmtODAiBUA7Tb22gbaYI3MyHRi63j4laGrgOjg2gC6SUrjXzY2A=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.9.8_1540576706952_0.7798655617618702"},"_hasShrinkwrap":false},"2.10.0":{"name":"britecharts","version":"2.10.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"2576b7033400dc8fbd8e34c635c42c4d9666f3b9","_id":"britecharts@2.10.0","_shasum":"099bcdee74b7f39b3935f27ebee39801261925c7","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"099bcdee74b7f39b3935f27ebee39801261925c7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.10.0.tgz","integrity":"sha512-L/ZbvyRGpzx5jh082l78VDnzYgsaf7tqlKsGsRmaXFgFr6AiqwJpJw9K6WVTg3zwT6GMECb1z0CaaDdzMulGSw==","fileCount":265,"unpackedSize":27749236,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcgpX/CRA9TVsSAnZWagAAyVcP/2EBAvku2JFXm8wSg62W\nvagz98sK/uuAYs98xCwcau8ULxsUxUy/Nb51MYbPUb20j6qdglJLbIcWIvWk\nkxgD8qbI884dPvBKn32YXMW70xZUal9ZXTVl/f1vtAqWLtjmB5nT+b2acRlB\n1FT5osjuk3Ejo8ii6qoXnADpmcNri8qBurO9Dd9dSPGo2YFC3bPbjjjLzqRW\ndY7qtZGNLWDZp83I3uEiB0ZW4JNMU5zRt1B7y/b2LPICihbmdJWOItjJHhR0\nJhgqvXd6L0oSePPAAoTl5NkAXHAlc6SbMUXg58QU89BgD/e6i7Xxtq8v2p8B\nTFyOpXBSlR+uZjM+ybHkWOossp8IzZTLDIjs6IzLhkYBq/Et5VrTLS9R5keZ\nmb98RF7wd65YKLTPEqFJWoOZ0o8SFALCPWU1Rc4TkY2jLbvXnLumVwZgBnFL\nerRc7+PH0TvGy4ZI/jQlTxZDTJVC9GVAEd2JvZAs/2OcLOaGrWT1yzueOY6b\noJTrVqTebCTSe6GQn/gCkSVcXXoW9sPOTFdGH39DFzTeAV4idHPYtg7N738D\n1zxnZJERtlGVBLPHXJZiqpCaiCvFmb+rUxLyynrCqXPdH95H1j6m54Q0cXEP\nTqhGeToSr/mP2mYxszpfbKK+JGE/FjM8Ckf1Bs6KC6eu1gcCYB4Vp2Fas5qq\nzfmf\r\n=0jyQ\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGT2mgd1CMH2n6C+IDlVnAsfJShAoGR6PAM43LwvZ+zOAiEAryEXCxd1+lIIulWbYUcQZIXqfVVCyOlaDu6u8HZ69mk="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.10.0_1552061950589_0.6919730144848963"},"_hasShrinkwrap":false},"2.10.1":{"name":"britecharts","version":"2.10.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.0.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"c2a03d369f8a7342e28f7ec9e4cd069d00ab066a","_id":"britecharts@2.10.1","_shasum":"28cd09c1a6c74b7ee98fac4a87e56f0ba87a71b5","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"28cd09c1a6c74b7ee98fac4a87e56f0ba87a71b5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.10.1.tgz","integrity":"sha512-Wrnj1J8/ATPNtRxUbIzLkvIeAeY6CrfRRKVRxBhuEbonmWEhc/m+5AgvRp+2LwT6ZDq2Lier6ygYC+ocElUNhw==","fileCount":280,"unpackedSize":28448510,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcuKQXCRA9TVsSAnZWagAA5B0P/RxsXMcATtIbBvp1RN45\ncJcDnQkZy9m5RXcpiOY3xv68OQI+CnOG675vL+T1/6FHOfUc+k2mrLeirmpk\nlrjvkkCig91hBYCfyk3PFjA3bxQgFdj6D1qTKCCN5/Ep9xJiG76Pa0ajVqFA\nHZnaHfhDIvej2OI5CrQ/ebxzizWMDi8xNYxePhJUG2pVb92gRO5JnGuWBlWm\nwKdKfYWVi85ykzQDDnAgdmiN+y66x7cxtoK0D22tyncE4P7mqdGF8tlS2lfO\ngidpWVF9rHeJ+fyhwEpNlqivCE5QreMKSX9fg1ucyEkdzYkTzbnN8KekAzga\nOVsVRfXP1Ag/pUkBNqA5I6rtcusQN8Xa0vM4zu0EQi6SnOLhI25hbnD3vc8M\nXVgXL2g7OSpobG+4ffLpgHmOeZ4FQOL7xwamF571J4wGevSZGaFkDLLGzItD\nTUwvTUHACSjMv6tOOnrkgFxT9G7vqsKjhJzutdp4FInvyia0gdSaK/huqyBw\n4cjVjnN4UfI9UmqPyXf7WC9eR2Fgb8f2cPPiM9bDs5v6Q3A31GLVn4YdZa45\nCeEPUzwyuiuBhrMTdpmaYUfxtt5Ixq8pxvYgnVdoucQ9r3ee4qu9sawDBayu\n2XgNnq4cXs0Tfj3T/YOZZzG/bVBnDs37b1npNH8FV10lBEe7eGr5R1yCfK9c\nt5f4\r\n=yG3G\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCr4jQU/sbmJSmWcofK6WOIUy4rfFwbgLdByJvnmSf/AQIgUb91MC0WJNcbVrjCXFE3UquBNwDi1/kU9QIq0NiXX/U="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.10.1_1555604502466_0.9521598753927338"},"_hasShrinkwrap":false},"2.11.0":{"name":"britecharts","version":"2.11.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","build":"webpack --env=production && yarn run styles","untrack":"grunt untrack","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","watch":"grunt watch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rm -rf node_modules","doot":"webpack --env=test"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"^6.25.0","babel-eslint":"^7.2.3","babel-istanbul":"^0.12.2","babel-loader":"^7.1.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"^0.10.0","css-loader":"^0.28.4","eslint-loader":"^1.9.0","grunt":"^1.0.1","grunt-babel":"^6.0.0","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"^1.0.0","grunt-contrib-watch":"^1.0.0","grunt-jsdoc":"^2.2.1","grunt-karma":"^2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"^2.0.0","grunt-sass-lint":"^0.2.0","grunt-shell":"^2.1.0","grunt-sync":"^0.6.2","ink-docstrap":"^1.3.0","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.7.0","jasmine-jquery":"^2.0.6","jquery":"^3.1.1","jsdoc":"^3.5.5","json-loader":"^0.5.7","karma":"^1.7.0","karma-babel-preprocessor":"^6.0.1","karma-chrome-launcher":"^2.2.0","karma-coverage":"^1.1.1","karma-jasmine":"^1.0.2","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.5","load-grunt-tasks":"^3.5.2","moment":"^2.17.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"^1.6.0","pubsub-js":"^1.5.7","requirejs-plugins":"^1.0.2","sanitize-html":"^1.13.0","sass-loader":"^6.0.6","shelljs":"^0.7.8","sinon":"^3.0.0","style-loader":"^0.18.2","text":"github:requirejs/text","underscore":"~1.8.3","webpack":"^3.6.0","webpack-bundle-analyzer":"^2.9.0","webpack-dev-server":"^2.9.1","webpack-merge":"^4.1.1","webpack-livereload-plugin":"^0.9.0","yargs":"^8.0.2"},"gitHead":"0767051287e9e7211e610b1b13244da71e8e355e","_id":"britecharts@2.11.0","_shasum":"a61e6156dc91a6e2e11640d9a8a54d3bbce4a145","_from":".","_npmVersion":"3.10.9","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"dist":{"shasum":"a61e6156dc91a6e2e11640d9a8a54d3bbce4a145","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.11.0.tgz","integrity":"sha512-bk6kf4AvixYzItx9hZ1BkkSYe3sQ/gEuVYvgdvP8DzwT1r6MaW7CsffM+cLIf/VF6y3kafkmTg/zAOi+wgkqLQ==","fileCount":280,"unpackedSize":28473273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcvoiZCRA9TVsSAnZWagAAjEUP/3TXQ35xgnyo8qdsYEOz\nsuth4byl/vGTaQDscfxP1VrlZMchIiBPggR8NRKJr06902ldGRk13RF+CvLo\n1CMqEsg/reYhZULYs7SpoZuU9mzXmdKj5aoEFw8tIuziJwM18e3UInjmSXHo\nNK6tzbcczMlrA/Ub3kUFWv+l2OP3VpOIQK47eTlN5m4pjttDIpX3i8O1hPED\nmPYZzsAzrooeOlHd683D32eZPzeBssO8vl9NR8ao+pMWlySXxyEwVDof06Ak\n7lTQ6FVWe6eh6RfRb1yJzIgyt/lfDSVj6miqQA5eIFvnN53rKbDDIEaRvoOp\nmNn/P1YoEu3NzYjdvC+4JkAKHCUX8QoH/nSvUAmzRXNuxbTTmMOuTyUu/Wp/\n5VvZpl0cw7cErAAiAC+NrUeCbgVyvZA+5sTr2WavpuiBOf5SI4tm4KaWZQ86\nrh5iy/HIIPfm30rehjdD6cVyAJBIQng7QQ+LSMSo2MpDd5dfZqAC9slAf338\nvmLP9nMOsaC7LbIuI+1jWNDhRFfNVOygQ7Md3Rt4tlXlqq5Qw0MAhdDy/r9n\nDtXEOCQ2u+FcICX+iMuTNijV8ccND2AcU2xFPbrMC9ZCzaxpwKvAveeGTUX+\nTsioK7t0p5Wh9hclqH/Cu0fhCS8IBzcBFyRyaxpjgpNVp1DM0Wn42NFyTAGi\nmJaK\r\n=Hjit\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClBMeZgIPLUJ8nYxMhfSiY5c0OAxf0lBMPsCy83sdJlwIgTsAvDwMAtK9xVMmxGJ25KrZ6okBxlJ+evwTLLCEiIlI="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.11.0_1555990680483_0.9982506369139694"},"_hasShrinkwrap":false},"2.12.0":{"name":"britecharts","version":"2.12.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"0.28.4","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"3.5.2","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"3.1.0","style-loader":"0.18.2","text":"github:requirejs/text","underscore":"1.9.1","webpack":"3.6.0","webpack-bundle-analyzer":"2.9.0","webpack-dev-server":"2.9.1","webpack-livereload-plugin":"0.9.0","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"29a5d183a4c225567b9dff0ed08a4c4edc7dc163","_id":"britecharts@2.12.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-8HcBaoLdVpDkFwr8ejpl2n3ho6un98E9FrTEdy4Ya+wyTlj0+HFAC30LCTP0VQdeuPaKPAA8OP0Rrjxf7XdzMA==","shasum":"c91be237e8f3b8d5643c46dfabb2ada68e38aeb5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.12.0.tgz","fileCount":280,"unpackedSize":33160370,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+pskCRA9TVsSAnZWagAAJiQP/3AnuuHYg3itTtBhc/v1\n9ffWvdOUdNdcWrNE3eWOHId8O/JxUwwlEqMKoQEMJtSp4hkn7UzuOqP+sEas\nryHiIk0FMYQGOlQQu4XSnz7g9XCmbt06Jul887zfpQTfONL/g/JgCNvH4uKi\ndOG6eI2gqqLpWWjIujMkSCfmhcC1HsNSUn6rpG4/KisAeaVfqde6KozmGP+k\nLE0kbrPI+SLAPUwCQj14IdTnFeru/gRf0m5VG6bSgU3kFpIG5CRXqCrM7Vk7\nyVR/wu/gAvLhodQi5gjRS1Nkw//IJ6rVoCxeov7Nt0Uu7/sKCdJEmB/EH9o5\n+BVUKhiWeE6I5FVRVGEqHd7NdF2yBGoCZIuicXe/p9V5DboTlaHEDZYzCFiv\nXgkMPiqwGPoDWRw674YMwoF8KS21FQgt1Tgim9a6o0m7pyGCAhmMR57CbOQu\nlrnX7Ld/MJNITqEn/z7+UBuNj6TyBjcX/kISvgUxD9tzmQ/JPxrZt9KT9++h\nsBCJzXa3bEgIXslPEg9EnIA97P5zQfv1Z8BRjbWhgsnXMCAK7U/bHt217ZzE\n9fpUY5v6cRdPgtZN/IcMEwG5i/FVoxSUEJgol95c8yUNzVr4d3b+EUQneVSM\nLAXAh0W3PR/RG/9MWLJK3m0UTbAKCqq3mmwd2Q9W7E4aNw/vssUmW9jElG9B\nb3Mr\r\n=GZhL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChr6mNh6OnhwEhaU42U6RCHteKyl8QTA71G977jPFOBAIhAOVHKQZo9adSVba8hiUEn1IgMluj50tC2jXRD8WbjrSa"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.12.0_1559927587256_0.519319206957668"},"_hasShrinkwrap":false},"2.13.0":{"name":"britecharts","version":"2.13.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","babel-eslint":"^9.0.0","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"3.1.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"a614bea9713affffd080432d844770c68bfde0d4","_id":"britecharts@2.13.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-oXk5K/2MUjDgKHH+xi7KvbHbt0nHF1SU5iYRw+6Hdyh3uieOzpJBmauSfZR24+TZAu8v6jjhS2XD5dwdQ84QYw==","shasum":"41b3a25ec67116a76be5e8fd33390d5deac4a1cd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.13.0.tgz","fileCount":268,"unpackedSize":21106659,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd1bgDCRA9TVsSAnZWagAAX0MP/jvxx32o7u63sfl3FCTT\nEI7YDVNHaEkT24Mvhq8e8Fe+w8IHaVMojGy8F02jkYGy2P/NLK24oVXY2pJH\n76hjOCma0nIXipq/W9hXpcyzPfRWS9b7r92oypVwWabXBOJxVAbcNa1vT/s7\nhn0TmNSOQmG0e02TSpIsgjDJUJI/jRFrJXqAu8ETv0ThI1Dcaq8PLZsfjJrZ\nAbguXXEcqq5JwQZaJQiIYkTG84zBybLoZe7U80GY+dHrXyjLsJMLRACKGfOZ\nKAuxr2yCC0/pmg9m5ETGNkt7sMW6qXHVnYEtgNadu8upGXJDJnNzVYOvOzQ3\nwzhO7aGqOAdtQK1+oHXCqcTOep5Y1rAr0LL4Zfb5iJwoMPJPGDTY5NjF19OF\nuV/yZ85qKeCRk5wuZSI8nSQsM9EZNZVb9sJvN+tHwRVXo8O4iWoqkjR7Ct/v\nNUsfvrb12QSPrYSF7VE5AcCdnprO08lHpco8XU5ZsTA/YosIc0SyAFdXQNmI\noWtqPyNfipeNFTVa7nfMH4Dql5l4g4xqHeHBPYgbQ5JSes7x8RyWe+sD/UdV\nJNlImvGWRwFqxR4zhhGgf8XoQmKRn0WYkuz7VYlois5WcVz4E1tI2SXc8hcR\negNVbdtmx9CeVmsNcDjCAJqPlYsm/Bl1rDR37ae+On3jfEqzubCj2SzzTSl4\nhoI5\r\n=zHCC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfolgwR7SPXGpu1gpRScr2yO6U+Grg9XQSGKGwwHZy1gIhAIUrpJZTQz64rxyZ+D9juTWGiO7aY7ct/2qkVJc7RRT5"}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.13.0_1574287362663_0.1594551303171714"},"_hasShrinkwrap":false},"2.12.1":{"name":"britecharts","version":"2.12.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"3.1.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"1085723384d594eab9ee5dcbe66c077a5268d5ce","_id":"britecharts@2.12.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-u0fIz4SmzWaFn4jalAZtiR99aORx22dArxE6epW4lFQUpsFRzJR3ecMnf21W1LyIB44GDRlJyD9e78gqirASiA==","shasum":"9474df98e527d8685b57716b614efa30a7799ca0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.12.1.tgz","fileCount":266,"unpackedSize":24365908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5tkwCRA9TVsSAnZWagAAThoP/iZVFGWfRoPs/NYyPgJ6\nhFvcs+w32C1jjeC9D5gRO/mNtPZQpcQD4biOuin7pbyO4pyYL97/1qxo2rdr\nc/8MpMxxqDbeHq25vnw+OTXsUyA9NyNhVYD8EpSvd0ZcCmeqQv5Yhk/KbIMO\nclHyPlDowbHxJhTI172jp2fa73ww584QLYVhzfX5vvD5AOtpLqdWYDdwX0Wu\nZ2QIOM8CmI/4gRlab0O79H8n3i3yjCMBwEXPfDIA412x/C5UfzyHRzOLyuLb\n28lHNkq6oWVIVRNtjLN02ewHYVB4ZbR2Vdw6BComcqgzdNuY1kXlD/RsbDJ0\nNYRN6wmHNoZTnU5L5ewoVpUm+6sp7GrK30DnBsvSnO5s5BJSaj3mhb7+bgaH\n5nEqEx9OJJXoc0qRQp881Jcj8fwCL1E+k1EnuUKY1Ca7buH8JS7vmbrzHHa+\nDhUlhFEkTh4QujdBcfuLJMPVfm2P6NPD5J6Tvdi+HNq53ffPE5vv3OhcAtkY\nVT3BmZhdwlv7e3aE6/LLYa729grGEOqv6OcniDV4nvm7tyz18LCy027aBW9X\nKEkDeKYk1rq4I8K5pshOplBy4I0OoRoU7cPwK3LW5ONM8M5WMimdwWhDHI4u\nybXlx+5sqfFz40+jSK38+hZnsohEzs7RafWhQmIRJFbzBdrvi/BYcjBUk6yF\nS8HY\r\n=wkU3\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1p2jhz9Ch2QuL6QfbRa3Vexw81sG03R5Yg7yEOHDloAiA2w2zEHLyEaNMuaG1ZM/fR26fxBa96rJJxFLwlwJmo8w=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.12.1_1575409967836_0.061807723183145535"},"_hasShrinkwrap":false},"2.13.1":{"name":"britecharts","version":"2.13.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"3.1.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"9d9e56038f29f8c414154a8034d042abd08c7c6c","_id":"britecharts@2.13.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-Ms7fecm4Ec+GwXCAv2klyhLjZvvYvCFk0aL9zH1ZAgrqwnO03BbH9bQO5QjIEB6HXJXzRnRSBt/YxXXTy1n8Tg==","shasum":"b813caa23e7aa72fd412233f66f9b39fc739cfd1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.13.1.tgz","fileCount":266,"unpackedSize":24365922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd5ubACRA9TVsSAnZWagAAZucP/iWcErKZ7rkiDirlYaJI\nC9EafU45TkNl0Yo4op0JT28PtbfbdeYPPJMWPUw0abyXd9Nvn4USNWSo1WQy\njtx/NTw5j3HV7b8vnXsszFZwbcBxwr1rDCNIjZrMwfow9lPjqE91SaT/GtPN\nynw7u2aZnj/3337QLlXzwka1x5hS2ArpOUugYvYC2l5wogk/o1ejEEW++66j\nWnmBOthlztM8UKYOxd1IQ+8txp1ojHrsu82Sr0+WG+traj68Z0ttktkUdYp2\nhrMusjbJPjOtxRtPtoTFAp0Rwdv3xMdzLamJ1X0cMX2DDDcarwNwzjCxI2Bv\nDQWuWFHwYl+6H/T0H8HKNlzIRDA+UeSQTjLGOsh7BlcDcGHpuFbY4whyDqEH\nj0UoPDMbJlG2ZOFCccNeAO+sREIfz2uvwkPsH7hsNORjGdDU0gRgFFkUFwut\nRGc9usW/N+1Cb0FF7mRZvzR+L2QDqnYP1gPbx0E0/1jtE1UFwcQ2gS4uUBzU\n9JNHShtbzSv2j/7s00sAn3x9IYAZ5Gt7TEhhBkZox/SID3nXb949FwUV/rkc\naspCBUuIoqAY4Q/3nmOjSUftXpfTirb+CyX9FGWWAtn0hPszY1xDJRBjNOvg\n4B5fwaUm/d0EZU9jNjq+4iYm1CwPEyYbwtVFuo0i1YckWBnxudtPIMcLSXDq\nCFh9\r\n=lZxT\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHVXqM67sEOmqCOVvhJ/v18Z+U3gqj7iJLiXtbyfVJ6SAiBttiUGx5ezN8lm/0n2sQZzDoxBMNQN2DJ6SET68G+Gcg=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.13.1_1575413439423_0.3564618203356211"},"_hasShrinkwrap":false},"2.13.2":{"name":"britecharts","version":"2.13.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"3.1.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"57a6aab21919dcffab7b9ccadeb393a8f055ed61","_id":"britecharts@2.13.2","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-sK7NuUEyBdLYXNJmZcrjjWMmzByqpRhySddNPhjpRgFhrJNg+5E0m2Y1nawRDeiWFhUXg0Pziid5lCRzR4vybw==","shasum":"1596e439daf370fdace5bc32665e630f8427ea9f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.13.2.tgz","fileCount":267,"unpackedSize":24396018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd6sKrCRA9TVsSAnZWagAAStsQAJQMhwec1THkl9d2vwjG\nd0xUL94MBZhW4RXSOjjgz+aXnubSWVlphGAcUKSZI8TcUKjakQOPLX2ZOevA\nbQ3F1lFDCQMbx3VG1uYT437oNAKc7XXlUoYGj2RkjbQHZrb1F3jslnbc9F6f\n6Gw0T1ks9Stg68aODNQCOsHI0yhIRFXJedoZqcTP3TtBzqKizGSDpm4b5Kpr\nyjAdAOj2qK9GMKxlqE7yTUkjepiGy0LAP7W0vh59R0iXjYlZw99l81wsFV76\n0sWKRQTNM5VYXsJrg9JE9J7cVm+pjJ4Dk5a5JzJVQjmT7ju5aGmSdXHWbFAc\nP9/Kk2iAnUeea6AlHv7HFkYEJ6KPRdaLXkW1+fT40XKc7NTQupBU4SO6bvA9\nREJ2A9r35qvpGJMer0avbdfg4oZR4NfCdE/XSgPDNU8gBZcjkCpnDyB4HVJx\nFs0XJvQ9FEuZpDDXdJS1mMQqUp4tUZFQiubYtTLzAHCY6khtHP9X4m/oNxfX\nlEWB0KZ+m1gNtHLsmN0u64WDejnhGvdtHxwdIFO25c0usBSW/X6koiA/Yu86\n+mTyZp3Jnkyf3k+gHYVMAIZ8IHGVKbPUjceW7gm3AGO5gAuIWdwEqx5Cn6AW\nrkHh2C4kIOXYBrgvD205nHYBkiQQwrqXhFoWs3tQlGkr/7ZYUwZuiKTCM1Fu\n3oT+\r\n=gu55\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICA0DAjGrQ5Oa0HOQGeVwTeTghSahvFLLcDzMeHuybhAAiEAp6JNZC39woxaUfFuR4HlC1FpP4KKoXgovi2MZwr9bQU="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.13.2_1575666346937_0.5735095356901041"},"_hasShrinkwrap":false},"2.14.4":{"name":"britecharts","version":"2.14.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"c1ebd1eb8fd932917465e0a2cb3d0b37f547fa55","_id":"britecharts@2.14.4","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-Fk7KELGue4SHcjlygpVv5QiYSiX5GFHe2Zz3bbFjpYXbFcDfft+RW0CpW/PtWtVNsc3SjF9GskPBdi0fooURrg==","shasum":"7a53ac94922ad04881f2e5e61911e60fc40440f7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.14.4.tgz","fileCount":207,"unpackedSize":12989854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee8kGCRA9TVsSAnZWagAAfv8P/i7C99DNIB8gWCHdQSkR\nrOIYDDX9rcOn4SeB1A2i8jW6Hm54laXdmX564/z0WriIns9m3phtG/C35YbR\niw1l1Hn1wBk4eq7sJHyug1zS6LpZo9OnxR3gEb3OD5lqCsnhmYTUbs4UoFfn\nbV/bVTr6XmqtdwvXhrcel7Bfbo5CiNZREVMF3csAR6rxLpCNdseOTAnOoJgP\nVJs+AVfQxEfmSMse8cE1gWSTb8AIfnxF/9K9bf1SowfBeQXqWKImgdUJSMYB\n1hj3W3YyuICRgFQgZdHQh06n4vn94haMeKNTwR3079Yf7POCKdDW4ZasjMgN\nOi9OSp4IMHhXbGs1qZcuN/lo3S4LFrDbKZdjICZkWai7shL++m5qdRLChJEF\nCank2TMN5KO5INxhr3SknXgbsPCaWrmPzhvewE55kKkYhxML61RYKzgA7tRA\neR5YPmFFag/E7QfOWfuQhCtrjSYpRfv1uV3qDp0C4IRGIGfFqXWE+b27//Ku\nrG4gTxUFHB/n5rj6OHYlxANDlCai0pWkKdIokcEDku7tzasMDguHEiwpXNQD\ns4uK7/lLoluWVeiwfsA6hoBgMrLkwkNhBGe4X3rUCaJbNOutZfTydZpEYBpi\nLh12ACnI7AE8bp8uGyYcRoKKFQLwO0jknEn2HbL9IWLdY2GeTXVukCNRZiBc\nRwiX\r\n=dHVp\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQr5f439XEYA7OuVTFu1MRoC5LXGCI/nnVqpwSimxouQIgTHkHDNdFXqCeAWYkhInJHJVANdjtJxsX+S1sqM0GkRI="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.14.4_1585170694272_0.8211124905868661"},"_hasShrinkwrap":false},"2.14.5":{"name":"britecharts","version":"2.14.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"ec18e731f415b944a3d89699ec64fc4f03b83844","_id":"britecharts@2.14.5","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-2xLxwhgbmLOvfO1y5WBe+1BgIS+Ss5m2WJSMhlrBa47tUCsTo3DPhNfPSu7z2otEwDkfBRbHZQbvticxdH2qfg==","shasum":"700743806a73575f30d87f150b4c23f104ca4526","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.14.5.tgz","fileCount":207,"unpackedSize":12989861,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegnR2CRA9TVsSAnZWagAA6J0P/RSTyMjoiUah1oajobE3\nc82M3NuarWUSR2gzweWRiNcIk1F6/ocjtuGvg+SqUHlFnbyNVqD7TgxcIaM8\nPFuss8tD/bzVdiON4EIlctWBxiVk4b67SfMFr89IlrxL1T/QEQAxWAPsPh7D\nG1MmtY6oiqIER7hI4/I76w2scwI4EszRLb/j158nMFCxOwnsp/z//LQ/H2Iw\nIKjWuFwtXcm9KXExHnq2vlThZZlo+CsIoEM/5uzQpSMAsf0CrIBRytLwa4qi\nNuInB9Q8B/fNGrCYKGciCNBcl6ZZDNNQC7nv6qgz20S3BYsPgSckrnKSmB2F\n8EciVv7MJ3HqxQWnHWKNJy32/b5jBqppMVH+6jdk/iRLsKLaW4ga/K61FCLN\nJt/IQuT35v5V2hpJxHQgVLHgPEOGGykPQSlhfsSFuiO9UBrWxyUmTv5cVQl6\ne0NO2JBi0GBQ8o84Gqxg4vlsGG8epj4yCDpHHreFfvYPdTK/MILpMZarO5P1\nTqsptOJ6OaJ5i6LjPZVjZmyqPOM8B+vMu/xKAmJhFt4CL2BZNwhUDX0lX1w2\ni/RWPOWarWCLNFp6WabUVjmAwE1R+V6C4ADk4lMABCdf92+Ys6Em3wub9Cu4\nLsV4EeNTy5RDn2nYrfbCorYLzjy9Z9vgTrWonyjysYqoFnOTGUrLpOBeHKhj\n09Zl\r\n=12q6\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWCK6vAMYJne9JI7D0UCps5PWA6P4fBRASvfD9MeunEwIgff9DoaCb5ird9IJMnF4Ku6FljA4dtAM1GXqLWyRbvO0="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.14.5_1585607798285_0.3274839807279124"},"_hasShrinkwrap":false},"2.14.6":{"name":"britecharts","version":"2.14.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"d7d4ceede950f2d2d357de71f8fdeb5304acdc3a","_id":"britecharts@2.14.6","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-oTiDlCQjflaNEjc7xdi5yinyf/lVqNsR42Ku/YtfOkkGZkflJ6U54FtLr+6UT69eciKhvowkKA4huy64AVGInQ==","shasum":"ca27de5c76622212472eeb92cd1df3831e140c7b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.14.6.tgz","fileCount":269,"unpackedSize":24936396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJegnoLCRA9TVsSAnZWagAAu4cP/2Y4NvAs6Yjjx25udQ6Z\noO3cnjnp9CRyKqIg5AOvhnSGrqKCSkfnwn4YjOP3H4KISvG3Q42JLRxYUlfQ\nSO3dMYF0LeA7m6gyWl5U2jANUgG8nWdTh4tOCLQ80aMrz1x3hrOqdCnVR2/b\nydqaqvXhH+Inar2Yf0x0HhhiUBJ6jDK8wsIqanNNKHe41ejdnFNvLncm1c3w\n5IxZQ8fUW7YHhWr8L0uj/w6rI68SPEJvUgwD9nwo7gZbIVm8ExtD9J9tNrnF\nDCrhcmoqGRzXjPhnB7IgElc7yzFRBQuhHdf2iB87d0tgtM30ROf4j7bVxsmf\nTB556bjOvfrGAPuY4hlXxaqv3vYwco1Tu3K/ewBo/Dyl+y73S2OjSDjnvBJw\nxcH92mHsMf66AWmFXxQ2euJZTdtgQGfTuyIGfn2Mi0p1bu8SpEmX1lTXYdLq\nO4xg55opVFl+VW6ORi9sIzHekvzjOp+rEZ0DK4kgFLiD9SWqCqR+TTwmnW6z\neKikBUmv8U9iVf/UPOYco3sM6Th29hup8Bmae6nJuwJCQObYKHvR0kZokiS3\n9lcWACQH+QuMFrY9MOgObdK5mwho95ha+zf1n2pm+VvabNBY42zDxTfM2Yl5\nBYFivkrCL/e+NU56wvrlrh9pU6gKTVNb2ntXd+SgKkE4LiZKZFYh8UsJdJhK\n/8E+\r\n=fLaF\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDeTSjX1O0BTWqhywnhj4DL1HZw1n2wozswmDicD+9aBAiEAykX5bNUq2jzqrco1wbzhO8Vw2zs9xmjJgZt8T+D6Gvg="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.14.6_1585609225790_0.7464701731228371"},"_hasShrinkwrap":false},"2.15.0":{"name":"britecharts","version":"2.15.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"c909ad69ac5a8f49230e9cc5bdedd3b2b7e100b7","_id":"britecharts@2.15.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-atho0P/UXM7b9Rm3tInPUwazwNSo06uhnNTtsc86vVJIuczCxvv/veG3lQu02SpVnF3lwbyfhCi5DAByAh3heA==","shasum":"29433d49e1c3c18da049f97e6475cf1258f0d9e8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.15.0.tgz","fileCount":269,"unpackedSize":24943864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJek37qCRA9TVsSAnZWagAARN4QAJTIpdlcnCKwk5I52FHh\nIXzA3tCzNdPglzHs3IHrE03oOPPRWCRzyBcOoMi65ZhqP/hAIbQSNgRh7CfF\nuJuRJ4fMgrDo/5EnVndSGpYtnWmxXdkNoaZyS+z19DEVLCbBa9W4vD9bzTzj\nNxKV0U4XUMfT51jTA7LlwBoiiuBrvzb7hkLconiqYsy4aimlPKklyvnpb7u5\nL4nGscdHZHdNn/Tmq/8jb8OG26XvdWfA1WMBaEQpPlUUee4Ykq6AvG6X4n52\nvgnQ6jdqwW3tSJOIVMd3htRc9dU8wECDglEpnQ7nJSMoMEYAs3ArYwbJVEkK\ngvwtlpq1rS7k7V91z2vpJb1Fg9ExjJngcG+mS2ZH4uOc1gk26AbfrCWWpy9c\nKYEvzSYBpykao071xZWcZqdCQyPlIYUlzReNIdgcaiLxwMuzvmsdlfpuIiZe\n9eNCwG/B6GSm8bKx+87yaAqNiTJMMO0LPNshz9GeaL5eHGs/ch42W3DCaPzD\nivtlGWx/Xf9TJNZtpw9FAivbviux4bS6/wN8k4usyCMVpdSf3zICztRzeGJX\nQv3NvGY9aVKtbhntjyU+wBsAu5RMIFbpY5JbLaVeAMmlx6A+iKPB3VbBwmbJ\nwT2hPY94erWaQrzcVP2hnKj4IPQCUceWDS2JVr3hs2Cx0Rp7gg4+QatD0v8Z\n1xb0\r\n=Jqr7\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9mKuTq86RNcoTFTJvbidiqDvdL0PvhPsJsXs2mesYSAiAhlbH7KRf/mHXTiN9El/QAGbKJoOSmt4aGgxUyjCbLpg=="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.15.0_1586724585732_0.532342163358555"},"_hasShrinkwrap":false},"2.15.1":{"name":"britecharts","version":"2.15.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/eventbrite/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/eventbrite/britecharts/issues"},"homepage":"http://eventbrite.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.9.2","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.4.1","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"e01006d3ac3ccd579dc219f81a8233b1f0d71105","_id":"britecharts@2.15.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-9R0hzEx77sUC1pEtwFKyREEoxbVhvhwJAytGTC/YypXo7YOlBZnFdcRFz7D9c2kljKd7cNJA/ZpYFRsysMLl6Q==","shasum":"c126f5b1258407d7b4d6e2450826f3e4819417c2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.15.1.tgz","fileCount":269,"unpackedSize":24943864,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJemTuXCRA9TVsSAnZWagAAuGkP/12QohHF2M3njZuEx+Xy\nBl3jdDo209JZT0ZVGFkzPeN9ZTZv9k7zxz/+lzqI4e46LTm6Lu3JaY4wP0qM\nexBS9UJzvc9hN2+zpGAQd2wKWbYKAjepkDjKBRYR7OFaZdxxlAVHo/JOyn+O\nl7T9PWsssi6d7vo9roI7saXMsSP/Uw9jIwPADrr7ip8VSbi/9SNCW+612+Zd\nr0ggEU8lkAe7Ptcu660jdy/l4v6QSiSyiepDlDPj5OlayK0ZKq/HsP+D7ZXB\nRwD1a3pGDBLRMvF5bh8EobTRUEOaHDjJDMLmknYwq+aB7pJypxJ6hiVloOzY\nclSQI+buogOsohJzQYyNQ4PGnL4mn/w+Rg/IziR4BwxoiSTQBx3iyxMEXmWS\n+q6cz0KI6HNbXR11s1ta1gqkbKcQGvbIrYDTB2yL8IaDmbljqJTC/ykJOXAb\nHRoeq4duAq3RB+nk1dMqAikvBlhrRGpNzuB8Kc3MRxOU2d4qV92RM5bL51Jl\nkb81WFROUGdo8+G3uJL1QGonN5UJubfQQs+mHlubC1DZJtfjkNF5mVw+NimE\nEjYg2OOyfSpW4PLMymxaZrEKfoJ/5shbrA1Pu9UW7aQvlGTZtLpB5QaCs05w\n4qStQ29rnp7+RbxGPNe0wMZwu2LEBoi0v1yod53gwEH5hirRtts+kIDq1/yW\nod0L\r\n=cKTv\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGxYYCfQRP0OiCnLhIMmNVDNqanqmkOLGL9sAyibHf7kAiEAmOJtxspyfuN6cd1CfCRRtxg+1TNOFRc4SL5De+77OMM="}]},"maintainers":[{"email":"npmjs+eng@eventbrite.com","name":"anonymous"},{"email":"npmjs@eventbrite.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"npmjs+eng@eventbrite.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.15.1_1587100566943_0.9445648652011325"},"_hasShrinkwrap":false},"2.15.2":{"name":"britecharts","version":"2.15.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"cc4c70832f0b9a495971c7fe97ab86c19938cfa4","_id":"britecharts@2.15.2","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-w0Ep9fQUdNtbdg40/ZcykjXtktjziaoN2qMhiIqJ0qGG3dm6XWu2KIZL/8nQFcX39c4v8hJ8Sq7jZk28qjNYYg==","shasum":"1f0c6ef5e2e44ecd6158a527759aaf125861c1fc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.15.2.tgz","fileCount":271,"unpackedSize":25007449,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezf49CRA9TVsSAnZWagAAgr8P/0zTJsaugWyI+GDVyEqB\nXxt4KgEI53NsWsVcl3WfAEsvNDktmX9CQ6ue71yb7QrMch2M5NW6K9ZZ754i\nYcPzT0zLoYUnAzXuLKf9THq38jGoTnEC+e7MjcGjkwlQU52pJvzPSw+sJoBi\ntwrNyBxM4GJooaNHWgviibm0D2A6rCyV+4u8WrBjVkgl3ReK35uHTiRm9ewy\nn9a1HOUlGNlEr+NOqzazxqbSA5BoAFCufuRWDF8CAG1Hc1hJjuO7uL2oToAC\nL7wCejCbItGdUSDRVoOUsPv8rUv7hURMylj+1m0aVqY7d5V1JRorSq/RBvJ0\nYRSAmp1EKF3Oso0yl4c/WUMzOjNEMeuIVY52KEJQ1oZ8fkPryF0U2m5mpEFO\n+liJcY2u1Q/r/EfmSjos+h52y2eRFPPNexAl65HNkCr6J0f1IFZqHJ+S2Ogk\nHGOL8xGbL2DypbjzqPYdFFp+htaXxOsffvmjpuIJizkgBXxoTCIe7/7DwDwL\nGdUIe+uF26bcrPkB1EHD1UO/VWu2+o8n2Iz5+us279wEGY7ucrse8FCcQw/N\n9V8BlFZ+fmELJS982b2tK3NsLdS8MOyhx/S2Yd0HQK8jYqci26BVbjWnR6UJ\nB+JkdUVZE64rrM65+x0KitJynhZr6O9ZNEWt7IqhmaLQRv5UgprjBLmMFgXj\n+CBZ\r\n=vNyM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAF/6eZEfhPGapelrVj6Sx6fT8NROZ0pIV9APblp6I8XAiEAqA5FkebHx/zK7yMlzwAa48gJzdl99dPgOoTXXZ6AcXw="}]},"maintainers":[{"email":"golodhros@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.15.2_1590558268756_0.38389703901931305"},"_hasShrinkwrap":false},"2.16.0":{"name":"britecharts","version":"2.16.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"4a77e9c04d07abf4d860f52e231b917b234f9039","_id":"britecharts@2.16.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-VWgqqjVowclIo4lVJhu3tmam8/TfrrhyG19j8HGE1HH9zTA/Gv4y/sHQNCHIbkYy/gkJLK9OmqUQWwmCyUAavw==","shasum":"9c9eb412eddd47f11896ddb11a000e6b257b6fe1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.16.0.tgz","fileCount":271,"unpackedSize":25007626,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezgFBCRA9TVsSAnZWagAAEZwQAJYYElrWJ+V0xM4UXtg8\ny4mr3FXM1IqRTWC0QZBYk/q+UjZBEnWqVb9FzWfDpSXS4uwUO7GBQxBePEs/\nk9fXNGUVR+eRbZn383OUm1Mfx9ZwWNZI6TJ9k7hicaaQkU3ZVs/jan7OSFWM\nakm4QAC31tUUgute4vFdxN0Pfg8dyjz2OPoXfreHCOrZlV7qD2kcGOmc5ANt\nSXcptss0EULOAck5evwSrOD39asj+kPGy9WSDoEbYVRwEmGDLNvs0tJkfTXS\n/YLxGC9m47yQxLWeWarSNf5+zInWg3IFmvQ2piLrcJ0E2lWNZsF4FOFROCN0\nNyv6qsnQOIMfv+8xofNBE3Ga7lpdrhh6iFl/++hgzjFS7fkOnTh5GqN2RJCq\nPjDYqeGSKRlHsrhDUl+4ErIv3VU/6jCaD1gNHvmPVN4biCvvfPQhxbfNe0BI\nKXU4JB+aX15UfMEyjwu9XCUfQ1GjiP0L9cfasZwK4oJx87H9Ba5MYeGHfX4D\nEiblij15kL5OesYT2upo1LhtKfLRsQKsIX6DDiBaLHlhyznNMr0owC8tayo0\nCmrVtsRrSVIlI88Y9Y/U5GQv+FJ3VEqclX7On4HFJIhbztk2awhHg4abv5af\nC0KbEI6DEQ88tBswp9n0XUfI8fvMZgSxa4Z/GoKJkgdaNYt1Fc4Yvn6vEVYU\nkTnC\r\n=HbOG\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTElTxHQ6Sraj9VrmPmP/xonKNDUBBZisEz2O9YhXsfgIhAIUY3BoK4gQ11/xn7YtplWfHKC1Fczdz/CYj5cpm9asm"}]},"maintainers":[{"email":"golodhros@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.16.0_1590559040974_0.702770818722561"},"_hasShrinkwrap":false},"2.16.1":{"name":"britecharts","version":"2.16.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.12.0","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.16.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"31c20ec38ff0f8956aa5286e212e3d41ea8d093b","_id":"britecharts@2.16.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-EijqLa0QAy+MmSY8Uqd7jFrOiAMg4/lscIiv7uOxtin8o7HZ+oYhrQs3MS0pbegLgYZQ8R0H6F6D9MDr01JFzA==","shasum":"81df7c56ab587232127ca6ae4cee116ae446a568","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.16.1.tgz","fileCount":272,"unpackedSize":25009822,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMNDNCRA9TVsSAnZWagAAy58QAIitMfXSAr/OtoFx6t/U\neW54J0OzzlyjnjCbvMbNaTX80Ix4uh71/PtO3QMcarM2JrkpCIJSA/PmqSNx\nygZEr2K46QYmpLjpBsZ6ATn2551r4EEsuRoaN2KkWVARc6Gv6uF8WqMQKiVF\ncmudVRFXVyTD9qsSvXg5OST5omI1z691WOG3fBvG5nik8MbwzXe2IVsVTZ9j\n6DuHVdVGZ+4TbyuJEL4+KFBIcXZWRQliEAQiwNw384IDYlOJN/+wCoSM1FjC\nBEcBb9+mV5hj7Dw6zCKkhk7jMeiVSZUfqXpMFNyjgmPOGDI87V5KPhukkxv0\nVmEKHUCTXY0ZrP6LyYGinIvYtZDb8tR1zUonzKoqoAha3AIbMHKBv+98VbJ+\nUHg+WUgB6g8oSEo6yPtr/WhmL0XZqitLbfxSZNqm1Ba1jIucjWxfmS/02yXF\nNRwMf3Bz9nTTaFcxQZ4QCNf/jHCPuP/ygqZvpQ9QHRb6yjNHQkdCavIigjQ7\nAu3mt9M2ZaDVIpro8PROQ3afVh1ddNgVD62+D+xy60AjhOq9IFv8wVZXKX1Z\nVvkmZ1fkyDM6pCKcVxwWTpeCmjuhF+y0Gt9p/o56y8XXXps7a/6WFflo9Ks1\nj6p+Xbckm/ZJ9c8XVOqRAm4X+ORBJVTuV3NnQ79+XbB1355L6uUvq2XNMBhs\nrbSP\r\n=uuBu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFu0cXkfP8V3Y+U/NsCkR2JtB8PF7vl4GRAXOb6Q5sL2AiEA6yOweq+DOY9CVffBili7CWLEfTkMt6ZmeToD3HNIRjU="}]},"maintainers":[{"email":"golodhros@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.16.1_1597034701220_0.45815382884732103"},"_hasShrinkwrap":false},"2.17.0":{"name":"britecharts","version":"2.17.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"98ed338fc1a715e21f93a1f2290009b33be3823b","_id":"britecharts@2.17.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-YJzCY9QDTMMQx5VcPj0zpZjD8Vdr1mvCAt9qzPCyH137TBoZoByjuo3ITJFogPiLgVYLRvuyIo+cEyI3CkDBeA==","shasum":"e04b966bef055a13dc8ca783b6e4f5d3eee73f28","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.0.tgz","fileCount":252,"unpackedSize":18973978,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfbrapCRA9TVsSAnZWagAAXwEP/R6nbCYbVvmO90ikWhbs\nALWgKE3id5oGz7NaxYboVXeJU5V4hdgqjqKbDraWZuQktZo072UnxSDWKGra\n+5BCLvOmX4ERfhfmWj9+VUUOFLAqfQMqx+pWKfj/2gLuNAEYtve3ouyNZtAL\n5dEUYcnYmt1QFFh0Ewk8oRPwUXVf9L+Q7SG0UgZdQafsy1naOv87gwcJHt6b\n/DXXjYrtyjr/2AfWw1zAZJxshxuyW2RJ804eB5eXilRJ9aVRgLkFzUnpBhDZ\n4PJaTp/dmiFWiBFqyIgTLTktZKSjdzvBLrtx69+vUB2QrhtOdRRjMkHs2QFO\nFzXQNQszN+pdVgouwOIo+EyQdmrtJtIcpfhbBeOwAon/nVBiyduoZ9XiKTQT\nzqDoMtUGj7Hj2VtqixYIf2hIPTotBFNQryWxjsy106zVjK+poKqj56aWxsv9\nVROynYVy3V9aSl5x5wy1iSQ6MLejq5/L8r+dOUCZc6oVYkx2e5Rj0UJpizZd\nEbuioKGQniJrZ6xznHClvLdGD3ylVrbe0d5u/+qhsMFq/a0Q415VxWYVtnah\nDTtg1hSuYEXi2Nsoo+jfNmZz6S+p2x0cZ0BOMx1aU9f8TOclC3FlkixRLMSO\nPE4XXPMiMwJJ0J9K+vXqwvm1TAFOeCR2+OhjN9LCyZco9IzaUf9qY6rW7bOm\nBY7f\r\n=biRY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC2DA2xtgCQZtDXEX4gip3uBg1Ct+qoFRJGOCH8uc0YXAiA3iTKlNcyk6Vvwz+hka1KsNVXV6Z2qxl1RKl3YujcF9w=="}]},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.0_1601091240502_0.5416493829707065"},"_hasShrinkwrap":false},"3.0.0-alpha-2.2":{"name":"britecharts","version":"3.0.0-alpha-2.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","stylelint":"stylelint '**/*.scss'","stylelint:fix":"stylelint '**/*.scss' --fix","test":"karma start --env=test","posttest":"npm run format","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","format":"prettier --loglevel warn --write \"**/*.{js,css}\""},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","babel-eslint":"^9.0.0","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","prettier":"^2.0.5","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"gitHead":"0d133faae66e1ecc9ce5c93ede6ff3fe6e22be0c","_id":"britecharts@3.0.0-alpha-2.2","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-frpzvECSRs1yXZ64MwpBrTwSm0VBRe5bOq2MTlBk6vD/iHr35+iH+ge/TU327Ftp0qwIgtWtkO11+D6CKbL9hg==","shasum":"01f2a5b3d2283be128a4563c49f535f45d770612","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-2.2.tgz","fileCount":189,"unpackedSize":6836315,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJff+/LCRA9TVsSAnZWagAAI34P/0hKOll8CeOhpCeOpEGZ\ngZ79SVR0PoD0HV3JSSEeAUE2l52sEQE4KMckBISUWbNeFLP51AR7xXZUuOHW\nsGbnjqvMJGIl8uLMCG1xlb773Gp6bzsoyyNH0Ls8PfPEGEVcg8cTR6mg2V1y\nxNP82TQek83CN0hrJEjQU+Vf51LZZi2PLArjXww9W0LpmQpyNn+tYHkpsGNN\nw3z9itHBPHvyzWJ8P3bhcmD7QzqaAK+ozSRUZPlWMjDAflb/63UdNt6V3Bij\nYBo0MZLnuH0NdJczZmZ+h+L8WXZRzmLyC35hAIHjIPdEBdnytL5HgiwnXPOk\nYo3ahLqvXCJ03didRBk3SC+ipfQhcUo/Nx75mZ7GxcYOSP8zJP6o39lG1B93\nKwVzAOlBynFOGy5BvfUd7GuzLQy8w45Pp2H0gq5xooME/j1a05lKOBpoKMFP\nnJBCu4jyzDXjLpoSC0OJdjyme/h9iH9827Gkkwq2QjxAS0NTKTx0b7gXuT71\nvNx6jE5L5QM5MoTBz50TQUQDPJ6AdyxgmnAPNx7ApdL1p+TAewn1pwnpKRbE\nyMIWjtQG/Q1MsiO9QHlE4AI0egQF3Y3GefZkeOAo34c2zKbHXDRFCwc8AOV9\nbteu2Y7nj/1m3zN4YzjXthaV8C1RobjzYY7ueOyS+EIRHKWLvILin8Gyyyht\n8lbL\r\n=3hMH\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVnNmzLajmMOWxCJyKD5psAbE5XaXAR+C22YftKO5/TAIgcsjM79g4DPe8QoZTmP6ug1uSsRqQRXiooSV066L6Xx0="}]},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-2.2_1602219978560_0.4100186569361961"},"_hasShrinkwrap":false},"2.17.1":{"name":"britecharts","version":"2.17.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"08e48148582ad56451bd8f36cad8926e5113fa64","_id":"britecharts@2.17.1","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-ZLCFq/y++lNvKyxG7Xqy81aEbnNGlHT59a4Sdz4tUebeYcGRszdu97oEep2fmx7Xag9sj/8FhYptIgzL9nihIw==","shasum":"d8f6a200d8416c51f9dcdf5a5064a4d592058bd1","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.1.tgz","fileCount":252,"unpackedSize":18975048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfhIbeCRA9TVsSAnZWagAAqwEP/RDK+rq/NSz5HdasxZG1\nu+s5j7ErINfIRwA1filVkvdtB0mbzlDHuYj963M0tDe+g6t3e+RLk6sAzYp3\nMuIziVae83DFm+izUEBqyXNEVIXDAOy/USuuWbxQpsAGrZa1a5Hi6grIgCNB\nKWBuLdyi22/c3VCmxYrTjk2YMotfS0ZrFu6HWvUSlssngHxhcqNAKwytCvDs\noK4m1OK+dAnzQXL8F2fgLqIwOTatxKIw1CLidevPFDBIM+1s4x7eegnKcCpF\nXBSBwysOfDnkOqJkF5cZP7iToW2qjheo9S7PZehMbZhNx+IJFqpW1m8pIK/N\nCy/+4Yq0TEbbpc/9ANPpdjIfySSdZKICgG9pVofEj9DKRrtEnf2WRO32cM50\njYHGu5uV7xKpymJXDuaKewqn4P8EoLHGEv7AdGCnNGOTcETFDlep1I4QM2PU\nD5MpH95lC8k0g5rILgv36FohHJ9EVWz0sPh2oGIu9UzHxWUn0BF/hbWk8EDS\ntA9Qbpe5rhK6PgmeVwWrbXGxMW9XMg+BdepgUo4UkNsqDDG3+TUljJC7LpzH\nCzI/zSsWlcwaQB4aZyVREW+fNAy80/Dg6P6kWRoUf0j6TVV0a4xK9oCfMb4e\nR5YDHFTtiyx7bwtq9JmWj3hes9Nqe2WqvBcYo2ge1d9vHGW2qAsNWAOie9dz\nYc9W\r\n=w2w2\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoFJ6iVii+HPsYRoDDb3XAXAXcz0x4XWaSE0I7bVpT7wIgcLDCRT7BUSBHGQhJUwwZNtCZLX+2s1IAwO1UHQoR6jc="}]},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.1_1602520796798_0.2782991763190037"},"_hasShrinkwrap":false},"2.17.2":{"name":"britecharts","version":"2.17.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"cd619771c69096a41fa821d05a42ddf8202f3775","_id":"britecharts@2.17.2","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-+wMG/ci+UHPRIySppTs8wQZmmlYFQHn2bCvbNiWUOYd1qAoiEQyKA/dVtgdTyR09qM+h8b9YsFofaWHJRT1mQg==","shasum":"78e7743e7c1dcaccd78ab7dacc479d37d509cdf2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.2.tgz","fileCount":252,"unpackedSize":18975849,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmzp6CRA9TVsSAnZWagAAfE4QAJsmhu4By9uA/2sFPtjs\n2FMQJEkH5aTqDLtqR2tv3g6LV68bWa6NRuZF6aUVWh+4Et3FVoSyt/HkiFex\nKicxlQYktIVwcd2B3ynwyPvnBJnn5aqdGZejn4X37pJzy7rFNUhTJlO9U+QT\n2bVsTXFgRg7u0DKSQ/QCrJDPY/6UR9VuLL55w4YmMR5XyM+gI9DuLw04bMpA\n2bf3eXSDvtWfq2Eu4bO0zR5OuC+O3La0xP5mfBZPKLrDyqqyICOKY5sdSQ9h\nMQkzNJpFAgclaM7mnagcHKP1BTy2MhWlgCTfPg0qTzAdPDQQSJCHwlLgkKSl\nL8Qw8YaMsNpIjCFxkdQgt0q4MpN7sRyKnXCqdCONQLc3UnaDoZKrevmoY3IO\nWAc2hwIlxENGwbB+iBHrDgLj4oHU29TwYd3rMU/9BTsmSCmD4agozaW0aKfa\nu8+fN+yTNnhY/WUktoRw+2KpyPSO+IOOKuRZ6/jmsDXfDZ0vwgQHjwVuJ4Px\ncQ6TMHlg3AE5A8eVgSK0kOHXhbfoQKA4tPh5BoFSP1LxwEFT58tVJVSe2dcB\nERucqP0IPrQbGJCSf6RU8AR7ay9m7vz7R3PFbFoOcMn+2FYOPPz0ev3rPC58\noQ8ohNUIYtliM21kMw8FF5wM45T4YUjx8OYhRkmlkBl2mEKHWs1f2jxvoLoT\nAciI\r\n=Bl0u\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6qvDtSYhGzuTgnayI+A4MV/OgIjnQcfFUA+cfvFBfcQIhAIA2U9NhHh9OL47pqVukUObyHxe0xwUXLWKFilNVC8OQ"}]},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.2_1604008569425_0.8537378527256521"},"_hasShrinkwrap":false},"3.0.0-alpha-2.3":{"name":"britecharts","version":"3.0.0-alpha-2.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"daler.asrorov@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","stylelint":"stylelint '**/*.scss'","stylelint:fix":"stylelint '**/*.scss' --fix","test":"karma start --env=test","posttest":"npm run format","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major","format":"prettier --loglevel warn --write \"**/*.{js,css}\""},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","babel-eslint":"^9.0.0","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prismjs":"1.21.0","prettier":"^2.0.5","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```js\n   npm install --save britecharts d3-selection\n   yarn add britecharts d3-selection\n```\n\nYou can also load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\n\nThey also provide some minimal CSS styling, that can be loaded independently or as a bundle. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-2.3","dist":{"shasum":"e44248b0dde5026c56862fa616950d93385312c8","integrity":"sha512-3fu217ZAZ5xWOKoWH12iUIcYbLOdG0BJSaf4312O+rb2Mz4xveBeOdSqKe8oVsYrIZ/05NL5gtBVIkVxALxZRw==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-2.3.tgz","fileCount":292,"unpackedSize":22173532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfoFEECRA9TVsSAnZWagAAisgP/i1WQfuavOuKTjym6GiP\nn+2Rui4l+nnTd9Bl/lgtnK1c5a/3BnTXAUMoDSnBabL7fbYJ0QfWWaYHh4U1\n6/eTq/Hd7HHyUez1kdikbYJJZ7wnVZeq7upkuy4vg1geAor2UC18I8lfC1T6\n/YU2itrRGbYW39tROqp+QHJEAbmNz5sEKUNb8UlXj4WAqKuRB2W+hYEmxU1V\niXMfzs/0IBpVHqn/CHRTM3buCvqM/hk1YUaa+ozJ/2W5gz9Jx7/VXg5Fsrh4\nAYfdvYmJ5AaoF0bSL/hL48aVcTaOoxSfLznCNBqHDavhyBpHkLMiYqMGQid4\nJ1kDkrNKvBHkFe8Q4vgB/dPuKjc33NVAzQDQ+9Wm3LbJzbkuTNcVBeniVq2C\n6e+ZtxkTT/aEeaL9Uz0YN/4cGREWjfdzNFe5aOUinp/tY602Gh9O5mIMVGPl\nNA7SFquZg9BN/cxviK9q+Tdzfhf1IPnurIELUdHHvhcJ2YYjIMY61twIV4Ij\nFDEaqx2orQHxtjLEW8KF+5/+yvN4bITXTmjMBEKMwXrVDaeIst13X1ho09aj\n6OwE/Lm+hd1CndEGrrnXJX826V5X5kRerduaOQX7HX9s4kygni4GwgYC4R8I\nOvgvDoTEETKhsQNC5AUKfNAAeUAX2tcWYKmGKPh0f5Jo5iSO4sIRXW1qBaHe\n6Ibo\r\n=fHMU\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBuh8uE3lct5n7JaxqRCyQhAHCf10Kkny9IKQyMmKfzjAiAYUZdbkaUII98zhEOEgXU6MN3HYpEJCwSk7ylkMHTtAA=="}]},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-2.3_1604342019188_0.806714447398357"},"_hasShrinkwrap":false},"3.0.0-alpha-2.4":{"name":"britecharts","version":"3.0.0-alpha-2.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"}],"scripts":{"build":"webpack --env=production","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.{js,css}\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint":"eslint src/charts/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:travis":"karma start --single-run --browsers PhantomJS --env=test","test":"karma start --env=test"},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.0.0","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-eslint":"^9.0.0","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```js\n   npm install --save britecharts d3-selection\n   yarn add britecharts d3-selection\n```\n\nYou can also load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\n\nThey also provide some minimal CSS styling, that can be loaded independently or as a bundle. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-2.4","dist":{"shasum":"a58cc5797abc616d0051590cb449122f0d8f5234","integrity":"sha512-nQQW8phWKqqYYyNnHgMdVwG/58gBqOCiOfr9C24LkEw/D7CDwc5/zBUS6tMHNI8rkccnlJHBGZgLrs/xqQ5f0Q==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-2.4.tgz","fileCount":326,"unpackedSize":22329938,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqHU/CRA9TVsSAnZWagAA0uwQAIji4V7NYngGtp5g8uxP\nmXiMLRXk0uecuSAOvgVyn18sKCdzDJ4Y3tJycmjcOoeKUcdolNzYVRPIua1M\nUYuGnru9Aabr0y7mB+rk7psrbPJsVBNYgFM68hi6IsWIbaZ5Tdc6IlfMSI7b\n6N0KTFPS6XJaslormD3WipKY0FcKGcTtVq9oqFXy0D3AAls5Jphh9+Ni91g0\nx2byRFpwDauict8x2zVxxt2zbQxjmCNH1KhmgiY59Q45ElvKq1vyz/eEpgMN\nZCtzflb9ojN0fByANjSSi2lmxaH90kTOktUMRWARyAy86mttVMmgCk+dHyKi\nXUsiUzfxg/1GA/O0f0r4+JbrvbmKs9gG7nKe7DCF8yTyAQJNGbzzoQUYqTBU\niFatRSsOIrFE6c6yG6sJLG9N2Nwl81KK1/w+33zrl8fBEBgBB5GkqyNaJZlS\n9bKHxrL2PqSPzksKDMRbr+azl7G+2MMoLll1zy5c0JPjMRChjJouYKs1z51f\nDrv3mFcVoBXB59WPHJWahAtpzIx2QBiPT2mUNvLpnNWPpEStKPE8mcWTVonZ\nX1hdaMOyee51+X39ZNVThNFT8PWiVDBsUROrP/D6OuQrOS0sEWAXK8NCZ5L7\nqXtFFODOGs9FlD3/nd8gTVC1JeyB4ssU5iStS4pzvaSPLi4WFsTntW01EYoK\n4vhO\r\n=2tcy\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGtvz/R3hbRiopnd0slG2s0sfIAmkf3NSsDG0Q56ou8IAiAyU3kypZT3+8rtoH2EngUMi7I4Y0tLUOcr37sjhZufrw=="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-2.4_1604875582388_0.902396405475947"},"_hasShrinkwrap":false},"3.0.0-alpha-3":{"name":"britecharts","version":"3.0.0-alpha-3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"}],"scripts":{"build":"webpack --env=production","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.{js,css}\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:travis":"karma start --single-run --browsers PhantomJS --env=test","test":"karma start --env=test"},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```js\n   npm install --save britecharts d3-selection\n   yarn add britecharts d3-selection\n```\n\nYou can also load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\n\nThey also provide some minimal CSS styling, that can be loaded independently or as a bundle. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-3","dist":{"shasum":"4afc27c3ef6dde07257ecc56558977c0ee53a42c","integrity":"sha512-7wVS36K9wfyolMNfux7DceNLUlU1IXesC4aNG1EMHYqrAHnmFM+Ewjv7csyJd3NQulVGoqWRAo6T6J3kBHBJZQ==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-3.tgz","fileCount":325,"unpackedSize":27945237,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfsh+KCRA9TVsSAnZWagAAed8P/R4wrRDEUUF9OmksqQUm\nQpuyjhOOT3cY1PeY6v9UX8DM07qWc3NtfL4SIizWY2VvwzRwuc7jpvOkvI4L\nsE4Tozuuq1zTzfLzvfwfgib4h2Wg+xOOnJJO67hh18Ya9mQ1mrvxNvNy/dkd\nhtyG0zYDks0W3wVtWjBMwaHOpCsO5h1dCUigfQlhU/cchKGrxU2FeJGocG5C\nYjGuVDdtDUIb41VhGFpiCZ/zqmUkr0POehE2vM+65q7pTv5lUoejLS3F7sQ6\nZT4PFDlyD2dg6mNNme3MAGzvJQQ7JDwwb1bNAOlOuGKBH/miQw8mhPcMkQiK\nGxn9Uo68I3kk4uipbiLgTzyHP4wO70kJk/dZxSkYrmySGO2t242N1fsgB4Nk\nmEeRtV9U1AKterJgI2Jtj6K5h1We46REMICbdRaY5opoejOieDirJHk9Pi3k\n3QrvSernQmUpyCS/AM4lY7PjlIkKAF/d3rjzd/kzwmPUuZNzJRoN2EXvUxXz\nWEzLiQUIyjzQzHVDqrOZNuuUzVGkQRpXSY5hjFYCgJhslbTrmEf25Fek28fz\nupCObve+HxiNY3cUHYVI851Q6znSNuoVC2F7mVnVMjDkO7BTxcEqce9XQ2F+\nrJqrCDUEkJV2lRmHKsX/GW+aT9hYLhyNWPDzgDKfXyOp3B99sbyN0zkTqV/2\nTdCd\r\n=lT3Y\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+KbUV9tcj0Z/Yy3vepXJU8ntDRRY2PfWSEdw3f1sRxgIgHF8rMCDskPcUYQ7f+jYHrKROjuGE3w9c8xjMgDvb7Dw="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-3_1605509001493_0.8596853071220629"},"_hasShrinkwrap":false},"2.17.3":{"name":"britecharts","version":"2.17.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"3c5f10b5694971b2d2e9329727a228c1298f81e7","_id":"britecharts@2.17.3","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-L+WkXOPb9TjtPS0mcR0yn61/7vSKV3mDRs9X0T8Eic14tIL2dEazdu8qrLotbsSlwpIm/OqO2qZhZ4d0Yt9ENA==","shasum":"a526735beb3f8de041298cfd2772d8eb5b058a2e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.3.tgz","fileCount":258,"unpackedSize":19003550,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxuv8CRA9TVsSAnZWagAAhfMP/jlziBgCLtg6faM4JwOM\nmz7IdRyXdwVKhUuYAZLqiwaye/U61CVyZTDgtokg8vXMNq/8OXIrEake8n8q\nfqmrvHau4zdQq22kZhHSWovokiUqmwbE1XQwcwhVQK2rl0KC01cPbsjuXcW5\ndE+U4twapDgd6FFpafYcAZ7NUz55wv0bCjNTxtxydqyALZMpHgNBZNn1HlXS\nMTLynh4DgrErFHs0LyPyDJ1heLV3c+vx5dyMXKCD6ZMfAoiHUdHML3TZMGNW\nJWFJ2wIFV2ImYPVKbxOn33P2oiiDl3JOnyW8gl+inQqCFoQwJkxriOmFbPDq\nB2q15+UG5bHrCKgVTmQ29QieoWA2Si5nloB6pgl7S/LJTCYxuplr7a0qIw3C\nm7g6Zd/gSYNvqry8SJd/1v1xKhBeZklT+LNo6PBIgY+z1uRvxjNO+AhRk0yh\na/aFVRK3nTxqoKR+wm9tUubG6e+ZBdVLgvjRe0OSQgfUbcGEeBSgzsEouUJ5\nT+GLUt6jgYNSy+7h6/mLvN3+tzF0Ejqj++Jipk/3ye8kQsklrt8dkSDqekMS\nzRSS5a0LPCyB4x5GYbwOp3oJ3JtvUeN3425DNi4OMEO2kTatnWP3sPh8kyuz\nPrwwiKwquyJF0ZaJfMcXM5fzJCF/wik5QbtxMsoFTHQ/wDiWLVxov9dTWSU4\nzM+U\r\n=bXNk\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDT6+G5g4OkVRsSVf5hx+d1HtMMbporkXD7UAJsIA2qYgIhALehUIuoDMKqpXZ8R/6+y/79BZlFqxu22IcD0HnCVD0l"}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.3_1606872060069_0.5509220381859161"},"_hasShrinkwrap":false},"2.17.4":{"name":"britecharts","version":"2.17.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"f5c5be35b482a028c27783cfb29fa78c75660451","_id":"britecharts@2.17.4","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-gu0puuuJKQfjeSdWKSzyVnk1jjBoCDgsn3j1l8OJgZV/llE1sVifohWF06QK9/Y7wmRIKWsVKDhj20zIb4vaRQ==","shasum":"9ad830a94deb369efe5e3e8e5e47860194311cb4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.4.tgz","fileCount":258,"unpackedSize":19003529,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyxosCRA9TVsSAnZWagAAPyEP/1D7A+XOuG/YozqwD4+R\nTz+2XRq4CQnNZNmhRkW0SAADrBf6VvhzpVGPl0i0Qilw5DJDnMulajFawlBe\njsmHfVm+aP0+4m0A2tVR96iman2731JW+vNNNNMf5GA7gRwfgOHC0VULShoF\njNnWrh46pcs7ekXHFZ2rF96xEr7VBnU52xQBlWXmfrh80Th/P6NlHt/whxyL\np9qDY7ARzMznpjRuAmDJ5Q2zvk3T4UMG9LRgJCgKbB457uZa6QVaRpAHL6jH\nmeFGIKx0K6jzVWBq2/Xq1CxfZ6SwVUhms2JgKYuXptqnmUSG+iaPz4Rqndmy\nqURjrgcxoR4i2VVHtO1ptUZScC9IsOA2ioLxl/hEt5uDGohM/cZktAC4tPnE\ne6QXLWqUS3cDDt+YJOLn95HdF++GCKM0KafXb8iguu8vvEEI1xGtULCZNP1p\nIRPjUYqS/MfcDO6eUYbwvO8ykwc67G6jNe+G6Imv1UXU1selAQM0nHbFNS7Y\nE566LrxViI1QL0S291o10FoICVMRs0rCfISJvaNUPuQ9zUb6sk0ek8FYR0ly\nO4tEbUBRiPG9jMVpGmPLA2xshxWrfaE1dp+7niD6uAmWB9lV+2/63PmrWUzR\nOZ0/kulEEFDae74YqEH990+k1/Ye8kekKbfrZAZNb8bfhN8EtsTHyqX0TSHr\nArLU\r\n=oGmz\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFQSXI/Zeuule97Nn7MUxVQl3cN3Zmlg+mNYFZgDa43gIhAMXLniihBbx6z8wv89orzC57RZS24VciSJul/BwDYNQP"}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.4_1607146027504_0.18962133351991795"},"_hasShrinkwrap":false},"2.17.5":{"name":"britecharts","version":"2.17.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"cc902ca7bd55364e3b50e3c56b70229280ee4497","_id":"britecharts@2.17.5","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-K0E57kCfPXan0u0hUrAljw2UhPWhI2s8Gtlvt4Y5zwLnhqUeu6NR+cj2AULT1XmMfPmIW2C+s/asXQ1JVcHayg==","shasum":"9f149c58460f39d41e40f6422b025f8986910717","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.5.tgz","fileCount":258,"unpackedSize":19003837,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyzS1CRA9TVsSAnZWagAACGYQAJsGjkrp9Bh3amCFp8l6\nxNbwXwSj/gnhjKrT8wqp8ULTIhlcE+vHzUY/EgqPFwzSHCtiPQ8AuH65hstI\nyrXWZ4DyMMoFGQHo7DjdOUPrhstIDGpcbXzZLgLf0Zhocpz8nJodmGnfNaC/\nCNZ21yvrKsfPWB0S+Y6Q2a5c1JM04Qwa5zzqCsQG63Bl7n/tPIrFlUHF6z1w\naIfEHPPygdODFDp90n9tJuCGHwESs4gXkUgJF2tGDGcrTIfeyAwY9UTdKlW5\nZ2izVi717YcGEUQSD5vcUlATnd/ELEQF+q1o5rgFeJAKjFqbSkbXiSSsUqCm\nvITnZqt6KltL6nthrx9oOlvKIRaWGUqiD9gbdhgB4M4ueLRbwiu/2FQXFW+8\nnElOM9ULUepDlGAfw5/sT/lItskq5g4DZZEHeYtqUgrD0vu3aj8qfHLTocV5\nr6PEfa5c5TZt2S+2yfPGYETuvMynEOQCGSziuEkzjI6Tx8vmE47dh/1xxCHi\nqTf/Vhh1bAWYckwzLutmUsnE8O/ZFMY2q4U2NooDt+juOArgFhFBqufQlnlq\nnvbmYgULQsviIZ9KgkbT6w78nq4/iNt00X13LuwsviNexhccMPX0G6bMWm+K\niOTxyZCOhYVWE+HskpGL/hZID0mXzBMgDfZoBcv2ydtySkKihQWAHqVeSC+P\nK1kC\r\n=cY/F\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEpjVuRrseBy+QxyfLKzosfS576WeCVNdcWR57InlMQjAiEA8eF/D1J71c55cMuZDi5EhRA4Bd1TAeSGbzzp2pR8sc4="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.5_1607152820959_0.23679820974051125"},"_hasShrinkwrap":false},"3.0.0-alpha-4":{"name":"britecharts","version":"3.0.0-alpha-4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"build":"webpack --env=production","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.{js,css}\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:travis":"karma start --single-run --browsers PhantomJS --env=test","test":"karma start --env=test"},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```js\n   npm install --save britecharts d3-selection\n   yarn add britecharts d3-selection\n```\n\nYou can also load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\n\nThey also provide some minimal CSS styling, that can be loaded independently or as a bundle. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-4","dist":{"shasum":"64e0a3145635a84f503ab81cff15e729889af1f7","integrity":"sha512-DDPws2RIX1OkRgt4AHxb+n4tKyr3O0L4H4dXto/GqnIA07cX2R6nb7TXjpdAk02c221DLelS2EF4IClnLBLrvA==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-4.tgz","fileCount":325,"unpackedSize":22819288,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfzBd5CRA9TVsSAnZWagAA3S4P/1yaq0Gwskeza65KityU\nxCbVQ2Q424GTdnvBC3sn5BkHcgAgkPBaZiXr/OajHYPQlJ/AWtfZNAnOWbdN\nz6yYWAoyqu7nunUFsAYOASW/8s4ML4tZELkcD1ClHegqPOAiqDg7uYYd+7UB\n61Aqf4lzGiwHXXj9Dp/pgWpoQBcyhrKHrz3CJEXmPDD4xgp9rUmPCtxo++/6\nQ4nHuFLBEwHW99WuhX/XZqeQ9Qq7fXGo2kgX3ogqWv0fcIFIk1w2qWTRAFeR\ngSX6rZjxlldObf45WAA8ZyVMheL/CrFUUC9sBouEBasxnMFojzRVopSbdldn\nnJ8/S04uBxvKWmK0FnZl+52JGXmJALfaScZT4sP0I6qSQP8LaiCiut6jBNPI\nusmfyBYAhLNGCRPRdjZTQshI8b8qNDjsbBf/FmV0oifNxlO7BVLIdeWUsFje\n56q21CpEsayDeg6fbBpWN/qG26EcnaPG+JwJJB/5bu5EbHNK5mQDMT/1PTpL\nVZtVsHjMTBrfQiHQ6b8lpR+F+g8/ei2Bam7fJFErYy1pp8mlS9WNaSRrpr8p\nkEVQQxMtwyD5w/LRdYh9pNrrihGZ+mC8mBafEIefEsYlVp2dPfAzFYAMvWKt\nmvhbvkdVtIGp29kleaXfzMnaY9uZQ9VHKs0ymBtV6dy7aDBDnOx5nr3wxIR3\nCZE/\r\n=/XY4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF7+Pp59xIp/j8UADBmuVhpVpM0CSVj3WCzqkSy6aryRAiBP5JFDeJ+oiEkBxUiLDbDrDE6TvLdBM83O1LqpGpzRWg=="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-4_1607210873052_0.3097832138353438"},"_hasShrinkwrap":false},"2.17.6":{"name":"britecharts","version":"2.17.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"8447ded5575864f5527afc2884d1bdb5509c971e","_id":"britecharts@2.17.6","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-RYQlTNZy6LUb3czLY3n1/yb0eXSlSuFQ8M8JO+9Y3DoaLuGRJloG/kijwkyyOpUyjP8nQfiHki4gInDZbnUNHA==","shasum":"372e50f64c577e5926e4043658466f322303f4ba","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.17.6.tgz","fileCount":258,"unpackedSize":19001767,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/3S2CRA9TVsSAnZWagAA7esP/RVL5IudYyDWRHKTseOu\ndQ9NtF3WLBBuE/U6TEKVN0G7SPjK2FWqskyx/hrDIf+BE2+EOxpJ1/D2pQDF\nJbkmZ+B1BoprMZ6U6GNliBCy+znt2VSPPwtdakK+06ICNF441NrydSbDG1I/\nlXKlWu2EFKZzybJwqtu2MRdyu0mx3vOHs8N/c4ThxJx7EkaoXAjv7iOG/EdS\nikDyLWOSOQUL1FC4vZjvCqpi+IwBgqz4Ln5rd1LMdLJPTeUdz8LmA+jsneXd\nossihJFXgz3AfGvZUARYJ6nx45ipko3GYWFomadD5acZV36hyMnK1yPmZOaW\nnfp0JU7TuFHV+MidUIfvnkMkxIxj1f5WTpjyTtQDpVAoC7/2/p+zTyjEtHTO\ntH/tIY2vd63RNmA2tRJjWIE+zfeGUQURQBAhEMQBonijGR5KXyKnwDptdKTv\n+d50c2lyyNdHuV6ynV6TOdupOcZgCIUdM24cRpFg923tk6lui6AvJOPEgzvu\noH60zNL3u0KKxElZzC0wqOCoQ+UN3xeLcnhDLFOCmpqRQp07AOLjAiFLHNFj\nPaDr6G9fdDDtUWT+DrH8UhNZfVPhNY3RbHkQ96fwi/qCCflNmL+M27K0K8eG\nq08d0ZmgZFxwOwGv6LmyemwlSNIlRjhMoK6F9AAmlDkn2hN801hw7dwIeFZq\nh5TN\r\n=2GCV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICmlqjAPNXMlaPPTMCOaXWYfg6+SH4J0K0RmgPMkXEDAAiAjbEfg1yQs6ZpsckWO+sJc5WJvZARbV0behSX+qkkHHw=="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.17.6_1610577077661_0.257139030383827"},"_hasShrinkwrap":false},"3.0.0-alpha-5.1":{"name":"britecharts","version":"3.0.0-alpha-5.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"build":"webpack --env=production","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.{js,css}\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:travis":"karma start --single-run --browsers PhantomJS --env=test","test":"karma start --env=test"},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]]},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"@babel/runtime":"^7.4.5","base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-istanbul":"^0.12.2","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","json-loader":"^0.5.7","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link rel=\"stylesheet\" href=\"./node_modules/britecharts/dist/css/britecharts.css\">\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\nIn addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-5.1","dist":{"shasum":"582721f6053e847e680d74800e8011617522ee5d","integrity":"sha512-grHaxsm9VitOCfhphLwT9vruq0RHNTyRbmexYxSB5pEgXXBeKenkTrP1GacKQKu2lo/vTResSbV8hWrRxAnvPg==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-5.1.tgz","fileCount":325,"unpackedSize":13118366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJggcjWCRA9TVsSAnZWagAADAgQAJG7SZE633YH00HPasfc\nM6jzBHYU4fqOQEg8ENFglkJ1FpotGZTE3EH9l8QxDbPitwfQUOPiWY4DulZT\nzTIfxBnR5VcGFzMk7CZ1w663ivusao74+kLH9/SLjhbxwS5fs0tld6iXA9IQ\nhD1qkvYIYyj//5T6u1CQZmrk99UvEqyOZFm7D37N3XkyVkHQBfKq6FfZyaKs\nsTs5D5m58TfYCn7u/pVzN67PM0u5nyEE6iyO9cUj0DyiROa0uPDHh03c1iyq\nT3M0Jw6BlUkXd+3st4cyXgaZatOCw0vlILxDskpBbPXvI9UUFdGoJuaJVCYS\nVYx9RmhFNOFCWGNzGZ8DE9rQBvp/d6WcxhXT7OS54JBxioImpXnLZp6sZBA/\n9ehmNOeZmqnVRvBZU4AdiObQgTqp4HuvNJlH1GhJh9Vyh+mRnzNlkUrusjxn\noE942DVL2JVXIH7u4pHm4gR4sM7wEJwpYCD2dP/Pjb/pPDcc0mMV3os3b4Bv\n38dXpNzfobjtdQ3ohB9mQbT3h2mFZB/8PG+wU+lAzgMwuhLjSCCJd+ZYnwvM\nmGYZrQTJrUHAf/Vl8x1ZJ4vH+tA1ETV/uHtujmqr67MsiGBG2/XE+9GATJkN\n5kyBncGP7iDOpalnrYsYai7PSN42GppshWigcL4Tt8t1gZNVWJYqvbf/REDV\n4n0y\r\n=a10d\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASOp2OstFQwSfKg2OPFUvur8UzXE4kmL98KukdCuYJJAiB36F4toOMn8/8v9I8apKRoEMIr+w9G/6lxKb1uc4Enqw=="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-5.1_1619118293877_0.33867715813495636"},"_hasShrinkwrap":false},"2.18.0":{"name":"britecharts","version":"2.18.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"github:requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"gitHead":"59eafff49306544a3f29f389d6a4680458948335","_id":"britecharts@2.18.0","_nodeVersion":"12.2.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-dG/kXx3KcUnWaMn+hInrpQNX1hbXgwTCJBawhHUN/GHkVMTe5+aVD/le+5oOhwDpfaMs8nn3TpY9D4o2hdP8HQ==","shasum":"05d8c924996fc5f630d901a62b3aa963ea6a9f20","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.18.0.tgz","fileCount":258,"unpackedSize":19008084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2lHNCRA9TVsSAnZWagAABAcQAIooT/6zqmLZHzKZrDjC\neIGDI5gy6QYno2A/3g/h2l5Sc5b87uQOnVCyWTFb7FjS9f01I33Qrg1kZzDL\nAmMVv263W63+nIhN+a4g5mkmUZkJ0eGDiHqpk7sGHwzK3xwdMNFO+J+rc9uW\nU+OobOPxwP/jjl/j59yOHaWziJ0+BD4RtgFpfutAAaI2hKlZFwwJx/wFpVB0\nzGZ/OjIYP+e16UIeCuTNd5n/a+F4nBAPjTiGqYmBjnrBY26aCjadiJsfEZBk\nDy4KksfA7G6c3aax2C+oJQq/i+2Htxa1GZflXgi85eTCzpb3Xjp446ub+EYz\n7lE8uYQPpG8RoTrRmDpQHG1XzmKWL824CvTYJESBRJlPHwK6NenV0lCVAchq\nShBhwlMyDUdwnzfO8deIX//U0c9Az978JgOACSh9llcoMkTqY2huw0UqnP+v\n0Sp0eLYHgMd2RS6PrZvKI37q+XyX7pSBIxv7mhiriWc8IfVej3b7FbOqC3uP\nF6Ey8kH73/yY4LyQcVz7Co41QmtlVGYggr19S3mURKDLh6Aev8lG7KrG0zzy\nVFwdDVviDNIixx0tdEa6MsYfjT1mKSVW51HVnc4J3Bz80ERCq2eSM6ch/mJk\nTVWJaJMJzgf1GyKvo5J/ymuiQ5qe1386JCujycO+3TRe6M7LeA9Hkvr32lXF\nAtDq\r\n=rGk+\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCCFgdJJFRdLGexp1F9ArLMOXRnPjYWiEzg2XnuCyPKBQIgUD/GZUKQqLH2uHNqwYGjkwCyeYUbD3oEP9GjWxlrics="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.18.0_1620185895119_0.2745487355677598"},"_hasShrinkwrap":false},"3.0.0-alpha-5.2":{"name":"britecharts","version":"3.0.0-alpha-5.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.{js,css}\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":">=4","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"husky":{"hooks":{"pre-commit":"lint-staged"}},"lint-staged":{"*.js":["eslint --cache --fix","prettier --write"],"*.scss":"stylelint --fix"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![Build Status](https://travis-ci.org/britecharts/britecharts.svg?branch=master)](https://travis-ci.org/britecharts/britecharts)\n[![npm version](https://badge.fury.io/js/britecharts.svg)](https://badge.fury.io/js/britecharts)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md)\n[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors)\n[![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo]                       | [![Line Chart][linechartimg]][linechartdemo]                            | [![Donut Chart][donutchartimg]][donutchartdemo]                 |\n| --------------------------------------------------------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo]     | [![Legend Chart][legendchartimg]][donutchartdemo]                       | [![Brush Chart][brushchartimg]][brushchartdemo]                 |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link rel=\"stylesheet\" href=\"./node_modules/britecharts/dist/css/britecharts.css\">\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects.\nIn addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification.\nContributions of any kind are welcome!\n\n## License\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html \"Check the Demo\"\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html \"Check the Demo\"\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html \"Check the Demo\"\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html \"Check the Demo\"\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html \"Check the Demo\"\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html \"Check the Demo\"\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html \"Check the Demo\"\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html \"Check the Demo\"\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html \"Check the Demo\"\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html \"Check the Demo\"\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html \"Check the Demo\"\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart \"Check the Demo\"\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-5.2","dist":{"shasum":"fcf1ca58beff48cca3de38d63f936dcd446bf6bf","integrity":"sha512-cncsMU80b0bJZip8bQ0krGQ62yq61wXlCYidAqJXQwiMBKjxptHIpsOgNBu7uy1Tlx5mmjD33g3a2X27C4gulw==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-5.2.tgz","fileCount":395,"unpackedSize":13775856,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJglgSGCRA9TVsSAnZWagAAyNgP/0VG6lKrwfgUw4geP+7Y\nJczPKKzY3vkKrz221csiw9Hti7dYnj1BcsCIsTKuMoB8d6+hDe5nGwmjD6fO\ncA9NrWMmwa8zrJuZHaX4/pow+E+I/Ro+efrYNJrBpW5vSNm+Se4788sfPS+c\nVMmkvAMX6laQOqb7sR+9RCRLIyZ7H8Z2cMWW3myuXi12RcyVpgqiELGcjr2t\ncjlXK7Dh9fH7wisBNxH4cF1l0Otoe5dlvVpkb2ZUZXawmS9ArCcxf0BnfYxC\nKaOeggcX07gZ7iRlZbdIv2MlcqZu22VtJ3RmDJANE03SL2rCr6Zj4FVRwFRO\ne0GNvToXAK5/lOsYssBIMhH+e7b3c5UbFPIaFPjO0t6VhJu0ZvWDqoG91M6M\nJN/wZrIYovQx0frGvKmYh+6pM99WA3mtBxPWm7PlgxNuEBs1pMbUqF+2Dd3M\nnSTTi4J21tZ9LiOmRSvCJSJSn719/Xb5dR5Wu57ihLbxDnqQ/U2F9Nm2PBDd\nsuvsHTR82emyfxZBDdwj4gIxDFdZ0cl7PKsFShpSh8dK1F0h6awJDeuGHE1f\nMdqQFD1oM+OqmDP0VYDKkWJLdgrwlQI7g1kdCVwjjX07t1prS5RhHJk9YysI\nbTDwOewEvMUrAmPTDf5rRkM/nTtS5AvXXHQlj5YB1UqWXq/zYw/Ta2mG8zKp\nhqoS\r\n=9tRD\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHeqh4GSDWOaBtXbbWLQX+DYHn2j2bMe0pRLlrKO1psxAiBT+i/6JDsVTug6RcFzJQ5JztGiWvgD23Qng8AdcCHKmg=="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-5.2_1620444293566_0.7023209222046698"},"_hasShrinkwrap":false},"3.0.0-alpha-6.0":{"name":"britecharts","version":"3.0.0-alpha-6.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.0","dist":{"shasum":"bb8594003a2fa7e57c334387e316b40a3a239ca8","integrity":"sha512-1MIo5taQBig17dTn7RuRHtdOeuTVYIwLRwtmko/oBPDFgwV0Acx37HB7onK8kQjyRZOggWFCQIkfj7oUIFeKtA==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.0.tgz","fileCount":396,"unpackedSize":14694502,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDUB6RKNUPar/YC60RrfGnkB15orDOCJWxqYuEjbo/GbAiEAhlT2hXrt2Jucqtbzfi85NaN7lSowy9lE/ABq0FWHCYU="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.0_1634593535575_0.8810781662351368"},"_hasShrinkwrap":false},"3.0.0-alpha-6.0.1":{"name":"britecharts","version":"3.0.0-alpha-6.0.1","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.0.1","dist":{"shasum":"cd056977cd44ffeb7c3a14a4a3cac24558314de2","integrity":"sha512-56cteqh+QfmYuvLxfNE+gWF2tqbrp31aS3N+WDY2mitI5+/1KzYvAN3ay9Gg2eDm7YJSfoNYcuKOnKl60Wj7Kg==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.0.1.tgz","fileCount":397,"unpackedSize":20489444,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC3z9PkzAKhiE+LIl096CEDvFPDbgZ9iUUEnI8RTwJnrAIgPij4dr7eMUNiMavravGs/5DCHPmAjvUFJ0m1rjtQLNs="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.0.1_1635487375438_0.7762403437498198"},"_hasShrinkwrap":false},"3.0.0-alpha-6.1.0":{"name":"britecharts","version":"3.0.0-alpha-6.1.0","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.1.0","dist":{"shasum":"bb0eb7c3c6688e1b7cad3e203b010df41b0eebbe","integrity":"sha512-fzrxxVbxW+Pqim5bzv4n7h429WPC9dpSm4HiI8njBOdtJ4mWghj5hhje5jBqRm/v3F0Z1k4flYlXONtt/7w3GA==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.1.0.tgz","fileCount":398,"unpackedSize":33645265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe5l+5bpC7A+U7N/BWB2MeXZsvca7QAxic2d4R6l18pAIgH6HK6FXazzPjXTZQS6nDUDIzr/T+4jMjhaCpL78i7Gg="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.1.0_1635999239241_0.4853866525440731"},"_hasShrinkwrap":false},"3.0.0-alpha-6.1.3":{"name":"britecharts","version":"3.0.0-alpha-6.1.3","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.1.3","dist":{"shasum":"b8b4f7647b98d3d14dd5dc66439c9fc9ab770042","integrity":"sha512-wjj8AiumIT+voJEPzUKnsy2Sn0WQkKpC0PDhjES0+SaqIZkN8IS3ZzPXGIqzQIEfyiyj0F8J73bGBx8O5FIbLA==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.1.3.tgz","fileCount":401,"unpackedSize":112422959,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3QXhCRA9TVsSAnZWagAAMpQP+wWb8BKpWXQw58qfsjA3\n4KVD9OLMF3INGzdUrxucL4trjminQZ4gIicq8/KtWhrY6VWAQYncuhZpO8Ae\nAjuDDRTndbrD3aZHoTNkmSQstD2FtsskrQVpbjyRrOWCfixnKFZFAGtCmYT9\nfYQ8zlzj3ZQm5hlQiK0uPZcwbKCDGQxduneTKrw5fl75e32TuWpryRvmwh5P\ncSpIySv2pyqa0nt0Ai/3cUy/bng6L2A8RNF/aigmloo656lHAOC6Qqo1/2WS\n0I7DS8kooZS/QYMiIpXk+zvf17ioZi3Pbe2ZHoUGWoiGQGgJfSjyZM4BuTU0\nuIxfD6loHol1ahlVgOWc552TUZ6nYzXF0CBHV9ubnCJWXZZFMCfX9qiAUspn\n18mAaamnxdKFoOeRFmPeJ9dtOKVBQYYsfYLy07hgFnZzrOGcmvkF8Xq7BI2d\nUnKSad7vwx+A6h4zU9KDQ581kEHSqRudHVT04sYaWqGf6BBiWhvcC5om3Aad\n0WthK7RwZspVjklOgX8GEDiCxrWtYaJsYgul+5p+19QOrh3QLEZ1teLdB5Ps\naUW/kwlJRmn58sD6gmQNxvfItJGjBfjg9EtL7bN9AyX4FU0pfnc2mVXfuW2j\noFiFr6xTmGpV6N9SRCoH8gd3pEzUQQ57viy9Ao/aapo0BC2DRljRQxqZkULJ\n5Z4w\r\n=3QXP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDiMR2I7C/k5Q37AU+kCDcyQaLhwdGfUaVjPtrBFyPK4AiEA7AuB6aizgmo6o6YNKvG9DqPC2RvwGH+A2cpvEOCdDRc="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.1.3_1641874910163_0.006296412858703526"},"_hasShrinkwrap":false},"3.0.0-alpha-6.1.4":{"name":"britecharts","version":"3.0.0-alpha-6.1.4","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts is a client-side **reusable Charting Library** based on [D3.js v5][1] that provides easy composition of charts and components to create amazing visualizations.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\nBritecharts [components][32] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Key Features\n\n-   🛠 Reusability\n-   🏗 Composability\n-   🌈 Great design\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API\n\nAll the components expose some **common API methods** like width, height, and margin. Additionally, each chart or component can expose specific methods you can find in the documentation:\n\n-   [API][25], [Demo][linechartdemo] Line Chart\n-   [API][22], [Demo][barchartdemo] Bar Chart\n-   [API][21], [Demo][donutchartdemo] Donut Chart\n-   [API][38], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][40], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][43], [Demo][bulletchartdemo] Bullet Chart\n-   [API][23], [Demo][brushchartdemo] Brush Chart\n-   [API][41], [Demo][scatterplotdemo] Scatter Plot\n-   [API][29], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][30], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][28], [Demo][stepchartdemo] Step Chart\n-   [API][26], [Demo][barchartdemo] Mini Tooltip\n-   [API][27], [Demo][linechartdemo] Tooltip\n-   [API][24], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][3]. To use any of the Britecharts modules, you will need to require the chart in your JS file using AMD/CommonJS modules or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][37] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][31]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][35]\n-   [Github Repo][33]\n-   [Bar Chart Tutorial][screencast][Video]\n-   [Release Notes][13]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#britecharts** channel. If you want to help, you can check the [contributing][35] guide.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for React, and we will be talking about it on our [twitter][twitter].\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][19] and [Mastering D3.js][20]. It also leveraged a significant number of examples and articles from the [D3.js][1] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][14]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][15]\n\n[1]: https://d3js.org/\n[2]: https://webpack.github.io/\n[3]: https://bost.ocks.org/mike/chart/\n[12]: https://nodejs.org/en/download/\n[13]: https://github.com/britecharts/britecharts/releases\n[14]: https://www.apache.org/licenses/LICENSE-2.0\n[15]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[16]: https://github.com/britecharts/britecharts/issues\n[17]: https://github.com/babel/babel\n[19]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[20]: https://www.packtpub.com/web-development/mastering-d3js\n[21]: https://britecharts.github.io/britecharts/module-Donut.html\n[22]: https://britecharts.github.io/britecharts/module-Bar.html\n[23]: https://britecharts.github.io/britecharts/module-Brush.html\n[24]: https://britecharts.github.io/britecharts/module-Legend.html\n[25]: https://britecharts.github.io/britecharts/module-Line.html\n[26]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[27]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[28]: https://britecharts.github.io/britecharts/module-Step.html\n[29]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[30]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[31]: https://britecharts.github.io/britecharts/\n[32]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[33]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[35]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[36]: https://britecharts.github.io/britecharts/img/logo-stripes-small.png\n[37]: https://github.com/d3/d3-selection\n[38]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[40]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[41]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[42]: https://scrimba.com/casts/cZWm2tb\n[43]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[screencast]: https://scrimba.com/casts/cZWm2tb\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+label%3Aproposal\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.1.4","dist":{"shasum":"c697d9061283ccda374abc94f5e5ad0ccfd83e05","integrity":"sha512-zBgULviMLc1M10BLivJ+jtdKzD2p2rI+V1xTmnp12nBFESIwX0kTzUSyL4YKHv6Ql24UCgGdDOCcf2E/wBpfsQ==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.1.4.tgz","fileCount":387,"unpackedSize":12203883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9IxgCRA9TVsSAnZWagAA+eMQAJrho3ktGnFGzazq0xbr\ndjxfNH2+X8h2SiORQcCDhjYYFQG4FkOsYm8Kv7EaiQFsi0kNh41MX0FQqBX0\nebKv8FiG//ueZ9TVei3Wtm61J4IqLvD8GMayeIAkh3vu2jEq1vhOpYxOSJrM\nLoaFo+FfcuGxKvuJ5kzHYPb9znsDZMXXEBazJjnF9Ex7gfEJzh+oc4arIB90\nz2yQfKFwnHmewL845FUC1t3u3cem6NQrocVv86/H0Lxvp5ODJEgT2UZU/5ix\nUoOyRCBbZMwM4khhLxz+d0rLzdBMBr4O9GuIz9smZxm9YhykuNX3ElhxaumJ\n9kvFkrk4MS4TIoJiSMdDZOL5YJjYBbi9P10nVX6Guhl5Z0sWp2RyHCnKfjhc\neTfw+64bGgBOT3MKm9fz9IAFzTGo6r0W3Mjr9cHiv247PaONDvFccbSuk9OS\n8iC+ERBCqha2Ps91vVcc+j2fQcXegmHxkhgEgrApU9+ZbxCUaBG2Pa0ipePJ\nlmwEfByne5K0Ah30n2wsQ7pgAQFGwTJHQYYxkJH2a3HImGEGkAkwqCh36Q12\n5FsK2BEOGhFYl8THVlP1gAMMDM6qLuW+wwLFTAGHV7X4UqYmOQdPDNnwu84K\n5f/fIYVmv+Z/E5aihFrxQOIty9yV30UO11gozJW0ZHlr4n/lqgNnVSBGpBU6\ns4z6\r\n=UoyS\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCIs9SfboVpT95IegCNxyV1YmvFIyaNuTN+4Uw9kAnFrgIgO4DdSrMBNIWUZGCf9jbO4cKUVT6CmDh8JKxwkn36UzE="}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.1.4_1643416672570_0.8590737061043066"},"_hasShrinkwrap":false},"3.0.0-alpha-6.1.5":{"name":"britecharts","version":"3.0.0-alpha-6.1.5","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/umd/bundle/britecharts.bundled.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:bundle":"webpack --env=prodBundleConfig","build:charts":"webpack --env=prodChartsConfig","build:cdn:bundle":"webpack --env=CDNBundleConfig","build:cdn:charts":"webpack --env=CDNChartsBundleConfig","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && yarn run styles && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","prebuild":"yarn run styles","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint '**/*.scss' --fix","stylelint":"stylelint '**/*.scss'","styles":"grunt lint && grunt sass && grunt cssmin","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}},{"files":"*.json","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","tabWidth":2}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3","base-64":"^0.1.0"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"^5.0.0","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","text":"requirejs/text","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"readmeFilename":"README.md","readme":"# Britecharts\n\n> Britecharts makes it easier to build stunning [D3.js][d3]-powered interactive charts with little code.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\n<div align=\"center\">\n  <a href=\"https://britecharts.github.io/britecharts/getting-started.html\">Quickstart</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/tutorials-index.html\">Tutorials</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/\">Docs</a>\n  <span> · </span>\n  <a href=\"https://github.com/britecharts/britecharts-test-project\">Test Project</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\">Kitchen Sink</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/contributor-how-to-guides.html\">Contribute</a>\n  <br />\n  Support: <a href=\"https://twitter.com/britecharts\">Twitter</a>, <a href=\"https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc\">Issues</a>\n  <span> & </span>\n  <a href=\"https://d3js.slack.com/messages/tools-britecharts/\">Slack</a>\n</div>\n<br/>\n\nBritecharts is a client-side **reusable Charting Library** based on [D3.js v5][d3] that provides easy composition of charts and components to create amazing data visualizations.\n\n## Key Features\n\n- 🛠 **Reusable** - Configure your charts to create different looks and behaviors.\n- 🏗 **Composable** - Mix and match components to create insightful experiences.\n- 🌈 **Great design** - Clean and vivid looks to amaze your users.\n- ⚙️ **Simple** - The codebase is regular D3.js code you can fork and modify.\n\nBritecharts [components][kitchen-sink] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API \n\nAll the components expose **common API methods** like width, height, and margin. Additionally, each component exposes specific methods you can find in the documentation:\n\n-   [API][line-docs], [Demo][linechartdemo] Line Chart\n-   [API][bar-docs], [Demo][barchartdemo] Bar Chart\n-   [API][donut-docs], [Demo][donutchartdemo] Donut Chart\n-   [API][stacked-bar-docs], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][grouped-bar-docs], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][bullet-docs], [Demo][bulletchartdemo] Bullet Chart\n-   [API][brush-docs], [Demo][brushchartdemo] Brush Chart\n-   [API][scatter-docs], [Demo][scatterplotdemo] Scatter Plot\n-   [API][sparkline-docs], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][stacked-area-docs], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][step-docs], [Demo][stepchartdemo] Step Chart\n-   [API][mini-tooltip-docs], [Demo][barchartdemo] Mini Tooltip\n-   [API][tooltip-docs], [Demo][linechartdemo] Tooltip\n-   [API][legend-docs], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][mike-chart]. To use any of the Britecharts modules, you will need to require the chart in your JS file using CommonJS modules, ES modules, or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][d3-selection] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][docs-homepage]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][contributing-guide]\n-   [Github Repo][main-repository]\n-   [Changelog][changelog]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] and our [projects][github-projects] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for [React][britecharts-react], and we will be talking about it on our [twitter][twitter].\n\n## Code of Conduct\n\nBritecharts is dedicated to building a welcoming, diverse, and safe community. We expect everyone participating in the Britecharts community to abide by our [Code of Conduct][code-conduct]. Please read it and follow it.\n\n## How to Contribute\n\nWhether you're helping us fix bugs, improving the docs, or spreading the word, we'd love to have you as part of the Britecharts community!\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#tool-britecharts** channel. We are looking for contributors and commiters, so if you want to become a part of this project, check the [contributing][contributing-guide] guide and get started today!\n\nCheck out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][d3-edge] and [Mastering D3.js][mastering-d3]. It also leveraged a significant number of examples and articles from the [D3.js][d3] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][license-original]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][britecharts-license]\n\n[d3]: https://d3js.org/\n[mike-chart]: https://bost.ocks.org/mike/chart/\n[changelog]: https://github.com/britecharts/britecharts/blob/master/CHANGELOG.md\n[license-original]: https://www.apache.org/licenses/LICENSE-2.0\n[britecharts-license]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[d3-edge]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[mastering-d3]: https://www.packtpub.com/web-development/mastering-d3js\n[donut-docs]: https://britecharts.github.io/britecharts/module-Donut.html\n[bar-docs]: https://britecharts.github.io/britecharts/module-Bar.html\n[brush-docs]: https://britecharts.github.io/britecharts/module-Brush.html\n[legend-docs]: https://britecharts.github.io/britecharts/module-Legend.html\n[line-docs]: https://britecharts.github.io/britecharts/module-Line.html\n[mini-tooltip-docs]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[tooltip-docs]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[step-docs]: https://britecharts.github.io/britecharts/module-Step.html\n[sparkline-docs]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[stacked-area-docs]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[docs-homepage]: https://britecharts.github.io/britecharts/\n[kitchen-sink]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[main-repository]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[contributing-guide]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[d3-selection]: https://github.com/d3/d3-selection\n[stacked-bar-docs]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[grouped-bar-docs]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[scatter-docs]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[bullet-docs]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/messages/tools-britecharts/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aopen+label%3A%22Type%3A+Feature%22+sort%3Aupdated-desc\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n[code-conduct]: https://github.com/britecharts/britecharts/blob/master/CODE_OF_CONDUCT.md\n[britecharts-react]: https://britecharts.github.io/britecharts-react/\n[github-projects]: https://github.com/britecharts/britecharts/projects","licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@3.0.0-alpha-6.1.5","dist":{"shasum":"4c017f87f754edf17ba2798c096992b63f3443b9","integrity":"sha512-DJxTp0wTm5ps5A8Y5Ri5BlQKqyHCNZtYfRDVsofDTqbJq2bmrho7NNbXFHmGsQFPJsxhhBA71WjccHaMZSx0Jg==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.1.5.tgz","fileCount":429,"unpackedSize":20298437,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFY4mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpXQ/+IAs/6CLoWy/1yWasKrQJKirPWpCxgaqL0obL1FzoL2K0Bj7o\r\nqHeyoWq5DQcea2uhT6AYO9pfJid/aEh26xP3M5g0noaIsKQ+ZJH/Or6MMpay\r\nt5csdKSIuJzfBsXiQsbT8mzcylR7usbrmxUJn9kVRnFOih2+ixzKyqZsEAqV\r\nae+ZMWpcl70sk04rrT7D9wQ11GYrv0qzLJfMPiNl8vMTb9nVM+7f2Eyd1N/c\r\nh6Mo2OJ4fCKikcLekomUIUHNuRoMPl6A/YsqA3UGdsPorg4Bi1nIJRPh95pE\r\nxOSrmkdAOpAV+vasrJwBQfItwF7x6VYQwjw6p5ywaypIevNKbXQJPa7hzfI7\r\n1AefEN/ytxP9zolcMIIotGyTL3MVOQpM5C51205VhymYCRv5y5myRkVzED+Z\r\n1AhmqM3ZVvtOzn2M7/V0KK1ChZUD+N5hcauIbHyzQYEYYQ8Fj3ckEDKqQTqB\r\ngLRJleLKbGp30PrUufXvDqPKIRVbpCLulfQvNW7/Qb0CdnMDYIoc8ILxUxrx\r\nzdVezs5dEEN7QY9YxovWN3opLNyWZkhKtJAAoUdx88kXxkNzSjz9us/xMroh\r\nct9hn3cSASJ+7xtPup8U2rbd8uggouhqFv258GLfNQnjbIhRM9XeMKP4yWTi\r\nFtS80ycWRIFQ3kcD6k8TL3wtUpgq66QJn7M=\r\n=1SUu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/tHqc0LGILowCZcg1MJt8O/pyq0mwzHGdzvqg0bmAwAIhAOf0dfirW43+zse95anlaHsxYKBppx6JL79IIknYUUM4"}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.1.5_1645579814169_0.9311714319542239"},"_hasShrinkwrap":false},"3.0.0-alpha-6.1.6":{"name":"britecharts","version":"3.0.0-alpha-6.1.6","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/umd/bundle/britecharts.bundled.min.js","module":"src/index.js","types":"src/typings/index.d.ts","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"}],"scripts":{"build":"webpack --env=production","build:bundle":"webpack --env=prodBundleConfig","build:styles":"webpack --env=prodStyles","build:chartStyles":"webpack --env=prodChartStyles","build:charts":"webpack --env=prodChartsConfig","build:cdn:bundle":"webpack --env=CDNBundleConfig","build:cdn:charts":"webpack --env=CDNChartsBundleConfig","build:check":"es-check es5 \"./dist/bundled/britecharts.min.js\" \"./dist/umd/bar.min.js\"","check":"yarn run lint:styles && yarn run lint:js && yarn test:once","clean":"yarn cache clean && rimraf node_modules","demos:compile":"webpack --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --port 8001 --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","docs":"webpack --env=demos && grunt docs","format":"prettier --loglevel warn --write \"**/*.js\"","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","lint:js":"yarn run lint","lint:styles":"yarn run stylelint","lint":"eslint src/charts/ src/tasks test/ webpack.*.js --cache","posttest":"npm run format","release:major":"grunt release:major","release:minor":"grunt release:minor","release":"grunt release:patch","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","stylelint:fix":"stylelint 'src/styles/**/*.scss' --fix","stylelint":"stylelint 'src/styles/**/*.scss'","test:ci":"karma start --single-run --browsers=ChromeHeadlessCustom --env=test","test:once":"karma start --single-run","test":"karma start --env=test","test:watch":"karma start --env=test","prepare":"husky install"},"sideEffects":["dist/css/**/*.css","src/styles/**/*.scss"],"repository":{"type":"git","url":"git+https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","babel":{"presets":[["@babel/preset-env",{"targets":{"chrome":"58","ie":"11"}}]],"plugins":["@babel/plugin-syntax-dynamic-import","@babel/plugin-syntax-import-meta","@babel/plugin-proposal-class-properties","@babel/plugin-proposal-json-strings",["@babel/plugin-proposal-decorators",{"legacy":true}],"@babel/plugin-proposal-function-sent","@babel/plugin-proposal-export-namespace-from","@babel/plugin-proposal-numeric-separator","@babel/plugin-proposal-throw-expressions","@babel/plugin-proposal-export-default-from","@babel/plugin-proposal-logical-assignment-operators","@babel/plugin-proposal-optional-chaining",["@babel/plugin-proposal-pipeline-operator",{"proposal":"minimal"}],"@babel/plugin-proposal-nullish-coalescing-operator","@babel/plugin-proposal-do-expressions","@babel/plugin-proposal-function-bind",["@babel/plugin-transform-runtime",{"regenerator":true}]],"env":{"test":{"plugins":["istanbul"]}}},"eslintConfig":{"env":{"es6":true,"browser":true,"jasmine":true,"amd":true},"parser":"@babel/eslint-parser","parserOptions":{"sourceType":"module","ecmaFeatures":{"experimentalObjectRestSpread":true}},"globals":{"sinon":true},"rules":{"block-scoped-var":1,"comma-style":[2,"last"],"complexity":1,"consistent-this":[0,"self"],"default-case":1,"dot-notation":0,"guard-for-in":1,"keyword-spacing":1,"padding-line-between-statements":["error",{"blankLine":"always","prev":"*","next":"return"}],"no-alert":2,"no-console":2,"no-debugger":2,"no-div-regex":1,"no-eq-null":1,"no-floating-decimal":1,"no-multiple-empty-lines":[2,{"max":2}],"no-nested-ternary":1,"no-param-reassign":0,"no-self-compare":1,"no-throw-literal":1,"no-void":1,"no-unused-vars":[1,{"varsIgnorePattern":"[d3Transition]"}],"no-underscore-dangle":0,"quotes":[2,"single"],"one-var":[1,{"var":"always","const":"never"}],"radix":1,"vars-on-top":1,"wrap-iife":[2,"inside"]},"overrides":[{"files":["*.d.ts"],"parser":"@typescript-eslint/parser"}]},"prettier":{"endOfLine":"lf","tabWidth":4,"semi":true,"bracketSpacing":true,"singleQuote":true,"arrowParens":"always","overrides":[{"files":"*.md","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","arrowParens":"avoid","proseWrap":"never"}},{"files":"*.json","options":{"printWidth":70,"useTabs":false,"trailingComma":"none","tabWidth":2}}]},"stylelint":{"plugins":["stylelint-scss"],"extends":["stylelint-config-standard","stylelint-config-sass-guidelines"],"rules":{"indentation":4,"scss/dollar-variable-colon-space-after":"always","no-descending-specificity":null,"selector-class-pattern":null,"scss/at-import-no-partial-leading-underscore":null,"max-nesting-depth":2,"at-rule-no-unknown":[true,{"ignoreAtRules":["function","if","each","include","mixin"]}]}},"dependencies":{"base-64":"^0.1.0","d3-axis":"^1.0.12","d3-brush":"^1.1.6","d3-collection":"^1.0.7","d3-format":"^1.4.5","d3-scale":"^3.2.4","d3-selection":"^1.4.1","d3-shape":"^1.3.7","d3-time":"^1.1.0","d3-time-format":"^3.0.0","d3-transition":"^1.3.2","d3-voronoi":"^1.1.4","d3-zoom":"^1.8.3"},"devDependencies":{"@babel/core":"^7.2.0","@babel/eslint-parser":"^7.12.1","@babel/plugin-proposal-class-properties":"^7.0.0","@babel/plugin-proposal-decorators":"^7.0.0","@babel/plugin-proposal-do-expressions":"^7.0.0","@babel/plugin-proposal-export-default-from":"^7.0.0","@babel/plugin-proposal-export-namespace-from":"^7.0.0","@babel/plugin-proposal-function-bind":"^7.0.0","@babel/plugin-proposal-function-sent":"^7.0.0","@babel/plugin-proposal-json-strings":"^7.0.0","@babel/plugin-proposal-logical-assignment-operators":"^7.0.0","@babel/plugin-proposal-nullish-coalescing-operator":"^7.0.0","@babel/plugin-proposal-numeric-separator":"^7.0.0","@babel/plugin-proposal-optional-chaining":"^7.0.0","@babel/plugin-proposal-pipeline-operator":"^7.0.0","@babel/plugin-proposal-throw-expressions":"^7.0.0","@babel/plugin-syntax-dynamic-import":"^7.0.0","@babel/plugin-syntax-import-meta":"^7.0.0","@babel/plugin-transform-async-to-generator":"^7.4.4","@babel/plugin-transform-runtime":"^7.4.4","@babel/preset-env":"^7.0.0","@babel/runtime":"^7.4.5","@types/d3-selection":"^1.4.1","@typescript-eslint/parser":"^4.6.1","babel-loader":"^8.0.0","babel-plugin-async-import":"^2.0.2","babel-plugin-istanbul":"^6.0.0","base-64":"^0.1.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","css-minimizer-webpack-plugin":"^3.4.1","d3":"^5.16.0","es-check":"^6.0.0","eslint":"^7.13.0","eslint-loader":"^2.1.2","extract-loader":"^5.1.0","file-loader":"^6.2.0","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release.git","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sync":"0.8.0","husky":"^7.0.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.7.1","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"6.3.2","karma-babel-preprocessor":"8.0.1","karma-chrome-launcher":"3.1.0","karma-coverage":"2.0.3","karma-jasmine":"4.0.1","karma-sourcemap-loader":"^0.3.8","karma-webpack":"4.0.2","lint-staged":">=10","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"8.4.1","node-sass":"6.0.1","optimize-css-assets-webpack-plugin":"^6.0.1","phantomjs-polyfill-find":"github:ptim/phantomjs-polyfill-find","prettier":"^2.0.5","prismjs":"1.21.0","pubsub-js":"1.7.0","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","style-loader":"0.23.1","stylelint":"^13.6.0","stylelint-config-sass-guidelines":"^7.0.0","stylelint-config-standard":"^20.0.0","stylelint-scss":"^3.17.2","typescript":"^3.9.2","underscore":"1.9.1","webpack":"4.46.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-fix-style-only-entries":"^0.6.1","webpack-merge":"4.2.1","yargs":"8.0.2"},"lint-staged":{"*.js":["yarn run lint:js","yarn run format"],"*.scss":"yarn run lint:styles"},"packageManager":"yarn@3.2.0","readme":"# Britecharts\n\n> Britecharts makes it easier to build stunning [D3.js][d3]-powered interactive charts with little code.\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![test workflow](https://github.com/britecharts/britecharts/actions/workflows/tests.yml/badge.svg)](https://github.com/britecharts/britecharts/actions/workflows/tests.yml) [![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/britecharts/britecharts)](https://github.com/britecharts/britecharts/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) [![](https://data.jsdelivr.com/v1/package/npm/britecharts/badge)](https://www.jsdelivr.com/package/npm/britecharts)\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md) [![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#toc8__anchor) [![Twitter Follow](https://img.shields.io/twitter/follow/britecharts.svg?style=social&label=Follow)](https://twitter.com/Britecharts/followers)\n\n| [![Bar Chart][barchartimg]][barchartdemo] | [![Line Chart][linechartimg]][linechartdemo] | [![Donut Chart][donutchartimg]][donutchartdemo] |\n| --- | --- | --- |\n| [![Stacked Bar Chart][stackedbarchartimg]][stackedbarchartdemo] | [![Stacked Area Chart][stackedareachartlargeimg]][stackedareachartdemo] | [![Grouped Bar Chart][groupedbarchartimg]][groupedbarchartdemo] |\n| [![Sparkline Chart][sparklinechartimg]][sparklinechartdemo] | [![Legend Chart][legendchartimg]][donutchartdemo] | [![Brush Chart][brushchartimg]][brushchartdemo] |\n\n<div align=\"center\">\n  <a href=\"https://britecharts.github.io/britecharts/getting-started.html\">Quickstart</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/tutorials-index.html\">Tutorials</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/\">Docs</a>\n  <span> · </span>\n  <a href=\"https://github.com/britecharts/britecharts-test-project\">Test Project</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\">Kitchen Sink</a>\n  <span> · </span>\n  <a href=\"https://britecharts.github.io/britecharts/contributor-how-to-guides.html\">Contribute</a>\n  <br />\n  Support: <a href=\"https://twitter.com/britecharts\">Twitter</a>, <a href=\"https://github.com/britecharts/britecharts/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc\">Issues</a>\n  <span> & </span>\n  <a href=\"https://d3js.slack.com/messages/tools-britecharts/\">Slack</a>\n</div>\n<br/>\n\nBritecharts is a client-side **reusable Charting Library** based on [D3.js v5][d3] that provides easy composition of charts and components to create amazing data visualizations.\n\n## Key Features\n\n- 🛠 **Reusable** - Configure your charts to create different looks and behaviors.\n- 🏗 **Composable** - Mix and match components to create insightful experiences.\n- 🌈 **Great design** - Clean and vivid looks to amaze your users.\n- ⚙️ **Simple** - The codebase is regular D3.js code you can fork and modify.\n\nBritecharts [components][kitchen-sink] have been written in ES2016 with a Test Driven methodology, so they are **fully tested**, and we are committed to keeping them that way.\n\n## Usage\n\nThe typical use of Britecharts involves creating a chart using its simple API, then rendering it on a container which has previously had data applied to it. The code will look like this:\n\n```js\n    import { select } from 'd3-selection';\n    import { bar } from 'britecharts';\n\n    const barChart = bar();\n    const barContainer = select('.bar-chart-container');\n    const dataset = [...];\n\n    barChart\n        .width(500)\n        .height(300);\n\n    barContainer.datum(dataset).call(barChart);\n```\n\n## API \n\nAll the components expose **common API methods** like width, height, and margin. Additionally, each component exposes specific methods you can find in the documentation:\n\n-   [API][line-docs], [Demo][linechartdemo] Line Chart\n-   [API][bar-docs], [Demo][barchartdemo] Bar Chart\n-   [API][donut-docs], [Demo][donutchartdemo] Donut Chart\n-   [API][stacked-bar-docs], [Demo][stackedbarchartdemo] Stacked Bar Chart\n-   [API][grouped-bar-docs], [Demo][groupedbarchartdemo] Grouped Bar Chart\n-   [API][bullet-docs], [Demo][bulletchartdemo] Bullet Chart\n-   [API][brush-docs], [Demo][brushchartdemo] Brush Chart\n-   [API][scatter-docs], [Demo][scatterplotdemo] Scatter Plot\n-   [API][sparkline-docs], [Demo][sparklinechartdemo] Sparkline Chart\n-   [API][stacked-area-docs], [Demo][stackedareachartdemo] Stacked Area Chart\n-   [API][step-docs], [Demo][stepchartdemo] Step Chart\n-   [API][mini-tooltip-docs], [Demo][barchartdemo] Mini Tooltip\n-   [API][tooltip-docs], [Demo][linechartdemo] Tooltip\n-   [API][legend-docs], [Demo][donutchartdemo] Legend\n\n## Installation\n\nBritecharts components are distributed in **UMD modules**, each one exposing a D3.js component written with the [Reusable API pattern][mike-chart]. To use any of the Britecharts modules, you will need to require the chart in your JS file using CommonJS modules, ES modules, or adding a script tag with the `src` pointing to the file. You would also need to load the [d3-selection][d3-selection] submodule to select the chart container.\n\n```bash\n   npm install --save britecharts d3-selection\n   # or\n   yarn add britecharts d3-selection\n```\n\nThen, in your JavaScript module file you can now import and use charts:\n\n```js\nimport { bar } from 'britecharts';\nimport { select } from 'd3-selection';\n\nconst barChart = bar();\nconst container = select('#container');\n\nconst barData = [\n    { name: 'Luminous', value: 2 },\n    { name: 'Glittering', value: 5 },\n    { name: 'Intense', value: 4 },\n    { name: 'Radiant', value: 3 }\n];\n\nbarChart\n    .margin({ left: 100 })\n    .isHorizontal(true)\n    .height(400)\n    .width(600);\n\ncontainer.datum(barData).call(barChart);\n```\n\nBritecharts comes with custom CSS - to load CSS in your html file you may include it in the `<head>` tag\n\n```html\n<link\n    rel=\"stylesheet\"\n    href=\"./node_modules/britecharts/dist/css/britecharts.css\"\n/>\n```\n\nAlternatively, you can load Britecharts from our [CDN][cdnhome] as we do in this [demo][cdndemo] page or play around in our [JSBin][jsbinsandbox] and [CodePen][codependemos] demo projects. In addition, you have an option to customize CSS using new styles. Check our [Styling Britecharts tutorial][stylingbritecharts] to see more options.\n\n## See Also\n\n-   [Documentation Homepage][docs-homepage]\n-   [Getting Started Guide][gettingstarted]\n-   [Tutorials][tutorialsindex]\n-   [How To Guides][howtoindex]\n-   [About Britecharts][topicsindex]\n-   [Contributing Guide][contributing-guide]\n-   [Github Repo][main-repository]\n-   [Changelog][changelog]\n\n## Roadmap\n\nThis project is in active development. You can check our [plans for the next release][release3project] and our [projects][github-projects] to see what's coming, and vote for your favorite [proposals][proposals] on the issues page.\n\nIf you work with Angular, check out [ngx-britecharts][angularwrapper] and their [demos][angularwrapperdemos]. We are also preparing a wrapper for [React][britecharts-react], and we will be talking about it on our [twitter][twitter].\n\n## Code of Conduct\n\nBritecharts is dedicated to building a welcoming, diverse, and safe community. We expect everyone participating in the Britecharts community to abide by our [Code of Conduct][code-conduct]. Please read it and follow it.\n\n## How to Contribute\n\nWhether you're helping us fix bugs, improving the docs, or spreading the word, we'd love to have you as part of the Britecharts community!\n\nTo give your feedback, you can open a new issue. You can also find us in the [D3.js slack group][d3slack], in the **#tool-britecharts** channel. We are looking for contributors and commiters, so if you want to become a part of this project, check the [contributing][contributing-guide] guide and get started today!\n\nCheck out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.\n\n## Acknowledgments\n\n[Sun Dai][sunsdribble] designs Britecharts, and two books inspired the code, [Developing a D3.js Edge][d3-edge] and [Mastering D3.js][mastering-d3]. It also leveraged a significant number of examples and articles from the [D3.js][d3] community overall.\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table class=\"contributors-table\">\n  <tr>\n    <td align=\"center\"><a href=\"http://dalerasrorov.github.io/\"><img src=\"https://avatars2.githubusercontent.com/u/9118852?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Daler Asrorov</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Documentation\">📖</a> <a href=\"#ideas-DalerAsrorov\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-DalerAsrorov\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3ADalerAsrorov\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=DalerAsrorov\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ryanwholey\"><img src=\"https://avatars0.githubusercontent.com/u/8100360?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Ryan Wholey</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Code\">💻</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Documentation\">📖</a> <a href=\"#ideas-ryanwholey\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-ryanwholey\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Aryanwholey\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ryanwholey\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/jchen85\"><img src=\"https://avatars2.githubusercontent.com/u/14088460?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>jchen85</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Code\">💻</a> <a href=\"#ideas-jchen85\" title=\"Ideas, Planning, & Feedback\">🤔</a> <a href=\"#maintenance-jchen85\" title=\"Maintenance\">🚧</a> <a href=\"https://github.com/britecharts/britecharts/pulls?q=is%3Apr+reviewed-by%3Ajchen85\" title=\"Reviewed Pull Requests\">👀</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=jchen85\" title=\"Tests\">⚠️</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ImADrafter\"><img src=\"https://avatars3.githubusercontent.com/u/44379989?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>Marcos Gómez</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=ImADrafter\" title=\"Code\">💻</a></td>\n    <td align=\"center\"><a href=\"https://github.com/ajdani\"><img src=\"https://avatars1.githubusercontent.com/u/16606530?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>ajdani</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/issues?q=author%3Aajdani\" title=\"Bug reports\">🐛</a> <a href=\"https://github.com/britecharts/britecharts/commits?author=ajdani\" title=\"Code\">💻</a> <a href=\"#maintenance-ajdani\" title=\"Maintenance\">🚧</a></td>\n    <td align=\"center\"><a href=\"https://github.com/shayh\"><img src=\"https://avatars3.githubusercontent.com/u/366321?v=4\" width=\"100px;\" alt=\"\"/><br /><sub><b>shayh</b></sub></a><br /><a href=\"https://github.com/britecharts/britecharts/commits?author=shayh\" title=\"Code\">💻</a></td>\n  </tr>\n</table>\n\n<!-- markdownlint-enable -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\nThis project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\n[https://www.apache.org/licenses/LICENSE-2.0][license-original]\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n\nRead more in the [license document][britecharts-license]\n\n[d3]: https://d3js.org/\n[mike-chart]: https://bost.ocks.org/mike/chart/\n[changelog]: https://github.com/britecharts/britecharts/blob/master/CHANGELOG.md\n[license-original]: https://www.apache.org/licenses/LICENSE-2.0\n[britecharts-license]: https://github.com/britecharts/britecharts/blob/master/LICENSE.md\n[d3-edge]: https://bleedingedgepress.com/our-books/developing-a-d3-js-edge/\n[mastering-d3]: https://www.packtpub.com/web-development/mastering-d3js\n[donut-docs]: https://britecharts.github.io/britecharts/module-Donut.html\n[bar-docs]: https://britecharts.github.io/britecharts/module-Bar.html\n[brush-docs]: https://britecharts.github.io/britecharts/module-Brush.html\n[legend-docs]: https://britecharts.github.io/britecharts/module-Legend.html\n[line-docs]: https://britecharts.github.io/britecharts/module-Line.html\n[mini-tooltip-docs]: https://britecharts.github.io/britecharts/module-Mini-tooltip.html\n[tooltip-docs]: https://britecharts.github.io/britecharts/module-Tooltip.html\n[step-docs]: https://britecharts.github.io/britecharts/module-Step.html\n[sparkline-docs]: https://britecharts.github.io/britecharts/module-Sparkline.html\n[stacked-area-docs]: https://britecharts.github.io/britecharts/module-Stacked-area.html\n[docs-homepage]: https://britecharts.github.io/britecharts/\n[kitchen-sink]: https://britecharts.github.io/britecharts/tutorial-kitchen-sink.html\n[main-repository]: https://github.com/britecharts/britecharts\n[gettingstarted]: https://britecharts.github.io/britecharts/getting-started.html\n[contributing-guide]: https://github.com/britecharts/britecharts/blob/master/.github/CONTRIBUTING.md\n[d3-selection]: https://github.com/d3/d3-selection\n[stacked-bar-docs]: https://britecharts.github.io/britecharts/module-Stacked-bar.html\n[grouped-bar-docs]: https://britecharts.github.io/britecharts/module-Grouped-bar.html\n[scatter-docs]: https://britecharts.github.io/britecharts/module-Scatter-plot.html\n[bullet-docs]: https://britecharts.github.io/britecharts/module-Bullet.html\n[cdndemo]: https://britecharts.github.io/britecharts/cdn.html\n[cdnhome]: https://cdn.jsdelivr.net/npm/britecharts/dist/\n[jsbinsandbox]: https://jsbin.com/wativun/3/edit?html,js,output\n[codepensandbox]: https://codepen.io/Golodhros/pen/PprGeP?editors=1010\n[codependemos]: https://codepen.io/Britecharts/pens/forked/\n[angularwrapper]: https://github.com/colapdev/ngx-britecharts\n[angularwrapperdemos]: https://colapdev.github.io/ngx-britecharts/\n[twitter]: https://twitter.com/britecharts\n[sunsdribble]: https://dribbble.com/sundai\n[d3slack]: https://d3js.slack.com/messages/tools-britecharts/\n[proposals]: https://github.com/britecharts/britecharts/issues?q=is%3Aopen+label%3A%22Type%3A+Feature%22+sort%3Aupdated-desc\n[release3project]: https://github.com/britecharts/britecharts/projects/2\n[barchartdemo]: https://britecharts.github.io/britecharts/tutorial-bar.html 'Check the Demo'\n[linechartdemo]: https://britecharts.github.io/britecharts/tutorial-line.html 'Check the Demo'\n[donutchartdemo]: https://britecharts.github.io/britecharts/tutorial-donut.html 'Check the Demo'\n[scatterplotdemo]: https://britecharts.github.io/britecharts/tutorial-scatter-plot.html 'Check the Demo'\n[sparklinechartdemo]: https://britecharts.github.io/britecharts/tutorial-sparkline.html 'Check the Demo'\n[stackedareachartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-area.html 'Check the Demo'\n[stepchartdemo]: https://britecharts.github.io/britecharts/tutorial-step.html 'Check the Demo'\n[brushchartdemo]: https://britecharts.github.io/britecharts/tutorial-brush.html 'Check the Demo'\n[bulletchartdemo]: https://britecharts.github.io/britecharts/tutorial-bullet.html 'Check the Demo'\n[stackedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-stacked-bar.html 'Check the Demo'\n[groupedbarchartdemo]: https://britecharts.github.io/britecharts/tutorial-grouped-bar.html 'Check the Demo'\n[stackedareademo]: https://britecharts.github.io/britecharts-react/#stacked-area-chart 'Check the Demo'\n[stackedareaimg]: https://raw.githubusercontent.com/britecharts/britecharts-react/master/src/docs/images/thumbnails/stacked-area.png\n[barchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/bar-chart.png\n[linechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/line-chart.png\n[donutchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/donut-chart.png\n[sparklinechartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/sparkline-chart.png\n[stackedareachartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart.png\n[stackedareachartlargeimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-area-chart-large.png\n[stepchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/step-chart.png\n[brushchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/brush-chart.png\n[stackedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/stacked-bar-chart.png\n[groupedbarchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/grouped-bar-chart.png\n[legendchartimg]: https://raw.githubusercontent.com/britecharts/britecharts/master/src/doc/images/thumbnails/legend-chart.png\n[tutorialsindex]: http://britecharts.github.io/britecharts/tutorials-index.html\n[howtoindex]: http://britecharts.github.io/britecharts/how-to-index.html\n[topicsindex]: http://britecharts.github.io/britecharts/topics-index.html\n[stylingbritecharts]: http://britecharts.github.io/britecharts/styling-charts.html\n[code-conduct]: https://github.com/britecharts/britecharts/blob/master/CODE_OF_CONDUCT.md\n[britecharts-react]: https://britecharts.github.io/britecharts-react/\n[github-projects]: https://github.com/britecharts/britecharts/projects","readmeFilename":"README.md","gitHead":"27863483a58fa6866aeafabb119c8f631ea125b8","_id":"britecharts@3.0.0-alpha-6.1.6","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ypSOJOJcBzXkxSY/OIxIIlnKKSCFqV+9QiHGbtM9a/fo8O5SFn18GKARKG8ZdGfvb8LwfuDfWTghlUA6WmcR7A==","shasum":"81c4cf9558ded4a0924ce544df1c97ef6ce93fa5","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-3.0.0-alpha-6.1.6.tgz","fileCount":2013,"unpackedSize":112166157,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHxr0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTDQ/+Ki0bYjYusXXEB5sUHbZHcL+DAdM720c8kMQ+fJCNIC9fyXZw\r\njovFTl1coEjmpfp44PRBoIoSJ3tgguIKVnoMzH78yC6TDE/mwDqhxCs2SYmo\r\n6WR5Hl3Z33WOWMGm1ak6V+Hhi+lMO4RutZDx2kSkkI0hPUqAq0ho4oBAU7F7\r\npbiosXAuk6/9yAaBb9Ikx/GkvCwml51t+2bWuCkuRN0HUdQZlK+LNN1E3MqB\r\ndEfqt0PpnkOSYKznN/zOExS3J6EU5US95WfLYtnVE9shK7xeBANENHNNk8oN\r\nSmPfmn3aWRGGbwEiP7nAARVQwUO/SpHtFzQGRwg8ix3jckcbitQWUQ0+qUel\r\ndjFPrhn1AV5aME5nakLiDAGlBIzv/gvoCZXwrXzp7zJCmi9L9Z70UuqBI+OW\r\ncDq/zB7qXDmaq7SR5P7+LW1YG8U46mtkfv/59IyNUTmX1UxTFFkjwg4RHcNN\r\niHuv5T/kMVbKK1FisCzJ1PRm0vbXXpQKsSQc6mT4LW4h14MQzmCFo2TvEt/s\r\nJaYfDCZdrj+E2migpA+Vik96rXTgBITNzXm/41KU4gcaYgqTQTEzinTZIJWh\r\nlYzcOknAdjF9O1hcPJt4Nq/8FmYKaIsmip59n2CiwSvVsgfBqCgAXkLMHxst\r\nwTEVLq4zgd87+UoObPtlCJxaM89NTJ2ushU=\r\n=yGFY\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtkJwdlSgsIWAhHOdGFtbF8inRkt1mp4uGSRcu6AjxfQIhAIxFjZ4OT/vaU8YoUqOwnTG5xSCn8j8Fg8egBc08jH4D"}]},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_3.0.0-alpha-6.1.6_1646205683011_0.46203515169767506"},"_hasShrinkwrap":false},"2.18.2":{"name":"britecharts","version":"2.18.2","description":"D3.js based Modular Charting Library by Eventbrite","main":"dist/bundled/britecharts.min.js","contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"scripts":{"demos:compile":"webpack --progress --colors --env=demos","demos:watch":"webpack --watch --progress --colors --env=demos","demos:serve":"webpack-dev-server --content-base docs/ --inline --hot --env=demos","start":"concurrently \"yarn run docs\" \"yarn run demos:serve\" \"yarn run sandbox\"","styles":"grunt lint && grunt sass && grunt cssmin","docs":"webpack --env=demos && yarn run styles && grunt docs","prebuild":"yarn run styles","build":"webpack --env=production","lint":"eslint src/charts/ webpack.*.js --cache","lint:fix":"eslint src/charts/ webpack.*.js --cache --fix","test":"karma start --env=test","test:travis":"karma start --single-run --browsers PhantomJS --env=test","sandbox:compile":"webpack --env=sandbox","sandbox":"webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline","clean":"yarn cache clean && rimraf node_modules","release":"grunt release:patch","release:minor":"grunt release:minor","release:major":"grunt release:major"},"repository":{"type":"git","url":"https://github.com/britecharts/britecharts.git"},"keywords":["d3","svg","chart","javascript","es6","es2015","visualizations","data-visualization","interactive-visualizations"],"author":{"name":"Eventbrite"},"license":"Apache-2.0","bugs":{"url":"https://github.com/britecharts/britecharts/issues"},"homepage":"http://britecharts.github.io/britecharts/","dependencies":{"base-64":"^0.1.0","d3":"^5.16.0","lodash.assign":"^4.2.0"},"devDependencies":{"babel-core":"6.26.3","babel-eslint":"7.2.3","babel-istanbul":"^0.12.2","babel-loader":"7.1.2","babel-polyfill":"6.26.0","babel-preset-es2015":"^6.18.0","babel-preset-stage-0":"^6.5.0","brace":"0.10.0","concurrently":"^4.1.0","css-loader":"3.0.0","eslint":"^5.16.0","eslint-loader":"^2.1.2","grunt":"1.0.4","grunt-babel":"6.0.0","grunt-contrib-cssmin":"2.2.1","grunt-contrib-requirejs":"^1.0.0","grunt-contrib-sass":"1.0.0","grunt-contrib-watch":"1.1.0","grunt-jsdoc":"2.4.0","grunt-karma":"2.0.0","grunt-release":"git://github.com/beevelop/grunt-release","grunt-reload":"^0.2.0","grunt-sass":"3.0.2","grunt-sass-lint":"0.2.4","grunt-shell":"2.1.0","grunt-sync":"0.8.0","ink-docstrap":"1.3.2","istanbul-instrumenter-loader":"3.0.1","jasmine-core":"3.4.0","jasmine-jquery":"2.1.1","jquery":"3.5.0","jsdoc":"3.6.1","karma":"4.1.0","karma-babel-preprocessor":"8.0.0","karma-chrome-launcher":"2.2.0","karma-coverage":"1.1.2","karma-jasmine":"2.0.1","karma-jasmine-jquery":"^0.1.1","karma-phantomjs-launcher":"^1.0.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"2.0.5","load-grunt-tasks":"5.0.0","moment":"2.24.0","node-gyp":"4.0.0","node-sass":"4.13.1","phantomjs-polyfill-find":"ptim/phantomjs-polyfill-find","prismjs":"1.21.0","pubsub-js":"1.7.0","requirejs-plugins":"^1.0.2","rimraf":"^2.6.3","sanitize-html":"1.20.1","sass-loader":"6.0.6","shelljs":"0.7.8","sinon":"7.5.0","style-loader":"0.23.1","text":"requirejs/text","underscore":"1.9.1","webpack":"4.35.0","webpack-bundle-analyzer":"3.3.2","webpack-cli":"^3.3.5","webpack-dev-server":"3.7.2","webpack-merge":"4.2.1","yargs":"8.0.2"},"licenseText":"                              Apache License\n                        Version 2.0, January 2004\n                     http://www.apache.org/licenses/\n\nTERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n1. Definitions.\n\n   \"License\" shall mean the terms and conditions for use, reproduction,\n   and distribution as defined by Sections 1 through 9 of this document.\n\n   \"Licensor\" shall mean the copyright owner or entity authorized by\n   the copyright owner that is granting the License.\n\n   \"Legal Entity\" shall mean the union of the acting entity and all\n   other entities that control, are controlled by, or are under common\n   control with that entity. For the purposes of this definition,\n   \"control\" means (i) the power, direct or indirect, to cause the\n   direction or management of such entity, whether by contract or\n   otherwise, or (ii) ownership of fifty percent (50%) or more of the\n   outstanding shares, or (iii) beneficial ownership of such entity.\n\n   \"You\" (or \"Your\") shall mean an individual or Legal Entity\n   exercising permissions granted by this License.\n\n   \"Source\" form shall mean the preferred form for making modifications,\n   including but not limited to software source code, documentation\n   source, and configuration files.\n\n   \"Object\" form shall mean any form resulting from mechanical\n   transformation or translation of a Source form, including but\n   not limited to compiled object code, generated documentation,\n   and conversions to other media types.\n\n   \"Work\" shall mean the work of authorship, whether in Source or\n   Object form, made available under the License, as indicated by a\n   copyright notice that is included in or attached to the work\n   (an example is provided in the Appendix below).\n\n   \"Derivative Works\" shall mean any work, whether in Source or Object\n   form, that is based on (or derived from) the Work and for which the\n   editorial revisions, annotations, elaborations, or other modifications\n   represent, as a whole, an original work of authorship. For the purposes\n   of this License, Derivative Works shall not include works that remain\n   separable from, or merely link (or bind by name) to the interfaces of,\n   the Work and Derivative Works thereof.\n\n   \"Contribution\" shall mean any work of authorship, including\n   the original version of the Work and any modifications or additions\n   to that Work or Derivative Works thereof, that is intentionally\n   submitted to Licensor for inclusion in the Work by the copyright owner\n   or by an individual or Legal Entity authorized to submit on behalf of\n   the copyright owner. For the purposes of this definition, \"submitted\"\n   means any form of electronic, verbal, or written communication sent\n   to the Licensor or its representatives, including but not limited to\n   communication on electronic mailing lists, source code control systems,\n   and issue tracking systems that are managed by, or on behalf of, the\n   Licensor for the purpose of discussing and improving the Work, but\n   excluding communication that is conspicuously marked or otherwise\n   designated in writing by the copyright owner as \"Not a Contribution.\"\n\n   \"Contributor\" shall mean Licensor and any individual or Legal Entity\n   on behalf of whom a Contribution has been received by Licensor and\n   subsequently incorporated within the Work.\n\n2. Grant of Copyright License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   copyright license to reproduce, prepare Derivative Works of,\n   publicly display, publicly perform, sublicense, and distribute the\n   Work and such Derivative Works in Source or Object form.\n\n3. Grant of Patent License. Subject to the terms and conditions of\n   this License, each Contributor hereby grants to You a perpetual,\n   worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n   (except as stated in this section) patent license to make, have made,\n   use, offer to sell, sell, import, and otherwise transfer the Work,\n   where such license applies only to those patent claims licensable\n   by such Contributor that are necessarily infringed by their\n   Contribution(s) alone or by combination of their Contribution(s)\n   with the Work to which such Contribution(s) was submitted. If You\n   institute patent litigation against any entity (including a\n   cross-claim or counterclaim in a lawsuit) alleging that the Work\n   or a Contribution incorporated within the Work constitutes direct\n   or contributory patent infringement, then any patent licenses\n   granted to You under this License for that Work shall terminate\n   as of the date such litigation is filed.\n\n4. Redistribution. You may reproduce and distribute copies of the\n   Work or Derivative Works thereof in any medium, with or without\n   modifications, and in Source or Object form, provided that You\n   meet the following conditions:\n\n   (a) You must give any other recipients of the Work or\n       Derivative Works a copy of this License; and\n\n   (b) You must cause any modified files to carry prominent notices\n       stating that You changed the files; and\n\n   (c) You must retain, in the Source form of any Derivative Works\n       that You distribute, all copyright, patent, trademark, and\n       attribution notices from the Source form of the Work,\n       excluding those notices that do not pertain to any part of\n       the Derivative Works; and\n\n   (d) If the Work includes a \"NOTICE\" text file as part of its\n       distribution, then any Derivative Works that You distribute must\n       include a readable copy of the attribution notices contained\n       within such NOTICE file, excluding those notices that do not\n       pertain to any part of the Derivative Works, in at least one\n       of the following places: within a NOTICE text file distributed\n       as part of the Derivative Works; within the Source form or\n       documentation, if provided along with the Derivative Works; or,\n       within a display generated by the Derivative Works, if and\n       wherever such third-party notices normally appear. The contents\n       of the NOTICE file are for informational purposes only and\n       do not modify the License. You may add Your own attribution\n       notices within Derivative Works that You distribute, alongside\n       or as an addendum to the NOTICE text from the Work, provided\n       that such additional attribution notices cannot be construed\n       as modifying the License.\n\n   You may add Your own copyright statement to Your modifications and\n   may provide additional or different license terms and conditions\n   for use, reproduction, or distribution of Your modifications, or\n   for any such Derivative Works as a whole, provided Your use,\n   reproduction, and distribution of the Work otherwise complies with\n   the conditions stated in this License.\n\n5. Submission of Contributions. Unless You explicitly state otherwise,\n   any Contribution intentionally submitted for inclusion in the Work\n   by You to the Licensor shall be under the terms and conditions of\n   this License, without any additional terms or conditions.\n   Notwithstanding the above, nothing herein shall supersede or modify\n   the terms of any separate license agreement you may have executed\n   with Licensor regarding such Contributions.\n\n6. Trademarks. This License does not grant permission to use the trade\n   names, trademarks, service marks, or product names of the Licensor,\n   except as required for reasonable and customary use in describing the\n   origin of the Work and reproducing the content of the NOTICE file.\n\n7. Disclaimer of Warranty. Unless required by applicable law or\n   agreed to in writing, Licensor provides the Work (and each\n   Contributor provides its Contributions) on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n   implied, including, without limitation, any warranties or conditions\n   of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n   PARTICULAR PURPOSE. You are solely responsible for determining the\n   appropriateness of using or redistributing the Work and assume any\n   risks associated with Your exercise of permissions under this License.\n\n8. Limitation of Liability. In no event and under no legal theory,\n   whether in tort (including negligence), contract, or otherwise,\n   unless required by applicable law (such as deliberate and grossly\n   negligent acts) or agreed to in writing, shall any Contributor be\n   liable to You for damages, including any direct, indirect, special,\n   incidental, or consequential damages of any character arising as a\n   result of this License or out of the use or inability to use the\n   Work (including but not limited to damages for loss of goodwill,\n   work stoppage, computer failure or malfunction, or any and all\n   other commercial damages or losses), even if such Contributor\n   has been advised of the possibility of such damages.\n\n9. Accepting Warranty or Additional Liability. While redistributing\n   the Work or Derivative Works thereof, You may choose to offer,\n   and charge a fee for, acceptance of support, warranty, indemnity,\n   or other liability obligations and/or rights consistent with this\n   License. However, in accepting such obligations, You may act only\n   on Your own behalf and on Your sole responsibility, not on behalf\n   of any other Contributor, and only if You agree to indemnify,\n   defend, and hold each Contributor harmless for any liability\n   incurred by, or claims asserted against, such Contributor by reason\n   of your accepting any such warranty or additional liability.\n\nEND OF TERMS AND CONDITIONS\n\nAPPENDIX: How to apply the Apache License to your work.\n\n   To apply the Apache License to your work, attach the following\n   boilerplate notice, with the fields enclosed by brackets \"{}\"\n   replaced with your own identifying information. (Don't include\n   the brackets!)  The text should be enclosed in the appropriate\n   comment syntax for the file format. We also recommend that a\n   file or class name and description of purpose be included on the\n   same \"printed page\" as the copyright notice for easier\n   identification within third-party archives.\n\nCopyright 2019 Eventbrite\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","_id":"britecharts@2.18.2","dist":{"shasum":"87b9c7f97eba9174386c1e867103b5219ea46755","integrity":"sha512-BF27yt6prB/DJgodoVclki8Tf0F+k5rg9qArF1hy/JBuQ1UkA2wRjDrPF4d7vYTId0afX6j4O4zW6p9jWS7zHA==","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/britecharts/-/britecharts-2.18.2.tgz","fileCount":3440,"unpackedSize":263372540,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEML/kA2UMkPZlDkjiF9lJotA8wr0Tmo5v3hAGFj/f3gAiATgHEBXUf1ighA/j+Yg9M2h39jY8mIOiP9vJtUPSdMvQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtPZKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFbRAAiI9JhOT4AMXIYsStmDTe901mV1zM8hBM3MTXtLAKL3F+Ogys\r\nwN3aa8v9giTyMhyLh8Gk3XZWz0sdANVPejhzPBGCYNuFCxaghuXdYfsu1UnN\r\nsXxtsakmYorMWu7VeGCuBCy1E/TSa92VRkk0S8gQ9DPEuyBBvxx3qKiyK+DV\r\ngy2zZPSkbSnJqeCNYf4QmVJGLEaH062rSoaUyuj8CIG3FQCNHSfpr0yhDSp0\r\nVzzBFzZ7S7aM1hpn4Eleyp/vbVwAj44EfncGAUGDxuGMf+YoTZRle7Ro2lr7\r\nLQAXXC9vgO1lJ5e9NVsDzGfG7+yW4aDNihGIk9Tdq+BwKJoC+iBAF9UjI77G\r\n5aSjhthRvaJgKYCzJzZT92/MjXO0jwdiETvmt4/Gu890jk60nOeuIC/oWTYV\r\nGS0iNzD6oV1EAFBIyy9+XJlrHQSWmPx7rOP/Erej0lRkLLEXqh/FM0T/RmMB\r\nKHeGlYPNiKq7HzVyFPYl3crMSh6BfIskGElI2jHps7w2yi/v5aAEVZpqxNdc\r\nodUdrne6zIrIqLzcK3SbcXFODFccC8SR03C06xOJABSlmIDbsy3Gtu2OT1Eb\r\nvgRwbRKP+teUfUQjPBGaA3sNK+jIo53KFTrdwwh45+B12C/tAhVmGEgtL0W6\r\nB1WHGOeiVs0gJY5lwOyT0bHuNqS/qLciNj0=\r\n=7Q2j\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"golodhros@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"golodhros@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/britecharts_2.18.2_1672803911919_0.13867255340705031"},"_hasShrinkwrap":false}},"name":"britecharts","time":{"modified":"2023-01-04T03:45:15.368Z","created":"2017-03-02T15:45:31.547Z","1.3.0":"2017-03-02T15:45:31.547Z","1.3.3":"2017-03-07T18:41:03.790Z","1.3.4":"2017-03-07T19:04:50.123Z","1.4.0":"2017-03-15T19:01:49.543Z","1.4.5":"2017-03-30T18:08:40.968Z","1.4.6":"2017-04-07T14:15:33.033Z","1.5.2":"2017-05-11T17:30:45.102Z","1.5.3":"2017-05-16T01:22:28.903Z","1.6.0":"2017-06-07T18:07:10.340Z","1.6.1":"2017-06-09T22:50:11.792Z","1.7.0":"2017-06-13T17:49:16.017Z","1.7.1":"2017-06-13T18:10:19.548Z","1.7.2":"2017-06-13T20:20:30.981Z","2.0.0":"2017-08-07T05:15:43.355Z","2.0.1":"2017-09-13T02:04:56.084Z","2.0.2":"2017-10-10T23:55:21.831Z","2.0.3":"2017-10-11T19:17:11.784Z","2.0.4":"2017-10-11T23:14:30.479Z","2.1.0":"2017-10-16T20:27:49.190Z","2.1.1":"2017-10-18T22:00:21.225Z","2.2.0":"2017-10-18T23:40:45.269Z","2.4.0":"2017-10-26T18:42:23.506Z","2.3.1":"2017-10-26T20:20:51.082Z","2.3.2":"2017-11-09T18:03:32.172Z","2.4.1":"2017-11-30T20:09:21.678Z","2.4.2":"2017-12-01T20:14:39.339Z","2.4.3":"2017-12-03T00:33:25.285Z","2.4.4":"2017-12-04T19:26:11.591Z","2.4.5":"2017-12-04T20:50:32.722Z","2.4.6":"2017-12-04T21:03:21.911Z","2.4.7":"2017-12-07T00:27:19.976Z","2.4.9":"2017-12-12T00:36:39.038Z","2.4.11":"2018-01-09T19:19:51.919Z","3.0.0":"2018-01-31T01:20:53.623Z","2.4.12":"2018-01-31T01:22:18.507Z","2.5.0":"2018-02-03T00:17:24.465Z","2.5.1":"2018-02-14T02:36:20.635Z","2.6.0":"2018-02-28T00:35:07.339Z","2.7.0":"2018-03-22T01:51:06.617Z","2.8.0":"2018-04-01T06:22:29.700Z","2.8.1":"2018-04-04T06:08:31.378Z","2.8.2":"2018-04-05T01:41:28.975Z","2.8.3":"2018-04-05T01:58:53.720Z","2.8.4":"2018-04-05T21:50:54.920Z","2.8.5":"2018-04-13T08:48:25.195Z","2.8.6":"2018-04-18T23:42:11.275Z","2.8.7":"2018-05-19T10:30:14.142Z","2.8.8":"2018-05-22T20:09:49.266Z","2.8.9":"2018-05-23T17:07:45.999Z","2.9.0":"2018-05-30T21:24:22.996Z","2.9.1":"2018-07-02T01:14:00.585Z","2.9.2":"2018-07-12T00:18:46.482Z","2.9.6":"2018-08-24T18:09:09.139Z","2.9.7":"2018-10-02T21:11:49.331Z","2.9.8":"2018-10-26T17:58:27.248Z","2.10.0":"2019-03-08T16:19:10.993Z","2.10.1":"2019-04-18T16:21:42.817Z","2.11.0":"2019-04-23T03:38:00.838Z","2.12.0":"2019-06-07T17:13:07.608Z","2.13.0":"2019-11-20T22:02:43.030Z","2.12.1":"2019-12-03T21:52:48.216Z","2.13.1":"2019-12-03T22:50:39.790Z","2.13.2":"2019-12-06T21:05:47.437Z","2.14.4":"2020-03-25T21:11:34.593Z","2.14.5":"2020-03-30T22:36:38.531Z","2.14.6":"2020-03-30T23:00:26.735Z","2.15.0":"2020-04-12T20:49:46.087Z","2.15.1":"2020-04-17T05:16:07.412Z","2.15.2":"2020-05-27T05:44:29.154Z","2.16.0":"2020-05-27T05:57:21.285Z","2.16.1":"2020-08-10T04:45:01.536Z","2.17.0":"2020-09-26T03:34:00.781Z","3.0.0-alpha-2.2":"2020-10-09T05:06:18.844Z","2.17.1":"2020-10-12T16:39:58.473Z","2.17.2":"2020-10-29T21:56:09.762Z","3.0.0-alpha-2.3":"2020-11-02T18:33:39.803Z","3.0.0-alpha-2.4":"2020-11-08T22:46:22.749Z","3.0.0-alpha-3":"2020-11-16T06:43:21.891Z","2.17.3":"2020-12-02T01:21:00.375Z","2.17.4":"2020-12-05T05:27:08.442Z","2.17.5":"2020-12-05T07:20:21.508Z","3.0.0-alpha-4":"2020-12-05T23:27:53.368Z","2.17.6":"2021-01-13T22:31:18.078Z","3.0.0-alpha-5.1":"2021-04-22T19:04:54.317Z","2.18.0":"2021-05-05T03:38:15.493Z","3.0.0-alpha-5.2":"2021-05-08T03:24:54.020Z","3.0.0-alpha-6.0":"2021-10-18T21:45:35.857Z","3.0.0-alpha-6.0.1":"2021-10-29T06:02:55.831Z","3.0.0-alpha-6.1.0":"2021-11-04T04:13:59.844Z","3.0.0-alpha-6.1.3":"2022-01-11T04:21:53.429Z","3.0.0-alpha-6.1.4":"2022-01-29T00:37:52.897Z","3.0.0-alpha-6.1.5":"2022-02-23T01:30:14.661Z","3.0.0-alpha-6.1.6":"2022-03-02T07:21:24.389Z","2.18.2":"2023-01-04T03:45:14.363Z"},"contributors":[{"name":"Marcos Iglesias","email":"golodhros@gmail.com"},{"name":"Daler Asrorov","email":"asrorids@gmail.com"},{"name":"Ryan Wholey","email":"rjwholey@gmail.com"},{"name":"Sun Dai","email":"sundaisf@gmail.com"},{"name":"Jaylum Chen","email":"jaylum@eventbrite.com"},{"name":"Amber Rockwood","email":"arockwood@eventbrite.com"}],"readmeFilename":"README.md","homepage":"http://britecharts.github.io/britecharts/"}