{"_attachments":{},"_id":"chroma-js","_rev":"2156-61f1486f4ce7cf8f5826402f","author":{"name":"Gregor Aisch"},"description":"JavaScript library for color conversions","dist-tags":{"latest":"3.2.0"},"license":"(BSD-3-Clause AND Apache-2.0)","maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"celtra-devex","email":"devex@celtra.com"}],"name":"chroma-js","readme":"# Chroma.js\n\n[Chroma.js](https://vis4.net/chromajs/) is a ~~tiny~~ [small-ish](https://bundlejs.com/?q=chroma-js) zero-dependency JavaScript library for all kinds of color conversions and color scales.\n\n[![Build Status](https://api.travis-ci.com/gka/chroma.js.svg?branch=master)](https://travis-ci.com/gka/chroma.js)\n[![Build size](https://deno.bundlejs.com/?q=chroma-js&badge)](https://bundlejs.com/?q=chroma-js)\n\n\n\n### Usage\n\nInstall from npm\n\n```\nnpm install chroma-js\n```\n\nImport package into project\n\n```javascript\nimport chroma from \"chroma-js\";\n```\n\nInitiate and manipulate colors:\n\n```javascript\nchroma('#D4F880').darken().hex();  // #a1c550\n```\n\nWorking with color scales is easy, too:\n\n```javascript\nscale = chroma.scale(['white', 'red']);\nscale(0.5).hex(); // #FF7F7F\n```\n\nLab/Lch interpolation looks better than RGB\n\n```javascript\nchroma.scale(['white', 'red']).mode('lab');\n```\n\nCustom domains! Quantiles! Color Brewer!!\n\n```javascript\nchroma.scale('RdYlBu').domain(myValues, 7, 'quantiles');\n```\n\nAnd why not use logarithmic color scales once in your life?\n\n```javascript\nchroma.scale(['lightyellow', 'navy']).domain([1, 100000], 7, 'log');\n```\n\n### Like it?\n\nWhy not dive into the [interactive documentation](http://gka.github.io/chroma.js/) (there's a [static version](https://github.com/gka/chroma.js/blob/master/docs/src/index.md), too). You can download [chroma.min.js](https://raw.github.com/gka/chroma.js/master/chroma.min.js) or use the [hosted version on unpkg.com](https://app.unpkg.com/chroma-js@latest/files/dist).\n\nYou can use it in node.js, too!\n\n    npm install chroma-js\n\nOr you can use it in SASS using [chromatic-sass](https://github.com/bugsnag/chromatic-sass)!\n\n### Want to contribute?\n\nCome over and say hi in our [Discord channel](https://discord.gg/7fgurEqTRe)!\n\n### Build instructions\n\nFirst clone the repository and install the dev dependencies:\n\n    git clone git@github.com:gka/chroma.js.git\n    cd chroma.js\n    npm install\n\nThen compile the coffee-script source files to the build files:\n\n    npm run build\n\nDon't forget to tests your changes! You will probably also want to add new test to the `/test` folder in case you added a feature.\n\n    npm test\n\nAnd to update the documentation just run\n\n    npm run docs\n\nTo preview the docs locally you can use\n\n    npm run docs-preview\n\n### Similar Libraries / Prior Art\n\n* [Chromatist](https://github.com/jrus/chromatist)\n* [GrapeFruit](https://github.com/xav/Grapefruit) (Python)\n* [colors.py](https://github.com/mattrobenolt/colors.py) (Python)\n* [d3.js](https://github.com/mbostock/d3)\n* [Color Art](https://github.com/JiatLn/color-art) (Rust)\n\n\n\n### Author\n\nChroma.js is written by [Gregor Aisch](http://driven-by-data.net).\n\n### License\n\nReleased under [BSD license](http://opensource.org/licenses/BSD-3-Clause).\nVersions prior to 0.4 were released under [GPL](http://www.gnu.org/licenses/gpl-3.0).\n\n### Further reading\n\n* [How To Avoid Equidistant HSV Colors](https://www.vis4.net/blog/avoid-equidistant-hsv-colors/)\n* [Mastering Multi-hued Color Scales with Chroma.js](https://www.vis4.net/blog/mastering-multi-hued-color-scales/)\n\n### FAQ\n\n**There have been no commits in X weeks. Is chroma.js dead?**\n\nNo! It's just that the author of this library has other things to do than devoting every week of his life to making cosmetic changes to a piece of software that is working just fine as it is, just so that people like you don't feel like it's abandoned and left alone in this world to die. Bugs will be fixed. Some new things will come at some point. Patience.\n\n**I want to help maintaining chroma.js!**\n\nYay, that's awesome! Please say hi at our [Discord chat](https://discord.gg/m2M7k5Nf) to get in touch\n","time":{"created":"2022-01-26T13:11:11.141Z","modified":"2025-11-28T10:49:45.578Z","2.4.2":"2022-02-03T00:55:31.592Z","2.4.1":"2022-02-03T00:46:41.511Z","2.4.0":"2022-02-03T00:42:10.962Z","2.3.0":"2022-01-27T16:13:46.421Z","2.2.0":"2022-01-27T15:54:20.813Z","2.1.0":"2019-10-31T08:37:43.039Z","2.1.2":"2021-05-19T11:03:51.229Z","2.1.1":"2021-03-03T10:55:44.591Z","2.0.6":"2019-08-28T13:31:19.784Z","2.0.5":"2019-08-28T13:26:48.867Z","2.0.4":"2019-06-17T14:40:08.303Z","2.0.3":"2019-02-16T23:26:20.063Z","2.0.2":"2018-12-11T23:52:18.363Z","2.0.1":"2018-12-11T00:41:04.275Z","2.0.0":"2018-12-10T23:51:14.921Z","1.4.1":"2018-11-27T15:19:15.787Z","1.4.0":"2018-09-24T07:16:43.464Z","1.3.7":"2018-04-30T21:58:15.430Z","1.3.6":"2018-01-22T07:41:44.165Z","1.3.5":"2017-12-16T10:56:26.347Z","1.3.4":"2017-05-29T19:03:44.504Z","1.3.3":"2017-04-06T15:58:40.309Z","1.3.2":"2017-04-04T12:05:38.264Z","1.3.1":"2017-04-04T11:31:22.568Z","1.3.0":"2017-04-04T10:16:07.283Z","1.2.2":"2017-02-08T21:50:33.596Z","1.2.1":"2016-07-20T17:05:42.693Z","1.1.1":"2015-07-22T05:17:58.107Z","1.1.0":"2015-07-19T06:45:34.410Z","1.0.1":"2015-07-02T04:22:25.197Z","0.7.8":"2015-06-02T04:20:10.223Z","0.7.6":"2015-06-01T05:15:54.320Z","0.7.5":"2015-06-01T04:54:40.935Z","0.7.4":"2015-05-24T01:35:16.593Z","0.7.3":"2015-05-24T01:18:56.835Z","0.7.2":"2015-03-31T13:40:20.869Z","0.7.1":"2015-03-31T13:08:54.112Z","0.6.3":"2014-12-26T14:34:50.651Z","0.6.2":"2014-12-16T15:19:00.315Z","0.6.1":"2014-10-21T13:11:24.638Z","0.6.0":"2014-10-17T04:47:04.795Z","0.5.9":"2014-09-08T05:52:51.313Z","0.5.8":"2014-09-08T05:44:15.079Z","0.5.7":"2014-05-15T05:56:28.580Z","0.5.6":"2013-11-25T09:29:21.910Z","0.5.5":"2013-11-18T12:22:34.314Z","0.5.4":"2013-11-06T15:07:18.110Z","0.5.2":"2013-09-09T11:54:27.483Z","0.5.1":"2013-09-06T19:46:09.156Z","0.4.11":"2013-06-25T20:10:15.586Z","0.4.10":"2013-06-25T20:08:04.284Z","0.4.8":"2013-05-08T07:14:29.510Z","0.4.7":"2013-03-26T07:48:32.684Z","0.4.3":"2013-03-07T14:28:28.428Z","0.2.5":"2011-12-29T12:16:40.849Z","2.5.0-0":"2024-07-30T21:10:58.556Z","2.5.0-1":"2024-07-30T21:14:42.499Z","2.5.0-2":"2024-07-30T21:29:48.089Z","2.5.0-3":"2024-07-30T21:35:05.888Z","2.5.0-4":"2024-07-30T22:03:05.239Z","2.5.0":"2024-07-30T22:10:02.033Z","2.6.0":"2024-07-30T22:54:57.301Z","2.6.1-0":"2024-08-14T07:31:10.171Z","3.0.0-0":"2024-08-17T11:44:08.931Z","3.0.0":"2024-08-17T13:16:39.302Z","3.1.0":"2024-09-08T07:29:45.107Z","3.1.1":"2024-09-08T07:57:53.333Z","3.1.2":"2024-10-13T10:19:50.565Z","3.1.4":"2025-11-27T22:12:35.531Z","3.2.0":"2025-11-28T10:49:37.625Z"},"versions":{"2.4.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.4.2","author":{"name":"Gregor Aisch"},"type":"commonjs","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"celtra","email":"developers@celtra.com"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"@babel/eslint-parser":"^7.16.5","@rollup/plugin-buble":"^0.21.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","cross-env":"^7.0.3","es6-shim":"^0.35.6","eslint":"^8.7.0","http-server":"^14.1.0","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^2.66.1","rollup-plugin-license":"^2.6.1","rollup-plugin-terser":"^7.0.2","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"prettier":{"arrowParens":"avoid","printWidth":100,"semi":true,"singleQuote":true,"tabWidth":4,"trailingComma":"none","svelteSortOrder":"options-scripts-styles-markup"},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"cd1b3c0926c7a85cbdc3b1453b3a94006de91a92","_id":"chroma-js@2.4.2","_nodeVersion":"14.15.1","_npmVersion":"7.17.0","dist":{"integrity":"sha512-U9eDw6+wt7V8z5NncY2jJfZa+hUH8XEj8FQHgFJTrUFnJfXYf4Ml4adI2vXZOjqRDpFWtYVWypDfZwnJ+HIR4A==","shasum":"dffc214ed0c11fa8eefca2c36651d8e57cbfb2b0","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.4.2.tgz","fileCount":106,"unpackedSize":309178,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+ygDCRA9TVsSAnZWagAAUgoQAKKECdWQ0KdavPBpB0ly\nBgOItlmkeu8zMf5WX1jJBSu+ZwveIpE0Ks8OZOPxXtRjIMl2ncE1oi6lJ5YV\nyu1Y4WJblpBptylh1GQgQ05h83fpwLl6/ETsnZdXt0xmWMUEdvv8FHpb28BB\n13WuvFx80zGWfc00LfGyOQebY53OEOMGi3ouN4ieAehX90s0TeOjVhCpXWJe\nMad6R+V1bzv2Uu8Qy1r0pC4ENxSdzwr7v7eNOGLcTdwIh9YLxV6+unHmtl9N\nxCf3bI7Uazsy1nLbocICEUfhJM3Jc89qLKAdbtdd40r61D83/QkjA6vD38a+\ne+NKxAbX4LgOqQBSMvF3NgudHjuq0Z+sNPfhR6T27aJJRoQYLAK7RL6wpBIi\nrc+6icc1Yat+77UyCFk/o4khXuNEXGhs9V8SgywSh1RH8bX6mY11dBTBSQHC\nSgtnSKoBOlLyNo5QvovXqenuA+EKzXUDplk8Krh2fpTEya/Gn3vf/6zt0mcK\nPLyOxGCY7dJwhcJb/2vxujRyRKR/XDD+2yXsviadyJMopzkkr54JCNmAcXkS\n3vfuvvPJQHI1MftIUjjeanfUHosqQBBX9nfnfrLAUHBClaiS7yYQwbcE7TJ8\n517AC5mJ1Ld7rC3Ha+BM9jRlu4Z4RS/rHgGIrQyAk0OX6dMQv7imnPMAwiaa\nwLzp\r\n=SC1z\r\n-----END PGP SIGNATURE-----\r\n","size":85982},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.4.2_1643849731451_0.8963041012658233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-03T00:55:40.058Z"},"2.4.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.4.1","author":{"name":"Gregor Aisch"},"type":"commonjs","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"celtra","email":"developers@celtra.com"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"@babel/eslint-parser":"^7.16.5","@rollup/plugin-buble":"^0.21.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","cross-env":"^7.0.3","es6-shim":"^0.35.6","eslint":"^8.7.0","http-server":"^14.1.0","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^2.66.1","rollup-plugin-license":"^2.6.1","rollup-plugin-terser":"^7.0.2","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"prettier":{"arrowParens":"avoid","printWidth":100,"semi":true,"singleQuote":true,"tabWidth":4,"trailingComma":"none","svelteSortOrder":"options-scripts-styles-markup"},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"0d0c4940666187df780083a11ad975f211d3d86a","_id":"chroma-js@2.4.1","_nodeVersion":"14.15.1","_npmVersion":"7.17.0","dist":{"integrity":"sha512-a/Lv5KEx4xU+QC3v4JQp9S461Y5WCWZEiLaSxo1xnbgxBR2ld4cm8KHE5oN1p/aa4DXImPZEyX1zaUxPV4OKOg==","shasum":"659e8274883e84e04e5c0478664b4085b60d60b6","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.4.1.tgz","fileCount":106,"unpackedSize":308107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+yXxCRA9TVsSAnZWagAAQT8P/1JfqNvOPMLguohibpos\nivwWnsisS7vvMkJa7fnZSdVZ/NW5rFrYJVM2dfPBKLod2H/YMXXdbYZcrk+F\nu63iyRgDkAm8uDxLEnAn33CYV1cjWX7oJ3oxclifzHUsvCAtZV1TeLEblO4E\nQmlLAHw5HgzxyMBA8/Lv6XH7MLUmmynw4MHnct4zvQSBb77/UjiQhuZs3Wy/\n4cZXz3wU5fPKF+UWAUHjeLl+GBGwdgJ4ed59E7DORWB0gdAZ+Knpp1RzP32a\n+D16bnSPrMN29J6pyb9v5qznJxWtgFQULcdaYKl3ahNoV0wa9QlvFo7Egz9X\nwKxAoremibS5grfwMs53AV27X2PfrLugmKJIHp/FTX+NQoRUaLAL3oagsJUG\ncrvtWnzEkjAK4YXBJvf1Os9MkUaKverpC8zW7Rwaiq1CTuZY0+lDI31eE6hO\nBcuIc3/PfZ/jnCr3H07Q7bqoc0A1JiPwV2juFjw7V79Gcl/U9NY+P/l22fLg\nsm3UZpXfCdEoz1+0Z8mzU4LswIFuoyGKf69Lhi0rhMGAbBboFyHao+bniJb3\nCfaAFH9oNArQO03tyXXbmTzbyCrZ52467oxjfEU0byAk4dw+GZTGoHAe8wMV\ntY5ECLKFNHTG0pkG4+7toQVqw18B3bLQJmgr9lHefyXHoWB1oFVu0JUvV+lS\n1Vw4\r\n=CRxt\r\n-----END PGP SIGNATURE-----\r\n","size":85792},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.4.1_1643849201370_0.9638606978030939"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-03T00:46:47.481Z"},"2.4.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.4.0","author":{"name":"Gregor Aisch"},"type":"commonjs","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"celtra","email":"developers@celtra.com"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"@babel/eslint-parser":"^7.16.5","@rollup/plugin-buble":"^0.21.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","cross-env":"^7.0.3","es6-shim":"^0.35.6","eslint":"^8.7.0","http-server":"^14.1.0","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^2.66.1","rollup-plugin-license":"^2.6.1","rollup-plugin-terser":"^7.0.2","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"prettier":{"arrowParens":"avoid","printWidth":100,"semi":true,"singleQuote":true,"tabWidth":4,"trailingComma":"none","svelteSortOrder":"options-scripts-styles-markup"},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"7d472b629772c902c62d7e14ae09e779101e02f4","_id":"chroma-js@2.4.0","_nodeVersion":"14.15.1","_npmVersion":"7.17.0","dist":{"integrity":"sha512-/LsGEDoK8y+ymz0PXo8aFl0PACDoq5qX8g38gZGz97B/vYV4Czc5ugXzTwp0YzlmCfUa2Sh8w+QLN648R5vHIg==","shasum":"f24e0450de7446eb23e34c7ad08e9a027e626d4c","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.4.0.tgz","fileCount":106,"unpackedSize":308107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+yTiCRA9TVsSAnZWagAAfIkP/26k51beSbBZqtV+KqaZ\nLtqBXTPwV4pflpI1nxVB70Dq+xVE3etu0a8fKhLDZsr4j5XU3nSA3ozHfQeT\nlOE0exfUXBqC4SW4v8RAbxxADxiPmqLLY/enIQdr6K89UOEu2tjPhK/GHw4s\n5wz2W3ZfGSzls/45adCsWA5a7i+/vO7DNfVHo1Uh0nd1k/p56na6u5hjPwte\nSPJ2h/CJCz4TrU2S+oexy6Q9UKt06Yg17OCjUOAP9e/Wa2hkpl0RL5u3I7A1\nheVOQdxcJa6vUV51MmiuQDmBeiME8Mr7sTKXgubnzN+buX+y7ioIDyPUXusD\nT8kLD8crAJcRAhZrktVx+/o+sq5dYxCWy2QN2bGKh2ROAxF05w7SWH0eH4ye\nwuYhiXMUNNspWPXt0AGssfsMLfxwX5B0OLIIS+W3Zxxl0wfqVGE9RssdbM46\nE9UK6EjCoWexGcAtMvk1mgwdWiA5p9OfPv8G8hm98uXJjB+YWNBK8+S7qGkl\nLmmYe3XGkuSWEpUg0ScUK89CUb2VWpvpgcXZ/T65SY6jwNfmsvxX0mYAb5zP\nXu0ARsg/ZCKw8SVtiNN8MdZSc6bXt1Pt452p8EM8NgYeFmZyNNWcMfqfK0pD\nhfoX+LbHhGqG7KQ17m8qP9MB1/2CxdsL5kiT9Awsc3cYcVuXXmgcExDJ0Ck2\nvyB+\r\n=D50w\r\n-----END PGP SIGNATURE-----\r\n","size":85794},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.4.0_1643848930760_0.758895364234144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-03T00:42:16.430Z"},"2.3.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.3.0","author":{"name":"Gregor Aisch"},"type":"commonjs","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"celtra","email":"developers@celtra.com"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"@babel/eslint-parser":"^7.16.5","@rollup/plugin-buble":"^0.21.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","cross-env":"^7.0.3","es6-shim":"^0.35.6","eslint":"^8.7.0","http-server":"^14.1.0","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^2.66.1","rollup-plugin-license":"^2.6.1","rollup-plugin-terser":"^7.0.2","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"d4d60e6af13dbc7a14a1d0e0761cc861274b05bd","_id":"chroma-js@2.3.0","_nodeVersion":"14.15.1","_npmVersion":"7.17.0","dist":{"integrity":"sha512-dRgAp9FHHy+VfE7e3/I5HHU0+zZlUHBODcjvXUXinsR/NnHCO+kfv68ofzrAqFI80q2IWvDSAmHAqHh93TGgKg==","shasum":"fdf68a18d8f97ce006422338044218ccbffb9ecb","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.3.0.tgz","fileCount":98,"unpackedSize":288386,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8sS6CRA9TVsSAnZWagAAd64P/RYPdaa3SNq1001ce/LF\nMKj9Jj5TihC2f6wjuoTLN7SVtKUY7zerJLvu2Xx5yC1EIM7O5qQy+yER0ww/\nDAGaD5JQ8YX5bx5SuYA0lzu0ebwiFM3N6otvySRZYK49c2W6i+LjjYL2qjMB\ntTQSdwEVwNP4t9OuJNnU/+3M0sVt93cHzcGgc9XKl0kDKE3Y5e9Mv0VTHsjD\nk5s+jlN6d6j6wtBZwp7ur+0LfbuVEiIuib+WuaFk4ZSyCZE5TB6JB+DRlkPa\nSy/VTmPcWiVzW+YATjhNxFVjKLiqaKbu73cd8ID1V3uOvxeT6qjA44+3+JyP\nqi35L7HQxhH7WqLv+88wcC1nEt/79DYcT/TWQwwGnGHzxC0zlJv9o/dCc3Vx\nUDBR39ousTVR0kAP7j7SgOlStzHH3U3BUUrFkslHFIX5T1M5bPwj6kLkcurO\nqc10gRg79ZI8JiXatSnJ0oYcnCigKPYLNDVPMra6FIUNppVOIMFy9MPhrmvW\nQSdfpFO7B+XtW/rReMeOYCMqo0i9+1Nu24YR4Z6Zh9hZzTp5ZQ8mGUbHVJaM\nemhIYjIbQbwaCcdoQflPKd7iu3kmEiXyOsP+HbfyFuKAZs2QxuwS0AU10xkZ\nzZMItPMIUsg0kSRWRzEQsmo4LKNNEYf9B/810+MdGSLo3GSTOHTEPZ4JRhw1\nJAiP\r\n=Sw1+\r\n-----END PGP SIGNATURE-----\r\n","size":79736},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.3.0_1643300026245_0.10880877993045446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T16:24:06.306Z"},"2.2.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.2.0","author":{"name":"Gregor Aisch"},"type":"commonjs","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"gka","email":"gregor@datawrapper.de"},{"name":"celtra","email":"developers@celtra.com"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"@babel/eslint-parser":"^7.16.5","@rollup/plugin-buble":"^0.21.3","@rollup/plugin-commonjs":"^21.0.1","@rollup/plugin-node-resolve":"^13.1.3","@rollup/plugin-replace":"^3.0.1","cross-env":"^7.0.3","es6-shim":"^0.35.6","eslint":"^8.7.0","http-server":"^14.1.0","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^2.66.1","rollup-plugin-license":"^2.6.1","rollup-plugin-terser":"^7.0.2","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"8ec2b11451007382837dd15fdc4938e04a1c5ba2","_id":"chroma-js@2.2.0","_nodeVersion":"14.15.1","_npmVersion":"7.17.0","dist":{"integrity":"sha512-4FeF0vGYRi7+qgcykykIfrPra2idr3JVPzlFCr1/GQfmHHxGhEyRVPHDWO7cIZdD5bvT7O5aJT2rYVdyxrqWVg==","shasum":"f276acdd877d8bfe069c79b8e023f111b7db3e8e","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.2.0.tgz","fileCount":98,"unpackedSize":286815,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8sAsCRA9TVsSAnZWagAAcLkQAIzFGeVsOpmkn6+BiEt2\nDNwwJpj+0IZJlWSzsJ2M6oKgE4I2nbycpob7ZHQcmX3XNBI8uf4Z0xtB4HlV\neWI+lJygvT+tu5fxTwtuBCo+p7yCYPnnzQt19qfZTKCx7y1UBTmLi1QT0I5m\nChMbuLHuTQTOdjr0auMuGXvCMXQHgeSkwUMVkoguh1pC21KoeuI8Hp9BTnC1\n0dZRtMYfvUWKok9aUsALTQ2wvFJFYcWe7kKi1z9vWs3x6NXENRCq/FfhWMC4\npChg3baG2UeLiriXGSWTR0FxnMG2al/Yg4r2eGEtpab33vKX1LPHjE+Ln4SP\nINyDeq/jbMN+ic2mbi81jGUlNWZ07pl/XrotbMzfW27IA4czChm1GGS4b25q\neblS+g3zuk2VslVI2xl+I8Ug45OaKAuFYvhP8gjQCN7LDSCt0j5/iAYCCGZt\nmsb+cUBgdQT+xzBKkFEztmEikDgkmiCEYpqG1R5RqtM3JWWYiMHmp08UVSXL\nTV2nsB5Abyu60Oj5fu/BfOzXyQPfHWrQ2Ef4asqbMFE7RX4fEsGEHpSM9fUD\nD5RGWWFzlbW73NBCly3/5p1KIl4EQw0EmGhlUW8BklkRjyaRs48J6Imk6XEM\nCQvo7yg278pK7uDCVxVYNoRXl0yC4pXekWVRSYmfPjzhaFiAuHt1MwceUbyp\nflrT\r\n=tt5i\r\n-----END PGP SIGNATURE-----\r\n","size":79211},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.2.0_1643298860547_0.759518903792934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T15:54:40.329Z"},"2.1.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.1.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.12.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"dependencies":{"cross-env":"^6.0.3"},"gitHead":"552048f0f0b64aed69b2a953569de24ea2f6e426","_id":"chroma-js@2.1.0","_nodeVersion":"10.14.2","_npmVersion":"6.9.0","dist":{"shasum":"c0be48a21fe797ef8965608c1c4f911ef2da49d5","size":306639,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.1.0.tgz","integrity":"sha512-uiRdh4ZZy+UTPSrAdp8hqEdVb1EllLtTHOt5TMaOjJUvi+O54/83Fc5K2ld1P+TJX+dw5B+8/sCgzI6eaur/lg=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.1.0_1572511062804_0.2858271131420578"},"_hasShrinkwrap":false,"publish_time":1572511063039,"_cnpm_publish_time":1572511063039,"_cnpmcore_publish_time":"2021-12-16T11:47:11.184Z"},"2.1.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.1.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.12.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"dependencies":{"cross-env":"^6.0.3"},"gitHead":"36f4e5e56f63912d85a0469fe5af24de2571e896","_id":"chroma-js@2.1.2","_nodeVersion":"14.15.1","_npmVersion":"7.9.0","dist":{"shasum":"1075cb9ae25bcb2017c109394168b5cf3aa500ec","size":76188,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.1.2.tgz","integrity":"sha512-ri/ouYDWuxfus3UcaMxC1Tfp3IE9K5iQzxc2hSxbBRVNQFut1UuGAsZmiAf2mOUubzGJwgMSv9lHg+XqLaz1QQ=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.1.2_1621422231085_0.8336243643067256"},"_hasShrinkwrap":false,"publish_time":1621422231229,"_cnpm_publish_time":1621422231229,"_cnpmcore_publish_time":"2021-12-16T11:47:09.409Z"},"2.1.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.1.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.12.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"dependencies":{"cross-env":"^6.0.3"},"gitHead":"7bcf06d0a97e46d02164763b4720676138642a3f","_id":"chroma-js@2.1.1","_nodeVersion":"12.4.0","_npmVersion":"6.14.9","dist":{"shasum":"413c8fbcc4c0988dc7c77bb59c4de36573b8fe97","size":52753,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.1.1.tgz","integrity":"sha512-gYc5/Dooshun2OikK7oY/hYnoEiZ0dxqRpXosEdYRYm505vU5mRsHFqIW062C9nMtr32DVErP6mlxuepo2kNkw=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.1.1_1614768944383_0.2024950887070296"},"_hasShrinkwrap":false,"publish_time":1614768944591,"_cnpm_publish_time":1614768944591,"_cnpmcore_publish_time":"2021-12-16T11:47:09.694Z"},"2.0.6":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.6","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.12.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"99e08257e33270bc9c9d41c3fa9552df387a67c4","_id":"chroma-js@2.0.6","_nodeVersion":"10.14.2","_npmVersion":"6.9.0","dist":{"shasum":"2d4b761be09bf142b541f0011f64f213ecf6c8b6","size":305504,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.6.tgz","integrity":"sha512-IiiClbBRkRwuXNl6impq5ssEhUGpmWvc5zzImZbDUWLWcFbj6ZbtsdZEx6sIXMKes7azgYaUpnmsY1T8BL6PqQ=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.6_1566999079662_0.9240725281847404"},"_hasShrinkwrap":false,"publish_time":1566999079784,"_cnpm_publish_time":1566999079784,"_cnpmcore_publish_time":"2021-12-16T11:47:12.144Z"},"2.0.5":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.5","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.8.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"9b4021f903a19328592248eb9106639e74b9b582","_id":"chroma-js@2.0.5","_nodeVersion":"10.14.2","_npmVersion":"6.9.0","dist":{"shasum":"08a76e5f3e49d8d5b8f1c7974056a356197d7b65","size":305505,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.5.tgz","integrity":"sha512-uQAEaMRgrAD7bnT70ihZUMUaifXtXEr1wbjjCflZLfzYNdojkem5fIqTCiHRS3yEF+3zTGaWthFPFsHxRLdFww=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.5_1566998808668_0.1547202254545641"},"_hasShrinkwrap":false,"publish_time":1566998808867,"_cnpm_publish_time":1566998808867,"_cnpmcore_publish_time":"2021-12-16T11:47:13.782Z"},"2.0.4":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.4","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublishOnly":"npm run build && npm test","build":"rollup -c && DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js","lint":"eslint index.js index-light.js src"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.8.1","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"npm run lint","pre-push":"npm test"}},"gitHead":"518145fb6d6826ce81378e5d0731a3e3c04cbf32","_id":"chroma-js@2.0.4","_nodeVersion":"10.14.2","_npmVersion":"6.9.0","dist":{"shasum":"51ada59274856411630d45ea533d717018554cea","size":295168,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.4.tgz","integrity":"sha512-gk71qOrSdBTLbsd0DIUO3QjZL8tTvMwpG1EoXYScy7rI4rcO4EyYH6zGuvCgUDumKumqg0pt6Ua+vWnMJsTYhw=="},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.4_1560782408129_0.7157835934319892"},"_hasShrinkwrap":false,"publish_time":1560782408303,"_cnpm_publish_time":1560782408303,"_cnpmcore_publish_time":"2021-12-16T11:47:15.031Z"},"2.0.3":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.3","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"prepublish":"npm run build && npm test","build":"rollup -c && DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js"},"devDependencies":{"babel-eslint":"^10.0.1","es6-shim":"^0.18.0","eslint":"^5.10.0","http-server":"^0.11.1","husky":"^1.2.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.7.0","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"husky":{"hooks":{"pre-commit":"eslint index.js src","pre-push":"npm test"}},"gitHead":"d88e5cf877e77b985fa3eca12915b405101cf335","_id":"chroma-js@2.0.3","_npmVersion":"6.5.0","_nodeVersion":"10.14.1","_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"dist":{"shasum":"2521d4f80c4e786e00064c4a62824e38ff6557c4","size":285130,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.3.tgz","integrity":"sha512-2kTvZZOFSV1O81/rm99t9vmkh9jQxsHqsRRoZevDVz/VCC3yKMyPuMK8M5yHG+UMg2tV6cRoqtZtgcD92udcBw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.3_1550359579855_0.9611920781379555"},"_hasShrinkwrap":false,"publish_time":1550359580063,"_cnpm_publish_time":1550359580063,"_cnpmcore_publish_time":"2021-12-16T11:47:15.715Z"},"2.0.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"rollup -c && DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js"},"devDependencies":{"es6-shim":"^0.18.0","http-server":"^0.11.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.7.0","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-replace":"^2.1.0","rollup-plugin-uglify":"^6.0.0","vows":"^0.8.2"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"5bcf23c4e90d05402c5650e9f32661bc576b0a5a","_id":"chroma-js@2.0.2","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"507bfe0e22da9c30673ffc4532c8ca6b4f2926db","size":284881,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.2.tgz","integrity":"sha512-VtDXaYcaDr45wheOXasIs4S4IWEjpqh74UfQA0TwoLuBR7TG12ztmjj9JqTIe1sgzVTMDNwSPEJYcw/jYK2TSw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.2_1544572338159_0.9921730436024403"},"_hasShrinkwrap":false,"publish_time":1544572338363,"_cnpm_publish_time":1544572338363,"_cnpmcore_publish_time":"2021-12-16T11:47:16.555Z"},"2.0.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"rollup -c && uglifyjs --comments '' chroma.js > chroma.min.js ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js"},"devDependencies":{"es6-shim":"^0.18.0","http-server":"^0.11.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.7.0","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-uglify":"^6.0.0","uglify-js":"^2.8.29","vows":"^0.8.2"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"b75debf58507b22edb3da96c2f65a892f7b98380","_id":"chroma-js@2.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"ae1297917cc64892fbe87ebaef4be74c4be4351c","size":289171,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.1.tgz","integrity":"sha512-MSvt/aoxwmEodtc0uwKrCcCya4Uj4UQ59DumG9KcEOJSfSdNUeuIpnTU80105eKSBiizDYH5rh/Q4smEpPS1FA=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.1_1544488863778_0.05549043339462756"},"_hasShrinkwrap":false,"publish_time":1544488864275,"_cnpm_publish_time":1544488864275,"_cnpmcore_publish_time":"2021-12-16T11:47:17.606Z"},"2.0.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.0.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"rollup -c && uglifyjs --comments '' chroma.js > chroma.min.js ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vows --dot-matrix test/*.js"},"devDependencies":{"es6-shim":"^0.18.0","http-server":"^0.11.1","markdown-to-html":"0.0.13","minimatch":"^3.0.4","rollup":"^0.67.4","rollup-plugin-buble":"^0.19.4","rollup-plugin-commonjs":"^9.2.0","rollup-plugin-license":"^0.7.0","rollup-plugin-node-resolve":"^3.4.0","rollup-plugin-uglify":"^6.0.0","uglify-js":"^2.8.29","vows":"^0.8.2"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"9ce17577c88fa7195e7917dd94329e0958a715b2","_id":"chroma-js@2.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.14.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"d76aa409da31ca017d05e4122ae026b4311a0004","size":288212,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.0.0.tgz","integrity":"sha512-95aUs6aEwIvSEnb/GskPxagJ2icmxkvfZJK+MU7pntclTqtQ09ZQYPZS/M2gDMHx7N5NlKo6yhlPKIv8uvtdxw=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.0.0_1544485874730_0.3761542916633709"},"_hasShrinkwrap":false,"publish_time":1544485874921,"_cnpm_publish_time":1544485874921,"_cnpmcore_publish_time":"2021-12-16T11:47:18.679Z"},"1.4.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.4.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","docs":"cd docs && make","docs-preview":"cd docs && make preview","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-cli":"^1.3.1","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","http-server":"^0.11.1","markdown-to-html":"0.0.13","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"7a4872f0813d45dd056945b1f1a75d89f33dd465","_id":"chroma-js@1.4.1","_shasum":"eb2d9c4d1ff24616be84b35119f4d26f8205f134","_from":".","_npmVersion":"3.5.2","_nodeVersion":"8.10.0","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"eb2d9c4d1ff24616be84b35119f4d26f8205f134","size":267210,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.4.1.tgz","integrity":"sha512-jTwQiT859RTFN/vIf7s+Vl/Z2LcMrvMv3WUFmd/4u76AdlFC0NTNgqEEFPcRiHmAswPsMiQEDZLM8vX8qXpZNQ=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_1.4.1_1543331955602_0.6497577680545787"},"_hasShrinkwrap":false,"publish_time":1543331955787,"_cnpm_publish_time":1543331955787,"_cnpmcore_publish_time":"2021-12-16T11:47:19.905Z"},"1.4.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.4.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"ce8e9cde7cb2debaf59dc1d78bec89a234898d11","_id":"chroma-js@1.4.0","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"695c52e7c97617e5f687db31913503d410481ae4","size":267609,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.4.0.tgz","integrity":"sha512-5vBYGJkhSnK2SRZ0XkxwTL+TSRyP7PHIxjeg+1uce5qpNDRLLwAXcF12kIztas/BYakWPQhchzV4TKkiwKNd8Q=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_1.4.0_1537773403244_0.5929269824345964"},"_hasShrinkwrap":false,"publish_time":1537773403464,"_cnpm_publish_time":1537773403464,"_cnpmcore_publish_time":"2021-12-16T11:47:20.908Z"},"1.3.7":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.7","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"6d6622aebd924f9480e6e49113a02d254162a8bf","_id":"chroma-js@1.3.7","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"38db1b46c99b002b77aa5e6b6744589388f28425","size":267101,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.7.tgz","integrity":"sha512-ARq0P94NObL8hdQbgc+E33X9OHiNzdHO7epe3nC/KgxNRxkQcFpzNqnGeFjvOY2GxfVhbia686NXD2jByb1o0g=="},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_1.3.7_1525125495304_0.11341883036279055"},"_hasShrinkwrap":false,"publish_time":1525125495430,"_cnpm_publish_time":1525125495430,"_cnpmcore_publish_time":"2021-12-16T11:47:21.823Z"},"1.3.6":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.6","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"ec3988cd3d88075d7a97824d5abe9a6e1a836c10","_id":"chroma-js@1.3.6","_npmVersion":"5.5.1","_nodeVersion":"8.9.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"22dd7220ef6b55dcfcb8ef92982baaf55dced45d","size":266631,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.6.tgz","integrity":"sha512-UGTgpHKEvDspZHVLEaYr6DXa3/eA+9u2FYL69OO62WSuIeKj+6z3bwN0Uyfn2YflSD+7Z3SJOehNbrNCFkGGnQ=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js-1.3.6.tgz_1516606902495_0.15428336756303906"},"directories":{},"publish_time":1516606904165,"_hasShrinkwrap":false,"_cnpm_publish_time":1516606904165,"_cnpmcore_publish_time":"2021-12-16T11:47:22.511Z"},"1.3.5":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.5","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"16b2fac43751c5ac41cc849713bb6d03fe40647e","_id":"chroma-js@1.3.5","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"bdab4a55b688bd79ce71a2901a3e1f897d7a2b7c","size":266107,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.5.tgz","integrity":"sha512-pk279zimJnZccV/OsLCzH9z67vEHdkLdodTn2iooNLjSNnv4+TX1Fc9Ed6OvJveQXIWT4HRVr7t2f5SMWPM8jg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js-1.3.5.tgz_1513421784952_0.11805257620289922"},"directories":{},"publish_time":1513421786347,"_hasShrinkwrap":false,"_cnpm_publish_time":1513421786347,"_cnpmcore_publish_time":"2021-12-16T11:47:23.418Z"},"1.3.4":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.4","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"3f74b67e79ac7d7a4499eb938b0b7c6f8715a8f4","_id":"chroma-js@1.3.4","_shasum":"93a7c19f287960285cc3fdebb205b8ea1a0f04f9","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"93a7c19f287960285cc3fdebb205b8ea1a0f04f9","size":264692,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.4.tgz","integrity":"sha512-9/f9ckjukIAoQwBgUIzESrZs9CMx6wVcPjwDj3778PpJBmpE8xFaVC5nNC6XT6oq15steIa8dnT50qWMw8SBKg=="},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js-1.3.4.tgz_1496084623200_0.6962779217865318"},"directories":{},"publish_time":1496084624504,"_hasShrinkwrap":false,"_cnpm_publish_time":1496084624504,"_cnpmcore_publish_time":"2021-12-16T11:47:24.299Z"},"1.3.3":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.3","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"7b47b1deccd95a7c97bee44efbf3a06a32443459","_id":"chroma-js@1.3.3","_shasum":"91b3a2b3856c18443ebd8c9719faea108b56263b","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"91b3a2b3856c18443ebd8c9719faea108b56263b","size":264314,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.3.tgz","integrity":"sha512-BvMjHd6HdBe0W8ZM03shnU2YL8ox0rV85eSk1MWaAL0q8pG61KL/H9VeF2yqrnhmrR1forNVynDeqEX72pH23Q=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/chroma-js-1.3.3.tgz_1491494318212_0.9238075949251652"},"directories":{},"publish_time":1491494320309,"_hasShrinkwrap":false,"_cnpm_publish_time":1491494320309,"_cnpmcore_publish_time":"2021-12-16T11:47:24.915Z"},"1.3.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"c977808d23b146a7c7a0c26e4e87fde6fe4aa3bc","_id":"chroma-js@1.3.2","_shasum":"6a04fe7beed78ad0c77da974d2bf1c8de38c85af","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"6a04fe7beed78ad0c77da974d2bf1c8de38c85af","size":263541,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.2.tgz","integrity":"sha512-Aancxnjr86SorxzM2UZxzmYoRywrEwI0I8k0i6IJNkcAFbLz3RuBDkfjrA1e5z9ke+7OyQ6nLArcxojGXDzrtw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/chroma-js-1.3.2.tgz_1491307535987_0.2851841961964965"},"directories":{},"publish_time":1491307538264,"_hasShrinkwrap":false,"_cnpm_publish_time":1491307538264,"_cnpmcore_publish_time":"2021-12-16T11:47:25.585Z"},"1.3.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"1eba29d42aad19506c2f65878f078863c7faa2c7","_id":"chroma-js@1.3.1","_shasum":"2daba4171b1cc02a95206e59eecc283962667fc0","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"2daba4171b1cc02a95206e59eecc283962667fc0","size":263353,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.1.tgz","integrity":"sha512-xe3eMybcezCzFBCMkSD/Nq9kcC4WFU4z2CdDJn4X0omZhzNu9T7FiCHQjFtSdRGEIx3WO2OC1WItY5Fmsng3Lg=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/chroma-js-1.3.1.tgz_1491305481824_0.4027317587751895"},"directories":{},"publish_time":1491305482568,"_hasShrinkwrap":false,"_cnpm_publish_time":1491305482568,"_cnpmcore_publish_time":"2021-12-16T11:47:27.088Z"},"1.3.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.3.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --dot-matrix"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-copy":"^1.0.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"d81996108d90d611206a5438d67a9a5f79422199","_id":"chroma-js@1.3.0","_shasum":"f475c4b8e956dd36616cbb7c3799ee5fc82db93c","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.1","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"f475c4b8e956dd36616cbb7c3799ee5fc82db93c","size":262510,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.3.0.tgz","integrity":"sha512-pvHVYuQz6GwzinsWK74QpCZSRbppGnz2NxDxdhQ4o2PM+4E25WlcZccrI8YmF6ApbP6CIbRl4w96WnEejc6EBA=="},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/chroma-js-1.3.0.tgz_1491300966725_0.21237215981818736"},"directories":{},"publish_time":1491300967283,"_hasShrinkwrap":false,"_cnpm_publish_time":1491300967283,"_cnpmcore_publish_time":"2021-12-16T11:47:28.043Z"},"1.2.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.2.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --spec"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"32f49c431949c6ed71dec0fd1f7ce716b65bed8d","_id":"chroma-js@1.2.2","_shasum":"4171ae7c468dae7380853239fa109cbbe266d5ee","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"4171ae7c468dae7380853239fa109cbbe266d5ee","size":64294,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.2.2.tgz","integrity":"sha512-/fDemRWyUyZ/xJ+RTYbAlAge8ZpMQ1viJ04K6KkAgQuWYLhD+pbsMZ2P9zVBYKGxqOzvcUC0rfpCxKNhito6nQ=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/chroma-js-1.2.2.tgz_1486590631464_0.3363913930952549"},"directories":{},"publish_time":1486590633596,"_hasShrinkwrap":false,"_cnpm_publish_time":1486590633596,"_cnpmcore_publish_time":"2021-12-16T11:47:28.715Z"},"1.2.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.2.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --spec"},"devDependencies":{"catty":"github:gka/catty#coffeescript","coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","minimatch":"^3.0.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"d2c6d917df4ba2b87d8a740de116a0656bcbdfd5","_id":"chroma-js@1.2.1","_shasum":"83d44f1aa5c7633e2de3d2c143b9089fc22ba987","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"83d44f1aa5c7633e2de3d2c143b9089fc22ba987","size":75453,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.2.1.tgz","integrity":"sha512-heDz4NqsNqOsr9tytablV2iWGKi9ERJmlZ/pih+qi0nz3RzDQqOsyTb4JvogiV9t5JYL8fRDj/7J3bhIQzEwvw=="},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/chroma-js-1.2.1.tgz_1469034340801_0.39246404520235956"},"directories":{},"publish_time":1469034342693,"_hasShrinkwrap":false,"_cnpm_publish_time":1469034342693,"_cnpmcore_publish_time":"2021-12-16T11:47:29.980Z"},"1.1.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.1.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --spec"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x","catty":"github:gka/catty#coffeescript"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"8accf6f1ed07b776fcb3af070a4025c3650f891f","_id":"chroma-js@1.1.1","_shasum":"9bb9434959336ece75700aaadfeedc71806d8c05","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"9bb9434959336ece75700aaadfeedc71806d8c05","size":67125,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.1.1.tgz","integrity":"sha512-+q5ecFb808qj1WEz7/AHFgiGQoU3gAfxVNmJj5jriFbivr8CCeRsTGyfwgxj++fb/y7TdYKjHMygL378+41v6Q=="},"directories":{},"publish_time":1437542278107,"_hasShrinkwrap":false,"_cnpm_publish_time":1437542278107,"_cnpmcore_publish_time":"2021-12-16T11:47:30.600Z"},"1.1.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.1.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"build":"grunt","test":"./node_modules/vows/bin/vows --spec"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x","catty":"github:gka/catty#coffeescript"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"a5697a9edff591badb756a6db3761b118ce33bae","_id":"chroma-js@1.1.0","_shasum":"e6e77c2c5bdf45da0329c92cc3898bafa53afb3d","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"e6e77c2c5bdf45da0329c92cc3898bafa53afb3d","size":67081,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.1.0.tgz","integrity":"sha512-yPLYUhRO/EwRbSuJNdM/ZgHM7+LmjCzL5TW6qtQH4Oy6IvMzoGun6gAlEP4ctEgPdjnXWIqmwgM8u/yrbc2vRQ=="},"directories":{},"publish_time":1437288334410,"_hasShrinkwrap":false,"_cnpm_publish_time":1437288334410,"_cnpmcore_publish_time":"2021-12-16T11:47:31.118Z"},"1.0.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"1.0.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"./node_modules/vows/bin/vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x","catty":"github:gka/catty#coffeescript"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"976dd67e13f4c67838fa25ad96cff8cd05e6c262","_id":"chroma-js@1.0.1","_shasum":"5c58fa0264c78fca5beb23f7f169ddc05ac4f2cf","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"5c58fa0264c78fca5beb23f7f169ddc05ac4f2cf","size":63245,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-1.0.1.tgz","integrity":"sha512-bxlsNjemvQee2fdJQ4UdoH2YNPeGvFjpuMYBmDhFQz4UrkXxbD7qL9umqXFdRHaVUtK1VFCNOxV56jeGQuGO1g=="},"directories":{},"publish_time":1435810945197,"_hasShrinkwrap":false,"_cnpm_publish_time":1435810945197,"_cnpmcore_publish_time":"2021-12-16T11:47:31.531Z"},"0.7.8":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.8","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"dc92b3ac2f9a4d8b07d93472a6c7a371ae9fe99d","_id":"chroma-js@0.7.8","_shasum":"4765881b3cc368a571677917e81b5cd3ff041d40","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"4765881b3cc368a571677917e81b5cd3ff041d40","size":57047,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.8.tgz","integrity":"sha512-T9BWppIPQbcZN4wGB3fev1Ud5fvLqEFyQTyxxmTa03xGmuNlVGe1x0Tk6kxZWTw7Kyvt05xsBVX793AK8LIkLg=="},"directories":{},"publish_time":1433218810223,"_hasShrinkwrap":false,"_cnpm_publish_time":1433218810223,"_cnpmcore_publish_time":"2021-12-16T11:47:31.891Z"},"0.7.6":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.6","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"25f18ad91c0467cb4e33c7f85284cb31a22e88cf","_id":"chroma-js@0.7.6","_shasum":"1e125a3fcc1b3c3e857a12174d4c94e578df19a4","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"1e125a3fcc1b3c3e857a12174d4c94e578df19a4","size":53063,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.6.tgz","integrity":"sha512-UahjDS8N7+nOzAMml/FhxwMskGz64m1w7LRhrvy3rQE5a2zPptVFnHNersxd4UzKFo78hsYXHesJBgl26IlGgg=="},"directories":{},"publish_time":1433135754320,"_hasShrinkwrap":false,"_cnpm_publish_time":1433135754320,"_cnpmcore_publish_time":"2021-12-16T11:47:32.195Z"},"0.7.5":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.5","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","grunt-replace":"^0.9.2","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"9a1b2c5be0adf69dceea987dbfe3c2125440e6b2","_id":"chroma-js@0.7.5","_shasum":"dd8d328c3704c54c71b732d129b6317cfbd360d3","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"dd8d328c3704c54c71b732d129b6317cfbd360d3","size":52916,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.5.tgz","integrity":"sha512-N7OqYist3zcOch0Mk3Bmk6zRwkpbuRyRH9p9XJZzYGelm0BmT58yxroxyZIEISb2nXIPEjhmteC+5KHXxWlVqA=="},"directories":{},"publish_time":1433134480935,"_hasShrinkwrap":false,"_cnpm_publish_time":1433134480935,"_cnpmcore_publish_time":"2021-12-16T11:47:32.941Z"},"0.7.4":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.4","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"57c59b666df48736f9de57f0fe51bc3e241e62dc","_id":"chroma-js@0.7.4","_shasum":"411999657fe606bd335924f24ca5ac134e86cdd2","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"411999657fe606bd335924f24ca5ac134e86cdd2","size":52621,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.4.tgz","integrity":"sha512-YlQLiepftRaWQWBHRUBnFKoDSOTbGYlZCXDwshmRD56BGv0oaLFIHXmgyPXoqwh+yyKmeZRrkGKyBY+DkS8xWg=="},"directories":{},"publish_time":1432431316593,"_hasShrinkwrap":false,"_cnpm_publish_time":1432431316593,"_cnpmcore_publish_time":"2021-12-16T11:47:33.286Z"},"0.7.3":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.3","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.9.2","es6-shim":"^0.18.0","grunt":"^0.4.5","grunt-contrib-clean":"^0.6.0","grunt-contrib-coffee":"^0.13.0","grunt-contrib-uglify":"^0.9.1","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"743bc0c22157e6ebb495aa8e3b740d2da61c72c7","_id":"chroma-js@0.7.3","_shasum":"279a7f23130cfc303e7263b6e4dff13cfc8b322e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"279a7f23130cfc303e7263b6e4dff13cfc8b322e","size":50574,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.3.tgz","integrity":"sha512-3uXYFxWAAch3bQtfeOLGipRwTB/z/xH+Ngnzs2ItdkDmnrhOlnI/yva1OvEJ2Nhe6XdCb7dYgQPV0Mms7uyqrg=="},"directories":{},"publish_time":1432430336835,"_hasShrinkwrap":false,"_cnpm_publish_time":1432430336835,"_cnpmcore_publish_time":"2021-12-16T11:47:33.721Z"},"0.7.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"cf3f9903a8683da93bf6b676e3dee2b9011d96a8","_id":"chroma-js@0.7.2","_shasum":"d8373f97cda7310e447e1dd21974efb239e3117d","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"d8373f97cda7310e447e1dd21974efb239e3117d","size":52021,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.2.tgz","integrity":"sha512-28FVvGUioS4k5uiHJvZe6EpfngmapLVVtieFBL0xyly4R5k6nIgJnrTGY/BhJb0Ii9FV2Afy5rT+r+0zrxRZ+g=="},"directories":{},"publish_time":1427809220869,"_hasShrinkwrap":false,"_cnpm_publish_time":1427809220869,"_cnpmcore_publish_time":"2021-12-16T11:47:34.427Z"},"0.7.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.7.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.8.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"bb33bec52e9ccfe6ed962e887c83c9a4e269f6bd","_id":"chroma-js@0.7.1","_shasum":"4f879abfb5291084517a48e6ff29146366de2020","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"4f879abfb5291084517a48e6ff29146366de2020","size":51939,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.7.1.tgz","integrity":"sha512-sHX56SovmMQpJW3QEJ9dM/Mj/k9JwFlgka1MRnoODTRBnpMyDkwS/Mn/lvuMtQ9pxs9iM4Skq+8TWpQQooRSWA=="},"directories":{},"publish_time":1427807334112,"_hasShrinkwrap":false,"_cnpm_publish_time":1427807334112,"_cnpmcore_publish_time":"2021-12-16T11:47:34.725Z"},"0.6.3":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.6.3","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.7.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"9eca2e7dd7ab9439c44374d246644511330fad18","_id":"chroma-js@0.6.3","_shasum":"b5344f9b7c9cacefd3262184e3696fa917a8e5c0","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"b5344f9b7c9cacefd3262184e3696fa917a8e5c0","size":50762,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.6.3.tgz","integrity":"sha512-3ZkGnaswwiKt5VjEJ/aAheFk2Ar/dQ9W47sHugGRb5EzK3CNr9g/FWMZnvJgbkS5r1VutAPA1rVJDfMXi448jg=="},"directories":{},"publish_time":1419604490651,"_hasShrinkwrap":false,"_cnpm_publish_time":1419604490651,"_cnpmcore_publish_time":"2021-12-16T11:47:35.096Z"},"0.6.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.6.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.7.x"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"gitHead":"07801df308cb3ec0e715fd79230279cf0993fbd5","_id":"chroma-js@0.6.2","_shasum":"a1edc7dd30e59819438c6ecc4398c99255676d65","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"a1edc7dd30e59819438c6ecc4398c99255676d65","size":50514,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.6.2.tgz","integrity":"sha512-kt4zBabuYrttTxXFVDfmJyOjVpkyZuu5eB2+/ZOs3eLeYWqF15325ufVpLz04O8Xyv1zCoGV9r/IRx5aTj6WVA=="},"directories":{},"publish_time":1418743140315,"_hasShrinkwrap":false,"_cnpm_publish_time":1418743140315,"_cnpmcore_publish_time":"2021-12-16T11:47:35.782Z"},"0.6.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.6.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.7.x"},"gitHead":"dcca4c5dcc1eec8400ae02b6b51fbb44a2ae0d77","_id":"chroma-js@0.6.1","_shasum":"8864e8a72651022a6b1debc80433768c7721ff87","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"8864e8a72651022a6b1debc80433768c7721ff87","size":49676,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.6.1.tgz","integrity":"sha512-YSKPk5BSbLjtgj1JAiUL8GUxW3Y7xxB35v6m596okAn4C/oOVX7P6SLUNJUWE7O3VpPFCeX8Wbx978scPCyCdw=="},"directories":{},"publish_time":1413897084638,"_hasShrinkwrap":false,"_cnpm_publish_time":1413897084638,"_cnpmcore_publish_time":"2021-12-16T11:47:36.293Z"},"0.6.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.6.0","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"coffee-script":"1.2","es6-shim":"^0.18.0","uglify-js":"2.x","vows":"0.7.x"},"gitHead":"63b6204afa51563eae1e2d38cf10471adb2982e8","_id":"chroma-js@0.6.0","_shasum":"ff9262c73251b5c21b8e4c742d2793bbff12f477","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"dist":{"shasum":"ff9262c73251b5c21b8e4c742d2793bbff12f477","size":49536,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.6.0.tgz","integrity":"sha512-q0g0CpWWUSfcq6u8TzLINqUJUCoO96dvB8NPROISdWoe8DJCnrXYHhyNWZKLH9KZoF4YBn8WvRjFT8/Y/wuFhA=="},"directories":{},"publish_time":1413521224795,"_hasShrinkwrap":false,"_cnpm_publish_time":1413521224795,"_cnpmcore_publish_time":"2021-12-16T11:47:36.815Z"},"0.5.9":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.9","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"_id":"chroma-js@0.5.9","dist":{"shasum":"5016d1824db388148ccc004777ec56c3b641792d","size":49054,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.9.tgz","integrity":"sha512-S953jN02ZI08qXyj0xsjZq7cHwa+WeSjjs6sCtSXl+6BVhffjlIzNDtcyL1sW3Tu2iZjt3+nSq8+5FqzsFOnrQ=="},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1410155571313,"_hasShrinkwrap":false,"_cnpm_publish_time":1410155571313,"_cnpmcore_publish_time":"2021-12-16T11:47:37.181Z"},"0.5.8":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.8","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"_id":"chroma-js@0.5.8","dist":{"shasum":"8b4634ba53c516dc991ba230ee4ea07d59f3c474","size":48968,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.8.tgz","integrity":"sha512-Kop8caAXBfNNqf1B953UxLA6Z38dak45d+p9rywZpm2fztRNG1kXIPRu2Xh+Hy5gXeRqwGCBExTpLzQ3gQpDfg=="},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1410155055079,"_hasShrinkwrap":false,"_cnpm_publish_time":1410155055079,"_cnpmcore_publish_time":"2021-12-16T11:47:37.651Z"},"0.5.7":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.7","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"test":"vows; echo"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"_id":"chroma-js@0.5.7","dist":{"shasum":"a31524dc88e6566f170ec1f50f697153fb92b4f2","size":48738,"noattachment":false,"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.7.tgz","integrity":"sha512-gqrJoo8OJHRPTFlIsQjqqqbRr64MEWsEt8UUDBlJIIpsW0tw67PM6TwEloEVyayl96DWvwrR16iMQLJOHpeJDQ=="},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1400133388580,"_hasShrinkwrap":false,"_cnpm_publish_time":1400133388580,"_cnpmcore_publish_time":"2021-12-16T11:47:37.880Z"},"0.5.6":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.6","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.5.6","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.6.tgz","shasum":"66f5a240abae4a55a051684641358b5a4e68cdcb","size":48673,"noattachment":false,"integrity":"sha512-/VMKf06AoSx6Ee9VWB0g4UICb67YsXUni3s6v8AUidrzDagHGIH2pRgzsuXDfr1uqaO20kxfmjQOqZvNLBkQiA=="},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1385371761910,"_hasShrinkwrap":false,"_cnpm_publish_time":1385371761910,"_cnpmcore_publish_time":"2021-12-16T11:47:38.185Z"},"0.5.5":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.5","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.5.5","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.5.tgz","shasum":"e718573891e78cb48d4c33cf84f5b89b0eff3861","size":48122,"noattachment":false,"integrity":"sha512-0+mQYWdo8z/2Soorva5uIWlrslvdb+otzqgX6ZHLboKi461FxZIpAP2BJFGrFX5TX3WF3CXIiLKw3WuP4vBQdA=="},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1384777354314,"_hasShrinkwrap":false,"_cnpm_publish_time":1384777354314,"_cnpmcore_publish_time":"2021-12-16T11:47:38.427Z"},"0.5.4":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.4","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.5.4","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.4.tgz","shasum":"3429763a11a972a5483d43d0586aa4dbdf79ba2a","size":46425,"noattachment":false,"integrity":"sha512-PQqEU7oIv41p6pSrkDhPrYDMyArrt18xuKUfZcu6MbnMVJ/X+vrgODAjtU353BtL/siSjrtoI7fruBfSUrQBGA=="},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1383750438110,"_hasShrinkwrap":false,"_cnpm_publish_time":1383750438110,"_cnpmcore_publish_time":"2021-12-16T11:47:39.506Z"},"0.5.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.2","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.5.2","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.2.tgz","shasum":"e411095133d4f62541e9a7a7b534b6e495576c1d","size":45714,"noattachment":false,"integrity":"sha512-hTIgVfjNEINXcuMAQw7RtQIaCqh+11bJxSTQ12uUnoN0P0KKImvs/MoysbdsM1kx0IMT8Pw7/zjqu4dmBNyUyQ=="},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1378727667483,"_hasShrinkwrap":false,"_cnpm_publish_time":1378727667483,"_cnpmcore_publish_time":"2021-12-16T11:47:39.815Z"},"0.5.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.5.1","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.5.1","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.5.1.tgz","shasum":"45575530e573238f1b691151e20a7920ea3d33bc","size":41182,"noattachment":false,"integrity":"sha512-M04VjigJ51mPrQ/vg+7v9qsVqMKResJtsKfmsmvQBMmdLLVet5U6aDlxsyVWJf/4RzcAVewm5EmQOgmpT1+11w=="},"_from":".","_npmVersion":"1.3.5","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1378496769156,"_hasShrinkwrap":false,"_cnpm_publish_time":1378496769156,"_cnpmcore_publish_time":"2021-12-16T11:47:40.122Z"},"0.4.11":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.4.11","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.4.11","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.4.11.tgz","shasum":"184defc6784fe3ac059ad2769501ccc705dc444c","size":50044,"noattachment":false,"integrity":"sha512-TKrIy3VsjUI5HR3U+AIZFb0WAJ0U9FMSYxBtuuf2wXw49NzJpUP34D+GCydG+nHYYs+Pa16ajRXAn6e25i6CzA=="},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1372191015586,"_hasShrinkwrap":false,"_cnpm_publish_time":1372191015586,"_cnpmcore_publish_time":"2021-12-16T11:47:41.025Z"},"0.4.10":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.4.10","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repositories":[{"type":"git","url":"git://github.com/gka/chroma.js.git"}],"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","repository":"[Circular]","_id":"chroma-js@0.4.10","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.4.10.tgz","shasum":"ef81baab27f720a978c20f17904319da33a7e405","size":50039,"noattachment":false,"integrity":"sha512-BB8yZq/HK9KB2tpDewwMQnsTFI4una/Gmf/+wfZ2kNgIzuy+toYz3MYbck8KmBbZtGt7HfMGxuujKNWlPAFvog=="},"_from":".","_npmVersion":"1.2.30","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1372190884284,"_hasShrinkwrap":false,"_cnpm_publish_time":1372190884284,"_cnpmcore_publish_time":"2021-12-16T11:47:41.462Z"},"0.4.8":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.4.8","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":"https://github.com/gka/chroma.js/issues","repositories":[{"type":"git","url":"git://github.com/gka/chroma.js.git"}],"main":"dist/chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.4.8","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.4.8.tgz","shasum":"b29034494b1a587ec6f086a012d4211c5cdca881","size":49491,"noattachment":false,"integrity":"sha512-SF6vT67jnSg1gnFmx9sHD4+Q0kBb5WBd7Nt+W0wBWuTH32iuwUkPkKbahFrCRYPl4UzWzI1dFSKl800Mla922w=="},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1367997269510,"_hasShrinkwrap":false,"_cnpm_publish_time":1367997269510,"_cnpmcore_publish_time":"2021-12-16T11:47:41.752Z"},"0.4.7":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.4.7","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":"https://github.com/gka/chroma.js/issues","repositories":[{"type":"git","url":"git://github.com/gka/chroma.js.git"}],"main":"dist/chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2","vows":"0.7.x"},"readmeFilename":"readme.md","_id":"chroma-js@0.4.7","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.4.7.tgz","shasum":"8795e2c699487002a06d90dcf9c4bd8e504671d1","size":49283,"noattachment":false,"integrity":"sha512-K8JcNrhfQVqPGtetBrXdzC82PiDfS+arhPSg5y1vwoRhexyNCa81dkQMuWkfO+zvbvSmH/CXgQf6zOy1PCcDxg=="},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1364284112684,"_hasShrinkwrap":false,"_cnpm_publish_time":1364284112684,"_cnpmcore_publish_time":"2021-12-16T11:47:42.141Z"},"0.4.3":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.4.3","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":"https://github.com/gka/chroma.js/issues","repositories":[{"type":"git","url":"git://github.com/gka/chroma.js.git"}],"main":"dist/chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"2.x","coffee-script":"1.2"},"readmeFilename":"readme.md","_id":"chroma-js@0.4.3","dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.4.3.tgz","shasum":"492d5376c301c416a7e5447ee8aebbd2db3bf9d2","size":617484,"noattachment":false,"integrity":"sha512-L9OnmEwNNRzqp366c00hat+4Uj1Ld9dfxE4xXRVPaURX81H15egrqhYcxgfACTkeSoP5n4xsRyJ+xmVcYcxRPg=="},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"gka","email":"mail@driven-by-data.net"},"directories":{},"publish_time":1362666508428,"_hasShrinkwrap":false,"_cnpm_publish_time":1362666508428,"_cnpmcore_publish_time":"2021-12-16T11:47:43.789Z"},"0.2.5":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"0.2.5","author":{"name":"Gregor Aisch"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra","email":"developers@celtra.com"},{"name":"gka","email":"mail@driven-by-data.net"}],"bugs":{"name":"https://github.com/gka/chroma.js/issues"},"repositories":[{"type":"git","url":"git://github.com/gka/chroma.js.git"}],"main":"chroma.js","scripts":{"compile":"./build.sh"},"devDependencies":{"uglify-js":"1.x","coffee-script":"1.2"},"_npmUser":{"name":"celtra","email":"developers@celtra.com"},"_id":"chroma-js@0.2.5","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.106","_nodeVersion":"v0.4.12","_defaultsLoaded":true,"dist":{"tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-0.2.5.tgz","shasum":"4f86b77fbcfb0c5eb217cab316b67bdfd7ae3fd3","size":633792,"noattachment":false,"integrity":"sha512-YRq4nDZ12q3EL27GxLYA+c0il98XcB0PYs8UR5+RMvUe3U3A3H1m201VzObpDWEbd4UBhhRfoUYR4r3KuH+rmg=="},"directories":{},"publish_time":1325161000849,"_hasShrinkwrap":false,"_cnpm_publish_time":1325161000849,"_cnpmcore_publish_time":"2021-12-16T11:47:46.931Z"},"2.5.0-0":{"name":"chroma-js","version":"2.5.0-0","keywords":["color"],"author":{"name":"Gregor Aisch"},"license":"(BSD-3-Clause AND Apache-2.0)","_id":"chroma-js@2.5.0-0","maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"homepage":"https://github.com/gka/chroma.js","bugs":{"url":"https://github.com/gka/chroma.js/issues"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"dist":{"shasum":"95fb8dc53a1bc53ba1e9ff1ddf6dfb68ff60d2e5","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0-0.tgz","fileCount":108,"integrity":"sha512-ZyYrkq8KGWrwFP7cJXJg5rlL1+kv5aiDfu/9s/7I2pVcLlUS9Y8Rz3AFj9pimk6DYk7t4OfD3DKW6CYBEDcmaw==","signatures":[{"sig":"MEUCIA6CWpy6I+U5v3gj7TyUyjdKgigZKJbw6nROXOPIBHaBAiEAzrxE0vwS2Y8dvn0aNli1Cl4mp+GLw2nSr+CKwu4JFyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306080,"size":82809},"main":"./index.js","type":"module","exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"gitHead":"addad2bed39a7035787b0c35eca673a184bf6fa2","scripts":{"docs":"cd docs && make","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","test":"vitest test/*.js","build":"rollup -c && cross-env DEV=1 rollup -c ","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky","test:old":"vows --dot-matrix test/*.cjs","docs-preview":"cd docs && make && make preview","prepublishOnly":"npm run build && npm test -- --run"},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"repository":{"url":"git://github.com/gka/chroma.js.git","type":"git"},"_npmVersion":"10.2.4","description":"JavaScript library for color conversions","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"vows":"^0.8.3","husky":"^9.1.3","eslint":"^9.8.0","rollup":"^4.19.1","vitest":"^2.0.4","globals":"^15.8.0","es6-shim":"^0.35.8","prettier":"^3.3.3","cross-env":"^7.0.3","minimatch":"^10.0.1","@eslint/js":"^9.8.0","http-server":"^14.1.1","@eslint/eslintrc":"^3.1.0","markdown-to-html":"0.0.13","@babel/eslint-parser":"^7.25.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","rollup-plugin-license":"^3.5.2","@rollup/plugin-replace":"^5.0.7"},"_npmOperationalInternal":{"tmp":"tmp/chroma-js_2.5.0-0_1722373858399_0.6304677971164152","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T21:10:58.556Z","publish_time":1722373858556,"_source_registry_name":"default"},"2.5.0-1":{"name":"chroma-js","version":"2.5.0-1","keywords":["color"],"author":{"name":"Gregor Aisch"},"license":"(BSD-3-Clause AND Apache-2.0)","_id":"chroma-js@2.5.0-1","maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"homepage":"https://github.com/gka/chroma.js","bugs":{"url":"https://github.com/gka/chroma.js/issues"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"dist":{"shasum":"c50414b4d89b6e395607f24669539d7cb2c0740c","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0-1.tgz","fileCount":108,"integrity":"sha512-oBPgSIuDcSO2GsdAh1y3XdcFQH6g7Y5e5j34On4Stvvs37ej3NY1w5AfXLenPnfbrB7RLn+XxPrj7AUkPDi1Zg==","signatures":[{"sig":"MEUCID1tx1vNwvYStnsCAeNLmulyi5CPtuw8Uj9Cgjd91hKtAiEA9qucc4o01DEn6lZkM61vdQonu8vvzeUD8k3t5nQ0DwM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306098,"size":82811},"main":"./index.js","type":"module","exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"gitHead":"920e0f40210379efe161ddb7c8dd0d9110ad7136","scripts":{"docs":"cd docs && make","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","test":"vitest test/*.js","build":"rollup -c && cross-env DEV=1 rollup -c ","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky","test:old":"vows --dot-matrix test/*.cjs","docs-preview":"cd docs && make && make preview","prepublishOnly":"npm run build && npm test -- --run"},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"repository":{"url":"git://github.com/gka/chroma.js.git","type":"git"},"_npmVersion":"10.2.4","description":"JavaScript library for color conversions","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"vows":"^0.8.3","husky":"^9.1.3","eslint":"^9.8.0","rollup":"^4.19.1","vitest":"^2.0.4","globals":"^15.8.0","es6-shim":"^0.35.8","prettier":"^3.3.3","cross-env":"^7.0.3","minimatch":"^10.0.1","@eslint/js":"^9.8.0","http-server":"^14.1.1","@eslint/eslintrc":"^3.1.0","markdown-to-html":"0.0.13","@babel/eslint-parser":"^7.25.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","rollup-plugin-license":"^3.5.2","@rollup/plugin-replace":"^5.0.7"},"_npmOperationalInternal":{"tmp":"tmp/chroma-js_2.5.0-1_1722374082342_0.9468055557226407","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T21:14:42.499Z","publish_time":1722374082499,"_source_registry_name":"default"},"2.5.0-2":{"name":"chroma-js","version":"2.5.0-2","keywords":["color"],"author":{"name":"Gregor Aisch"},"license":"(BSD-3-Clause AND Apache-2.0)","_id":"chroma-js@2.5.0-2","maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"homepage":"https://github.com/gka/chroma.js","bugs":{"url":"https://github.com/gka/chroma.js/issues"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"dist":{"shasum":"03e2543c7198bd0f45b2bd57682f65c95dd7e292","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0-2.tgz","fileCount":108,"integrity":"sha512-fj5qlgMpqvWMqQx61XVfmETeOtWJYtAYL61UeZfeWnyMlRzqOYYcR7yentXN/sndrKhEpvrZf3SoH5kC8L3gMg==","signatures":[{"sig":"MEYCIQDeyo1UcEeG9ymfQ5LHp9l54hQptDYteaujxZ1bd7JMywIhALWPPqs/c8VwJuYh/5kGFdlvCHx3BceQjq7bus/zERMR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306101,"size":82808},"main":"./index.js","type":"module","exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"gitHead":"d8bfc0afa888686bb49b52324a0a25ecf51a8d47","scripts":{"docs":"cd docs && make","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","test":"vitest test/*.js","build":"rollup -c && cross-env DEV=1 rollup -c ","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky","test:old":"vows --dot-matrix test/*.cjs","docs-preview":"cd docs && make && make preview","prepublishOnly":"npm run build && npm test -- --run"},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"repository":{"url":"git://github.com/gka/chroma.js.git","type":"git"},"_npmVersion":"10.2.4","description":"JavaScript library for color conversions","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"vows":"^0.8.3","husky":"^9.1.3","eslint":"^9.8.0","rollup":"^4.19.1","vitest":"^2.0.4","globals":"^15.8.0","es6-shim":"^0.35.8","prettier":"^3.3.3","cross-env":"^7.0.3","minimatch":"^10.0.1","@eslint/js":"^9.8.0","http-server":"^14.1.1","@eslint/eslintrc":"^3.1.0","markdown-to-html":"0.0.13","@babel/eslint-parser":"^7.25.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","rollup-plugin-license":"^3.5.2","@rollup/plugin-replace":"^5.0.7"},"_npmOperationalInternal":{"tmp":"tmp/chroma-js_2.5.0-2_1722374987910_0.7407452509972694","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T21:29:48.089Z","publish_time":1722374988089,"_source_registry_name":"default"},"2.5.0-3":{"name":"chroma-js","version":"2.5.0-3","keywords":["color"],"author":{"name":"Gregor Aisch"},"license":"(BSD-3-Clause AND Apache-2.0)","_id":"chroma-js@2.5.0-3","maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"homepage":"https://github.com/gka/chroma.js","bugs":{"url":"https://github.com/gka/chroma.js/issues"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"dist":{"shasum":"e47658e83df211fd1febea0e8e7e7482abb09e4f","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0-3.tgz","fileCount":108,"integrity":"sha512-4Rav254frW146D00LqEpLUxnCj9zSvkaWuBt/4OaV5jC6uHRoKIRzRjelwFoMp4/wFk2HVSoSaLlhkJ8ihYUUw==","signatures":[{"sig":"MEQCIEfVrhuX7MIVH5ICBI/ShyLneLEYR6TlZbKJJJnLskLNAiBbixx6pC5y/a9mXBOuR+D++QX7DeFV7eWuK02fNsTtwg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306104,"size":82809},"main":"./index.js","type":"module","exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"gitHead":"8e5c86701d7ddac3b31779c9a568cd93ecd2792b","scripts":{"docs":"cd docs && make","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","test":"vitest test/*.js","build":"rollup -c && cross-env DEV=1 rollup -c ","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky","test:old":"vows --dot-matrix test/*.cjs","docs-preview":"cd docs && make && make preview","prepublishOnly":"npm run build && npm test -- --run"},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"repository":{"url":"git://github.com/gka/chroma.js.git","type":"git"},"_npmVersion":"10.2.4","description":"JavaScript library for color conversions","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"vows":"^0.8.3","husky":"^9.1.3","eslint":"^9.8.0","rollup":"^4.19.1","vitest":"^2.0.4","globals":"^15.8.0","es6-shim":"^0.35.8","prettier":"^3.3.3","cross-env":"^7.0.3","minimatch":"^10.0.1","@eslint/js":"^9.8.0","http-server":"^14.1.1","@eslint/eslintrc":"^3.1.0","markdown-to-html":"0.0.13","@babel/eslint-parser":"^7.25.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","rollup-plugin-license":"^3.5.2","@rollup/plugin-replace":"^5.0.7"},"_npmOperationalInternal":{"tmp":"tmp/chroma-js_2.5.0-3_1722375305641_0.7066027668870338","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T21:35:05.888Z","publish_time":1722375305888,"_source_registry_name":"default"},"2.5.0-4":{"name":"chroma-js","version":"2.5.0-4","keywords":["color"],"author":{"name":"Gregor Aisch"},"license":"(BSD-3-Clause AND Apache-2.0)","_id":"chroma-js@2.5.0-4","maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"homepage":"https://github.com/gka/chroma.js","bugs":{"url":"https://github.com/gka/chroma.js/issues"},"spm":{"main":"chroma.js","ignore":["src","doc","test"]},"dist":{"shasum":"c1ef9ce332c82945cf25967e7f0813821e11ec31","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0-4.tgz","fileCount":110,"integrity":"sha512-dkORkKCVRTZAqOExJH/IV3J1DzUMSnZU+XjIMU7X5F0HsQY5UqvAhZz35G76o55ei8JhQZujrq1qfEVlRZaoFg==","signatures":[{"sig":"MEQCIAQ2iPmLXk+S5h8EJgi7eXxVmmbDof5bcZy8RpIMgSwoAiACwgtXJQmywg68r4fO4AZ0gKOg2/jI4RSxmYMfPfowbw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":306898,"size":83197},"main":"./index.js","type":"module","exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"gitHead":"94b00c9321f36289659c71f6552c91aac3bc3187","scripts":{"docs":"cd docs && make","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","test":"vitest test/*.js","build":"rollup -c && cross-env DEV=1 rollup -c ","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky","test:old":"vows --dot-matrix test/*.cjs","docs-preview":"cd docs && make && make preview","prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build"},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"repository":{"url":"git://github.com/gka/chroma.js.git","type":"git"},"_npmVersion":"10.2.4","description":"JavaScript library for color conversions","directories":{},"_nodeVersion":"20.11.1","_hasShrinkwrap":false,"devDependencies":{"vows":"^0.8.3","husky":"^9.1.3","eslint":"^9.8.0","rollup":"^4.19.1","vitest":"^2.0.4","globals":"^15.8.0","es6-shim":"^0.35.8","prettier":"^3.3.3","cross-env":"^7.0.3","minimatch":"^10.0.1","@eslint/js":"^9.8.0","http-server":"^14.1.1","@eslint/eslintrc":"^3.1.0","markdown-to-html":"0.0.13","@babel/eslint-parser":"^7.25.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","rollup-plugin-license":"^3.5.2"},"_npmOperationalInternal":{"tmp":"tmp/chroma-js_2.5.0-4_1722376985067_0.674674007259459","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T22:03:05.239Z","publish_time":1722376985239,"_source_registry_name":"default"},"2.5.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.5.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest test/*.js","test:old":"vows --dot-matrix test/*.cjs","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.0","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","es6-shim":"^0.35.8","eslint":"^9.8.0","globals":"^15.8.0","http-server":"^14.1.1","husky":"^9.1.3","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.19.1","rollup-plugin-license":"^3.5.2","vitest":"^2.0.4","vows":"^0.8.3"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@2.5.0","gitHead":"9c434a2de3d123fd1de9b1fcfd5fd2d3e146b449","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ZAKoxMRfyQpCeQyPOvo2GePkD10JvbPOPygCEQxgeKnMCXUXAvGRHOEJXCHfyV4dHnv5EPumeFs8cGJ4IYc18Q==","shasum":"a1bf2f6c26999fa5c11c3353a34777882a40a158","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.5.0.tgz","fileCount":110,"unpackedSize":306886,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhGx75WcdQgqU0yPyHdrBtvbQrMP17o9iZhnCcAPiCRwIgcbTyaxHJaYnbKRC/0FtoCw9E60Qj0D2bXVeHzt2lT5U="}],"size":83188},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.5.0_1722377401781_0.42940933468455333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T22:10:02.033Z","publish_time":1722377402033,"_source_registry_name":"default"},"2.6.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest test/*.js","test:old":"vows --dot-matrix test/*.cjs","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.0","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","es6-shim":"^0.35.8","eslint":"^9.8.0","globals":"^15.8.0","http-server":"^14.1.1","husky":"^9.1.3","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.19.1","rollup-plugin-license":"^3.5.2","vitest":"^2.0.4","vows":"^0.8.3"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@2.6.0","gitHead":"ba0c0d7281ac81a4fa2eb61f92b349193c2b01f6","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-BLHvCB9s8Z1EV4ethr6xnkl/P2YRFOGqfgvuMG/MyCbZPrTA+NeiByY6XvgF0zP4/2deU2CXnWyMa3zu1LqQ3A==","shasum":"578743dd359698a75067a19fa5571dec54d0b70b","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.6.0.tgz","fileCount":111,"unpackedSize":309001,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1DMrSXAPeL4O4j+nay3DOXVX0/Jk9TEic9wsRqv9BfQIhAPtKdcaYebFuvpBWz48CMlpZ5r/2yU3VmtDC4fxvR6y1"}],"size":83553},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.6.0_1722380097144_0.7846751927392777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T22:54:57.301Z","publish_time":1722380097301,"_source_registry_name":"default"},"2.6.1-0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"2.6.1-0","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index-light.js src *.config.js test && eslint index.js index-light.js src","format":"prettier --write index.js index-light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.0","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.8.0","globals":"^15.8.0","http-server":"^14.1.1","husky":"^9.1.3","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.19.1","rollup-plugin-license":"^3.5.2","vitest":"^2.0.4"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@2.6.1-0","gitHead":"52143d6a19617a175e8ba8f399dd248cd184ea4b","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-5Mzg0TdSMQtpgkQmAAcW7O62owRhwwENrK/T/fLtXuIKQar7EYyzN3YjiCN9FafZIcBBxIITp5r5fP9kybPE7g==","shasum":"86708dfd82a350831426de415552d706b15d9783","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-2.6.1-0.tgz","fileCount":112,"unpackedSize":312274,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRVsImxJTfngrNe6gOAAAs4uRZZ1rHMI3a8kj5xLIDJgIhAPolLrG3LfJNy35PczzVq4uI13J8AYufvKOWztu2ZM5m"}],"size":84456},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_2.6.1-0_1723620669975_0.40074876626276246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-14T07:31:10.171Z","publish_time":1723620670171,"_source_registry_name":"default"},"3.0.0-0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.0.0-0","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.0","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.8.0","globals":"^15.8.0","http-server":"^14.1.1","husky":"^9.1.3","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.19.1","rollup-plugin-license":"^3.5.2","vitest":"^2.0.4"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.0.0-0","gitHead":"530703f0897bb36dea562debbe03eb80be01b17b","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-oBxxshiKJmmtmtGtlQ/hTpB5hVA0AVb4heL2vXv4mM5s49HOjUC54M1MYsz9BGTn2V4U8W4kNvHWB41q6mmlGA==","shasum":"ef74e53cc267adb1dec6a888ac1ef4230e4dd331","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.0.0-0.tgz","fileCount":117,"unpackedSize":377090,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmYn1gu4QEltkLhaoo//fMaJnH2lrkiuWiFl13RSUdxgIgSP4CKqeuhtYNIAtLbIahqSs6fE/we0cHzoHHZ1MM0Ys="}],"size":98678},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_3.0.0-0_1723895048587_0.9154548107374056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-17T11:44:08.931Z","publish_time":1723895048931,"_source_registry_name":"default"},"3.0.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.0.0","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"developers@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.0","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.8.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.8.0","globals":"^15.8.0","http-server":"^14.1.1","husky":"^9.1.3","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.19.1","rollup-plugin-license":"^3.5.2","vitest":"^2.0.4"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.0.0","gitHead":"d49adf558ab9dbab589a3658430d2b5185fa6f02","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ZFn4qxtZTvRJ7XatOLgaHGJYN10LoS6T0EMsu7IVayFG5+b6Yw8wCGQL5qLgo4B+wrRZ9niCrozOQ4a584bvaA==","shasum":"c19b3b728352bb02b8906c60d7c7d223d3d9b721","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.0.0.tgz","fileCount":118,"unpackedSize":388031,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaSHNuJOj2WKlTevzH/mcYAXARmp3ZWzpl/bsCfi6ZawIhAKvYGOcGNjLWC4WJqv8FTFpUX4gsk9fCAY3SbXgnUvyr"}],"size":101937},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_3.0.0_1723900599064_0.4570769008630515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-17T13:16:39.302Z","publish_time":1723900599302,"_source_registry_name":"default"},"3.1.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.1.0","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.1","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.9.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.9.0","globals":"^15.9.0","http-server":"^14.1.1","husky":"^9.1.4","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.20.0","rollup-plugin-license":"^3.5.2","vitest":"^2.0.5"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.1.0","gitHead":"bdc836cb295dda868052b732b93a9d4efaf191cc","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-6gPmtb15llrLIdCZHjtV+v2JmCoxxOnP+1x213tKntyH0XFWyGKNg0f2zKVrvAFI98aTVdfPardxi8wtELcYjg==","shasum":"7de47c71374f6fbff46f3af0b35e9d39beed289e","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.1.0.tgz","fileCount":119,"unpackedSize":394825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHrfEGSGlOhFtFBXZon3HQG9cC+q4rXYkes3F4YnCUl9AiBelk5CGgNEfFth2ft/OKkDIzZYBNHfro/bHOJhmEwj0g=="}],"size":105097},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_3.1.0_1725780584961_0.48168429985943173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-08T07:29:45.107Z","publish_time":1725780585107,"_source_registry_name":"default"},"3.1.1":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.1.1","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"},"./src/colors/*.js":{"import":"./src/colors/*.js"},"./src/generator/*.js":{"import":"./src/generator/*.js"},"./src/interpolator/*.js":{"import":"./src/interpolator/*.js"},"./src/io/*.js":{"import":"./src/io/*.js"},"./src/ops/*.js":{"import":"./src/ops/*.js"},"./src/utils/*.js":{"import":"./src/utils/*.js"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.1","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.9.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.9.0","globals":"^15.9.0","http-server":"^14.1.1","husky":"^9.1.4","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.20.0","rollup-plugin-license":"^3.5.2","vitest":"^2.0.5"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.1.1","gitHead":"29acf17a51f069cbad96df5e067bc4ade7c8be46","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-CGr6w73Gi86142RWqZ1RjED/CyduYw2vMTikQZUvr2jGIihnZlMo/Kzm9rYHWDP2pJc6eebwc8CkX0iteBon+A==","shasum":"380103ce1f8bb119be2b18303d598b3c113cf6b1","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.1.1.tgz","fileCount":119,"unpackedSize":395301,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADzgs87tt8+izzI9vyXokBS3VAXJXyeE2QgdK0i2BN2AiB4+YH4qbk572gGqYMgloveu7ie/sS9OKX8+ulcFi+HUg=="}],"size":105178},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_3.1.1_1725782273180_0.15816426771766556"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-08T07:57:53.333Z","publish_time":1725782273333,"_source_registry_name":"default"},"3.1.2":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.1.2","packageManager":"pnpm@9.6.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"},"./src/colors/*.js":{"import":"./src/colors/*.js"},"./src/generator/*.js":{"import":"./src/generator/*.js"},"./src/interpolator/*.js":{"import":"./src/interpolator/*.js"},"./src/io/*.js":{"import":"./src/io/*.js"},"./src/ops/*.js":{"import":"./src/ops/*.js"},"./src/utils/*.js":{"import":"./src/utils/*.js"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.25.1","@eslint/eslintrc":"^3.1.0","@eslint/js":"^9.9.0","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^7.0.3","eslint":"^9.9.0","globals":"^15.9.0","http-server":"^14.1.1","husky":"^9.1.4","markdown-to-html":"0.0.13","minimatch":"^10.0.1","prettier":"^3.3.3","rollup":"^4.20.0","rollup-plugin-license":"^3.5.2","vitest":"^2.0.5"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.1.2","gitHead":"c5393d5ddc117e661b83a67b6301ce433a7e06c6","_nodeVersion":"22.8.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-IJnETTalXbsLx1eKEgx19d5L6SRM7cH4vINw/99p/M11HCuXGRWL+6YmCm7FWFGIo6dtWuQoQi1dc5yQ7ESIHg==","shasum":"cfb807045182228574eae5380587cdb830e985d6","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.1.2.tgz","fileCount":119,"unpackedSize":395801,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFLwnrQIeRbxnNldQmdrkz11ixhqDSAl2JjB7k8zGYBaAiAexwpC8jaeY2VUACe+sBGRrItzD9y/6uiseen8GOsoIQ=="}],"size":105412},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/chroma-js_3.1.2_1728814790368_0.2837733891539109"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-13T10:19:50.565Z","publish_time":1728814790565,"_source_registry_name":"default"},"3.1.4":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.1.4","packageManager":"pnpm@10.24.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-devex","email":"devex@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"},"./src/colors/*.js":{"import":"./src/colors/*.js"},"./src/generator/*.js":{"import":"./src/generator/*.js"},"./src/interpolator/*.js":{"import":"./src/interpolator/*.js"},"./src/io/*.js":{"import":"./src/io/*.js"},"./src/ops/*.js":{"import":"./src/ops/*.js"},"./src/utils/*.js":{"import":"./src/utils/*.js"}},"main":"./index.js","scripts":{"prepublishOnly":"npm test -- --run && node .bin/update-version.cjs && npm run build","build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test","prepare":"husky"},"devDependencies":{"@babel/eslint-parser":"^7.28.5","@eslint/eslintrc":"^3.3.1","@eslint/js":"^9.39.1","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^10.1.0","eslint":"^9.39.1","globals":"^16.5.0","http-server":"^14.1.1","husky":"^9.1.7","markdown-to-html":"0.0.13","minimatch":"^10.1.1","prettier":"^3.7.1","rollup":"^4.53.3","rollup-plugin-license":"^3.6.0","vitest":"^4.0.14"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"_id":"chroma-js@3.1.4","gitHead":"b35ee49456176b3edaa716df0cae83a4601fe2dc","_nodeVersion":"22.15.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-PLUFupqtew/yJt2WuwMk5RSxcJToAxocYYS/afh899yCxbPQs7YXQ954lgpTi+bPuxSX8IWSIMsmZ+Zfk+DgGQ==","shasum":"76c41a29a57d8a5db69b6262d31d033b97238e8f","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.1.4.tgz","fileCount":119,"unpackedSize":395888,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHvn+T7/SYZ5LMkaX3ubNCVr1Av2yGJZ6ZwdPCc2ehFZAiBYftP6rSRbJfwcgX0oOrl1QVis72YekxnECGFcd/NHfg=="}],"size":105371},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chroma-js_3.1.4_1764281555334_0.5520480252082334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-27T22:12:35.531Z","publish_time":1764281555531,"_source_registry_name":"default"},"3.2.0":{"name":"chroma-js","description":"JavaScript library for color conversions","version":"3.2.0","author":{"name":"Gregor Aisch"},"type":"module","homepage":"https://github.com/gka/chroma.js","keywords":["color"],"maintainers":[{"name":"celtra-sysadmin","email":"npmjs-releases@celtra.com"},{"name":"dejancjs","email":"dejan+npmjs@celtra.com"},{"name":"celtra-devex","email":"devex@celtra.com"},{"name":"gka","email":"gregor@datawrapper.de"}],"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"exports":{".":{"import":"./index.js","require":"./dist/chroma.cjs"},"./light":{"import":"./index-light.js","require":"./dist/chroma-light.cjs"},"./src/colors/*.js":{"import":"./src/colors/*.js"},"./src/generator/*.js":{"import":"./src/generator/*.js"},"./src/interpolator/*.js":{"import":"./src/interpolator/*.js"},"./src/io/*.js":{"import":"./src/io/*.js"},"./src/ops/*.js":{"import":"./src/ops/*.js"},"./src/utils/*.js":{"import":"./src/utils/*.js"}},"main":"./index.js","devDependencies":{"@babel/eslint-parser":"^7.28.5","@eslint/eslintrc":"^3.3.1","@eslint/js":"^9.39.1","@rollup/plugin-buble":"^1.0.3","@rollup/plugin-terser":"^0.4.4","cross-env":"^10.1.0","eslint":"^9.39.1","globals":"^16.5.0","http-server":"^14.1.1","husky":"^9.1.7","markdown-to-html":"0.0.13","minimatch":"^10.1.1","prettier":"^3.7.1","rollup":"^4.53.3","rollup-plugin-license":"^3.6.0","vitest":"^4.0.14"},"publishConfig":{"access":"public"},"license":"(BSD-3-Clause AND Apache-2.0)","spm":{"main":"chroma.js","ignore":["src","doc","test"]},"scripts":{"build":"rollup -c && cross-env DEV=1 rollup -c ","docs":"cd docs && make","docs-preview":"cd docs && make && make preview","test":"vitest","test:update":"vitest -u","lint":"prettier --check index.js index.umd.js index.umd.light.js src *.config.js test && eslint index.js index.umd.js index.umd.light.js src","format":"prettier --write index.js index.umd.js index.umd.light.js src *.config.js test"},"_id":"chroma-js@3.2.0","_integrity":"sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==","_resolved":"/private/var/folders/fx/lvy56xxx7w74fwvlcgj093rc0000gn/T/14da6564aa233fa142306d615a6887fd/chroma-js-3.2.0.tgz","_from":"file:chroma-js-3.2.0.tgz","_nodeVersion":"22.15.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==","shasum":"4e9e665290b9bbfece524fccf759d5120e351ff2","tarball":"https://registry.npmmirror.com/chroma-js/-/chroma-js-3.2.0.tgz","fileCount":121,"unpackedSize":397100,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCkpyfsKJYO7ua+hKrYrdqMzbfsS0TSo8fzbIOqww1sRwIhAP3eDlgUSmTdAd4VxZiGhOuFnWHjIWACIYtolE1d/bRJ"}],"size":106675},"_npmUser":{"name":"gka","email":"gregor@datawrapper.de"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chroma-js_3.2.0_1764326977435_0.06724661365273521"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-28T10:49:37.625Z","publish_time":1764326977625,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/gka/chroma.js/issues"},"homepage":"https://github.com/gka/chroma.js","keywords":["color"],"repository":{"type":"git","url":"git://github.com/gka/chroma.js.git"},"_source_registry_name":"default"}