{"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"keywords":[],"dist-tags":{"latest":"0.31.0","alpha":"1.0.0-alpha.8"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","readme":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>\n\n[![License][license-image]][license-url]\n[![Travis CI][travis-image]][travis-url]\n[![NPM version][npm-image]][npm-url]\n[![nivo channel on discord](https://img.shields.io/badge/discord-nivo-61dafb.svg?style=flat-square)](https://discord.gg/n7Ft74f)\n[![Dependencies][gemnasium-image]][gemnasium-url]\n\n**nivo** provides supercharged React components to easily build dataviz apps,\nit's built on top of d3.\n\nSeveral libraries already exist for React d3 integration,\nbut just a few provide server side rendering ability and fully declarative charts.\n\n## Features\n\n- Highly customizable\n- Motion/transitions, powered by [react-motion](https://github.com/chenglou/react-motion)\n- [Component playground](http://nivo.rocks)\n- [Exhaustive documentation](http://nivo.rocks)\n- Isomorphic rendering\n- [SVG charts](http://nivo.rocks/#/components?filter=svg)\n- [HTML charts](http://nivo.rocks/#/components?filter=html)\n- [Canvas charts](http://nivo.rocks/#/components?filter=canvas)\n- [server side rendering API](https://github.com/plouc/nivo-api)\n- [SVG patterns](http://nivo.rocks/#/guides/patterns)\n- [Gradients](http://nivo.rocks/#/guides/gradients)\n- [responsive charts](http://nivo.rocks/#/components?q=responsive)\n\n## Discussion\n\nJoin the [nivo discord community](https://discord.gg/n7Ft74f).\n\n## Components\n\n- Bar\n    - [`<Bar/>`](http://nivo.rocks/#/bar)\n    - [`<ResponsiveBar/>`](http://nivo.rocks/#/bar)\n    - [`<BarCanvas/>`](http://nivo.rocks/#/bar/canvas)\n    - [`<ResponsiveBarCanvas/>`](http://nivo.rocks/#/bar/canvas)\n- Bubble\n    - [`<Bubble/>`](http://nivo.rocks/#/bubble)\n    - [`<ResponsiveBubble/>`](http://nivo.rocks/#/bubble)\n    - [`<BubbleHtml/>`](http://nivo.rocks/#/bubble/html)\n    - [`<ResponsiveBubbleHtml/>`](http://nivo.rocks/#/bubble/html)\n    - [`<BubbleCanvas/>`](http://nivo.rocks/#/bubble/canvas)\n    - [`<ResponsiveBubbleCanvas/>`](http://nivo.rocks/#/bubble/canvas)\n- Calendar\n    - [`<Calendar/>`](http://nivo.rocks/#/calendar)\n    - [`<ResponsiveCalendar/>`](http://nivo.rocks/#/calendar)\n- Chord\n    - [`<Chord/>`](http://nivo.rocks/#/chord)\n    - [`<ResponsiveChord/>`](http://nivo.rocks/#/chord)\n    - [`<ChordCanvas/>`](http://nivo.rocks/#/chord/canvas)\n    - [`<ResponsiveChordCanvas/>`](http://nivo.rocks/#/chord/canvas)\n- HeatMap\n    - [`<HeatMap/>`](http://nivo.rocks/#/heatmap)\n    - [`<ResponsiveHeatMap/>`](http://nivo.rocks/#/heatmap)\n    - [`<HeatMapCanvas/>`](http://nivo.rocks/#/heatmap/canvas)\n    - [`<ResponsiveHeatMapCanvas/>`](http://nivo.rocks/#/heatmap/canvas)\n- Line\n    - [`<Line/>`](http://nivo.rocks/#/line)\n    - [`<ResponsiveLine/>`](http://nivo.rocks/#/line)\n- Pie\n    - [`<Pie/>`](http://nivo.rocks/#/pie)\n    - [`<ResponsivePie/>`](http://nivo.rocks/#/pie)\n- Radar\n    - [`<Radar/>`](http://nivo.rocks/#/radar)\n    - [`<ResponsiveRadar/>`](http://nivo.rocks/#/radar)\n- Sankey\n    - [`<Sankey/>`](http://nivo.rocks/#/sankey)\n    - [`<ResponsiveSankey/>`](http://nivo.rocks/#/sankey)               \n- Stream\n    - [`<Stream/>`](http://nivo.rocks/#/stream)\n    - [`<ResponsiveStream/>`](http://nivo.rocks/#/stream)           \n- Sunburst\n    - [`<Sunburst/>`](http://nivo.rocks/#/sunburst)\n    - [`<ResponsiveSunburst/>`](http://nivo.rocks/#/sunburst)  \n- TreeMap\n    - [`<TreeMap/>`](http://nivo.rocks/#/treemap)\n    - [`<ResponsiveTreeMap/>`](http://nivo.rocks/#/treemap)\n    - [`<TreeMapHTML/>`](http://nivo.rocks/#/treemap/html)\n    - [`<ResponsiveTreeMapHTML/>`](http://nivo.rocks/#/treemap/html)\n    - [`<TreeMapCanvas/>`](http://nivo.rocks/#/treemap/canvas)\n    - [`<ResponsiveTreeMapCanvas/>`](http://nivo.rocks/#/treemap/canvas)\n- Voronoi `experimental`\n    - [`<Voronoi/>`](http://nivo.rocks/#/voronoi)\n    - [`<ResponsiveVoronoi/>`](http://nivo.rocks/#/voronoi)            \n\n## [HTTP API](https://github.com/plouc/nivo-api)\n\n- [`<Bar/>`](https://nivo-api.herokuapp.com/samples/bar.svg)\n- [`<Bubble/>`](https://nivo-api.herokuapp.com/samples/bubble.svg)\n- [`<Chord/>`](https://nivo-api.herokuapp.com/samples/chord.svg)\n- [`<HeatMap/>`](https://nivo-api.herokuapp.com/samples/heatmap.svg)\n- [`<Line/>`](https://nivo-api.herokuapp.com/samples/line.svg)\n- [`<Pie/>`](https://nivo-api.herokuapp.com/samples/pie.svg)\n- [`<Radar/>`](https://nivo-api.herokuapp.com/samples/radar.svg)\n- [`<Sankey/>`](https://nivo-api.herokuapp.com/samples/sankey.svg)\n- [`<Sunburst/>`](https://nivo-api.herokuapp.com/samples/sunburst.svg)\n- [`<TreeMap/>`](https://nivo-api.herokuapp.com/samples/treemap.svg)\n\n## Guides\n    \n- [colors](http://nivo.rocks/#/guides/colors)\n- [gradients](http://nivo.rocks/#/guides/gradients)\n- [patterns](http://nivo.rocks/#/guides/patterns)\n\n## Repositories\n\n- [nivo](https://github.com/plouc/nivo) - the nivo library\n- [nivo-api](https://github.com/plouc/nivo-api) - the nivo http api\n- [nivo-api-docker](https://github.com/plouc/nivo-api-docker) - a Docker image for the nivo http api\n- [nivo-generators](https://github.com/plouc/nivo-generators) - the data generators used for nivo-website and http API samples\n- [nivo-website](https://github.com/plouc/nivo-website) - the source for the nivo website\n\n## Credits\n\n- [d3](https://d3js.org/)\n- [react](https://facebook.github.io/react/)\n- [react-motion](https://github.com/chenglou/react-motion)\n- …\n\n[license-image]: https://img.shields.io/github/license/plouc/nivo.svg?style=flat-square\n[license-url]: https://github.com/plouc/nivo/blob/master/LICENSE.md\n[npm-image]: https://img.shields.io/npm/v/nivo.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/nivo\n[travis-image]: https://img.shields.io/travis/plouc/nivo.svg?style=flat-square\n[travis-url]: https://travis-ci.org/plouc/nivo\n[gemnasium-image]: https://img.shields.io/gemnasium/plouc/nivo.svg?style=flat-square\n[gemnasium-url]: https://gemnasium.com/plouc/nivo\n","repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"users":{"ahmedelgabri":true,"whathejoe":true},"bugs":{"url":"https://github.com/plouc/nivo/issues"},"versions":{"0.0.0":{"name":"nivo","version":"0.0.0","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{},"devDependencies":{},"peerDependencies":{},"scripts":{},"_id":"nivo@0.0.0","_shasum":"93451e35223678017fdf6c8a6979ad67c15ab37b","_from":".","_npmVersion":"3.7.3","_nodeVersion":"5.8.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"93451e35223678017fdf6c8a6979ad67c15ab37b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.0.0.tgz","integrity":"sha512-FoVR0bgG/f2Nx+utHs3WULDVft4V0OIu0eS7hfDYD3aJvP0U7ArPzXFOuFnSUHPRNVyjKiLHiY62QLRFegsI6Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJlUMY0KEfYyWEHoB/vO+MOQ5ok/SkdRfgNFgAq5lgOAiAyDB1q5oHYT5BdNZXXwkUTIYe+/bdWGVvxJt04vX4GMw=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-0.0.0.tgz_1460776417799_0.5181761041749269"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.0":{"name":"nivo","version":"1.0.0-alpha.0","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"9e02da4ec7553efc9a329cdc08e646469dbdf062","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.0","_shasum":"84a9d55ff66c8758b0cf092ea6fb45a53a2f151a","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"84a9d55ff66c8758b0cf092ea6fb45a53a2f151a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.0.tgz","integrity":"sha512-Y4WRktgsenhBNAeFgyHag0/eJPHqf1wsR2PnfKRWi5xuwDupl4qaYKjz6KhX9RTun5VC9ecCoGg7JmxOkbWurQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCS11xFkca88aBCQphxghkb1LZwThxYValCyZLugM6MCgIhAKv2L0/OYhXb65eupdpYt4n63WP+ykcXhpe4UEHAJAAF"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.0.tgz_1475084954176_0.7800994021818042"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.1":{"name":"nivo","version":"1.0.0-alpha.1","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"9e02da4ec7553efc9a329cdc08e646469dbdf062","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.1","_shasum":"bff3cd507581d748b30807a6822686e3edb2bb61","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"bff3cd507581d748b30807a6822686e3edb2bb61","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.1.tgz","integrity":"sha512-2ngbM+reNJ2Rzwp+C9zdTsFIrcl/POc54gSfUXoZgBshDqBOxfYG4SOM6Jj26O0WbEW6oyYFD5e2+YXgZRWkIQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHC2EIDUPTiky8vWoWqO2NnQwJaXcvR9fgfgUT/JwVsYAiEApINBBAVv7zygXp/a8myylKoO6wrXWJTqC5Ig4rSW/9c="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.1.tgz_1475301899204_0.9468466008547693"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.2":{"name":"nivo","version":"1.0.0-alpha.2","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"427cf8aa1e20bb7256664a418967ca894919f7bd","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.2","_shasum":"f2ac436e0a2a237393a9abbfa1d55535b67f1d4e","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"f2ac436e0a2a237393a9abbfa1d55535b67f1d4e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.2.tgz","integrity":"sha512-VkEBgIN+hbqydQeabiRaR742G0yI2rrS1REOOU16bUTNo/4WVxP0y8XGG+bqqoVhKqIHqQqZxe/kNyU1ESt8+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVfrMnK1SVouPWgrPIJIjFSa83Co9USdFf2h/f12SAtQIhANWkPTkut6HfJuSph3YdVIVwWWmd/qEoiaigGvgBJqvk"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.2.tgz_1475425408496_0.6961602605879307"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.3":{"name":"nivo","version":"1.0.0-alpha.3","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"427cf8aa1e20bb7256664a418967ca894919f7bd","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.3","_shasum":"7ecc86b2fd7170b816fcb34392ee9dd9a1fea6f5","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"7ecc86b2fd7170b816fcb34392ee9dd9a1fea6f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.3.tgz","integrity":"sha512-2rl39FC2K3Pe+KtCbD6QufyQl0HYcg2I2v7NrWjR9zl9SynhZzCoqZTc/19TDeJCjAJK64i3Sm6dkTX3yaq0eA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEFuwH86sf989dI6QZFITD8pvU/xs6bPKfYmKBtL/K0VAiEA/OAIA/MeANOeKQaVi8M87YFe/jkxRRgwf0aWB9KlbrE="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.3.tgz_1475425429759_0.5109350034035742"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.4":{"name":"nivo","version":"1.0.0-alpha.4","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"ae77d432d8079d910b9de54e433613dc55eab9fc","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.4","_shasum":"cc74d00c1abd246f4005231dae7d02f499b43b0f","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"cc74d00c1abd246f4005231dae7d02f499b43b0f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.4.tgz","integrity":"sha512-SIRuJzvPXGWi5JnmBFyxQaO5o32PVnFWoNwhUqDnAE739wSnr5jpFpEheC8K3BOUNA7yUmzPkIMNmoHzG2bvWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeBJNXmJgssFgp4Wd7Vg8OBWrpRblpKElL0SJBTk0UCwIhAMmUMe38tDTvVODQOjHIBOkVLkmPSliJBvDgTVK9eBH2"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.4.tgz_1475440102213_0.3719406798481941"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.5":{"name":"nivo","version":"1.0.0-alpha.5","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.11.1","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"de08c6b6e192801d8633e503e4dc478a004bc628","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.5","_shasum":"2aa7cba3e1c4fb201c779c69d83d1c6d189023f2","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"2aa7cba3e1c4fb201c779c69d83d1c6d189023f2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.5.tgz","integrity":"sha512-gZutOls298ibTXgW1PAddXUiTOqevJPQmgi86j7qV9aY8IIz7nxDq31/70x0a/VF3MXDqEHCjUvtGm34qskkYQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDBLWtVhHR0BNZvr5BnrU0IYeqbZ/ApktBn1Bj2UtyiiQIhAMKrs2zSj38mQTS5rZAngCyvS4Fco0DXiqhQ4xeMez1Q"}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.5.tgz_1475519301849_0.7846957284491509"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.6":{"name":"nivo","version":"1.0.0-alpha.6","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.16.3","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"de08c6b6e192801d8633e503e4dc478a004bc628","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.6","_shasum":"712c850d406597b5f6138651eac6cd8c0965be40","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"712c850d406597b5f6138651eac6cd8c0965be40","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.6.tgz","integrity":"sha512-s3/IA07fPY6QjQ+X0CTOUSmLTOTGbbkNkj8r600zrdG69Qnoo9C3Z4QTU3JH1N0KJ4IRJOtJZQ31wVjeM7CgGA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHlXUOTKHTdREwrQCB4FJ2x3yb54ChWEuXhRkYeUMcqHAiAXY4YLlT2gt6k3QeIgCl3U1vF6l4oDlfc7VNMqkbJGYw=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.6.tgz_1475636577928_0.9483980119694024"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.7":{"name":"nivo","version":"1.0.0-alpha.7","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.16.3","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"15.3.2","react-dom":"15.3.2","webpack":"1.13.0"},"peerDependencies":{"react":"^15.0.0"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"de08c6b6e192801d8633e503e4dc478a004bc628","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.7","_shasum":"a6615d8941354cc5d365208f5c50d09aca7fa628","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"a6615d8941354cc5d365208f5c50d09aca7fa628","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.7.tgz","integrity":"sha512-FrowWbpFxh1DQqgw4OJa1DkyZRmRksQ1JLpqxyaSmqYJkJQCRYSWn/GSZCefeOJSGKUD5uCok+AAR73Uf6D+2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDiUvUMadf16Bgjea8M93NS7AIhy3yZQa5MrdOxsfyj0wIgO6n+wJB8JHqbLL2KLzHJcYutV9wnNZIr+LCGWvMPht8="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.7.tgz_1475675008946_0.82564716367051"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"1.0.0-alpha.8":{"name":"nivo","version":"1.0.0-alpha.8","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"4.16.3","react-dimensions":"1.3.0","react-motion":"0.4.5"},"devDependencies":{"ava":"0.14.0","babel-cli":"6.7.5","babel-loader":"6.2.4","babel-preset-es2015":"6.6.0","babel-preset-react":"6.5.0","babel-preset-stage-0":"6.5.0","expect":"1.18.0","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","mocha":"2.4.5","react":"^15.4.1","react-dom":"^15.4.1","webpack":"1.13.0"},"peerDependencies":{"react":"^15.4.1"},"main":"lib","scripts":{"watch":"babel src --watch --out-dir lib","watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build":"rm -rf lib/* && babel src --no-comments --out-dir lib","prebublish":"npm run build"},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"de08c6b6e192801d8633e503e4dc478a004bc628","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@1.0.0-alpha.8","_shasum":"092df906f8465bf8ec366ee17248a704e90f8463","_from":".","_npmVersion":"3.8.9","_nodeVersion":"6.2.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"dist":{"shasum":"092df906f8465bf8ec366ee17248a704e90f8463","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-1.0.0-alpha.8.tgz","integrity":"sha512-TesA4tf6mTxXa6VYvtUDViqGN5DGsE3DVg0Xhc7llalRQ7NKhkxCoGLfEW4sTp7mAQyiknoqdn7lO63iLofl0A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQklrAIZzZQ8X4HR5ayZxnDs2eJJ/MI4I0F/olctpqygIgELMga33VpFSvvQr0Rx98ydQDxn/On1fZ1dPdkFyc/Qw="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/nivo-1.0.0-alpha.8.tgz_1482503664737_0.1878467625938356"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.1.0":{"name":"nivo","version":"0.1.0","author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"4.2.6","d3-scale-chromatic":"1.0.2","invariant":"2.2.1","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"ava":"0.14.0","babel-cli":"^6.24.1","babel-core":"^6.25.0","babel-loader":"^6.2.4","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.1","expect":"1.18.0","husky":"^0.14.3","karma":"0.13.22","karma-chrome-launcher":"0.2.3","karma-mocha":"0.2.2","karma-mocha-reporter":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-webpack":"1.7.0","lint-staged":"^4.0.2","mocha":"2.4.5","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","webpack":"1.13.0"},"peerDependencies":{"react":"^15.4.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"watch-test":"ava --watch","test":"npm run test-unit && npm run test-func","test-unit":"ava","test-func":"karma start","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build":"npm run build:commonjs && npm run build:es","prebublishOnly":"npm run build","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\""},"lint-staged":{"*.js":["fmt","git add"]},"ava":{"files":["test/**/*.test.js"],"tap":false,"failFast":true,"require":["babel-register"],"babel":"inherit"},"gitHead":"bbc40177b871a1dcb6e318504b7e61f91bdfc6b5","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.1.0","_shasum":"fa2ba4802e3cb29ea769a6ca2f3e6804e2373f02","_from":".","_npmVersion":"4.1.2","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"fa2ba4802e3cb29ea769a6ca2f3e6804e2373f02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.1.0.tgz","integrity":"sha512-zmf5ubPK+1tEpzqDa//lyDCVVxke8tTjG6Mfh7GFpS91NG19S5w8vge4PfNy2wBveRJwtNTl9x8rKb2A3cNHPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiEV/+Bo5D7euYvYoEGz+UgDwfcTRUu5ecMzqcir3VWgIhAMGkVQh/rXRJhHpExapdtgU5NHztRhAyDPW8f3piGtcX"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.1.0.tgz_1501560377152_0.4397713562939316"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.2.0":{"name":"nivo","version":"0.2.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3":"^4.10.0","d3-scale-chromatic":"^1.1.1","invariant":"^2.2.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"^1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prebublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8e723f13adac35336d910093e08f4d5e00870268","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.2.0","_shasum":"c6599e41d41c917126a15afad524406fdde92cc2","_from":".","_npmVersion":"4.1.2","_nodeVersion":"6.9.2","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"c6599e41d41c917126a15afad524406fdde92cc2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.2.0.tgz","integrity":"sha512-va6+H+erYMXvyB93ZIkg2SWSj5xOGfSe+JxZh5wcP+w93uegojShmDvTArq8F6540BJsxsknEE0mUDy6m/nEaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrFJyIAPpSixTZnYhr49fse2+vvnJGPiHeaz/9pp9WKQIhAO2MnTuLIzdKxPcSS/dGXvwXkHk9+xigGuAYBx2tcDi4"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.2.0.tgz_1501734969976_0.9817945037502795"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.4.0":{"name":"nivo","version":"0.4.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","invariant":"^2.2.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"^1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8e723f13adac35336d910093e08f4d5e00870268","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.4.0","_shasum":"a8a0ba4e270254f526df924e7757c56a9ea59282","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"a8a0ba4e270254f526df924e7757c56a9ea59282","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.4.0.tgz","integrity":"sha512-XGCwoi2WAq9IhpxmSfMcubGib5KnhEqpmWaj6FcE39mVV1JYRJ3g7c0knvIPrzBHG+5QUo799ZbNq5VA9zbdgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJX8P7TalYrh8bcf62c6rB+OD/bsLTqJtdd1eDlNcWeAIgJMQLsNWEVHoMQSDpnoZXUZpBD+VYyPFPdxooSwtN28I="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.4.0.tgz_1501844230572_0.14877273188903928"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.5.0":{"name":"nivo","version":"0.5.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","invariant":"^2.2.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"^1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8e723f13adac35336d910093e08f4d5e00870268","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.5.0","_shasum":"98a2ed2dd77fbcb536d6d83ee7ee7ab974377528","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"98a2ed2dd77fbcb536d6d83ee7ee7ab974377528","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.5.0.tgz","integrity":"sha512-Zg9JUKNOBbBaRr8oUubaEE6NfteGjGMZnBR09Qv/sCPf4D+o65qzTOrEKvuwHlIXHWEu4byrBk1KhVshA4MPTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA7ZjzhtNuxU7tUFExdMSz+t5vrKo78wCUbyF67C2YPBAiEAtvarCg+UPKkIN2d0HPcwfgmjc8i38/TR6X6xVJFafcY="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.5.0.tgz_1501845912710_0.9982335970271379"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.6.0":{"name":"nivo","version":"0.6.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","invariant":"^2.2.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"^1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8e723f13adac35336d910093e08f4d5e00870268","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.6.0","_shasum":"4f8d5a8638370341ae7cac7151800d507823678c","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"4f8d5a8638370341ae7cac7151800d507823678c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.6.0.tgz","integrity":"sha512-khHlAowLEzWZM4oFqPubwMfwN3J0xPqFEESTD6hYNhONaI9gVg8w4ZK8mHVQLAMoxy10vb1COJ18p+QwOZ2gJg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICiuh9orgH6fPtVVOw1fELx1KvgMaxHdI4OlbI2hDbTLAiEAzYzgbdkbwu/g3OGWyU9FqUHMur4YFoAR/QXvptJ5+wU="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.6.0.tgz_1501848133030_0.06355826952494681"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.7.0":{"name":"nivo","version":"0.7.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","invariant":"^2.2.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-dimensions":"^1.3.0","react-measure":"^2.0.2","react-motion":"^0.5.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"c0aecaa2bc141ee2d18e850b66c7888a9069cfdd","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.7.0","_shasum":"dfff65f7a3d48613ece6f945789415c5d4a5b8f5","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"dfff65f7a3d48613ece6f945789415c5d4a5b8f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.7.0.tgz","integrity":"sha512-hyK80R3fGG8isOsfLcpkYq9ARQIKhYtpsCPPaShuqyF7q67/z0jXwDsbM/UDG741e/va61rMuZiUdal8wCf2Pw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAyiTxKIw0jTPS8wvzQCCvm95ZPEBQwVZIkM8jQ0orbdAiBz1vVpp+GpwZOOwSZNPycLz6IvxXzrG/q5pL8PrIIl2g=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.7.0.tgz_1501905493476_0.7170396267902106"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.8.0":{"name":"nivo","version":"0.8.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"1918772f1764ca9d819ecbbc3e917dce978fe977","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.8.0","_shasum":"21290437eba261afad2a3ad4419502a95e40b9a4","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"21290437eba261afad2a3ad4419502a95e40b9a4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.8.0.tgz","integrity":"sha512-+PxXd34D2mCMDVTF8l8fUMRZU8SCFzsG64Ft1t267vMG8Qx1SylORgu503vU0MRWIlmJDPEXudp+0Jo+ynj/Wg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACXoNGnIaMug+y41RK1++4jtyok0VNbIE5drhp18Xn1AiA0yEzCgBX2mg7Ln8C0BbVtyf/LiqYlO9R/jMBUQjUV3Q=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.8.0.tgz_1502222671667_0.11239417502656579"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.9.0":{"name":"nivo","version":"0.9.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"986c66d95900c7ed642c430e2a9a3fd59d226810","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.9.0","_shasum":"c29097a5d8953aef933bc2f6529d322292b89adc","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"c29097a5d8953aef933bc2f6529d322292b89adc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.9.0.tgz","integrity":"sha512-UoLvr1g0CjtbVeVP13k3qsu6zkDdC3ffN5VFM2AqDpYue6Zv1DaVjVDEtSrcD/z62v1m8BsDJ93rDvAzPfx9Lg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJD4l5V3g4bfBT148zYxOwaMl6jyAixkHoKVgQIE9lDgIgVnf3GFPYr8tugtwaCKHw75j0K3j9IdsZa4q8saZrYY8="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.9.0.tgz_1502338184662_0.19094095681793988"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.10.0":{"name":"nivo","version":"0.10.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"751d44286e5d58cd5dae3e799ccc7086eb65df38","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.10.0","_shasum":"e8fc23e6baf586f27e551d5ebbe26c726f5c5abe","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"e8fc23e6baf586f27e551d5ebbe26c726f5c5abe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.10.0.tgz","integrity":"sha512-8AvSp0c6CHc+/ZfEbeEnNG7ojgj//Ekd97m7+VAvNdY0+ZJUyib1bk+TR2hiFi8hRtZrvNR68IpzfKzDGq8LJQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDgipBZVIMf35vfMMNBpA6t6751Ec74kSYNZWLU/pFHgAIhAMUmkN3wocATX8ZLsKJ9mGEUsJQdCwxMIO0xbzqSOf1d"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.10.0.tgz_1502340291830_0.659810560522601"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.11.0":{"name":"nivo","version":"0.11.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"a8c872a91e694721bb8a391483f9f0d9e4a15eff","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.11.0","_shasum":"17cb8981fddce28c8855596782b6d2fdb07efda6","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"17cb8981fddce28c8855596782b6d2fdb07efda6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.11.0.tgz","integrity":"sha512-cCQ5nL4wz+alR4yxoiRg8dpb/e+yxF/pa7wVhERzabJ0cy7eyg66LW2P2DiafKmM/j+ejV5O9buyBtd6MI2K+w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLGQQhfF5q/6wNsdqtStZRM8nv9yJV9dWWjkN3KI0wYwIgRs4Q5nh0drdlQrYDHMqc5GsxujFr9GGFRYvL6Iy0yqk="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.11.0.tgz_1502849565443_0.6913425112143159"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.12.0":{"name":"nivo","version":"0.12.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"705f13aa0fd22f796480a3d83ead5f4943afc07a","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.12.0","_shasum":"5a2065f84f17365ffc335d7787029ae4e5b2dcd0","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"5a2065f84f17365ffc335d7787029ae4e5b2dcd0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.12.0.tgz","integrity":"sha512-DwpG20xEu/OFww/PlnUxnx7j9xevUxmOh/L6TqDdpBSmHQOQ7W+B96VY4ifq9As3wvCq1IDAw6Oh6zfJlPhRcg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAe2CQFAdefUUoaNLXNDllzpDziRTYipGsnhZZ+EkSBwAiEA14y9e7T2HmPWoEULHwHzwnGF1agxSwFd/1rapakSlTY="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.12.0.tgz_1502849876287_0.2591156931594014"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.13.0":{"name":"nivo","version":"0.13.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"1bf5956bbeb80fdd6e728a7aa65c6d8024ab13ab","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.13.0","_shasum":"23b6a917a72a6079cf2c2b7414a819593d64eed6","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"23b6a917a72a6079cf2c2b7414a819593d64eed6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.13.0.tgz","integrity":"sha512-cXD3m6k8OVYN5MxfzgMxi8ITz/8BW2wVgOUtQ9iAm0B4k/3Utrdpsabgl5aydZ0+laH6PqNT0PZPxHIoOx1dGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDS4xEceRJRsYKY8wiyWmLn0uWnCx57fyRTr05qLNXrDAIhAIOwwvzEXz2khzWk+T4SEOJWcgluNLc6siTYqDUh6Y8t"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.13.0.tgz_1502926777611_0.011375478934496641"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.14.0":{"name":"nivo","version":"0.14.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"5684abe81d8d6676dc1c0b671c48e22ef011a4b5","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.14.0","_shasum":"96b21d95c49b2838ad5109cdc972e181dcb28661","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"96b21d95c49b2838ad5109cdc972e181dcb28661","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.14.0.tgz","integrity":"sha512-+2yijOTOgjpvRkRrV2RVcIQeWFDcdRtkbWBvHXBForWXX9lqbbO2mF8zjE9MYr+D18zgt8dzpxOIZzC1Qwutnw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFvDwoMnk7UrHeHFudNXBqHUfNAYLhhMsf9GrjAp4oDYAiEAi5FbcmJXWp08VBPrjVN2EDibteN12HGT0uYZ2fGgfTo="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.14.0.tgz_1502946554849_0.8339768890291452"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.15.0":{"name":"nivo","version":"0.15.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.3.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8668a897b6f16b015ca918e428590b9c9be47809","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.15.0","_shasum":"57c7ddbbb3cfcebea085bb00c2045a973eddb674","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"57c7ddbbb3cfcebea085bb00c2045a973eddb674","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.15.0.tgz","integrity":"sha512-j1x3RD4HscZdxXWKVaZhWnI2HusNK37jvzUEjHeLf0iSAZqGHvGzXR1nT7edrNs59HAXIaZ4pEA1NN4SSlh/GQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBykXGWgxM0Iwci9QyzpqPFZGCxwQGsIu1jBHp2RWeWfAiEAsVEwJTFAfv8ym6+yEHeIkpFoYeHEZoie2p6WaqJ3nu4="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.15.0.tgz_1502960490374_0.3037918412592262"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.16.0":{"name":"nivo","version":"0.16.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.6.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"3c7000c62147becfbc6a09dfb6da49b6e8834ee5","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.16.0","_shasum":"52d64c7a45bf7b86c12547a2cf7165ba392adff8","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"52d64c7a45bf7b86c12547a2cf7165ba392adff8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.16.0.tgz","integrity":"sha512-fSdbEXsecj8Qrne3F/SwjQOhbmGQwlBKYdIwhQqADr+slBpV3TGBtOFIbJTH1YbwtHITOpkyAVqVwXzv1ibilg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWCWw9YSyrwvnO4KMnEfRTnEdkW6YgYQ8APbDks13rMQIhAL9sT4epr44KA0JoD8yADf9tP8WNR6vDfe1lIqEV/jxq"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.16.0.tgz_1503025903756_0.05809580232016742"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.17.0":{"name":"nivo","version":"0.17.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.6.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"93a43f80064d79872e8a991b2da3f3bf794e35e3","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.17.0","_shasum":"2da78128aa567a2f4ca2de5d0d7a3628df526ad5","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"2da78128aa567a2f4ca2de5d0d7a3628df526ad5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.17.0.tgz","integrity":"sha512-WNGhZDtc/26JEHSWQ1WUw3l0KZXQ7aL1IYCtyOpzSP+lLHGxY+lWkbJFM1kwXWOeQnewS4O7IQdv2kwkOg3zRQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA1NqOpQAJ4mnr0pA8yCwfEZtlvzTa4rOBSSwnngV9uRAiBOPehNKbNZI7qbVs1GsUKNuP9tumlAgvj4xNKaaXjjhA=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.17.0.tgz_1503026281659_0.9537381043191999"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.18.0":{"name":"nivo","version":"0.18.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.6.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"f1e9c93910cefe1e75e6ecf0399ddc4713f8a156","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","_id":"nivo@0.18.0","_shasum":"cdc334bdbb198c03264a602305d01ccf23c96b3b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"cdc334bdbb198c03264a602305d01ccf23c96b3b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.18.0.tgz","integrity":"sha512-oC13LtV9qkmaVDDjzTO5sSYgQ8xF4pLvVJmdjlINdcn5ir8JZTBJ9mEvCfvBbSnGrqaW7jcZi3p5G+XARufZ0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBPxR0ERywOgDpZCwA5kpqZSMmVg3moQbLPTRMKn4sYvAiEA0l0q0L3P0+mcXhAw/fAXVYPoJyO+C+7FaSIfZMsY720="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.18.0.tgz_1503205084835_0.20530843804590404"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.19.0":{"name":"nivo","version":"0.19.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.24.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.24.1","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.24.1","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.23.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.2","gh-pages":"^1.0.0","husky":"^0.14.3","import":"^0.0.6","jest":"^20.0.4","lint-staged":"^4.0.2","mocha":"^3.5.0","nivo-generators":"^0.6.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"8629978b3fcea91c350804626fb8edc6430e394c","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.19.0","_shasum":"bf48baf2b71add7f768a559af0fa035e414914fb","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"bf48baf2b71add7f768a559af0fa035e414914fb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.19.0.tgz","integrity":"sha512-OUOMMT2b1NYBT32pHC0Wx77Ub2mp5n4x+iU8G+82xEm6GOZONEmXM4YafoOaCD+BQfMFK6EVpX9OPshV6wvFmw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEWnVmi8N8Eq3Ytqwg84CnIpgOQ2cpJXCS/M1uNinWktAiEA6jm3U/X/sEA3End+/xAdH+Gc/VOkrd+pi2HoGVz7sV0="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.19.0.tgz_1503275608397_0.7302344739437103"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.20.0":{"name":"nivo","version":"0.20.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-external-helpers":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"2192b036cd4c47c96b4e52e15569b809e41ca17c","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.20.0","_shasum":"4713b28d75abbcb17260f25330dcc4b3c9d5e07b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"4713b28d75abbcb17260f25330dcc4b3c9d5e07b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.20.0.tgz","integrity":"sha512-rsZG/xQztTaFkEtyue83z8pOYiqoq+lCsbx46nKSkRcJbDkS+tXLugiuYNgGku4V3/PxSxkEyDLnt6B2z6ZVkw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGNcOy5LZMoNXEDvHmzyOn33YpkjVgFaLqVHKQ0/c+EwIgPiZgS79ChZu5j9+foJo2Kb/rg7Gvi7C3B084K/I40gM="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.20.0.tgz_1503501872456_0.5553682427853346"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.21.0":{"name":"nivo","version":"0.21.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"1b660bb852a9a7a205ee02047f359f764f761a86","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.21.0","_shasum":"8a07d50dce990f38ab49339e433d4d48b065db5d","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"8a07d50dce990f38ab49339e433d4d48b065db5d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.21.0.tgz","integrity":"sha512-ytU4XwGoOizlGZgB9wrV8qypTAW1ESNhy/OhHL3KiPQIVf5AHJug3NKXUTBUpkz7bMrlCqNhnx9EqOUBT02Wow==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqPFFCcezHe6WlRu2d1B2RexFIrGmpSrU7jyqO8WWgsgIhAO3UTZO69RhIeLjCDbwl3EUY7CFoiAY5a7zpJeUbmxlW"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.21.0.tgz_1503552517660_0.4719113751780242"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.22.0":{"name":"nivo","version":"0.22.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"86e4497f8d2ab17c043bc30015d2bc4d962f72cb","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.22.0","_shasum":"bcdaae8b0ede39a75d976c1a5c8c48e15485f459","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"bcdaae8b0ede39a75d976c1a5c8c48e15485f459","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.22.0.tgz","integrity":"sha512-R+MwrIqse9BQL/NqyyFz8yG2WyJx+PFPvCdhNE02kFw1qHbJu6MvtA+4YP7b+NQxB87zw/63R0wTCkttOkbCQg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGsZKWX7UqZ8/hliHUzDR54tBveGurNxNh+DkuPZDVleAiEA3Oa6XWsvF7Hd2Pfw+NAGZ8SJcIbSxih7sLHDhLg5/x8="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.22.0.tgz_1503724350779_0.5932454322464764"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.22.1":{"name":"nivo","version":"0.22.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"86e4497f8d2ab17c043bc30015d2bc4d962f72cb","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.22.1","_shasum":"93f7cd9de9a9aa54e1d9eb44dae9e3ae7581c8df","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"93f7cd9de9a9aa54e1d9eb44dae9e3ae7581c8df","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.22.1.tgz","integrity":"sha512-U6gywpsg3Q8PYycoyASPJrpOxmrVNhIAbsTii8LvGHbmcf0sxJsQmXd4J7QrW4gwwDntqLJuWBg28BdR6JiYOg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJ6kpi9pezzUIDdFGmZ0pIIqJWqIewOgMDqsPdBbAKkwIhAJJxoQZyzSXSkSIVOCwZ6QeFIwxo1g/vuBkLf5ju0pLI"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.22.1.tgz_1503728833034_0.8433863245882094"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.23.0":{"name":"nivo","version":"0.23.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"1f6810def6f7297c13f87dc7e45947d4a6c4f2ba","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.23.0","_shasum":"9c2f51515fea62f294518b0c4ba7beaace7b4106","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"9c2f51515fea62f294518b0c4ba7beaace7b4106","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.23.0.tgz","integrity":"sha512-SaJOaShQ4ZV3I3U7IOJBZpWtQf6HnNXa9LaqDpFI5RxKTA5JCwlv6zjlavyyLVRubmaj1evOLEPm/SkNdRemkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEye9nGmi/4PhKsvMIDEIq0+j7tA0RAsAuUfpST025YKAiEAkpgNRh2j/D5X46BtgZMXtoX72nmpb3V/fd94I2i25S4="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.23.0.tgz_1504006834131_0.07846484589390457"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.23.1":{"name":"nivo","version":"0.23.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"41886c111fed31571f7119f9865d01683a2f2da5","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.23.1","_shasum":"7d48697dc24c0780416d7146582b9fcc0d24aba2","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"7d48697dc24c0780416d7146582b9fcc0d24aba2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.23.1.tgz","integrity":"sha512-3c8/nvwjh49Eomv5XAq1Vk25HAL2r8Wt6lWFlBT1l86WRx8OR/WhNPSFqwxOopYeI7uOuQwqIq8jWyjodtrWSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID8JoBjcaRSZ99BoU6uIghEuWdT36x6xAXUrWwYaFpCaAiAdJGX4i14+SsRY5gC7OhOO1ZrZz482JglGrZLfk/updg=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.23.1.tgz_1504041928876_0.5120597444474697"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.23.2":{"name":"nivo","version":"0.23.2","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"dc13b3c3378880f51b6cdea673c86e2cb85f5a6f","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.23.2","_shasum":"1573e4c36f2ee61b0ec2ad5355b53be41a2c7b1a","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"1573e4c36f2ee61b0ec2ad5355b53be41a2c7b1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.23.2.tgz","integrity":"sha512-QB+GpJVhCkmfZ2x9liUsGhuKPn9SiKKxDG6eT55aU+2TXz1H15KBHbfL3Ahfwe7ZiagHDNyYjhgcueLlISlsdQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvhQafBRpijIsoSNvdg17oWbqmali5zT1aluu1eylumAiBYeokRp9mIg9qTzc/sym7In6ZgOqRYq1b7kMnSRcVbOw=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.23.2.tgz_1504043982442_0.11872495710849762"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.23.3":{"name":"nivo","version":"0.23.3","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.4.1","react-dom":"^15.4.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"036179cf08ce9f5f663ef8c212f4007eae664b6b","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.23.3","_shasum":"38d8d801ad8b7f43ab7877984f2f831d127c6d34","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"38d8d801ad8b7f43ab7877984f2f831d127c6d34","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.23.3.tgz","integrity":"sha512-QvepzBkHKkWN7l/rvnRvsg+wM1OYNSysDVT1ToIz2OnY7CsGyCXV/X6QnrDA0WS7nv1UfRYkHQjEyiERZykDCA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSKvtSFabbN5M0Yg7gptk9aNXMSJ/68UqjUsi3224UwAIhAKPbU4qizbHPUO6PlaSJZZtrfWaQ/+Gx/HnmBMD14/kg"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.23.3.tgz_1504045681715_0.61670036544092"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.23.4":{"name":"nivo","version":"0.23.4","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","lodash-es":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"^0.8.0","prettier":"^1.5.3","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"b389015e8722e490447b6831cbec68b378e8e487","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.23.4","_shasum":"07959404d5682dfafa42a6deddf62cd8f5bd4d00","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"07959404d5682dfafa42a6deddf62cd8f5bd4d00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.23.4.tgz","integrity":"sha512-/pTY3NGz7K65uioXQ6P4XHgaLcabChmk0jIF+Kz7YpGwdW4gT8z+p9iNytLveQkshD8V1K9/6yANXjuJ+6LzjA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFOvDypd4REqAII9WTVJq7s6n7ODhhZyYGkkLJVEDS3JAiBCXae0G7mGZCipZ0Qiaz0UsbdPcr74WQ+Ynlx7az9YEw=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.23.4.tgz_1504069885068_0.7996291304007173"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.24.0":{"name":"nivo","version":"0.24.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"0.9.0","prettier":"^1.5.3","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"f13f95bfe851b0fa5d260ec0d8b25d8c15d553dc","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.24.0","_shasum":"c4b6459e419e573f1daef7c1beb7170273d9e91f","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"c4b6459e419e573f1daef7c1beb7170273d9e91f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.24.0.tgz","integrity":"sha512-06yz6qwEY7iOqHTT1/r0FkamGlQgO1+qGWF3t0Ovz26uVhFgrru5ANNW561vCLgy9MPsGxh/GaE++SnmuHfQYg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuL8yluhh+FDcAaCuL/vGed2hqJJRHG2NuvheoiPmiSgIhAOkej9psXBvG+4fbH4P9sD954MFs0CBrkLlirq64tzQy"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.24.0.tgz_1504175746431_0.3844853579066694"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.25.0":{"name":"nivo","version":"0.25.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"0.9.3","prettier":"^1.5.3","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"98c01999f55cbf4b9e59260900ccf097c5a6bd13","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.25.0","_shasum":"b25a25c3dd49ee8ec1803a6fd16b5bea66c47a1a","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"b25a25c3dd49ee8ec1803a6fd16b5bea66c47a1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.25.0.tgz","integrity":"sha512-3gjEKyoxFiJ/J1cxO9Ezrcou81DYu6rzBtE6lGKSTCxwoYz1ivt1XX24awl6wn7fiZ/6QUi+shAQUhYAugD0dA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIOfG0dz0E4DRGnJ0kBo9yq798fwq1erKlLZxZIq5wIwIhAIDVEr16npUp1XmLoqgQkQsxPt/mHALRsb5QuRA3H1rp"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.25.0.tgz_1504286563976_0.05706766666844487"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.26.0":{"name":"nivo","version":"0.26.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.0","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^20.0.4","lint-staged":"^4.0.3","nivo-generators":"0.9.3","prettier":"^1.5.3","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"49443e69375ca57c44592f0ed32160ec099e1415","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.26.0","_shasum":"df315027ff7ef24611321b26df895af4abb27145","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"df315027ff7ef24611321b26df895af4abb27145","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.26.0.tgz","integrity":"sha512-i5ZrfWdyAMa97gxypAHkT8sM0cx4INijgxuF9xs9ND28RES9bKYMCFEC1X/AAubqujNqplPSq/3QQ+dSDhbWDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB9r47wQqgLeCffNsQ9y7lXKlu215gU2UJkuiUDncAjoAiBqoC+M/WnXkzH1vplFFmPAwVYu+s7vFDROjB3VpZJdsQ=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.26.0.tgz_1504641752205_0.0003602961078286171"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.26.1":{"name":"nivo","version":"0.26.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"c9b59ac7dffee8e0848de0ebadff4a26f7c3482a","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.26.1","_shasum":"faa6ecf17958c315a015dc539f894336f95c750e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"faa6ecf17958c315a015dc539f894336f95c750e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.26.1.tgz","integrity":"sha512-TnElFbfHuTHgzVbf9iFo0UYkuf/zBQjtDwsFhRA1rKbE6UJHEg1XsRMWRy5gc5SrZp02xCy4BRXFSQQ11gcR4Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0iHypD1Z3KdZowAQ8WAOZkl41d9/dbeFNP6AWZBrt4gIgMYKvRus8uLS73OldhzIh+qle9EDJn4QarP6ysPgi1H4="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.26.1.tgz_1504709877344_0.5681371807586402"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.26.2":{"name":"nivo","version":"0.26.2","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"bb73749dff4ba59ab74547b0a2f73d512191bd11","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.26.2","_shasum":"a14e8fe53708e42228f71b5c8d976c611b570ff2","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"a14e8fe53708e42228f71b5c8d976c611b570ff2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.26.2.tgz","integrity":"sha512-WR3binWJWgZpo8Kfi6heSJ3uEg8t4IksW8S850ScOJxyBZ6wG/KaFipCsbdxdnpvVBPTNVayTDhYHklz8BbEDg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFs3klmOb1pX8y7laSplAccYpXKiQci3nvRaJ4j4DZJlAiBtr1oXO6zNvYr0gVK0fpXaGXBZyA7dfXDrK/jiMc3o1A=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.26.2.tgz_1504729332430_0.33601592015475035"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.26.3":{"name":"nivo","version":"0.26.3","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"89e40ac139c8bc6ca5ebdc55b14dadbaa1a4df25","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.26.3","_shasum":"827086eca4f588aaf7c55419a44268811fadd6ac","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"827086eca4f588aaf7c55419a44268811fadd6ac","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.26.3.tgz","integrity":"sha512-sw0abGO3yvF56aN0v0L+2ddWq8WB78TrR4HL8dOdbkJXj5SgBTbtQCYAW51jyyHbPjtdcOUX8PDpR6zFc0H1mQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBea/m+T9fFFGTS1MG60uoBU2+cCzUvySaitVvfd0FQ7AiEAykoGxQ/RHDSP5rBBO11rxLinIAYJWrIJUiEiE5RPYcI="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.26.3.tgz_1504777163628_0.2757926434278488"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.27.0":{"name":"nivo","version":"0.27.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"9e53777553b81cc303f0ece10abfd10e8ffce486","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.27.0","_shasum":"ba7c6fb61718e2d3da8bbe7892cfd1d35a547741","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"ba7c6fb61718e2d3da8bbe7892cfd1d35a547741","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.27.0.tgz","integrity":"sha512-hYiXzOpAl5pFNfaVnSTO94C+2Ix4I3BGnHRN0p3URulvHv2ohUY7dQytQk/H3zd0TVsFYBMP6NJaJQAoftfwzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4LRBpxDavJibe3dIIBDLMnGl2nQwdt/OPU4DurkLxaAiA0R4rLDvk+J0IBP2QwxZ1+Eft3ehJrUZbNPubgyUBTww=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.27.0.tgz_1504841362148_0.7247852347791195"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.28.0":{"name":"nivo","version":"0.28.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"604eefb04a7239487fb763443b251de41b4e7221","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.28.0","_shasum":"4dc4953d5e75f584c0af805d3074680fab107fe4","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"4dc4953d5e75f584c0af805d3074680fab107fe4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.28.0.tgz","integrity":"sha512-nAPF5YiG9K8N+z2WVrjUaaZIebLDE9DDG0KfoteFKu7iqo9FCw/RcGZH1Kz2vDCok1GV6Tod781ye05HFLS0yA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFEdhyFTdPasf7ZrXCnyUz+lLHVqcfxOdqlIJwhflTfMAiEApob/YqPeNWSf+qYTST08mYk23/rUDv8w171Jsx05IsA="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.28.0.tgz_1505145409690_0.09811852360144258"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.28.1":{"name":"nivo","version":"0.28.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"917117ae4d763b23727c76472b36cc02189d5ace","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\" />","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.28.1","_shasum":"3bc7256788d412b8d88154b45afa3b48ed32ea2e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"3bc7256788d412b8d88154b45afa3b48ed32ea2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.28.1.tgz","integrity":"sha512-gwucgneUATo6jS6As69rTCk9lRE0+rJ6GOtPcZ1c16mKh5NYIiEVnJm1iCPyrfEH9j19hpRFOPYlTEeHw6L83A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDXI1w9YGAoxynVvxd+aBM0+a1AP6clzsQUze5VSbHReQIgDlP4Vaw4OisGsBe+miHmC0QYB9NxhhXpkcCiYdIeF2g="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.28.1.tgz_1505147242234_0.7573332476895303"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.29.0":{"name":"nivo","version":"0.29.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"1972414eba506170056d7192eeb114d5f04663e3","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.29.0","_shasum":"635849f3b9e893221e4812de269ac134c0a4d50d","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"635849f3b9e893221e4812de269ac134c0a4d50d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.29.0.tgz","integrity":"sha512-3b9E/KV8YBRS5ZrSwUvJZ60g6LBjM/ouNlLdrCaa6VOYTkkyydQxgCNZpJ+Vp9hWv32v0qR/DIoT04NdMKRWQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHKjNTYmLvzKlmZUChGcxZWYtIYUIkZIP+rT5TmkyjAdAiEAuLVnSNDB2SONMqJHa1oCarV36Aiiz8hY2r2j4DI+L9g="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.29.0.tgz_1505849780540_0.12059130193665624"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.29.1":{"name":"nivo","version":"0.29.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"rm -rf es && rm -rf lib && npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"5f40bc25ce66eb0ab5174b2e49a03c7a45784f08","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.29.1","_shasum":"4a2b3eb012836b227517024ff84cbe760054cdb9","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"4a2b3eb012836b227517024ff84cbe760054cdb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.29.1.tgz","integrity":"sha512-wDV6SkIuXWGDS2KYf9efhsuN1SvG0Lb6NohrGXWYjy78gIQnFid5aTLvrBRug7LAkg5XFu9RMdikTIDC4zhbQw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEMCIB2/N+dHh3BvbgL9ftJMpaDHcWsmfPJopo8WKMRfZY31Ah9nnVewjvnCGXfx92vgAwcTRmoTD7RLzAC03M0biOdX"}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.29.1.tgz_1505863185972_0.041496850084513426"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.29.2":{"name":"nivo","version":"0.29.2","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"a44430abdb4dd671a66db232722a03a76cd33117","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.29.2","_shasum":"f6df1ee767fc5b7e6ca01e61ec0f6ac26b19c9f5","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"f6df1ee767fc5b7e6ca01e61ec0f6ac26b19c9f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.29.2.tgz","integrity":"sha512-O9rzQZ0Nq9Ha1EkFVBcNdft+Z8fjIdmBodDDBZfpWkXU6zCHFKshp0tJP1dNcv3svw8L0BGK9mjZryhHOGTAjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE1Yqjw2uTczQAnGwZC1kDIej+SFfcJXvIV3xe0lE96jAiAef60YXGXQyDdOFIsbUf3vL0Qo//n4/A6ZHzTAVkPCPA=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.29.2.tgz_1505864180371_0.7436919170431793"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.29.3":{"name":"nivo","version":"0.29.3","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"fd3fc3f7b619ff5afe49c3aff9a321e9618f7500","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.29.3","_shasum":"14d8fc29a7e0d22a2e2bd0fbfef7e270ae15632b","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"14d8fc29a7e0d22a2e2bd0fbfef7e270ae15632b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.29.3.tgz","integrity":"sha512-KF5ypjG8+gxNmyAMyaZMA4IYN8n3z91FdRO6Kqjcny/ItfLFTfCsQxeFS4abE4IrjyAIJUomyHo1wp9ITXfdHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDie7udPQv5sYtXlh7y2X3KtOhsidqMLd7UIpE/Y2gYuQIgEZbBpVEL8GuFhrmndSl2chSQSQ+Sk7cETznmHmLnkcM="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.29.3.tgz_1505934529538_0.6456848098896444"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.29.4":{"name":"nivo","version":"0.29.4","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":"^15.6.1"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"5b6f5c8d1ce16fe959ce04d241582eb4b7948e87","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.29.4","_shasum":"1f29cd09239edfc8ac8b09544810ce8ef604bb3e","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"1f29cd09239edfc8ac8b09544810ce8ef604bb3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.29.4.tgz","integrity":"sha512-YwPKl6Y/oFwhMSUFO1ic1nwy3c9RL82FGnIGAnOg99ohWzLVUKq1+mqqbYPV0JRk0RqLKtr09Bl/WVnjpEEJTA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFObgD+OZLq8J9Egzy5t16pOfgc0zqHp+4beBqVizTikAiEAiIlhxM2f9Kxy6gmGqErJavdii3WrZIbTQP6CKLpEFw0="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.29.4.tgz_1505981323742_0.0975776445120573"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.30.0":{"name":"nivo","version":"0.30.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":">= 15.6.1 < 17.0.0"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"000e2c3898cd444aa75f1496c74debf09fc1cd3e","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.30.0","_shasum":"927c4d3c0a8715899de090169014c4e4eaffd3cc","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"shasum":"927c4d3c0a8715899de090169014c4e4eaffd3cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.30.0.tgz","integrity":"sha512-WXiOB1hkWLbnXsuhS8kuRVQqkE6ONJX5n3xHhCAivKiVcLg+b6AhHhWtO+v3mhXqj8fV3/f1sHzqHaUSZrnIbg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFwxZ+WaXapiqP8qSZEuwfg+12eZ/Zz3v1tw+axbSinSAiAUJcBC68Hsz+fJzqmZCG0l/6E0bEftYCB3bocC5Ddo9Q=="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.30.0.tgz_1508557483683_0.4433554585557431"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.30.1":{"name":"nivo","version":"0.30.1","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":">= 15.6.1 < 17.0.0"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"3999b8d9e710f214921799a4406263da168c125e","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.30.1","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"integrity":"sha512-Z/cSZKcYZDIUu7EtkqfomhMVYS6hZCX2L8hIcSKXjYD03jRlnC6XeBTEFDOQEl6cHGS6vQO33LIMBykolKeCfw==","shasum":"66a14271867446a2686daa8ffca42a489df50e37","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.30.1.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjPV3UXFxRri7J4XWgoueGuZUmMDGgZ5PEASgmFgJW9gIgemUr6wp2+tW3u+Ckt5wJ4Gn5wrpmZqd6cvTtZ8dY9CM="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.30.1.tgz_1512411097613_0.4389998174738139"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."},"0.31.0":{"name":"nivo","version":"0.31.0","licenses":[{"type":"MIT","url":"https://github.com/plouc/nivo/blob/master/LICENSE.md"}],"repository":{"type":"git","url":"git://github.com/plouc/nivo.git"},"author":{"name":"Raphaël Benitte","url":"https://github.com/plouc"},"keywords":[],"dependencies":{"d3-chord":"^1.0.4","d3-color":"^1.0.3","d3-format":"^1.2.0","d3-hierarchy":"^1.1.5","d3-interpolate":"^1.1.5","d3-sankey":"^0.7.1","d3-scale":"^1.0.6","d3-scale-chromatic":"^1.1.1","d3-shape":"^1.2.0","d3-time":"^1.0.7","d3-time-format":"^2.0.5","d3-voronoi":"^1.1.2","lodash":"^4.17.4","prop-types":"^15.5.10","react-measure":"^2.0.2","react-motion":"^0.5.1","recompose":"^0.25.0"},"devDependencies":{"@storybook/addon-knobs":"^3.2.0","@storybook/react":"^3.2.3","babel-cli":"^6.26.0","babel-jest":"^20.0.3","babel-plugin-check-es2015-constants":"^6.22.0","babel-plugin-istanbul":"^4.1.4","babel-plugin-lodash":"^3.2.11","babel-plugin-syntax-jsx":"^6.18.0","babel-plugin-transform-class-properties":"^6.24.1","babel-plugin-transform-es2015-arrow-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoped-functions":"^6.22.0","babel-plugin-transform-es2015-block-scoping":"^6.26.0","babel-plugin-transform-es2015-classes":"^6.24.1","babel-plugin-transform-es2015-computed-properties":"^6.24.1","babel-plugin-transform-es2015-destructuring":"^6.23.0","babel-plugin-transform-es2015-function-name":"^6.24.1","babel-plugin-transform-es2015-literals":"^6.22.0","babel-plugin-transform-es2015-modules-commonjs":"^6.26.0","babel-plugin-transform-es2015-object-super":"^6.24.1","babel-plugin-transform-es2015-parameters":"^6.24.1","babel-plugin-transform-es2015-shorthand-properties":"^6.24.1","babel-plugin-transform-es2015-spread":"^6.22.0","babel-plugin-transform-es2015-template-literals":"^6.22.0","babel-plugin-transform-object-rest-spread":"^6.26.0","babel-plugin-transform-react-jsx":"^6.24.1","clog-cli":"^1.0.0","cross-env":"^5.0.5","enzyme":"^2.9.1","gh-pages":"^1.0.0","husky":"^0.14.3","jest":"^21.0.1","lint-staged":"^4.1.0","nivo-generators":"0.9.3","prettier":"^1.6.1","react":"^15.6.1","react-dom":"^15.6.1","react-test-renderer":"^15.6.1","validate-commit-msg":"^2.14.0"},"peerDependencies":{"react":">= 15.6.1 < 17.0.0"},"main":"./lib/index.js","module":"es/index.js","jsnext:main":"es/index.js","scripts":{"test":"npm run test:unit","test:cover":"npm run test:unit:cover","test:unit":"jest --verbose ./test","test:unit:cover":"jest --verbose --coverage ./test","build:commonjs":"rm -rf lib && cross-env NODE_ENV=commonjs babel src --out-dir lib","build:commonjs:watch":"npm run build:commonjs -- --watch","build:es":"rm -rf es && cross-env NODE_ENV=es babel src --out-dir es","build:es:watch":"npm run build:es -- --watch","build":"npm run build:commonjs && npm run build:es","fmt":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --color --write \"{src,specs,test,.storybook,stories}/**/*.js\"","fmt:check":"prettier --print-width=100 --tab-width=4 --bracket-spacing --no-semi --trailing-comma es5 --single-quote --list-different \"{src,specs,test,.storybook,stories}/**/*.js\"","version":"echo ${npm_package_version}","prepublishOnly":"npm test && npm run build","precommit":"lint-staged","commitmsg":"validate-commit-msg","storybook":"start-storybook -p 6006","storybook:build":"build-storybook","storybook:publish":"npm run storybook:build && gh-pages -d storybook-static -r git@github.com:plouc/nivo.git -b gh-pages -e storybook","changelog":"rm CHANGELOG.md && node scripts/generate-changelog.js"},"lint-staged":{"*.js":["fmt","git add","test"]},"config":{"validate-commit-msg":{"types":["feat","fix","docs","style","refactor","perf","test","build","ci","chore","revert"],"scope":{"required":true,"allowed":["*"],"validate":false,"multiple":false},"warnOnFail":false,"maxSubjectLength":80,"subjectPattern":".+","subjectPatternErrorMsg":"subject does not match subject pattern!","helpMessage":"","autoFix":false}},"gitHead":"06b0ae0e7dc58a8d67c73a25a7e3a718b28d6fab","description":"<img alt=\"nivo\" src=\"https://raw.githubusercontent.com/plouc/nivo/master/nivo.png\" width=\"216\" height=\"68\"/>","bugs":{"url":"https://github.com/plouc/nivo/issues"},"homepage":"https://github.com/plouc/nivo#readme","_id":"nivo@0.31.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"anonymous","email":"tech+npm@rbenitte.com"},"dist":{"integrity":"sha512-W6rjAcyTEqfrLkqHo2WuCHXHZXy+0R9XlSjpU5+F/zdBt+QFZTSPs/e45dE16PqVY9Gx7w4bxa9OkD0hasWOKg==","shasum":"d76a4bb2dd7a48b94dbf0ce9cc5c5aea46930353","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/nivo/-/nivo-0.31.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUEi8GUir2eJG58QlpOead9fptd294f/+oRygPdkSjaAIgKF+TwrQ5qI42wKvGWxDC2b3zDgXeI2N6pwI+U8+Ztxs="}]},"maintainers":[{"name":"anonymous","email":"tech+npm@rbenitte.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/nivo-0.31.0.tgz_1512423481648_0.14680337137542665"},"directories":{},"deprecated":"Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."}},"name":"nivo","time":{"modified":"2024-05-12T20:09:58.377Z","created":"2016-04-16T03:13:38.206Z","0.0.0":"2016-04-16T03:13:38.206Z","1.0.0-alpha.0":"2016-09-28T17:49:14.386Z","1.0.0-alpha.1":"2016-10-01T06:05:01.916Z","1.0.0-alpha.2":"2016-10-02T16:23:28.721Z","1.0.0-alpha.3":"2016-10-02T16:23:49.982Z","1.0.0-alpha.4":"2016-10-02T20:28:24.785Z","1.0.0-alpha.5":"2016-10-03T18:28:24.794Z","1.0.0-alpha.6":"2016-10-05T03:02:58.175Z","1.0.0-alpha.7":"2016-10-05T13:43:31.988Z","1.0.0-alpha.8":"2016-12-23T14:34:24.962Z","0.1.0":"2017-08-01T04:06:17.342Z","0.2.0":"2017-08-03T04:36:10.199Z","0.3.0":"2017-08-04T10:56:01.536Z","0.4.0":"2017-08-04T10:57:10.922Z","0.5.0":"2017-08-04T11:25:12.889Z","0.6.0":"2017-08-04T12:02:13.222Z","0.7.0":"2017-08-05T03:58:13.894Z","0.8.0":"2017-08-08T20:04:31.824Z","0.9.0":"2017-08-10T04:09:45.151Z","0.10.0":"2017-08-10T04:44:52.461Z","0.11.0":"2017-08-16T02:12:45.565Z","0.12.0":"2017-08-16T02:17:56.425Z","0.13.0":"2017-08-16T23:39:37.757Z","0.14.0":"2017-08-17T05:09:14.983Z","0.15.0":"2017-08-17T09:01:30.592Z","0.16.0":"2017-08-18T03:11:44.136Z","0.17.0":"2017-08-18T03:18:01.831Z","0.18.0":"2017-08-20T04:58:05.109Z","0.19.0":"2017-08-21T00:33:28.547Z","0.20.0":"2017-08-23T15:24:32.677Z","0.21.0":"2017-08-24T05:28:38.073Z","0.22.0":"2017-08-26T05:12:31.667Z","0.22.1":"2017-08-26T06:27:13.383Z","0.23.0":"2017-08-29T11:40:34.970Z","0.23.1":"2017-08-29T21:25:29.271Z","0.23.2":"2017-08-29T21:59:42.609Z","0.23.3":"2017-08-29T22:28:02.328Z","0.23.4":"2017-08-30T05:11:25.505Z","0.24.0":"2017-08-31T10:35:46.588Z","0.25.0":"2017-09-01T17:22:44.174Z","0.26.0":"2017-09-05T20:02:34.449Z","0.26.1":"2017-09-06T14:57:57.515Z","0.26.2":"2017-09-06T20:22:12.589Z","0.26.3":"2017-09-07T09:39:23.832Z","0.27.0":"2017-09-08T03:29:22.358Z","0.28.0":"2017-09-11T15:56:49.822Z","0.28.1":"2017-09-11T16:27:22.489Z","0.29.0":"2017-09-19T19:36:21.047Z","0.29.1":"2017-09-19T23:19:46.274Z","0.29.2":"2017-09-19T23:36:20.491Z","0.29.3":"2017-09-20T19:08:49.639Z","0.29.4":"2017-09-21T08:08:43.950Z","0.30.0":"2017-10-21T03:44:44.116Z","0.30.1":"2017-12-04T18:11:37.849Z","0.31.0":"2017-12-04T21:38:01.810Z"},"readmeFilename":"README.md","homepage":"https://github.com/plouc/nivo#readme"}