{"versions":{"1.0.4":{"name":"colortranslator","version":"1.0.4","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/colortranslator.node.js","types":"dist/colortranslator.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --mode=development --config webpack.demo.publish.js","prepare":"npm run build","prepublishOnly":"npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","converter","translator","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.0.3","css-loader":"^3.0.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","style-loader":"^0.23.1","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.0","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"d882abd2528e0b04d27540b1a097508a81fd0caf","_id":"colortranslator@1.0.4","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-4/gqh+PYrnXJ+3b3QhTKg9OrY/ZGtvyT2ZxYrMYCpTZEDwPi/lhbECmEPGCMrAoU1mGt5yZfzAQ9lTDmeDOP2g==","shasum":"d753ec6bc3d7a41a18fd38aebe0033a9ab70c760","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.0.4.tgz","fileCount":12,"unpackedSize":64017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHEMdCRA9TVsSAnZWagAACiYP/0IqWK/ZJPJBTeXoEdUs\ncRWJ88ybRRNEYbZgRPyPfwURgVPg17Q3QqNlYLsDQ/gelgiRwRySc9UoIcPF\n1Yv42NErfMq8N/VO9/097LC4Ac/OshkECKs9CLMewrQFFQEl9n007Wkacgfg\nuAcgRcU0ssOmiHz1/06ZT6UQUgTGo6obrHGF48hqbUB9H9gZcrvR4dVA55UG\nkJr+WKBctZJCRWOFVGSyvvcyTy70gqX0G3UjPRIni92uS92Sydv5QUgIrJfV\nEkXIRW3+Eq6eJyuIdIqyBywnqzVNblyKL6UoJNWHqoh2dRCnnL13Sc+igKFt\nFX45x98GnPjqxUfB2ZPi/OEiVL91zXrJu4WkgGkxi07XBru64hSzP0y90oTR\nnn1X0Qti50SSIlYy8KIEv/CMxYqjnJo2qlfg6aCLhPDYSObMHv1uTuY11Ew5\nnoCafYQjpgdb2I3Ybu3EAEvib578EbLtyo1Dk7/PRKb8W6ge6YiDXt8pEkCn\nT+7CKS2BsNgiPXnF+pfOrNEWjaMIf9ulYdCsAyvahZao7yz24zALK5sCjowI\nZC4Q31d0RIiBt+KdvGQDdnz+BLQixqsHj/Vi5SIr5ZMBNtCG2k4F5xA9QBX0\nhNhW61baIr7dfH6ebf9yU3HBvxfsW9P9YAYNIioSk5igGgRICcmZv6iLEqRl\nGWUQ\r\n=DkFN\r\n-----END PGP SIGNATURE-----\r\n","size":18577},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.0.4_1562133276855_0.17580891547728594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:36.461Z","contributors":[]},"1.0.5":{"name":"colortranslator","version":"1.0.5","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","converter","translator","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.0.3","css-loader":"^3.0.0","eslint":"^6.0.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","style-loader":"^0.23.1","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.0","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"f6fc927d917e5518f8ea29b3a2faad0b86a98ffd","_id":"colortranslator@1.0.5","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-Usffd2x/qeAH75EJYs1MnOjzvsOUYKqiGwHXQVv2Xo155li0AACYy0b/ib0ht2GjbJ2zrAFfTgAEn029mdfbGg==","shasum":"60bc5cdfba6e56134974dd73114c125f42c524eb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.0.5.tgz","fileCount":13,"unpackedSize":66561,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdHoJVCRA9TVsSAnZWagAAjNoQAIA5Z0NEwir23Gt7HWF6\nqYKMm11vHJ8pVEoMUnS/ck7ytGgV+jZv9jh/6RuDR4YUCcuTBXxiGw1fDwfc\nO5P2Ru5G76gEc0gLRfA+TkRDBYX+fFq69q2RThkH2h45SWRv8HYcwl/yyInH\nW2RjfTAwe4FecbA+u+NY50imL7JFDyA0bysLao8HyYAQ0zHYb33G1yYZ3seQ\nQ7bektxB5wfNp1rBFpJ+H6fT1G7lIZILZk73rpmsO7DCUZlsx+uq6tyuG+ZP\nx5G1AuJRuk9m9ULazpH8RnxCQ/3itqd2cAudFMNDq6bKSJ6LF9wd1AWqh9se\n1a6rWXnkCyhDmXXg1zTIVaXx7NW0judqE+n0jCB4ye//KWa5M9ccR2jtsyKA\nnlGjkyVU4shvo4HvGlaN82tW1Ighvr92DwPpcehTsJbIIDo5O4eGIexw0rfE\nOxUp32z/G+zARQ14CDmbeTV/Sikou8EeLcqjglKbXlmg+Ak3/xhMjH8rNApT\n9dnrjQwQhpq/LaH+abaAjSlTlfXm3RAB1LKol/DWueXztWqk7mcJFSo3ug6N\nCVnm+9F9a022hDY3B/Z64EWd5JcdKKHlbxzyRlrwCZMN4iuoH8firybAy3JR\nGBw/OCLuFxvwFbA5UZwPwBk8UFGcuXqS5xJO6KiQSfpE4w8yxciUdlPiJVTw\nQGc+\r\n=qOQu\r\n-----END PGP SIGNATURE-----\r\n","size":19297},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.0.5_1562280532707_0.009139468652388683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:37.562Z","contributors":[]},"1.1.0":{"name":"colortranslator","version":"1.1.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.0.3","css-loader":"^3.0.0","eslint":"^6.0.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","style-loader":"^0.23.1","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.3","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"e0790f386e1cfef96e5e5cea7a0b54b84cfaecd7","_id":"colortranslator@1.1.0","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"integrity":"sha512-+uYlcL8eepJ1eLaFk7PnO95w818KGIQ24sqKjb0f0Tbkdet4wp/kCAVjcwLX9pywN7ipi6j4sRTc98oEcn032A==","shasum":"670b2fbc2c4e37fc76f32a3e00c79086601bf3d8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.1.0.tgz","fileCount":13,"unpackedSize":85584,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdKL8zCRA9TVsSAnZWagAAfwEP/34QoyvTMW4JT3ZwZGqr\nuLgWAGr96FGwuSHfcNGMDLI4Nkwt0k99bNWYnflLBN+FgZDJztjdI/mznJCE\n/0/mQVxLP1DrKZZk8nfnoo1OqiTJNRpYA7Fl4evhzcOhNk+tagcegA/OtL/n\nB0v/YfnejTAazWSl9NPZvGDRzLtsCvk/xw60Q1gaT8kZdbH0CNeKFPPeGb3z\nYH0mWqKU2UimJ+V+2hNqEkeHp4xCJOogRUVvkAsBaSg9nt7PYqrWCT9VTFqV\nRQm/Ft6X491pytPt0BnOosrLXg8MMvXlwIwbgoxWmKAmE6OK8jWNmnorR4Iw\n3UVBMiQv2KzZgvP+XdjwL8N0CULUst9ejtDUal6TUlCz3rBu2hiDwyvorVnk\nLdJlztnIApx6vtjQ9s6pmLrMsHZDtz/cSQSIlYSjXW2L4MiUoGI2/U/y5iIQ\njAQUqwoYS6XG4ckap0UCz4SJZb8vRG+pKZI6JoIzjkFYczLWfzteOL5JKbn4\nhYcqL6gZPNgu+0eigPtaqNnh56P9O6ekUruTG2L8HC0ivQagcDOKGWL7isYo\nm2cWWI9v1BkBQi3DbjkefHMgWrxldmDy9nrDz2H16/mHuiVHPtLFN/Ja5iKV\nCSbrwoV2F0u6CmqXx3q/FCk5UsDqnCTcFOWuB4iBGJh44Uo170wDwnogPnRg\niDYi\r\n=GfN5\r\n-----END PGP SIGNATURE-----\r\n","size":21471},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.1.0_1562951474687_0.38979587047927455"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:38.685Z","contributors":[]},"1.1.1":{"name":"colortranslator","version":"1.1.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.0.3","css-loader":"^3.0.0","eslint":"^6.0.1","eslint-utils":">=1.4.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","node-sass":"^4.12.0","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^7.1.0","style-loader":"^0.23.1","terser-webpack-plugin":"^1.3.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.3","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"d205997271053ccfeaffd4ed144335a0ae5d1e48","_id":"colortranslator@1.1.1","_nodeVersion":"10.16.0","_npmVersion":"6.10.1","dist":{"integrity":"sha512-7X4Hc5c4ewwsZZL5A3qSCYVmpWh7Ds94WIx1CB++/6Q4nkG3u/SFGXKKQ8YqpCxAohwnAjfJZ/axOls5HCpNiA==","shasum":"9a4919802eb9e80ac9c0cb441f62d741e68049fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.1.1.tgz","fileCount":13,"unpackedSize":86193,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdaimOCRA9TVsSAnZWagAAUSYP/3JBLkqqlF8yML0beM4s\nrn3rajqPOh/YltNHajZ3Ql8G2/cHm5HucoUdbGk4PlOgvBWdnbir67UH+qca\ngclGeiZ1KgbdNc9WwDO4SbwXt6DVA8yTYeIAMz1lzRu1ZSVekxsyOIX6JlWi\njM57X5Lq1cXngYxFdFQAd2TpfsvGYRAXeBJQWWEhWs8MiCutpvYhhVY1JzzN\nwjfBthHP0TkUspNeuQJDTYjUgUEyWoODfl4dZqoS0wuqBPz71sgFNSVBmEUB\nPD/P3xmAjnWsb9V2vqPQqw8N/8o/GE+9ZXVOPeFg0VP1jSDZAMLqUBXAtvCh\nerBGebsWQhkPFF5F2u5mRP4syJKZiOWChkudfXlhflZXDI2aDdQVXDpAFMws\nwH+nkmKHri/HT22bXJrY+KHf/i77eYTZf5q8oxkP3U7JfsXgoo/ATXBtzJP6\nye6mrlgBkCMmEybd4ibRYTQ9J9wTq9c16Svw0GbRyIWGA4T+2Co3wfNzYIu0\nRk4pVxeixTg09VxPpZ34MSmRiamkmGBgZOW0SLpAsKIBkLTiPqh7v/Dc+8jr\nxXfVZzatV+HjQUBdBxchAg/IYjfKtCmeO+vDxR6rgKVwhSri6TNL1A9cH2ad\n1ePww5tG+iHfz7Pr8fDQs++dpfWuofGzE8697LpueQSmnbCzmWv0AAh4GLuT\nvzCb\r\n=brlC\r\n-----END PGP SIGNATURE-----\r\n","size":21781},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.1.1_1567238541638_0.07253619565025882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:39.789Z","contributors":[]},"1.2.0":{"name":"colortranslator","version":"1.2.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","css-loader":"^3.0.0","eslint":"^6.0.1","eslint-utils":">=1.4.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","node-sass":"^4.12.0","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^7.1.0","style-loader":"^0.23.1","terser-webpack-plugin":"^1.3.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.3","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"995c3c9eba77988798ca7d0b8c59b10f9fce37fb","_id":"colortranslator@1.2.0","_nodeVersion":"10.16.0","_npmVersion":"6.13.2","dist":{"integrity":"sha512-gYK7F8pxfWh0ksfHUJh3RFGX1UHN0lRYZbPhdTKGGkfyGyIo39YF7PNuD9rZOchqQeKeVpwzqvP6soA0OPfN2A==","shasum":"dddb563dabc8bf2142be50aadb0bc77b5f08ea21","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.2.0.tgz","fileCount":13,"unpackedSize":90484,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeTIRmCRA9TVsSAnZWagAAaVQP/3MF3OQLbKAYStEYAadV\nrL1zFfa5FS8cpz0k7KMGfCIRauIxVgHojBwsPH7u1w86S5iHAsum0e/SeSAi\nJKtuHXq1ALKm9tf+aIvTalUkrDZN7zPj8WmcN5rSAswzugdS0tcdIP6t+7lK\n/k+HeRyQtAK9xlHkWv+HvUi7DPyp158pQCHYubaC3v5r8SyZ9TJ+mngtWo5H\nWPEGOd5iKklMQ0dihenbonMs/waMUSqzzm8Em633BGWP4GKBq88ymum/ys10\nqpsfVJji5S6hRx4NKGmH351g49cxOFXdrTen0mA0HpvcZfh/dc3iz1751h0a\nl6r923tGOwMRXblt+fD+O0HkGT5ekhFbgFr7ymWu69iczcqeluagBIA8DNxw\nQj70HS8cPFuQt5pKfSmwIep6EjkecJsSachbTN+frRFPSFeN44bvodB8Lo4o\nBBzEhTu5RYMAlH2pIEOk0ohRkoWFjtBvln8qKt1j/izfxN503IMsJo0oZRMu\nYNPJay1YcIqMqmu4wG46h2Vk7X+ka3ZHi3TkigTB1BH+ehongb8/GasAx9VI\n4Zp12TXthAOuFRqbgrSFZzdlQXAUModpmqcnBhbsLzgQqFbsR2dtmRvYIzXn\n0VT6MX2iNtvQB2Ziwk95tSC1HkdhJ7Hy50n4CP9cjUoFfNHGy+FFcp5XV8jY\nznVX\r\n=QxqF\r\n-----END PGP SIGNATURE-----\r\n","size":22368},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.2.0_1582072934270_0.3150135770380338"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:40.908Z","contributors":[]},"1.2.1":{"name":"colortranslator","version":"1.2.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","css-loader":"^3.0.0","eslint":"^6.0.1","eslint-utils":">=1.4.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","node-sass":"^4.12.0","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^7.1.0","style-loader":"^0.23.1","terser-webpack-plugin":"^1.3.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.3","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"481634a4e20cce553c7ddc7203bb090096ad3a70","_id":"colortranslator@1.2.1","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-MdVPbOOHo2+OvVM5jajosG4Iz9Hewu2Aj1bz49G8inLRu1blizWy6qrIdsIHA1PYcaM+jWntNF/iDY/vZtycNw==","shasum":"514ce07344d23a77eb3339b67648aeeb4906f671","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.2.1.tgz","fileCount":13,"unpackedSize":92984,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeURNMCRA9TVsSAnZWagAAVQUQAJjliskn6BUzzcpqHHFe\n1OSNGsSekz9TgejfK8H+acR5EVqfsEiAmIaoSlzA25ak7Bb/s81tnKUtmRoU\nL6XLYsLzOWhwXW03zCZN/dk1e1rrrreqsumfxIcj8zAT4OTnZl7c9UcoDMYL\nj4oFeYORpHYC7a/olqp1O8Wjvx7iF8hEiVFnehMvFHH7mRf5aXpH170zXtNc\n3sZ5odJnvtZrrYRWumD/vZAvxQJHpBqGkEv3gsrlO0q7pyfWOa2l8EHYS8+Z\n7qZkouwQ2juWFnFkPos8RscB8AgJLz3+Nl4n4FcGnhFbMq8rcS+c6LiUmIVB\nn4TpaexQE2+Y+Tn0hZ4pS+3Xeazemc3DvmCFpry2xQI0mKCQiunbwcH5LK5x\nitPi0/EkOKeiKSwLkn6H29ZXvboldCd0cuvXQuT0YfaWf7XFlEB90vVXbimr\nA7u4T/IWkMSadRlZIkucYaoBaoQpdVB6Rzbzke3z36UmZz3uI5INMGcf2rBV\nBt5Tg30aVz61NSmyFNnywXQSMGpe9/5JY62I9M7SqEqXE0nPAbQzlMyCLoZ6\nfTgueqSiLAoXrKb6c5qi63FiggwihJfrjdXNiq1lbVenSVdmAj+5lzNGAmmI\nIiKih9mDZkvZ5DvYquM6BFWnFrDbAvaWh+msH8PS2FGIX9OWevQ2Vcj9N7f/\nXy+c\r\n=AgkY\r\n-----END PGP SIGNATURE-----\r\n","size":22795},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.2.1_1582371659549_0.6025477349210948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:42.011Z","contributors":[]},"1.3.0":{"name":"colortranslator","version":"1.3.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"mocha -r ts-node/register -r tsconfig-paths/register tests/**/*.spec.ts","lint":"eslint src/**/*.{ts,js}","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/chai":"^4.1.7","@types/mocha":"^5.2.7","@types/node":"^12.0.10","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","chai":"^4.2.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","css-loader":"^3.0.0","eslint":"^6.0.1","eslint-utils":">=1.4.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","mini-css-extract-plugin":"^0.7.0","mocha":"^6.1.4","node-sass":"^4.12.0","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^7.1.0","style-loader":"^0.23.1","terser-webpack-plugin":"^1.3.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","tsconfig-paths":"^3.8.0","tscpaths":"0.0.9","typescript":"^3.5.2","webpack":"^4.35.3","webpack-cli":"^3.3.5","webpack-dev-server":"^3.7.2"},"gitHead":"f8b92ee8e4c7385aed55b2e029ddd87a46420436","_id":"colortranslator@1.3.0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-CVIl0k2m5ObdnMmzHMndoDjUmkluJXsFYUgmZL5bV4dQvj+p9q49RBfhr7PxOV1W5jf65R4wXyPLOtxeq6xRlw==","shasum":"97a73401c3f94225bd92f52569989b13ac5315e7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.0.tgz","fileCount":13,"unpackedSize":103782,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUTUACRA9TVsSAnZWagAAXa8P/211IwFhK/P2CKllWsTk\nwDwn8eHUkCa9PYo1lA28Srq4H3mtEJXuULLj2xo7Yk1j8Ob+j4AQrCTssirE\nCYbL8fucMTff8Gu7jnqeBJCqqBNzi0b8GiezXwBmJKwqlEhVjYwkve0W41cT\nyiQNzS7KBYI45JQhgYOcisD3d00Kz34P4SE44opsCegcw0osc5CNHZ7/XZad\nHLBkkPnEz1Us0lriJhsE+/lCvMjt0kNDIFe1b2pWcOTtfLF4OnTmmAkoBXaU\nk5X3ceOeFuSR7xKRMyIwq4c+isIdaOBS6b/trjXwkXJisZZy+84/ApC+mFfO\n17RM1cL+/CgEQu7Mvyjp4evXeQzsP9K7lIkbuh+MiQwrE96aiP6C+bcA8sxr\n2/vexlIUinRXIUZfxTKBrnDR0uZ9+cZl0ko30799r6Uogr32LN82NDwBm19Z\nvGzT4c84cZfsZ3+X8mSb6lxiHJySp6T1GaSbxHmseX9UE6vmQiGcuqakUQxV\noF9l1H2oVwxuF2c9bVJ16a+BmaflXId0w03pwrR/q7jKZFXftP8C3o6zaHkM\ntsGnstLYmR98cvHqPngqHjvOR46t3hJj+Nj7s4LjxCqY3hn2v/OfG5wCqtTb\na7P4cDvgruCM4i1OTXBuleHsMx7lGen61h9XHbv2TTH4pGFGc/5ZQaqrqi7D\n9R3U\r\n=QaN5\r\n-----END PGP SIGNATURE-----\r\n","size":24285},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.0_1582380287771_0.8476279624128082"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:43.143Z","contributors":[]},"1.3.1":{"name":"colortranslator","version":"1.3.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^25.1.3","@types/node":"^13.7.6","@typescript-eslint/eslint-plugin":"^2.21.0","@typescript-eslint/parser":"^2.21.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","coveralls":"^3.0.9","css-loader":"^3.4.2","eslint":"^6.8.0","eslint-utils":"^2.0.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^3.2.0","jest":"^25.1.0","mini-css-extract-plugin":"^0.9.0","node-sass":"^4.13.1","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^8.0.2","style-loader":"^1.1.3","terser-webpack-plugin":"^2.3.5","ts-jest":"^25.2.1","ts-loader":"^6.2.1","tsconfig-paths":"^3.9.0","tscpaths":"^0.0.9","typescript":"^3.8.2","webpack":"^4.41.6","webpack-cli":"^3.3.11","webpack-dev-server":"^3.10.3"},"gitHead":"2de84032ddeafe4ae0dfcf06cbc684aabac060e0","_id":"colortranslator@1.3.1","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-yrvK4QlwdH89FSxlGFZDTyvUK4QidN9wdiiBtQc/8hNfOl1sAKkKpdMr9KDz1hJtWaj6etiOUulff83giuyBRQ==","shasum":"33a4f57052ae19aff50a9816b33912b0e18d5388","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.1.tgz","fileCount":13,"unpackedSize":104166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZrHxCRA9TVsSAnZWagAAz1QQAKJq+OysaUfXoTDJvEno\nOkzmmvIOyMhSAO0hWzktw1kiaFPpDv/1dfqrr3SbH17sz9nwzMVCq4EsaobY\nyZv7wsP2EX51YArZNaXNRZoDKFZroXD1aYTiPVbkn/I07b7bGO/BGiucz+vH\nNPNzQVuD/VIFh67UCk68fjRGO58cZJgZWWc3QeFOh9GXjPldt3eyOiR+UAan\nMjWDa1jEGp9EuPYMaTUW9s/6LmlGFIyqV+c4IXyDenDh8E2qae+PyzaXx9KN\n/voMKUkYde9ru3xbxKcxA23Uv+zFw0zhhGhuiXyKwEwKgrhEuOFX+dbULla9\nGU9WiWxdtXC4oZgJ7TYxWHWGqhf2/rHqn8A3nHiwqSDqGJE3iec6nR5wVY4s\nOBatw5cb4cpxuyhWZsacajuSTNyHTDZ/utlEd8UoxC+qejmWS4PB/jrpkCG6\nYEWRzDa1gLsmN4sq+TycsPjrsZhqePeOysGZFfFRnfOyAAnoFqYsY03p7oQI\nrCVOH92L57Yb53rPVZn2w/ipJaCHSg94hjvhQsJe60+1JxSSGSvNdsE3l9YO\n44nMTK8QVIVwGLUX94pf2NdOkGEUVjYD3jL7dEF80atkLu/8JwV4830J/tIj\n3SfntMop+63kuik1WepOiMPIgNoUAJLUeka6ze0hOlAm/bklX025tMTEx5b8\nmVsA\r\n=u7Gb\r\n-----END PGP SIGNATURE-----\r\n","size":24431},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.1_1583788529057_0.5045309957151893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:44.254Z","contributors":[]},"1.3.2":{"name":"colortranslator","version":"1.3.2","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^25.2.1","@types/node":"^13.11.0","@typescript-eslint/eslint-plugin":"^2.27.0","@typescript-eslint/parser":"^2.27.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","coveralls":"^3.0.11","css-loader":"^3.5.0","eslint":"^6.8.0","eslint-utils":"^2.0.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.0.4","jest":"^25.2.7","mini-css-extract-plugin":"^0.9.0","node-sass":"^4.13.1","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^8.0.2","style-loader":"^1.1.3","terser-webpack-plugin":"^2.3.5","ts-jest":"^25.3.1","ts-loader":"^6.2.2","tsconfig-paths":"^3.9.0","tscpaths":"^0.0.9","typescript":"^3.8.3","webpack":"^4.42.1","webpack-cli":"^3.3.11","webpack-dev-server":"^3.10.3"},"gitHead":"bf24f02c72f57e5d1bce692ee992d98307b2cbbf","_id":"colortranslator@1.3.2","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"integrity":"sha512-R2/zH0BBWv3419+k2eNPMzFtrXeqXIGsYt2sayBZrQzDOQZRuKpS2cXGx1KbdRCPt/9YxSNRiacEZrKKhbSsKw==","shasum":"ca9a250806ad8e0e6a9e23614ffe713ae1586680","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.2.tgz","fileCount":13,"unpackedSize":104166,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJei951CRA9TVsSAnZWagAAfgAQAIeMZpCLUuzljg2PM/JQ\n4il+bb11k66FEb5B6xSH8+Kfqi8L+7Q15WXFP9vYGINocMvgOd2XnOWC1OTE\noIlE0mES3AbV+9kt2Y5Sa0vJ/vbYMuo2ihe6c0C4zgB7hibTgbgjDyWfPxsp\nNP92/o6y9mmxbSestrgTRWsHDt6HiCioWljDjfq06XQo9j5PyE2IVm0wQCoC\n7LJCoS/Pgstprk4mN749WUldBHD9UFEP8OrgOVZLbsl7PoIwDofB7159VSjI\n4NbWBAD8vgRUJe+TEX86DzcJUNFFI2n4NHYV6ts5lE7GGEPJv51D4e7PpsYp\nc+raiPwG8Gbx2UDp9m/W1VQg8Drc7F0q0XZq1KZmbcfmsLkEea3k0cejxadC\nrzpnCOWE1rSqoevATB9nZJw50/MCaLfelc4U0iP1ujHGjvqK9EVVPHr5JLk0\ngtR3/C6xHaDDIwKFAmIz5Z00R1HYwK1Dro34Phz4Tj4XVNqd/jAdifuBdBS/\n6i904vzPRLdstJkkvJcdvEYxs4vpu4UXBaAELt3tBKH8wPTu1jtiiwMUTMUj\nIokO7q8ApEFY80EigA2qZOzWClSF2/NANNu51//yVCIne3D4u7NugRaG50A5\nqb3irieVrqShUID+WK7Uxaa/Zvd4NbDgEKnCToA25nOxx5r5Rd1U8LDchnQ5\nDYLP\r\n=NEJc\r\n-----END PGP SIGNATURE-----\r\n","size":24436},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.2_1586224757299_0.800748624693385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:45.343Z","contributors":[]},"1.3.3":{"name":"colortranslator","version":"1.3.3","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^25.2.1","@types/node":"^13.13.5","@typescript-eslint/eslint-plugin":"^2.32.0","@typescript-eslint/parser":"^2.32.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","coveralls":"^3.1.0","css-loader":"^3.5.3","eslint":"^7.0.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.3.0","jest":"^25.2.7","mini-css-extract-plugin":"^0.9.0","node-sass":"^4.14.1","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^8.0.2","style-loader":"^1.2.1","terser-webpack-plugin":"^3.0.1","ts-jest":"^25.5.1","ts-loader":"^7.0.4","tscpaths":"^0.0.9","typescript":"^3.8.3","webpack":"^4.43.0","webpack-cli":"^3.3.11","webpack-dev-server":"^3.11.0"},"gitHead":"e1bc2fb0e106498b7d5ea12536369de0d2fbe21d","_id":"colortranslator@1.3.3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-SsPf+ZUdRIEt8kuXrsdK5cdOW4azyENWNgrVLOdKZLynPQlo5znTpoFCezRgmpDPVQx26y4xFHO+g4941anB2w==","shasum":"e726ef4c4bc07b280625ce2416194acafdb6fcd2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.3.tgz","fileCount":13,"unpackedSize":107610,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewBGoCRA9TVsSAnZWagAAD/YP/0L5QBJJHXNJl4tdZ+6W\nBb+dpJ8CbD0ewWsxbRwx70rpjTPpzO52+hw+g1D1pQtfKFzmXs0B8CsGangK\nq6C2o34f5pscw7umAntazMliPPnKJjgCsfA7Hh9+lSTTFRA9brznman8oj2W\nezYYhKoFb08p/wVi9ZSmFJCsVsw4UqVKHPRjghag/ScBH3ZOk2wv4BaXcMaY\nyRYATYJ5D5SjbQ7+UBLbwkn3ta2la7b7cKxVJeXyRx6nEaQ/4LHQY5AhqZML\n0WEECMrT9eZHb0j3IC/VTqt1k/sLpU+ai7iqWYH8RZmKPFq8TdbTMwxZuOAn\nQY6DvcOsOvhVkN85GZMlzjuASkUkiZLX1byJUn2WOIZd4FKxM2697ZrknvXf\nS3dayFUZReUTF/dim1F3APob4Nup52WXOFfS+QVp0y5dXK0bB29BJLrrhTiN\nMInJcYMSZ43M257MAFzIvaFz2oxZ8Y+0PO3Wwg6ORV7efXu9K0awBfouvGdI\njFJZQyTZl1nxxyRmKDk7kJzoxFdkDGhvyHAqs1I6EI43N6G1CRLHPrR8fS1E\nXaYeIW1/rDfC7nIZHsYYg7/5HIachlhLjDbZURBoXPYu7JMuLT9B9dz3MsHa\neQlB1Lj9V/BxOAOAR5mHpn/qlECyNzCkiZsePznh/ejkSfh2ARpA4qxXfiq0\nsIlq\r\n=SOVe\r\n-----END PGP SIGNATURE-----\r\n","size":24938},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.3_1589645736261_0.7027910805040434"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:46.451Z","contributors":[]},"1.3.4":{"name":"colortranslator","version":"1.3.4","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^25.2.1","@types/node":"^13.13.5","@typescript-eslint/eslint-plugin":"^2.32.0","@typescript-eslint/parser":"^2.32.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^5.1.1","coveralls":"^3.1.0","css-loader":"^3.5.3","eslint":"^7.0.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.3.0","jest":"^25.2.7","mini-css-extract-plugin":"^0.9.0","node-sass":"^4.14.1","optimize-css-assets-webpack-plugin":"^5.0.3","sass-loader":"^8.0.2","style-loader":"^1.2.1","terser-webpack-plugin":"^3.0.1","ts-jest":"^25.5.1","ts-loader":"^7.0.4","tscpaths":"^0.0.9","typescript":"^3.8.3","webpack":"^4.43.0","webpack-cli":"^3.3.11","webpack-dev-server":"^3.11.0"},"gitHead":"0fcdb16aa2d4aaa287c5f2b1b9b3f8fe30f775c1","_id":"colortranslator@1.3.4","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"integrity":"sha512-kwkLuVFUpUPULz3pH1Otcz2fCGj6aegbO6XcY9Xw//Jl2buUIICXGggZ/gsXVh9XAeWYuToaYwsZzIA9lZSuCg==","shasum":"11b8702da2c83ad909af966f40f8aa2accb40d33","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.4.tgz","fileCount":13,"unpackedSize":109021,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJewR+RCRA9TVsSAnZWagAAWsYP/A8CAEjC25Wc7eHLuGuM\nD9ooH0mxA9r2pktvKmrVL00eHwN8DKYY90SIOVNJ5MEC03e346Nm/LWUoYiy\n2AhFuMbYeDaBPsDKp5M4y7NhGeqK6QTsftCtcgHqFXxzNUKiKDbzVRUU1tKx\n2WoJgy5YSrmY0do73njAaPkapQsstlconhODccBow52cUM7FLgAecpughlFD\nJV9EDawWr2PCfQgoIS9UWgYQqjjH1/nUmutQAv5oSflFQiaV2r0LMENqTNmG\nA+suAaIGky6PP4+0Kn891faMTSXb5i+HvrtmjzIbx/1mxtA1sJw4n+K3h+CF\n4Wh2AAbA7ZQKdFGMTfCsQ3RUgPBWRkkqUX6XCxmMFct2YI7GkpqswhDWJuQU\n6gUSFmCFLoLA7PnhPsYUWh4JilFf+rp448BowfCtCxJIJ4U/kZWSPqLv+dmp\nX2jNG95OJx4/xZZ1DHsjzXlu+sGwBiQztC4At5/BE1TLszojDh7lQfcgbLU9\nTJgLm+YA21QcIKxpKXbhXkF0AQUxAyDQHxDqS0UtA7PogXWhZhiWicWgSURl\nNpaCbfelOVC3X3zEonUVRXd6sD6WlLRG5m9fjCo4Es+t9mJFKLNYCo0l9BoH\nT8NmzlsBa4E7bufeaaiXp1XjCssz0OYLi6/EqUFIDu8VLv7eGq3zo19l67Vj\nTR4z\r\n=Kolz\r\n-----END PGP SIGNATURE-----\r\n","size":25176},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.4_1589714832897_0.07716478069748822"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:47.552Z","contributors":[]},"1.3.5":{"name":"colortranslator","version":"1.3.5","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.19","@types/node":"^14.14.14","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^6.4.1","coveralls":"^3.1.0","css-loader":"^5.0.1","eslint":"^7.15.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.5.0","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.3","node-sass":"^5.0.0","optimize-css-assets-webpack-plugin":"^5.0.4","sass-loader":"^10.1.0","style-loader":"^2.0.0","terser-webpack-plugin":"^3.1.0","ts-jest":"^26.4.4","ts-loader":"^8.0.12","tscpaths":"^0.0.9","typescript":"^4.1.3","webpack":"^4.44.2","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"gitHead":"a05854c63aa8bcade53e70b30477f4abf0e2a3bb","_id":"colortranslator@1.3.5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-OE4Jfbk8JMOVbWh09/ocrNavYIeG32Wd8LwpW/jnhLGNxqH+wULfrSyFSyzUfRB8rbXSmWBagFCpfiibEotg5Q==","shasum":"be001bbb4abc136ffaaa2de04cd9bed500eae9a4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.5.tgz","fileCount":13,"unpackedSize":110749,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf230WCRA9TVsSAnZWagAAn9EP/3xii6HxmScZfoP6ceho\nSRbU4ygyrx0uca98j7i1zwCoNercvRPJvf50VYZA7rybMOT5v9vGO0+pBkVT\ni5y4tZ3Pqr6U8IbqZAvbX0ko9hY1E50EJZWG+35w1Oq54QjQ3DE50vJI3MXw\nDf0l4k4L8ZkLnwBLx2j6xiDQFQeT/ZF5si8A6u4LvJ89OBz3cS/vA8qfUp5c\nnjAT4yFBCYR1Z8C0kwffqVg8scWpJB+4MZ1cc/cMcKfsTxYehUtXkf8tRU6x\nEyl5Lw+bXtkI+i2I9xZ3KZCYtV8esNacY14haDzbtTitYAAQBEA/n8VLpz0I\nesAVekpcuHJ/CAkmo1cCL/VQATd/bBGGr2F1bueIvEN0FYzZdUp5qkpF227e\n+RRkM7Upql/ebeEjruuPMRlKdG84ErOKKjgF6s74A8VGNo8lBr+kK7gvqJrp\n3qXr3WrbVcfkrG+i6sbhKV1qAtHoYNo7QFYljHWBv4OBr+eRkz9LRdJePcxp\nccDY3hcujRHxEfDwWWDVI8qIXPcI/M+O/Th0HaDAwxLzotSqN4VLC0kqXeaT\nAZKCtT52KEYnSjYXX5WD+a2ukpIynyLx+XDVvi3OIj/SIEL0y0BYLYh8bxpp\nc7M0mV0oMnUPlfjWFIGHMW4z9LoLV2hVi6eO5wnAtfB1xsxjmE/50YUwYWUT\nRLsE\r\n=q52R\r\n-----END PGP SIGNATURE-----\r\n","size":25424},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.5_1608219925540_0.8257220094427"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:48.688Z","contributors":[]},"1.3.6":{"name":"colortranslator","version":"1.3.6","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.19","@types/node":"^14.14.14","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^6.4.1","coveralls":"^3.1.0","css-loader":"^5.0.1","eslint":"^7.15.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.5.0","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.3","node-sass":"^5.0.0","optimize-css-assets-webpack-plugin":"^5.0.4","sass-loader":"^10.1.0","style-loader":"^2.0.0","terser-webpack-plugin":"^3.1.0","ts-jest":"^26.4.4","ts-loader":"^8.0.12","tscpaths":"^0.0.9","typescript":"^4.1.3","webpack":"^4.44.2","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0"},"gitHead":"fcd2177ec40eda077c26d9b4c4f17c2c06ba149d","_id":"colortranslator@1.3.6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-LeocbxEoeLnrBOkgcX+pEsSH5hIaPmjiuW1ijndN5WIp6WCmzrGZR1/Zve96gnXk/tyV5vvuTu2QTsYYG1g1Ag==","shasum":"11927be3761f7ba083679d261ad891ff3ad00f22","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.3.6.tgz","fileCount":13,"unpackedSize":110539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgVf2+CRA9TVsSAnZWagAAApMP+wRJi0oXgz4CtYXj5DhA\nweD6lI4keOO8lxGzKhBP67w1wZZ4yn2vpoZbqkPKBa71HazmclEo3SQYY35l\nw732OCVgyYojeI1nCLfxvvgQ417Ieq4KVFj/FOdgf01ZMaRoZLCWORyjuYEb\nAkJgIFm3O+uWYGvUO+vWGfujFt+J+D/r4INwTuKyjZhG498Lmp14nrQOJHhh\n6XhuMtbuqCivhuZ3rlSXzM5XE1K7RdNqqdRgVBVczZlXFJFof4JClqLN1JOE\nrM62A3kpaYSytTUiEYVu416qsT9+4w40zNrcHKgp6D1hwCcmb6n+5+UxwetL\n6Ezp0xFt5W9HiZYs8Xm0RwOVwQ8iCKdGMCZo2OvyEcVObUQeSifOyrSbCFoa\nmJAmdFr3DVmSaF5B8kuct4E9WVqbZ7Z+W5Ou8klhj1SigZur4X8yurDSBGEK\nLD/oJXA0mNw8E7eNbwHniyXCh+8Vhvfj16ngngGp2xRHPUg6ZV9innsymnye\nHmb8QiMpueFoMDkgZdWIQwPOptOzmFAlZ21UIlW8DnYwvB1G7NMQrzq/c91j\nRjXRXwM9L1d2d5wE+zh9D13zkmZ5/y0R+VT7PAD2OsUBemDa6Z/MHhfrlx4D\nMNnY9jDGBsNhd5eG978eNFAMtgczBYSkWxeYrhCj/QZnIyd3ZC2WZL8NUHa7\n0Eoz\r\n=GdNY\r\n-----END PGP SIGNATURE-----\r\n","size":25444},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.3.6_1616248253888_0.025438923799494972"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:49.783Z","contributors":[]},"1.4.0":{"name":"colortranslator","version":"1.4.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.19","@types/node":"^14.14.14","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^6.4.1","coveralls":"^3.1.0","css-loader":"^5.0.1","eslint":"^7.15.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.5.0","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.3","node-sass":"^5.0.0","optimize-css-assets-webpack-plugin":"^5.0.4","sass-loader":"^10.1.0","style-loader":"^2.0.0","terser-webpack-plugin":"^3.1.0","ts-jest":"^26.4.4","ts-loader":"^8.0.12","tscpaths":"^0.0.9","typescript":"^4.1.3","webpack":"^4.44.2","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0","whatwg-fetch":"^3.6.2"},"gitHead":"3984a230238e74536ac2efcd9ce29cbdcc2d96e2","_id":"colortranslator@1.4.0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-IPMizoakAJLGbio8DqRmg4dVAhZDRMGnWNEZTwjMPph4/sN7gJ5++xVMT6CA2qUa1+dRVDS/nZWdndlXeD/3XQ==","shasum":"6e8e9e9e3cea4e031b66e11f29df21953f65c162","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.4.0.tgz","fileCount":13,"unpackedSize":117077,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWK2MCRA9TVsSAnZWagAA/qgP/AiMi/P1nYtAUuL7Epkt\n/nZ01imB7wryuYJOnnA3gl6HyhnDcUzracp/3y8naM03Qb0Ga6NzbulGsNi+\nO4VDGoXGqiY/IkctvQQ/B5LVZ13Imhe9tmW4F5DgIP6O0V4GiN1oTfAlv5UC\n/1ci51tcLpEhOgBUPKxcsGHuxbFekobKrzdQRUlQNJFhpuWQ79W/Q7uxuyaF\n/eQkEq2/OgpEM/HUhpUIAHymBcv6UhvSLSMj8lCXV9nfiE0S2K7GjYgCu7pB\nStqlFc6+8VmYQro5XclmKp6RW4HkrrUwAb2cqaxaifY7PMY90DIj0/wOcAog\niEfsdWpTu6o7+ZopMAGMgl5racQNyPHuc+sHYjkVFIw80GoQ9jwKBhk6dRDu\nHAW4m7AxsHzWiNtmBZC1hhVjAuHXxzOBL1r/sYCACGF6LeZOCII7kX2Nf1jT\n11P3jaNdWAwWF4AAznTXa3nudbMD3mP6pGUFV6m1AG9ZyKeU02FmF6i02m4Q\nsGg9eSm9Dgc927n1dApHukDOOSNqoN18HDMgWaWypISBQUmgANZJzUqlQtAl\nPaScfU9cRBeOZSgIDK5DtMB4TSBHxhtuWnf4hWtc8IkKv/CeH9Jzj8SUBiR5\nwzvKiaNgmiPLfSQPPAKbqWMYImUfmoT3XN6M1ZwcKDomYqxmc7t1lcBqmUwi\nro8A\r\n=v7iJ\r\n-----END PGP SIGNATURE-----\r\n","size":26231},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.4.0_1616424332043_0.4672854322174338"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:50.878Z","contributors":[]},"1.5.0":{"name":"colortranslator","version":"1.5.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.19","@types/node":"^14.14.14","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^6.4.1","coveralls":"^3.1.0","css-loader":"^5.0.1","eslint":"^7.15.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.5.0","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.3","node-sass":"^5.0.0","optimize-css-assets-webpack-plugin":"^5.0.4","sass-loader":"^10.1.0","style-loader":"^2.0.0","terser-webpack-plugin":"^3.1.0","ts-jest":"^26.4.4","ts-loader":"^8.0.12","tscpaths":"^0.0.9","typescript":"^4.1.3","webpack":"^4.44.2","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0","whatwg-fetch":"^3.6.2"},"gitHead":"3d19007bd4405b3561b1d89c09e43b61a1a56cc3","_id":"colortranslator@1.5.0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-uC3tgGgS5fCVfq+KuarA8xIfHcyjQqAZqY9vXTLRTP0XtDNmmTcnvdwFY/8VZS/KfW/ajxId+cDKKkKyNlNgLw==","shasum":"f915309d4daefbc6931e894e6ed62ee2a05e0eb6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.5.0.tgz","fileCount":13,"unpackedSize":121212,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWTQECRA9TVsSAnZWagAABPAQAJw/ftbVTyLyB7jV/KGv\nasMDvSg59aOn41Za7aaJ1s89xrGISycynqFIxoEM+m/TcfnQ+2BsnNQGIlKz\nqHnPrYHzHLGwl3bPx4fNaTr7s2EeN5mkbK4ZzCLcUYoEI19cm/3Uw9CZU8ie\n/1XP7gsIFQtZ/MN2PVqQcmtcUBaZ9YNFg6UfQOTaB64niDqOrk0BN94JBc/X\nyI6h0zIZ0xt/VMAJpOi/cwGfSX0S0zi5dvUGL4UfPHF1enM693DT3rNtKm52\nGfaOggJSSwgBlCiiQw8+cdM3mhMPp0YM827XQQzSjU54fAbAbSQtLj/8FPb8\nFEyvBaJ5lUHSqmG/lGvoLboTxmrqk0ZO6wIoXVfB/BrqjjPbPbYUoNsjMsBG\nzYSGcCPKGlqeTtPrAEqnQ+FPbm50/uMk7Mp1KrCdSyXm9s9yU2Vgy5tAj+oU\ns47K7qqSal0ZURXIpN3XGe9KidBZMBQCpAiTBBIrhXX1RUFx2BqK0IZlWw4X\n/uYMn71xipNRZi1UdYeHmY2TdHTPbZKuKEyQxZUXk4yZdxN9iD7e+kqL59d6\nGSamwSR/av5MdwcZGyUFr6QlZw2HLJPSJOMasat7348rmR12cR/YyWKEaEfV\n2WXwuBjqFWEyR3lF6AtkjbPaYAkLyvD10VeuIhXQQDK4CF8qgiMRcW/w19kM\nSYU4\r\n=VH+R\r\n-----END PGP SIGNATURE-----\r\n","size":26885},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.5.0_1616458756044_0.7049683415480277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:51.985Z","contributors":[]},"1.5.1":{"name":"colortranslator","version":"1.5.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack-dev-server --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.19","@types/node":"^14.14.14","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^6.4.1","coveralls":"^3.1.0","css-loader":"^5.0.1","eslint":"^7.15.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^4.5.0","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.3","node-sass":"^5.0.0","optimize-css-assets-webpack-plugin":"^5.0.4","sass-loader":"^10.1.0","style-loader":"^2.0.0","terser-webpack-plugin":"^3.1.0","ts-jest":"^26.4.4","ts-loader":"^8.0.12","tscpaths":"^0.0.9","typescript":"^4.1.3","webpack":"^4.44.2","webpack-cli":"^3.3.12","webpack-dev-server":"^3.11.0","whatwg-fetch":"^3.6.2"},"gitHead":"01a7546277783d0bb752427911f73ca1ba9886e0","_id":"colortranslator@1.5.1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-S89pSQeJTZJWXV+wZaBv3APSonF5t0+WuHpZF0Df4QLLOi46kUOlN66O9+0WbCeNLE8bBWKbzaWRjn+YhVVWAg==","shasum":"3829ce1b6d3278406e64de677c9da2fcdb775cbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.5.1.tgz","fileCount":13,"unpackedSize":121214,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWdJPCRA9TVsSAnZWagAAXqgP/1lgbRwBPhJzwFWfI8TP\n2UCh71FDo5qpkkox558/nqAFzwag5TJIe6Z2wHY+r2/1Y+0me8FBcqDGi1J6\ngtFBe24N37EETKmLX8XpXDhq0G/4OwhlCcwDPgtU8YRzgifrHPpCZTSNm1mp\n+oFcA+W5hOMSZ1bEd5RpBx50c1mr/CsmztgMzTiQSaGVNu3vx5ZYuRekyH+F\nnvs/Xu42hmIwweLSDtiOqcNg4c4/odkhBQYO2qnKzCyyAnFv6mkZke2RNcb+\n0B28/hNrOEaHonvMr20tXVaAN+AYDJRU6MLQaNd6TwDxFFj0a70wE3VvFiYo\nw9hOFPLfO+0Nch/vZkupzHaQIOrCDGZCLeqlBUXl0htf/REyeV/D0/gXhkFk\nLLHIS674w/j7/kjDXPwSDeyGvaIgDRjNOYKd8gujqGjXut5x7R3aFYc9iCsy\nfNjiKTAN//s+3CwbmfgmC0UuBSgTz1bcDRz97+57ycUTXCEL4mjsWzkS+V/B\n4+3E8VBhADlnGqnod+yqBsbebXoO3e/nrRejHtAv/zoM4c2F1WPpGWPVCkwI\nVQPFIBJ1gQ+piGxmqZccBF02ffq6MlLkOHEvjY9zGQY/0m49dcNHdQ7Q3gkM\nXbYeTMAwm6gE09unM8HHjRyt/ZCPKVMYaMJBN/d/toinTFK3ReRBRmfgnWaR\nqG5v\r\n=rNck\r\n-----END PGP SIGNATURE-----\r\n","size":26937},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.5.1_1616499278673_0.16192057069854915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:53.092Z","contributors":[]},"1.5.2":{"name":"colortranslator","version":"1.5.2","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.21","@types/node":"^14.14.35","@typescript-eslint/eslint-plugin":"^4.19.0","@typescript-eslint/parser":"^4.19.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^8.1.0","coveralls":"^3.1.0","css-loader":"^5.1.3","eslint":"^7.22.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.1","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.9","node-sass":"^5.0.0","sass-loader":"^11.0.1","style-loader":"^2.0.0","ts-jest":"^26.5.4","ts-loader":"^8.0.18","tscpaths":"^0.0.9","typescript":"^4.2.3","webpack":"^5.27.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.2","whatwg-fetch":"^3.6.2"},"gitHead":"16e7d1cfc13290d8625ec408c1a3b3097415523c","_id":"colortranslator@1.5.2","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-uWPF3+md4I2UnJ2SdMNV9WO8yrFLIPEf77wetIxqLzMtwt+KD7sgFpbKnNc54mS0XIUNu7+uK4XUi0f4D6ac3Q==","shasum":"50cb1bcb4fade78a17c231a7e0116c80608e51f2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.5.2.tgz","fileCount":13,"unpackedSize":119366,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZ0D+CRA9TVsSAnZWagAAldMP/3BqA81FDPvRLHbSxg+X\n3CtuLl3RbkbObx1UdHsUXPXGPf7kZI7bRqeqkoMx/WGg5Q7zYO9vjTlajd5t\nGv8aH0WHPKi3ecaIRejA9iYoEo6kJE2h+z9b8IPuyOnfc4R99FoPx/DSnUoy\n/eesLw1KDmT12UhOF8Wm/yYBr8eM7uQcM3m9wAUhtD76YNbc3w32hAPjf4+k\noSsJJwVHaTIyCMXye1AP1xcovqCfNDJOIUEv1FE1+DUA5RwD326/8CKSEHY3\nTxoFYCM0kn7eq2FQFgPSW9IXmR6YAMFj4b6BQ+fh6Hb0yaCpe1lixYj33kCs\nNhVBVT2ZqS79rTuq0a/A2R+fZq0DXqXVSwJRIL1ulfc3YpoCb9+P6dM05nNq\nbk6YGgBwHDlel7YcFNcHCQjdVJU2tLq/va0a7up5Q6RyARmSa4+0tByzuArp\nUuJ84uJPskf+lWtdLc0aaSmq1xNa5OHlTq5PYmq9bMZUgcTcmeuVMUeu3L2i\nZpsyIAwtr55aZnrxFSQ9n5C9zORbbUelJAyhRQEueQGk/KZXpN0XZwGFYsz8\nJDtn1fzTvICPTvB10uTVqW4Nj/yEihKbrFM1PCSuvKs3SqL0slK5wYAXBCZh\njdwXBGRFkD3Xw2N6hHnw6uWtXGuZI/mXxxGzf2pkUGf0DGmZRrSfB9kgFJY5\naKfV\r\n=1kna\r\n-----END PGP SIGNATURE-----\r\n","size":26673},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.5.2_1617379581612_0.20133531642783087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:54.230Z","contributors":[]},"1.6.0":{"name":"colortranslator","version":"1.6.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.21","@types/node":"^14.14.35","@typescript-eslint/eslint-plugin":"^4.19.0","@typescript-eslint/parser":"^4.19.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^8.1.0","coveralls":"^3.1.0","css-loader":"^5.1.3","eslint":"^7.22.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.1","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.9","node-sass":"^5.0.0","sass-loader":"^11.0.1","style-loader":"^2.0.0","ts-jest":"^26.5.4","ts-loader":"^8.0.18","tscpaths":"^0.0.9","typescript":"^4.2.3","webpack":"^5.27.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.2","whatwg-fetch":"^3.6.2"},"gitHead":"5d4465cc18f46976b5a0fb19b16f1c1412f38b1f","_id":"colortranslator@1.6.0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-wWK7INdEfSsxws3ZyEP75uaAdd4XF6cG5MxTMLoo+9n3OsAPV5s/HVB4C7pGC5nPobUF5z6Ls090To3kWyfblw==","shasum":"17858da65d9122fff57127d1ca353422e3f3c840","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.6.0.tgz","fileCount":13,"unpackedSize":121141,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgaNp9CRA9TVsSAnZWagAArQQP/0ulxEWjuzMSV4J6Jkwb\nhu4RabUP8k/xz/xHdEW9qh5OuDYQCEwTaIhHQffnsuWGdctNIAuCor7p6hpP\ndPORYUwzysvM8MkioJwlGZNWkLiSoSuQalaKwzl+/uLgB1i6SBKS1/vf4JRu\njikGQIoRDe5DANFh/6NIpRRbQh72jc5bURU71bK4aKZgo9UbaC3gftoPmbA9\nXoMjRGF6OG4l8wTSaxx497r4HIGpYQ1R5W7U0t++wuQhunTic7+G0dLzMZ5u\nI4ZCNYpkMGnyz5HLwi6v8Si2dL1QcR6s/L60Dao3O9ea/NraXeTsL4Hb6JYT\nmnPSQ5ZkM3ok1n0KkbtV448r3UPMPZpyMkizytpm/taEP6BBesIkeGffr4GN\njoZip248jz2n5/yeR17rwgii+d5pz14lemVN/+ksS0T0J+Ohqxdo8zbyiJ1j\nqVj5kqdUbOGTEpxBrqACq2UEuLG+/Pcw5e9m1OxtBy/Vid0R5t8S5k8JVW8d\nAkT7urPJhCuUBkppOJzXjowtTWjiTM73/WmFDPKNFc9fzfU6YScu2/iaB/sG\nqHoelW9+NN6rWnYE0PAIwjMZpB0hhFksbKjuRfntn+lfm6SARPHh47KPz3lB\nsPTq7wvgLEOik37dTdXKxUFmZIuABxe14ABadcdrRjKAu50f7KpPvXb173kA\nkyG9\r\n=IZt7\r\n-----END PGP SIGNATURE-----\r\n","size":26982},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.6.0_1617484412916_0.7020505817884399"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:55.334Z","contributors":[]},"1.6.1":{"name":"colortranslator","version":"1.6.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.21","@types/node":"^14.14.35","@typescript-eslint/eslint-plugin":"^4.19.0","@typescript-eslint/parser":"^4.19.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^8.1.0","coveralls":"^3.1.0","css-loader":"^5.1.3","eslint":"^7.22.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.1","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.9","node-sass":"^5.0.0","sass-loader":"^11.0.1","style-loader":"^2.0.0","ts-jest":"^26.5.4","ts-loader":"^8.0.18","tscpaths":"^0.0.9","typescript":"^4.2.3","webpack":"^5.27.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.2","whatwg-fetch":"^3.6.2"},"gitHead":"2f2e58bd9f6679ee37717759d2f98b2e8dc6e3c4","_id":"colortranslator@1.6.1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-A2ZtB5tqayv5+efDne0VznaGhIMvvTNi44KyMszlyfeopWTY0ev2fSbZsgAFCKk5MkKJypr4JNRhj3KGMujpzg==","shasum":"3733de19b229dc92d176f85fd688aa2156c7efa7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.6.1.tgz","fileCount":13,"unpackedSize":121415,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgauWvCRA9TVsSAnZWagAAtDwP/3GxebgQCTP9BZoK35HN\nb6hcHBTVyBxfQCL1B3OwLpQwIdt3KyutIFt86IAvvJCyAFSzBBg2VRczhOJ1\nvVGc8XmIwrFZNYG3TxrqfqYCBWwXvUcDABIC/cxDi7lSG2s543JReA9kUqZl\nVtuAXYILNr9rGsM7H6tdkduwOcj5pb3O48Y2459iUNk2CAIs2jpsO15NMpyN\nC6EqsaMn/6Y3kD37f81fB57vjQokqR7MEMT2j9dLml+CM2YqSCQanmv2eYyA\nNd5XOdg9UiGbb5Vj6vX98zW03Ktj0g+FPpnfk2WSB9uFY7EQpn/3RFVD32ms\nptCbZtCxvzv2KY3fBh2spd0HD5lFy8ryF9+xRBsccUNn+cYdmNsK8srzivcv\nxEERdX7EXRtIF2No+HAh2Tj0cs8/tRvaly9btMWWEJzxF2RBLs2boVBhAFh6\nKOGzKmLyM0x2i4uAW7VTimIisRmVYSAOb8Sim/hZNDjkgwwqtwiSmztBmzK6\n4OCQBOYcU7bLEbAVOPN4/Cejz13SAf+i07B4lRNcYb+QjxYvRMYQCl0Pxcm3\nmEbHa76T+cZ4Ourb98W5zDANQifH8A2HOA6SMjyjqQF1xG4YvQZRtivC3V1u\n9QxC0bEZdHx9ywLWYt9HT3LviF7co89q4gzVmllvnOin3QWDqodSPXZZkwg2\nkYdx\r\n=AEUG\r\n-----END PGP SIGNATURE-----\r\n","size":27055},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.6.1_1617618350708_0.28956234428734096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:56.449Z","contributors":[]},"1.7.0":{"name":"colortranslator","version":"1.7.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.21","@types/node":"^14.14.35","@typescript-eslint/eslint-plugin":"^4.19.0","@typescript-eslint/parser":"^4.19.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^8.1.0","coveralls":"^3.1.0","css-loader":"^5.1.3","eslint":"^7.22.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.1","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.9","node-sass":"^5.0.0","sass-loader":"^11.0.1","style-loader":"^2.0.0","ts-jest":"^26.5.4","ts-loader":"^8.0.18","tscpaths":"^0.0.9","typescript":"^4.2.3","webpack":"^5.27.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.2","whatwg-fetch":"^3.6.2"},"gitHead":"dac27d71f895b5f45aadbacb699ef4ce27882803","_id":"colortranslator@1.7.0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"integrity":"sha512-hQ9CrHAH6xIzedHtH6ZZ4d/fifMBIIGWj2gEYBzc2J3k6g9SmR+D1Vq5dbNJqdHRecwTuFU4GJS5AcYd9QnU8g==","shasum":"7328df56e7668a6da548857d38e15f839497125b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.7.0.tgz","fileCount":13,"unpackedSize":125999,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgaxWCCRA9TVsSAnZWagAAiywP/joapLIRmnj86UBGbsjU\nDal2eald2B++59lyp8hqhrgfgpPCM9WNIdQNicvtC7gqhd6gq0x63oe8paUt\n29Qch7d2iHSxW+emYQEZeulwA2JEZf32T6ukk/4L+dSU481qSMu2++mvIhGk\nRqyJwfeXfQvt5RBorW2h5qXOZ0nKThGgjWL53HRvqDHmct84Ei8fZgJLTc5+\nRWGhVstGdrqj8tzsItD2n5avVMN3185DJlH8T2jC9ss1l92yLW8IrsN4MJR9\njKI5TlRZZ76Y0l55JfNitjXAdB325q9BYan0cYOvHf7RftLn35oKcYUz5d2O\nRsLPgLQO1BqLXCiLxlMLUlc57C2U/u2clVeZpCu8wvuBlAQBHLdAI1n3W60K\nTSacoFiy6U+lzZdpa+xa0LDOn26nzEm0cD+yP3dfQxnq3T6UX573z2YRaYI4\nv0DzdBlSbtbau1xWOh9lZ3Yg1LJELtMwvIzoWCq3dgZpK12YVlhUyK07rk8l\nUXeH72ivskcwHB5qySUZhMqLF1Iyg//IuTlxujYiC0anXe3PNM2/yOxpgVE9\nkYreufu4tQ2AlkPBVMI7fTGpGzfLriOIMyVqMm7UpobnhhcwKId5hb8gugd3\ntqzTQCEtOYK5hEBMRm6vJD6nNbl3vQ46xWwiJaFrkyMPqTr6RqWB3/YIG33R\njRtH\r\n=FGpV\r\n-----END PGP SIGNATURE-----\r\n","size":27737},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.7.0_1617630593640_0.09686160482581152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:57.538Z","contributors":[]},"1.7.1":{"name":"colortranslator","version":"1.7.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","build":"webpack && tscpaths -p tsconfig.json -s ./src -o ./dist","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"ISC","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^26.0.21","@types/node":"^14.14.35","@typescript-eslint/eslint-plugin":"^4.19.0","@typescript-eslint/parser":"^4.19.0","clean-webpack-plugin":"^3.0.0","copy-webpack-plugin":"^8.1.0","coveralls":"^3.1.0","css-loader":"^5.1.3","eslint":"^7.22.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.1","jest":"^26.6.3","mini-css-extract-plugin":"^1.3.9","node-sass":"^5.0.0","sass-loader":"^11.0.1","style-loader":"^2.0.0","ts-jest":"^26.5.4","ts-loader":"^8.0.18","tscpaths":"^0.0.9","typescript":"^4.2.3","webpack":"^5.27.2","webpack-cli":"^4.5.0","webpack-dev-server":"^3.11.2","whatwg-fetch":"^3.6.2"},"gitHead":"1fb7e800b0a18674b81255ddc0fbbf55d950c5a4","_id":"colortranslator@1.7.1","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-AORTES33uYs9z04eGnMMq5Ehtsz28jyHTYTUItZFEbTXnYmx7ZVV6lPfDOpem1NLAh6PCVIYm1YDCHULu+C/sw==","shasum":"60f8db80b3755ce37f873cf848af99c3c17bb156","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.7.1.tgz","fileCount":13,"unpackedSize":126266,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgh+/mCRA9TVsSAnZWagAAUJgP/23+veQv1SOp22saChbT\nSdJ3db6vKOXu1mzQ2pJvHAzrWWdmTc0dIReowWjoPYCF71wN1vJESDybcLsj\nd4vFfdhfqYAmeEJfYPF88oGCpph64hiMdrB4HmFWz3zDLbIuT6RuHrhxj6oK\nQ8h2wQP4807tbvOC7ymUqeXP11HgjtHT04XV9Yg4NrwURqbzuG1pyZFFVbRw\nq/XZJ5THvgYDH8zkUtifI8lZVrIyWqoAnSNMNK5LZKCAiApgedgGQXVpjVs7\nMxQtXPbR1iSjNEkjDdxxnKifuBo7P335eixJo8QegQFrnQuLfmsR6Sd/m2pB\nriTxyY0MkNxy6o4KLfLwdFCvJxUaowVvtwLOyoB6HkRTxrIAL0LwjC/xvv3j\nJ/5SkS1VQOxgNu/Q/DvtYWEklLWgXL5iuUJUvO6SukKEnqXzVc8i8MFk/owY\ntDrx/XswTFhF34S3XXWhRWW2GIuUJeN2bVr7cC5xSqf0r5pQzh1ygLhUkRAj\nvBPYv4kzS9yKOG++JTTKjyAmG68y6B4+2H6LJ49TysV2s06NvWiwN7DJtApK\n4HgsCvCtv+k15Tb38tyODxLPDsMFXOthvWgVNokWB/Kpe0NcdSwdRghI/zl1\nZr7v2Mtlhln4B2VZh8ib/L9qnMlTF6mY5Pfpgrp96ouDVtDqKr830rK/+bkp\nr67u\r\n=QYgu\r\n-----END PGP SIGNATURE-----\r\n","size":27809},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.7.1_1619521509966_0.267874437838975"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:58.638Z","contributors":[]},"1.8.0":{"name":"colortranslator","version":"1.8.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","type":"commonjs","main":"dist/index.js","module":"dist/esm/index.js","types":"dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"rimraf dist","copy-esm-package":"cp ./package.esm.json ./dist/esm/package.json","build-declarations":"tsc --emitDeclarationOnly","replace-dts-paths":"tsconfig-replace-paths -p tsconfig.json -s ./src -o ./dist","build":"yarn clean && rollup --config rollup.config.js && yarn copy-esm-package && yarn build-declarations && yarn replace-dts-paths","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@rollup/plugin-typescript":"^8.3.0","@types/jest":"^27.0.2","@types/node":"^16.9.1","@typescript-eslint/eslint-plugin":"^4.31.1","@typescript-eslint/parser":"^4.31.1","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^9.0.1","coveralls":"^3.1.1","css-loader":"^6.2.0","eslint":"^7.32.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.2","jest":"^27.2.1","mini-css-extract-plugin":"^2.3.0","node-sass":"^6.0.1","rollup":"^2.58.3","rollup-plugin-terser":"^7.0.2","sass-loader":"^12.1.0","style-loader":"^3.2.1","ts-jest":"^27.0.5","ts-loader":"^9.2.5","tsconfig-replace-paths":"^0.0.5","typescript":"^4.4.3","webpack":"^5.52.1","webpack-cli":"^4.8.0","webpack-dev-server":"^4.2.1","whatwg-fetch":"^3.6.2"},"gitHead":"87d36e06295d5fb63e28cbaae9a16ad049e839ca","_id":"colortranslator@1.8.0","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mp46a4Whs1XXyT3fOOYTDaHryAjITYtDU6DfGR2iN9qhylwtqYEgY6tlzZqMOFarUyLKR3tM5gpYfH7/HwrY4g==","shasum":"65991bfb98bb3544290c49f41821bcf992862de6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.8.0.tgz","fileCount":15,"unpackedSize":112614,"size":23181},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.8.0_1635330958253_0.04123228698740644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:01:59.764Z","contributors":[]},"1.9.0":{"name":"colortranslator","version":"1.9.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","module":"dist/esm/index.js","types":"dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"rimraf dist","copy-esm-package":"cp ./package.esm.json ./dist/esm/package.json","build-declarations":"tsc --emitDeclarationOnly","replace-dts-paths":"tsconfig-replace-paths -p tsconfig.json -s ./src -o ./dist","build":"yarn clean && rollup --config rollup.config.js && yarn copy-esm-package && yarn build-declarations && yarn replace-dts-paths","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@rollup/plugin-typescript":"^8.3.0","@types/jest":"^27.0.2","@types/node":"^16.9.1","@typescript-eslint/eslint-plugin":"^4.31.1","@typescript-eslint/parser":"^4.31.1","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^9.0.1","coveralls":"^3.1.1","css-loader":"^6.2.0","eslint":"^7.32.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.2","jest":"^27.2.1","mini-css-extract-plugin":"^2.3.0","node-sass":"^6.0.1","rollup":"^2.58.3","rollup-plugin-terser":"^7.0.2","sass-loader":"^12.1.0","style-loader":"^3.2.1","ts-jest":"^27.0.5","ts-loader":"^9.2.5","tsconfig-replace-paths":"^0.0.5","typescript":"^4.4.3","webpack":"^5.52.1","webpack-cli":"^4.8.0","webpack-dev-server":"^4.2.1","whatwg-fetch":"^3.6.2"},"gitHead":"703b29dbb43019e2a42d9175aeda1ed09ba6b0e3","_id":"colortranslator@1.9.0","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-6X1ilN5STXAyRosO3bEUq40oTTOJzzJE6xynkGAHKqOEXFJ6FZWx3SnE6BDBowoF5OOynUgXs8vnkC1OzVA2GQ==","shasum":"3d3a1b4a9acc18f4bf3dd0f3a8e151b2ad3135a6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.9.0.tgz","fileCount":17,"unpackedSize":123966,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrpLfCRA9TVsSAnZWagAAQxkP/Akkm22+dMzO8kI67EhS\n/lwZ8irRoKIFyReXLPC+Z+NEz0DUIyOyOlNKz40aFdVtxMzeweL9+TRFn6g7\nSaMJVmTdH4/TAMvqwcGkxZJHbSI7YHExfPOu5NkSdNDngkt+Wie32FGY7gqF\nezxwOHR3mRHQnbOBmEXkaZC8VbCwVUsNVOTqnOCBFpyuIRMcW/VmG+VMZBEx\nHzq+FKdQHrkAEQFYBUf+d0N/OixOId8BWdfB5WjIczqTGM3NUFQLK3Czu79y\nzWSaXVH0ytd5lAgLB4OWihmOnSQiDxJO/r7AHD5g6ul4YVql2tryIesOBbIt\neRRPvwlTzs5qMYogl7RDc/7svIrnkDNjvqxAFiV95pdU6Jfarf/TVQBgrBkC\nCk6GXdIdbtjzd6vihCucbobIfVHKGjeoazg4MBaYiD5bmDNRZ7x6xUboU8i1\npAqIYx7s6WJZTymkePEuwf4BHJeTVhvJH7T4OJ4NXFZ+HrzrRb1mL9Zz34+o\nrNpFOoqWdz1nnR/j+yroNAkyxCOMtF8ToLuMWnj/8Oddjhk7if379xUZ0mEx\nD615TzVXrB4t/ic3kSWSwizKTWtJWTQY8rEE2HvZr/MQ7njD1wCTRbcDK9Lo\nIP8Uksm5OWmBNLlb+iDbMwxmoQmf6Wjeh4LcYnQ2BqXIzbo/uz49ODFZ9uGP\nSM6h\r\n=2MGA\r\n-----END PGP SIGNATURE-----\r\n","size":25616},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.9.0_1638830815526_0.7523458500828912"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:02:00.879Z","contributors":[]},"1.9.1":{"name":"colortranslator","version":"1.9.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","module":"dist/esm/index.js","types":"dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"rimraf dist","copy-esm-package":"cp ./package.esm.json ./dist/esm/package.json","build-declarations":"tsc --emitDeclarationOnly","replace-dts-paths":"tsconfig-replace-paths -p tsconfig.json -s ./src -o ./dist","build":"yarn clean && rollup --config rollup.config.js && yarn copy-esm-package && yarn build-declarations && yarn replace-dts-paths","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@rollup/plugin-typescript":"^8.3.0","@types/jest":"^27.0.2","@types/node":"^16.9.1","@typescript-eslint/eslint-plugin":"^4.31.1","@typescript-eslint/parser":"^4.31.1","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^9.0.1","coveralls":"^3.1.1","css-loader":"^6.2.0","eslint":"^7.32.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.2","jest":"^27.2.1","mini-css-extract-plugin":"^2.3.0","node-sass":"^6.0.1","rollup":"^2.58.3","rollup-plugin-terser":"^7.0.2","sass-loader":"^12.1.0","style-loader":"^3.2.1","ts-jest":"^27.0.5","ts-loader":"^9.2.5","tsconfig-replace-paths":"^0.0.5","typescript":"^4.4.3","webpack":"^5.52.1","webpack-cli":"^4.8.0","webpack-dev-server":"^4.2.1","whatwg-fetch":"^3.6.2"},"gitHead":"85b6bbc7781293e3496de05afd8bd4ce1144f6ac","_id":"colortranslator@1.9.1","_nodeVersion":"12.22.7","_npmVersion":"6.14.15","dist":{"integrity":"sha512-wDSjPK5A8MuhmSlZjX12UyByhpRS3DIE0OnHr6DaYeFXFyELywbusgj2zz46PeDloamHeFHTtRdkBjfEhoVI3g==","shasum":"83989f2b153b7d12ea6d1d711e1ef959b95fcbb2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.9.1.tgz","fileCount":18,"unpackedSize":127438,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsmbACRA9TVsSAnZWagAAMSYP/jvQBdVyhIFE4+wl1k8e\nThLkvs9rU9VKvVvSCCLYmTVfXmqkprtRSr+REaHYphgKqKZZLGqC8+YH7s/L\n5Y0WhcEbNIN+M2RS2ine98cWt84BZBmlc3w3UsQBv0S0x4QKm7+Ii8QlbjgK\n4VNa+BbuQvNwJrfC4MBfVznLjgjLfeAebqvvn1PrtRCYglTWYSx7Xu1LiwJA\nh90ihNJvyrGjxL+XXirccVErQkxXzIBVy+cUjZy5v0FkEJ/jl1g0pNLBEufI\nDr9OKwFeY7ohzrXkn9g7d/FTx/nyKQEdxB6GMYG3gdInkBT2M7CDhrgQ6Sla\nVCT6eRqPANxlrsYq8DjsaVAnVr54fPs32B/zvRTxzOTX4/cFRmFw8deSoP9h\nCCOkJ0+MABiuZ9jyMv/nf1JrvufMyeKRxmCRPlxBsFIErEEXvsxRZbmgzQ0+\nwyzZ0vx3xcvwheD5sgRsTeucHrx5zRJ+Nc2LRppAJ4gX86zSWkgVni7CiROL\nxe9LK9reyGx3RuXsA37Ytbb4YOD3Dt5bwKhrrG7Hmv6u6zZDiYA+VhhIlEK7\ntUrRkwJry4V1zzINgLUHRgFpe2bFk4QCVQhXdS9YasZ7f31ZguRg4q05pBDI\nBFyHMywFGHlJJj4iVG3E+MClGRyrn1PK5JXVXkbekysdLjsYqh833+RNqd5p\nbhc5\r\n=yBZ5\r\n-----END PGP SIGNATURE-----\r\n","size":27143},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.9.1_1639081664075_0.6035207134338316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:02:00.966Z","contributors":[]},"1.9.2":{"name":"colortranslator","version":"1.9.2","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"dist/index.js","module":"dist/esm/index.js","types":"dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"rimraf dist","copy-esm-package":"cp ./package.esm.json ./dist/esm/package.json","build-declarations":"tsc --emitDeclarationOnly","replace-dts-paths":"tsconfig-replace-paths -p tsconfig.json -s ./src -o ./dist","build":"yarn clean && rollup --config rollup.config.js && yarn copy-esm-package && yarn build-declarations && yarn replace-dts-paths","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@rollup/plugin-typescript":"^8.3.0","@types/jest":"^27.0.2","@types/node":"^16.9.1","@typescript-eslint/eslint-plugin":"^4.31.1","@typescript-eslint/parser":"^4.31.1","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^9.0.1","coveralls":"^3.1.1","css-loader":"^6.2.0","eslint":"^7.32.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.3.2","jest":"^27.2.1","mini-css-extract-plugin":"^2.3.0","node-sass":"^6.0.1","rollup":"^2.58.3","rollup-plugin-terser":"^7.0.2","sass-loader":"^12.1.0","style-loader":"^3.2.1","ts-jest":"^27.0.5","ts-loader":"^9.2.5","tsconfig-replace-paths":"^0.0.5","typescript":"^4.4.3","webpack":"^5.52.1","webpack-cli":"^4.8.0","webpack-dev-server":"^4.2.1","whatwg-fetch":"^3.6.2"},"gitHead":"639faff543e355f74e9816ae7138284e72aab6d6","_id":"colortranslator@1.9.2","_nodeVersion":"12.22.8","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Hr1qCLwL/5gbGhcRwfhl1+JbvHmybTGbecpbhyzn3IyizgYFxMpLpX8OGhAcvSPB0+K2bwrAcFIbeF60wqOJLg==","shasum":"baff13493677ae21355468366fb9f4a6242f9f39","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.9.2.tgz","fileCount":18,"unpackedSize":125030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw5IpCRA9TVsSAnZWagAAEL4QAJd7NDqPAJelIhZsmwoC\nkmwws0pYQRREfX7ayhfHtVmWhDs7Z2XLmlBAdAQ9gOBVwleWIVjiF5PAup5I\nGX0dO+Y9L/yulNnVzWvcu8VZvdEwxm4XEd/DvXPhBT1K6678dD86hqyb9pEq\nQD4ulWEJZmUwszVh6kXXFxWKfX4NygYDCMvkjCpdGT3O715y2WZCqomSdE+r\nPMeeIxoIyn/01zDcBjHlMkDeA1joAzvOkJFc5pZdXuFwWzYe9AQsqqOjXWdk\nUSZcL7n8rFse8D8J0Jazw3X2BLfzA+GUm16igqCh9CLHJ47M+2gT9Yszn947\nUWbbWqjpwsdJRv44ZzIRiwxhTlKmYXdE0JYHMx83HDvONwcUinZVOe9R9T/l\nUCyVu4HBoKjtMGarLSlP/XpHCinGAyEvM0VpPEHQwZfxNOD6acsvSXIfluC9\nLfahv3TFBg9sTKJjGpvltxlHJeY8w/hC3/JqaBR5soDnMpM+Rt1FC6YwlyeL\neWk2OF94XudCHmBSBIs+lZwQ4ZcGFAaxH0fpZ7TGLOqqW9qaKar2KrdgyQiF\no8RccqzhSGnLzYgPeLlWw23Oy/c62eeFCEqLcCxe2zwLNhb172AoWHDvN/x4\nNTid0PSAjv8+MMvHRThTZH4AstCB01BVihTtHcp1jlG9fEaXghVKpAQfhCZh\nnzO1\r\n=BxWv\r\n-----END PGP SIGNATURE-----\r\n","size":26630},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.9.2_1640206889290_0.42524866458234944"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T21:02:01.055Z","contributors":[]},"1.9.3":{"name":"colortranslator","version":"1.9.3","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.0.3","@types/node":"^18.7.18","@typescript-eslint/eslint-plugin":"^5.37.0","@typescript-eslint/parser":"^5.37.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.1","eslint":"^8.23.1","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.0","jest":"^29.0.3","mini-css-extract-plugin":"^2.6.1","node-sass":"^7.0.3","rimraf":"^3.0.2","rollup":"^2.79.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.0.2","sass-loader":"^13.0.2","style-loader":"^3.3.1","ts-jest":"^29.0.1","ts-loader":"^9.3.1","typescript":"^4.8.3","webpack":"^5.74.0","webpack-cli":"^4.10.0","webpack-dev-server":"^4.11.0","whatwg-fetch":"^3.6.2"},"gitHead":"1e2bf130a6a65651f0260c5d195192367f4b3e9a","_id":"colortranslator@1.9.3","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-51O07JAa8J0uIZT08FOGirqRBK9DVG0luuTNjYk9FdawE4tFc3yp7jQhRkZQsUDRwCnKa4CwMRuJIiaSeXsGvg==","shasum":"44bf8b678b576145f0d099fda8bd6ad29b20cf8a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.9.3.tgz","fileCount":8,"unpackedSize":111419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVcUxA9aJAh4glEPINwQwIz6AqDUQ/x2fFkGjqzPyCzgIhAMrc8p++rCWTCKsMEbNboqSEWe4EDukkISFYu3SddZd3"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJzi0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyKA/8CV/86Yma4ep86zjhr156wiL+atG2/LhJjJtw9lF1OLufRtXj\r\nlgm0EP2Q6cINXcDxdZpe/qsXcBlR61PqijnDehHAhIulB4DmvOQBFPFMBsfk\r\n6QMAUHJ2pRi+SMAfSVx8o0+3nzaVBH28pHkEwFE/GZlVxHIoT6EmPbiGSoCs\r\ndR5BAJ4zts2ZTrvn1725G1xjXKO4lUwmYuuCs2mnyK+oZlLP0Ss0o+uz4cij\r\nzBuWBXG8NG9UiX9Z6UuUkMmBKG/ABGLUtuH3nTlSxaUmTKac2w4DYJjYE7bQ\r\nkWpk19MWGOpj9+E4SgVNIAxOO6Yzjditw7SYrA3LuomwZazcQosdj1dVgRpe\r\nQ0EJXR0Gl6sKFQzbjgrAmvCKJaybkkbC2hl54KbcwL9+8PkjjaUXED2bjUbf\r\nLa5YuDhVdwPw4A6zO+Hjx4cjXysgfsgjVMynL/l2oS/OMPDFnh7LiGA1e3Gk\r\n+Jo1+I5rLv/+AX2uzdENyLCFJxtz3w3W9pvbJnEhovK4ObFS1EDVk3QHzfe0\r\nSsos5wvsajtEGotQ+2FAyJBmr0qjiozPI5IhKirwpgCGszO270FQFq/kNj60\r\n/PCSopWrfScUNC/PCFq0dEorTMJXeqXN9gB/R87yfzw/WJsrRK7E5Rf3Qi+8\r\nb7P2UyGNfzfGf58OVpSd8xEces97XftaCVg=\r\n=8jKN\r\n-----END PGP SIGNATURE-----\r\n","size":21962},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.9.3_1663514803842_0.5552354670062494"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-18T15:28:30.528Z","contributors":[]},"1.9.4":{"name":"colortranslator","version":"1.9.4","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.2.4","@types/node":"^18.11.17","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/parser":"^5.47.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.3","eslint":"^8.30.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.0","jest":"^29.3.1","mini-css-extract-plugin":"^2.7.2","node-sass":"^8.0.0","rimraf":"^3.0.2","rollup":"^3.8.1","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.0.2","sass-loader":"^13.2.0","style-loader":"^3.3.1","ts-jest":"^29.0.3","ts-loader":"^9.4.2","typescript":"^4.9.4","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1","whatwg-fetch":"^3.6.2"},"gitHead":"028b545704a3da6812ac74b7574b8119e52235de","_id":"colortranslator@1.9.4","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-MHzEA/P87UiW7ZNDXhr8msiHHPCL4OsuLq786iBbpH8ZXtWNjP5yVAcRyStzFZ30UarX0p7MLHMBMlRG9ieG3Q==","shasum":"1d3887ff45474d828d06dc1985dcf2041640dbc9","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.9.4.tgz","fileCount":8,"unpackedSize":119267,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQChyfkPG9MmZXZmx6O9JZVkx+1wWFbAATp4ntUnH9Eg7gIgfu1GN0w+WzIiyR38UKfdrc4kaY4NqOE6bch7Rk/ssmk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjs1g/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmriJw//fCYzw89eYRTnUuOo8B9h8bOLbNMfZr1fai6XwnElytr5d7X3\r\ne0MiLF6ogzRFIJfx9FmGEMqPjCweZeOX5f06/NTDqMGHeBJ9ZDyo57Kci/3Z\r\nH7DwmX6Hqj8ex4XLycSuaqNyzjxNh+NwtlUDtlYdQhG8ykhmhH7xwtnQZZIu\r\nvJoVFDauaOTJsJIBmq1JFDnI7Kqi31g2Ae1x5P36Ru290PAt7TBzj/gDyT6C\r\nCj51LQum0q4QuJgDlH5DQcYoCblj75bxJaePmt4gtNcPMJ5Wgns4ubkYlDf2\r\ng2YZr34gydMR04nyIttFJQwMYxpzgGiAfFREtfbrp4ad6A9KDwVTrrqcKSRQ\r\nxrovwav2eRK1lhVrVpspZPCxki6ahzHdYDQ+0sBGN0kT63xSac8Auy3jeLKJ\r\nxHwhujMJT+GEkt4yq7DdhWlKds6u8E8cIYhoeKRnEiOp8eI3OYStpcjVD7Ph\r\noKoIR225a+eA+8ZU3MWPTlQHYDeaqRmf0wqjDcqFgxYJDJXzT2YOJJJ0D0/J\r\nt0O/eiOwH7LjkhPQcBZTOGGFz7QSCd2Et1yzGJ0VV+Rq0sL2fCTRsPmZkKep\r\nWE5TL6uBHV48+0ie+4aSi010tE0qHaR1W97lVqnoV80iNfFwMWBqaVbDqNg9\r\nwOoX3fqNaQ0lVoPLl19H+OQAU3OF2nMPJIQ=\r\n=dinP\r\n-----END PGP SIGNATURE-----\r\n","size":22758},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.9.4_1672697919156_0.9615056474394963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-02T22:18:45.979Z","contributors":[]},"1.10.0":{"name":"colortranslator","version":"1.10.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.2.4","@types/node":"^18.11.17","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/parser":"^5.47.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.3","eslint":"^8.30.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.0","jest":"^29.3.1","mini-css-extract-plugin":"^2.7.2","node-sass":"^8.0.0","plop":"^3.1.1","rimraf":"^3.0.2","rollup":"^3.8.1","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.0.2","sass-loader":"^13.2.0","style-loader":"^3.3.1","ts-jest":"^29.0.3","ts-loader":"^9.4.2","typescript":"^4.9.4","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1","whatwg-fetch":"^3.6.2"},"gitHead":"18a66687c1ee45673a35bac6a39c97f9511591e4","_id":"colortranslator@1.10.0","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-ql90gXDemkrFGkrPViaJgaqOd1xifoB5wKOX92YlJcmC0SEQaKp8mUxisrYSjCPaVaJewA8SLL0lGNAgpiFP7w==","shasum":"178ea2bdbc24b82e02e78b6391137feb2293f50f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.10.0.tgz","fileCount":8,"unpackedSize":118088,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/GeGVOm5bJk5us1Nc7vFijT9dTIXtnVvoV/3lqXEtIQIgfmiW5RZl13/8fdXDlaNpKGQZvLxs6L6DrheheGvvPQI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtdwzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqrWA//csThQecoCqzgYJ87eC3a6hDy/rlU/ExI6YVJQe9Sb0QTJerK\r\n9MuyecsB+09cR0QK2QBMCmKCmZQ+FXzC1oOevud9cwze6t5XWtLjV6XoMtui\r\nuS8FSMsludlvt3Nny34bLnq3zaP2VKjRWtv9TYRJF9JIHisKCjmL7A0WDcuk\r\nQdim5WV/TEiPlocmESmPXSVPcInDWO2nQxzlWCaV5iXNEFMSutORoeCKsqWi\r\nhhG8D8YJuwhChhaGWsrdaWJ2FPLz7Tj3QKRh4L6OmLC4q9klot6mqZqtZR6m\r\n+dcQNIlK6Gqs8NLzadfw6MGtp9AxNvoCe4OYW8Rjdruy8Z/FJeWo63Nmg4ZH\r\nvZFLv7rAI+WW5WUE/S7wW1qfnYoEml2uIfTeynLY50m/uciTAjFNiVXhaFr9\r\nmR3GLmE/g6Km01XoEJazd6tpLFYDLCLw79AKit8hQUFKH23D9i+khSi7ko4i\r\nnkqYT7dzlCKIuMxTjI4w+gAcdbc/8a9f9S6bSFo5AjR4sVlNpxV0NibxRfG8\r\nnxMmBcKFR8sgWTG1+/BdjhqdLTxbK5KmEaHlNIkLlIlN44ntlRodGyBtM8I+\r\n5tkuowhqTdQUEMGXGcF1Kq3nHk9mAmY91zdMFAeoBcr7Z/K7OdvByzaZs7cY\r\n0LJrUmUr4qDiotfFE1KCnTM1BPnoKE0yTw4=\r\n=EGfH\r\n-----END PGP SIGNATURE-----\r\n","size":23467},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.10.0_1672862771227_0.26062045582552273"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-04T20:27:20.562Z","contributors":[]},"1.10.1":{"name":"colortranslator","version":"1.10.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.2.4","@types/node":"^18.11.17","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/parser":"^5.47.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.3","eslint":"^8.30.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.0","jest":"^29.3.1","mini-css-extract-plugin":"^2.7.2","node-sass":"^8.0.0","plop":"^3.1.1","rimraf":"^3.0.2","rollup":"^3.8.1","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.1.1","sass-loader":"^13.2.0","style-loader":"^3.3.1","ts-jest":"^29.0.3","ts-loader":"^9.4.2","typescript":"^4.9.4","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1","whatwg-fetch":"^3.6.2"},"gitHead":"e35fff624f594bb6ea7b9cea747e3d46db29321f","_id":"colortranslator@1.10.1","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-+R87TgLFBGR+fZCJCoycP0XL/hXSasiwW/Lp57D1DfDL7PeI2HN8TP0wmMh0CNbzj3MIT8PG3PRqkbCCGXeRHw==","shasum":"f833d75326307fd18ebbc64fe1e964fc4c9efbdf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.10.1.tgz","fileCount":8,"unpackedSize":118096,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7vqLKBv5F9+Gwos5tFJhQKYWzuYgpjU56BAzjLysR+gIgZwnofi7IyE6t9Kn9ZJHAs7voOS0fA7hK+u9LRajWnbs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvb5ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuRw//dUQQivkXyL82/dpf8Gdty5DPpoiYiTKy58/ko7OG8EYO6Wnx\r\nVX76bnTpvmW/SegQNL2I2/9ZNa18muCEcprpqTcAnadYJsyNboyrahkzvgc+\r\nj1SLc4pm1sXDp8HsMe0A85j6HISYWIoF6Qr2iBh5lP6QgG/X/OYr5Zr5N0iE\r\nic5Fclbd5kBI4X85GM2oSrQtPRsubi23CLJEeIu0Nfi6tXNLRPxXJ+xJ28xn\r\nz+CdzgbpJZcx2RLOZrZnd9WT15UWyF9rVHGOUfpEz6jVKayjqoYG49h1ViVv\r\n09A3CmAOV9sruieeM/jICOCHLJEiCGUFn4W8V4yPNqvt32KlSP/oUgjSAyT/\r\nwSNVgNyL5al9JLv1OROhN3j9x2q8mxZMpvDM+EjffFSGX8cvy0jv4+lW/rUs\r\nc6JoA01fGvfGgjVR82QuGpdMiqqIO6Aw+jWmhaDVFJXhnxwVqHaeKt3040hs\r\nAA8AOpMQz15Cw5eYsSe2Q4PLObqaExpBwaR/6MlTjmZSwNx6HuqNzKJXF3kp\r\nTtTZr1e7JBfumQk4/68/p3EHMAGQ2bfn4a67hE7fFep9pd0lYr6r2ZY/YoPz\r\n/KPcMfHGtGbVrO71rh79SodCY5RbmhQrZwcmeVLhB4obCNP7SWaJFRKFpa9U\r\nSXcwH1KkghFHqNon471YbLbVr1tIFJxi//s=\r\n=gNwS\r\n-----END PGP SIGNATURE-----\r\n","size":23464},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.10.1_1673379417382_0.33251448372594017"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-10T19:36:57.591Z","publish_time":1673379417591,"contributors":[]},"1.10.2":{"name":"colortranslator","version":"1.10.2","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint src/**/*.ts","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.2.4","@types/node":"^18.11.17","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/parser":"^5.47.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.3","eslint":"^8.30.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.0","jest":"^29.3.1","mini-css-extract-plugin":"^2.7.2","node-sass":"^8.0.0","plop":"^3.1.1","rimraf":"^3.0.2","rollup":"^3.8.1","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.1.1","sass-loader":"^13.2.0","style-loader":"^3.3.1","ts-jest":"^29.0.3","ts-loader":"^9.4.2","typescript":"^4.9.4","webpack":"^5.75.0","webpack-cli":"^5.0.1","webpack-dev-server":"^4.11.1","whatwg-fetch":"^3.6.2"},"gitHead":"178ff7b5fee5d187b3d086273271c2184c8bc30b","_id":"colortranslator@1.10.2","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-+vAnjWTdI0Vh6fT3I+dA6DAtnLfo91TzYKjewYeZ2dHdhF8Yo5OMo47inNJdJOXwjJ9lPD0LkNeQOLU/8yyfZA==","shasum":"0a02b75f8c6cf50b50feb119ddccfbce1111f7f7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-1.10.2.tgz","fileCount":8,"unpackedSize":118042,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsIs6Fl836wneTjaLD/oFcylogNS/V2j9gA12HnHIKfQIhALnVsNMeDQm9+WTOOgas7VXp+Iacn35s4FXsQO+HRMDZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxu/SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp0KQ//YjVHfC/vkIzOqZvW+4NfNUHsgcHu9RJ84Bkjwhp4PDuJM9JL\r\n05N78N6KsLjkPu3fHr0GqDGZYXzvyoszh9pPJgu+eRXXAM/2HxswFVDeRmqf\r\nOaNVPho+LzP98So7C9fTpiDtHLPdMY21RMp+QnHv5hU+wz0dY2rFJ3BL6Nkk\r\nw6d7VCjS6BqteZYdgqdjjnL3Dg9IIhAgDZZwx01idlHbSne+0L+8xKVUI9qL\r\nAl98DM/Qks1EFXMX6kaSfJdSOK8htkOXjsMzGiMgZbJNfIYURf/71YCCkFLK\r\nUHjiya6a5AKlYZ7QOZo5LY0gn7xy7CKWCUTxBJwSyZJsMFG1qBMy7YfdajMc\r\nyF0SnmBLJAo0vCHpGKvpN5K8UoOiaYNcTm5F0Sivg5qvDkmIRUUB9D7nlbXd\r\n2/EvOvaA5/35RrkNuXW5wMDpDWbEFS7dW7yTBDZpqMAYwNPB/15BpVaK2mL4\r\nz2iDbcrDVpfKUEFxpILVf2Pg+eP7MZsDNA7T4+pYjdDTFa6lEB6+u6wSh+xX\r\n/E4rKVHEmINLmE7xYJJJ9kR8IAF4anAzQo67gnRKRjs2d2K+BbZJiCvYbMGL\r\no1R2OFMcdbzgEPVQCp+NnmM5DbSIPCX+X1qTowmhSOd1E3SruFV2/ZOgmQbI\r\nKS2nqjptbZJnYzmHVx3PYtETQ8jrIwqJR34=\r\n=kXvW\r\n-----END PGP SIGNATURE-----\r\n","size":23643},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_1.10.2_1673981906025_0.8082940535044405"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-17T18:58:26.155Z","publish_time":1673981906155,"contributors":[]},"2.0.0":{"name":"colortranslator","version":"2.0.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.1","@types/node":"^20.2.0","@typescript-eslint/eslint-plugin":"^5.59.6","@typescript-eslint/parser":"^5.59.6","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.7.3","eslint":"^8.40.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.1","jest":"^29.5.0","mini-css-extract-plugin":"^2.7.5","node-sass":"^8.0.0","plop":"^3.1.2","rimraf":"^5.0.1","rollup":"^3.22.0","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.2.0","sass-loader":"^13.2.2","style-loader":"^3.3.2","ts-jest":"^29.1.0","ts-loader":"^9.4.2","typescript":"^5.0.4","webpack":"^5.83.1","webpack-cli":"^5.1.1","webpack-dev-server":"^4.15.0","whatwg-fetch":"^3.6.2"},"gitHead":"cdbdd3d6453215e7b34bdcac912001dd4d836b4f","_id":"colortranslator@2.0.0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-k6RfS0YtVcWIAuUA16iH02/xRRU7u46VG8Z/OT+/Shpf4PXR7gTHYUedsSo8cMm6pzQIo+21QlURWqDFKCMujw==","shasum":"e952a0a0643d4b8deaa12562eeace8dee4515dab","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-2.0.0.tgz","fileCount":8,"unpackedSize":124103,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcsQkt0Z3ASk+AljXgOUCvzVUc17XAsMOQ4snKF4FX3AiBkdPQMVd0Fv0u8L9RDDzSoVkvokyoGj5VJ+gPJ22u0HQ=="}],"size":22453},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_2.0.0_1684433036421_0.07883666680677703"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-18T18:03:56.606Z","publish_time":1684433036606,"_source_registry_name":"default","contributors":[]},"3.0.0":{"name":"colortranslator","version":"3.0.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.3","@types/node":"^20.4.1","@typescript-eslint/eslint-plugin":"^6.0.0","@typescript-eslint/parser":"^6.0.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","coveralls":"^3.1.1","css-loader":"^6.8.1","eslint":"^8.44.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.3","jest":"^29.6.1","mini-css-extract-plugin":"^2.7.6","node-sass":"^9.0.0","plop":"^3.1.2","rimraf":"^5.0.1","rollup":"^3.26.2","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.2.0","sass-loader":"^13.3.2","style-loader":"^3.3.3","ts-jest":"^29.1.1","ts-loader":"^9.4.4","typescript":"^5.1.6","webpack":"^5.88.1","webpack-cli":"^5.1.4","webpack-dev-server":"^4.15.1","whatwg-fetch":"^3.6.2"},"gitHead":"ee6b1ceb00ba45a2c8cb5a9405af70b402e68ad1","_id":"colortranslator@3.0.0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-opud3JEMTqhlEbGj6s5s9jzd79d974fnh1NReKE/zAcLBKA20f1mInl9yxVOU4fJHeKrthNw1gqMfDXC9xkiTQ==","shasum":"b375a5366bc46e92d5a3dcc67a654b5ace332fd5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-3.0.0.tgz","fileCount":8,"unpackedSize":152955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYT+e6vOhoA4BNl62QULFgg5GNO3SSbZBQQ+cN/ox95wIgcS8iwjl4f1n04KQCBS936LoagxlD2k9zUxQS2b+U+U4="}],"size":26746},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_3.0.0_1689638498127_0.5468326675378659"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-18T00:01:38.295Z","publish_time":1689638498295,"_source_registry_name":"default","contributors":[]},"3.0.1":{"name":"colortranslator","version":"3.0.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":"./index.js","import":"./esm/index.js"}},"scripts":{"test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.3","@types/node":"^20.4.2","@typescript-eslint/eslint-plugin":"^6.1.0","@typescript-eslint/parser":"^6.1.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","css-loader":"^6.8.1","eslint":"^8.45.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.3","jest":"^29.6.1","mini-css-extract-plugin":"^2.7.6","node-sass":"^9.0.0","plop":"^3.1.2","rimraf":"^5.0.1","rollup":"^3.26.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.2.0","sass-loader":"^13.3.2","style-loader":"^3.3.3","ts-jest":"^29.1.1","ts-loader":"^9.4.4","typescript":"^5.1.6","webpack":"^5.88.2","webpack-cli":"^5.1.4","webpack-dev-server":"^4.15.1","whatwg-fetch":"^3.6.16"},"gitHead":"af6d025da4badb4f1e10cedcecab4600ca72863e","_id":"colortranslator@3.0.1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-p6PGHd6/Di18nTyO/szI2/H67gv4TQcwHvGVQA2QnXCuFywL9LBNQ5tHQTPahPEzetBMaLS/IqaPpQcgOIcHqA==","shasum":"6fbea9fbdf585b868ec89374867afec05542bf4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-3.0.1.tgz","fileCount":8,"unpackedSize":152809,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBGTpl8Mf75Zq6aZ3Y8+ZZAg7h5n7pMHrRYqzQ4CbaNgAiBqokNTKUmfxb1YgXssPftAJ5KwJtrLq4v8It/C60cpOw=="}],"size":26670},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_3.0.1_1689888531955_0.8901112899066406"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-20T21:28:52.231Z","publish_time":1689888532231,"_source_registry_name":"default","contributors":[]},"3.0.2":{"name":"colortranslator","version":"3.0.2","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.3","@types/node":"^20.4.2","@typescript-eslint/eslint-plugin":"^6.1.0","@typescript-eslint/parser":"^6.1.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","css-loader":"^6.8.1","eslint":"^8.45.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.3","jest":"^29.6.1","mini-css-extract-plugin":"^2.7.6","node-sass":"^9.0.0","plop":"^3.1.2","rimraf":"^5.0.1","rollup":"^3.26.3","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.2.0","sass-loader":"^13.3.2","style-loader":"^3.3.3","ts-jest":"^29.1.1","ts-loader":"^9.4.4","typescript":"^5.1.6","webpack":"^5.88.2","webpack-cli":"^5.1.4","webpack-dev-server":"^4.15.1","whatwg-fetch":"^3.6.16"},"gitHead":"41e065c53a0d2c197ee0f74cfad6f6276aeef8fa","_id":"colortranslator@3.0.2","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BAi+1mC33m9WGMrZXGke+IHzs8DDG3EKazim8mJ/kGF3VihNmsV9Yh8mX/9emQK1qThQZ/TatYTxoLUFnCqOOg==","shasum":"7c9f6bf4ed1850b5fb2df5ec4ecf24b61189d78b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-3.0.2.tgz","fileCount":9,"unpackedSize":161152,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICER/3gAFsHKIMlEv910zuKCD1LG39/iiOxJ8nF6fycJAiEA822iC+n6h6dWYWOBzFWUQQvZRMX2akIuYn2nygr0scI="}],"size":26779},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_3.0.2_1690998445927_0.5664955555209779"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-02T17:47:26.145Z","publish_time":1690998446145,"_source_registry_name":"default","contributors":[]},"4.0.0":{"name":"colortranslator","version":"4.0.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.10","@types/node":"^20.10.0","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","css-loader":"^6.8.1","eslint":"^8.54.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.3","jest":"^29.7.0","mini-css-extract-plugin":"^2.7.6","node-sass":"^9.0.0","plop":"^4.0.0","rimraf":"^5.0.5","rollup":"^4.5.2","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.4.5","sass-loader":"^13.3.2","style-loader":"^3.3.3","ts-jest":"^29.1.1","ts-loader":"^9.5.1","typescript":"^5.3.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-dev-server":"^4.15.1","whatwg-fetch":"^3.6.19"},"_id":"colortranslator@4.0.0","gitHead":"afd9b59d5d9ec26f4aed88476ce306c31fa26dbf","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-6MGrUQSim5fpkDDTCMr7INzuY2hUPWA2gqGH7Z7TlUMMKIivUtqkvEzc6hPVO67/gE5I/kCqBLrZ/lRK3UnJ/g==","shasum":"201a59881e586ff83be172f3e7947d8ad8b22b5a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-4.0.0.tgz","fileCount":9,"unpackedSize":192247,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtKjhbBQNRM8lnrpcgBEN7fDENcIXyvzU/PY/PsVUGqAIhAJ/jLqKmL8nGfKyFvey3znWjVvrLsMs5UVMcT45N9uL2"}],"size":42901},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_4.0.0_1701038734345_0.9348581482204783"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-26T22:45:34.532Z","publish_time":1701038734532,"_source_registry_name":"default","contributors":[]},"4.1.0":{"name":"colortranslator","version":"4.1.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"yarn clean && rollup --config rollup.config.js --bundleConfigAsCjs && yarn finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && yarn build","compile:regexps":"yarn plop","prepare":"npm run build","prepublishOnly":"npm run lint && npm run test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@types/jest":"^29.5.10","@types/node":"^20.10.0","@typescript-eslint/eslint-plugin":"^6.12.0","@typescript-eslint/parser":"^6.12.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^11.0.0","css-loader":"^6.8.1","eslint":"^8.54.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.5.3","jest":"^29.7.0","mini-css-extract-plugin":"^2.7.6","node-sass":"^9.0.0","plop":"^4.0.0","rimraf":"^5.0.5","rollup":"^4.5.2","rollup-plugin-terser":"^7.0.2","rollup-plugin-ts":"^3.4.5","sass-loader":"^13.3.2","style-loader":"^3.3.3","ts-jest":"^29.1.1","ts-loader":"^9.5.1","typescript":"^5.3.2","webpack":"^5.89.0","webpack-cli":"^5.1.4","webpack-dev-server":"^4.15.1","whatwg-fetch":"^3.6.19"},"_id":"colortranslator@4.1.0","gitHead":"ca8ee6b373298ac381810feb54454b4f332e70c7","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-bwa5awaMnQ6dpm9D3nbsFwUr6x6FrTKmxPdolNtSYfxCNR7ZM93GG1OF5Y3Sy1LvYdalb3riKC9uTn0X5NB36g==","shasum":"eb03ba4c50f86c7661719890427f340abc56699e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-4.1.0.tgz","fileCount":9,"unpackedSize":184339,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHxo1fXMoU9nEtVuqK8WO77OiCh/cuEIUs3W699ivQPGAiEAphvX4oncdo2K23QhscGqDB+Tf+tU/rF0zOaG1TZHwXU="}],"size":30402},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/colortranslator_4.1.0_1701119965586_0.569879329379908"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T21:19:25.746Z","publish_time":1701119965746,"_source_registry_name":"default","contributors":[]},"5.0.0":{"name":"colortranslator","version":"5.0.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"pnpm clean && rollup --config rollup.config.js --bundleConfigAsCjs && pnpm finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && pnpm build","compile:regexps":"pnpm plop","prepare":"pnpm build","prepublishOnly":"pnpm lint && pnpm test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@rollup/plugin-terser":"^0.4.4","@types/jest":"^29.5.14","@types/node":"^22.15.29","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^13.0.0","css-loader":"^7.1.2","eslint":"^9.27.0","globals":"^16.1.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.6.3","jest":"^29.7.0","mini-css-extract-plugin":"^2.9.2","plop":"^4.0.1","rimraf":"^6.0.1","rollup":"^4.41.1","rollup-plugin-ts":"^3.4.5","sass":"^1.89.0","sass-loader":"^16.0.5","style-loader":"^4.0.0","ts-jest":"^29.3.4","ts-loader":"^9.5.2","typescript":"^5.8.3","typescript-eslint":"^8.32.1","webpack":"^5.99.9","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.1","whatwg-fetch":"^3.6.20"},"pnpm":{"overrides":{"@babel/helpers@<7.26.10":">=7.26.10"}},"_id":"colortranslator@5.0.0","gitHead":"4cf5c0cc938a0fbcd652fb1f8af06b3dd4cc8029","_nodeVersion":"20.19.1","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Z3UPUKasUVDFCDYAjP2fmlVRf1jFHJv1izAmPjiOa0OCIw1W7iC8PZ2GsoDa8uZv+mKyWopxxStT9q05+27h7w==","shasum":"a7590fa56702c2be75e4fec755127cb658385583","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-5.0.0.tgz","fileCount":9,"unpackedSize":255997,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCwSxNWltKX5L350+Flg4xSL3tg9+qXL+3ZjWQub8vIIAIgZXitQ0TOab3qYUODVMhsqpT1GpopeP0ytW43I1lgwMY="}],"size":54264},"_npmUser":{"name":"anonymous","email":"elchininet@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/colortranslator_5.0.0_1749164295772_0.09903695647090838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T22:58:15.966Z","publish_time":1749164295966,"_source_registry_name":"default","contributors":[]},"6.0.0":{"name":"colortranslator","version":"6.0.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","test:tag":"jest -t @testing","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"pnpm clean && rollup --config rollup.config.js --bundleConfigAsCjs && pnpm finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && pnpm build","compile:regexps":"pnpm plop","prepare":"pnpm build","prepublishOnly":"pnpm lint && pnpm test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@eslint/js":"^10.0.1","@rollup/plugin-terser":"^0.4.4","@types/jest":"^30.0.0","@types/node":"^25.3.3","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^13.0.1","css-loader":"^7.1.4","eslint":"^10.0.2","globals":"^17.4.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.6.6","jest":"^30.2.0","mini-css-extract-plugin":"^2.10.0","plop":"^4.0.5","rimraf":"^6.1.3","rollup":"^4.59.0","rollup-plugin-ts":"^3.4.5","sass":"^1.97.3","sass-loader":"^16.0.7","style-loader":"^4.0.0","ts-jest":"^29.4.6","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.56.1","webpack":"^5.105.3","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.3","whatwg-fetch":"^3.6.20"},"pnpm":{"overrides":{"lodash@>=4.0.0 <=4.17.22":">=4.17.23","@isaacs/brace-expansion@<=5.0.0":">=5.0.1"}},"gitHead":"92880d2b2c2cdd54c24277dbe034561be8fca3eb","_id":"colortranslator@6.0.0","_nodeVersion":"24.13.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-/KBlCDUcSWQgdYqiFWRIxtLtEfFJf1KTP0iRxTcZEZ2r15Hrt9E/PdVkTQw0pLJO+B5twoDeasspDlIgPlus9g==","shasum":"3d486b9e4df0e0c895f5de4868c4c14078edfc16","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-6.0.0.tgz","fileCount":9,"unpackedSize":241579,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/colortranslator@6.0.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDIiweOIwM9q7bYzj9EmXkrQJKcggjD5KwzgIEFTzJMowIhAKluPK3Yp8nDAF1qJ9N2HwTQcYkXxcV32q4+l5OolCrG"}],"size":52002},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b36cc80a-8d44-4b77-913c-6f30c8a95de6"}},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/colortranslator_6.0.0_1772406729786_0.6921243419285026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-01T23:12:09.950Z","publish_time":1772406729950,"_source_registry_name":"default","contributors":[]},"6.0.1":{"name":"colortranslator","version":"6.0.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","test:tag":"jest -t @testing","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"pnpm clean && rollup --config rollup.config.js --bundleConfigAsCjs && pnpm finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && pnpm build","compile:regexps":"pnpm plop","prepare":"pnpm build","prepublishOnly":"pnpm lint && pnpm test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@eslint/js":"^10.0.1","@rollup/plugin-terser":"^0.4.4","@types/jest":"^30.0.0","@types/node":"^25.3.3","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^13.0.1","css-loader":"^7.1.4","eslint":"^10.0.2","globals":"^17.4.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.6.6","jest":"^30.2.0","mini-css-extract-plugin":"^2.10.0","plop":"^4.0.5","rimraf":"^6.1.3","rollup":"^4.59.0","rollup-plugin-ts":"^3.4.5","sass":"^1.97.3","sass-loader":"^16.0.7","style-loader":"^4.0.0","ts-jest":"^29.4.6","ts-loader":"^9.5.4","typescript":"^5.9.3","typescript-eslint":"^8.56.1","webpack":"^5.105.3","webpack-cli":"^6.0.1","webpack-dev-server":"^5.2.3","whatwg-fetch":"^3.6.20"},"pnpm":{"overrides":{"lodash@>=4.0.0 <=4.17.22":">=4.17.23","@isaacs/brace-expansion@<=5.0.0":">=5.0.1"}},"gitHead":"5f462b0b66f97f59df1b36031c5b13e0e144f834","_id":"colortranslator@6.0.1","_nodeVersion":"24.13.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-53HEdWMg8I7rIiewMMCBdg72sJE6XgIU+sJK40cYpiWH04NrNMxmWYKeUc4IfTkLGbK3j/3ZyJ8YiSauxsOmMA==","shasum":"85969ffa47557c2263ae4435d3b1c5b474660fa5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-6.0.1.tgz","fileCount":9,"unpackedSize":241789,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/colortranslator@6.0.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFBdQgUYDPXHR4DRY5auPd5moEYnHTbOUOMHgEDd/ORmAiA3cvGQ+ZosMtTMJQUYm6RuwujWYwjvjY9eoVnqXADgEQ=="}],"size":51845},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b36cc80a-8d44-4b77-913c-6f30c8a95de6"}},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/colortranslator_6.0.1_1772488444236_0.6085547364558017"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T21:54:04.449Z","publish_time":1772488444449,"_source_registry_name":"default","contributors":[]},"6.1.0":{"name":"colortranslator","version":"6.1.0","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","test:tag":"jest -t @testing","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"pnpm clean && rollup --config rollup.config.js --bundleConfigAsCjs && pnpm finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && pnpm build","compile:regexps":"pnpm plop","prepare":"pnpm build","prepublishOnly":"pnpm lint && pnpm test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@eslint/js":"^10.0.1","@rollup/plugin-terser":"^1.0.0","@rollup/plugin-typescript":"^12.3.0","@types/jest":"^30.0.0","@types/node":"^25.5.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^14.0.0","css-loader":"^7.1.4","eslint":"^10.1.0","globals":"^17.4.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.6.6","jest":"^30.3.0","mini-css-extract-plugin":"^2.10.2","plop":"^4.0.5","rimraf":"^6.1.3","rollup":"^4.60.0","rollup-plugin-dts":"^6.4.1","rollup-plugin-tsconfig-paths":"^1.5.2","sass":"^1.98.0","sass-loader":"^16.0.7","style-loader":"^4.0.0","ts-jest":"^29.4.6","ts-loader":"^9.5.4","typescript":"^6.0.2","typescript-eslint":"^8.57.2","webpack":"^5.105.4","webpack-cli":"^7.0.2","webpack-dev-server":"^5.2.3","whatwg-fetch":"^3.6.20"},"pnpm":{"overrides":{"lodash@>=4.0.0 <=4.17.22":">=4.17.23","@isaacs/brace-expansion@<=5.0.0":">=5.0.1"}},"gitHead":"93ff00ef305cd1a4879c9dc2b5407abbc192652e","_id":"colortranslator@6.1.0","_nodeVersion":"24.14.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-Osc1JvdIQP4RVhuF+Z8g6z63HvNMYdZZfuurpJf8L/jtgXEnFxUftVaTWISNelWez3LLXsLNLkQdblf7YmeMoQ==","shasum":"93384c361e1ccd9162af775dd6e7fcc448dbf5a0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-6.1.0.tgz","fileCount":9,"unpackedSize":242153,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/colortranslator@6.1.0","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD0nmEADu+2MJDwg0RMScp8gRUsFh38bLABvtt/J+pWaQIgA4VMXXYP8rAWhBJ5pakfSVVl2l5ohjp6j0bX2G1iOmI="}],"size":52001},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b36cc80a-8d44-4b77-913c-6f30c8a95de6"}},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/colortranslator_6.1.0_1774802577352_0.4705354578515748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-29T16:42:57.521Z","publish_time":1774802577521,"_source_registry_name":"default","contributors":[]},"6.1.1":{"name":"colortranslator","version":"6.1.1","description":"A JavaScript library, written in TypeScript, to convert among different color models","main":"index.js","module":"esm/index.js","types":"index.d.ts","exports":{".":{"require":{"types":"./index.d.ts","default":"./index.js"},"import":{"types":"./esm/index.d.ts","default":"./esm/index.js"}}},"scripts":{"test:ts":"tsc --noEmit","test":"jest --verbose","test:tag":"jest -t @testing","lint":"eslint \"src/**/*.{js,ts}\" \"tests/**/*.ts\"","clean":"./scripts/clean.sh","finish":"./scripts/finish.sh","build":"pnpm clean && rollup --config rollup.config.js --bundleConfigAsCjs && pnpm finish","demo":"webpack serve --open --config webpack.demo.config.js","docs":"webpack --config webpack.demo.publish.js --mode production && pnpm build","compile:regexps":"pnpm plop","prepare":"pnpm build","prepublishOnly":"pnpm lint && pnpm test","version":"git add .","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/elchininet/ColorTranslator.git"},"keywords":["color","color-converter","color-translator","color-manipulation","css-color","css-color-convert","rgb","rgba","hex","hexadecimal","hsl","hsla","cmyk","typescript"],"author":{"name":"ElChiniNet"},"license":"Apache-2.0","bugs":{"url":"https://github.com/elchininet/ColorTranslator/issues"},"homepage":"https://github.com/elchininet/ColorTranslator#readme","devDependencies":{"@eslint/js":"^10.0.1","@rollup/plugin-terser":"^1.0.0","@rollup/plugin-typescript":"^12.3.0","@types/jest":"^30.0.0","@types/node":"^25.5.0","clean-webpack-plugin":"^4.0.0","copy-webpack-plugin":"^14.0.0","css-loader":"^7.1.4","eslint":"^10.1.0","globals":"^17.4.0","google-code-prettify":"^1.0.5","html-webpack-plugin":"^5.6.6","jest":"^30.3.0","mini-css-extract-plugin":"^2.10.2","plop":"^4.0.5","rimraf":"^6.1.3","rollup":"^4.60.0","rollup-plugin-dts":"^6.4.1","rollup-plugin-tsconfig-paths":"^1.5.2","sass":"^1.98.0","sass-loader":"^16.0.7","style-loader":"^4.0.0","ts-jest":"^29.4.6","ts-loader":"^9.5.4","typescript":"^6.0.2","typescript-eslint":"^8.57.2","webpack":"^5.105.4","webpack-cli":"^7.0.2","webpack-dev-server":"^5.2.3","whatwg-fetch":"^3.6.20"},"pnpm":{"overrides":{"lodash@>=4.0.0 <=4.17.22":">=4.17.23","@isaacs/brace-expansion@<=5.0.0":">=5.0.1"}},"gitHead":"cf0b469d84f5843ae79b35923ad4ad3c38b15e88","_id":"colortranslator@6.1.1","_nodeVersion":"24.14.0","_npmVersion":"11.12.1","dist":{"integrity":"sha512-SVrXoxIgWm+KZrJgTuV486zKbmjpKX3mt9/mUVL2QV9I5Qw4ItwP0XR6c63EQU2ecHkSgDqJPVPnQSPrzDOteA==","shasum":"055f22fb75be1420624b24c2748eab288fb01759","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/colortranslator/-/colortranslator-6.1.1.tgz","fileCount":9,"unpackedSize":222807,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/colortranslator@6.1.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDj6UPSOEXnu8IvHRn5x5ZEGy2nllJVPA1upW0nTvZSEAIgKepcF4DJTRSK9HjiDse4trr9Sx9a+9asH1tRk5VgJZQ="}],"size":51627},"_npmUser":{"name":"anonymous","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:b36cc80a-8d44-4b77-913c-6f30c8a95de6"}},"directories":{},"maintainers":[{"name":"anonymous","email":"elchininet@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/colortranslator_6.1.1_1774991574441_0.7735043278058902"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-31T21:12:54.594Z","publish_time":1774991574594,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"latest":"6.1.1"},"name":"colortranslator","time":{"created":"2022-01-27T09:20:57.236Z","modified":"2026-03-31T21:13:08.064Z","1.0.4":"2019-07-03T05:54:36.967Z","1.0.5":"2019-07-04T22:48:52.808Z","1.1.0":"2019-07-12T17:11:14.872Z","1.1.1":"2019-08-31T08:02:21.756Z","1.2.0":"2020-02-19T00:42:14.382Z","1.2.1":"2020-02-22T11:40:59.652Z","1.3.0":"2020-02-22T14:04:47.936Z","1.3.1":"2020-03-09T21:15:29.192Z","1.3.2":"2020-04-07T01:59:17.445Z","1.3.3":"2020-05-16T16:15:36.394Z","1.3.4":"2020-05-17T11:27:13.222Z","1.3.5":"2020-12-17T15:45:25.678Z","1.3.6":"2021-03-20T13:50:54.050Z","1.4.0":"2021-03-22T14:45:32.254Z","1.5.0":"2021-03-23T00:19:16.197Z","1.5.1":"2021-03-23T11:34:38.827Z","1.5.2":"2021-04-02T16:06:21.785Z","1.6.0":"2021-04-03T21:13:33.163Z","1.6.1":"2021-04-05T10:25:50.846Z","1.7.0":"2021-04-05T13:49:53.806Z","1.7.1":"2021-04-27T11:05:10.094Z","1.8.0":"2021-10-27T10:35:58.432Z","1.9.0":"2021-12-06T22:46:55.672Z","1.9.1":"2021-12-09T20:27:44.210Z","1.9.2":"2021-12-22T21:01:29.448Z","1.9.3":"2022-09-18T15:26:44.045Z","1.9.4":"2023-01-02T22:18:39.348Z","1.10.0":"2023-01-04T20:06:11.442Z","1.10.1":"2023-01-10T19:36:57.591Z","1.10.2":"2023-01-17T18:58:26.155Z","2.0.0":"2023-05-18T18:03:56.606Z","3.0.0":"2023-07-18T00:01:38.295Z","3.0.1":"2023-07-20T21:28:52.231Z","3.0.2":"2023-08-02T17:47:26.145Z","4.0.0":"2023-11-26T22:45:34.532Z","4.1.0":"2023-11-27T21:19:25.746Z","5.0.0":"2025-06-05T22:58:15.966Z","6.0.0":"2026-03-01T23:12:09.950Z","6.0.1":"2026-03-02T21:54:04.449Z","6.1.0":"2026-03-29T16:42:57.521Z","6.1.1":"2026-03-31T21:12:54.594Z"},"readme":"<p align=\"center\">\n    <a href=\"https://elchininet.github.io/ColorTranslator/\">\n        <img src=\"https://raw.githubusercontent.com/elchininet/ColorTranslator/master/src/%40demo/images/logo.png\" width=\"500\" title=\"ColorTranslator\" />\n    </a>\n    <br>\n    A JavaScript library, written in TypeScript, to convert among different color models\n</p>\n\n[![Deployment Status](https://github.com/elchininet/ColorTranslator/actions/workflows/deploy.yaml/badge.svg)](https://github.com/elchininet/ColorTranslator/actions/workflows/deploy.yaml)\n[![Tests](https://github.com/elchininet/ColorTranslator/actions/workflows/test.yaml/badge.svg)](https://github.com/elchininet/ColorTranslator/actions/workflows/test.yaml)\n[![Coverage Status](https://coveralls.io/repos/github/elchininet/ColorTranslator/badge.svg?branch=master)](https://coveralls.io/github/elchininet/ColorTranslator?branch=master)\n[![npm version](https://badge.fury.io/js/colortranslator.svg)](https://badge.fury.io/js/colortranslator)\n[![downloads](https://img.shields.io/npm/dw/colortranslator)](https://www.npmjs.com/package/colortranslator)\n\n\n## Demo \n\nhttps://elchininet.github.io/ColorTranslator/\n\n## Installation\n\n#### Using NPM\n\n```javascript\nnpm install colortranslator\n```\n\n#### Using PNPM\n\n```javascript\npnpm add colortranslator\n```\n\n#### Using Yarn\n\n```javascript\nyarn add colortranslator\n```\n\n#### In the browser\n\nIt is possible to include a compiled version of the package directly in an HTML file. It will create a global `colortranslator` object containing all the exported modules that can be accessed from anywhere in your JavaScript code.\n\n1. Copy the JavaScript file `colortranslator.js`, located in the `dist/web/` folder\n2. Put it in the folder that you prefer in your web server\n3. Include it in your HTML file\n\n```html\n<script src=\"wherever/you/installed/colortranslator.js\"></script>\n```\n\n```javascript\n/* There will be a global variable named colortranslator containing all the modules */\ncolortranslator.ColorTranslator;\ncolortranslator.Harmony;\ncolortranslator.Mix;\n```\n\n#### Importing using CommonJS\n\n```javascript\nconst { ColorTranslator, Harmony, Mix } = require('colortranslator');\n```\n\n#### Importing using ES6 modules\n\n```javascript\nimport { ColorTranslator, Harmony, Mix } from 'colortranslator';\n```\n\n## Scripts\n\n#### build\n\n`npm run build`\n\nTranspiles the TypeScript code and creates three bundles in the `dist` folder (`index.js` for commonjs, `esm/index.js` for ESM, and `web/colortranslator.js` to use directly in the browser).\n\n#### test\n\n`npm run test`\n\nRuns multiple dynamic tests converting from / to all the color models available (excepting CMYK) using a table of colors.\n\n#### lint\n\n`npm run lint`\n\nRuns eslint in source files.\n\n#### demo\n\n`npm run demo`\n\nOpens a development server that provides live reloading using [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Some demo examples located in the `@demo` folder will be shown. You can modify the code of the demos and the changes will be live reloaded in the browser.\n\n## API\n\n> **Notes:**\n>\n>* The conversion to a CMYK color is made taking a random value of black as a base (in this case, taking the greater value from red, green or blue). When a value of black is assumed, the rest of the colors can be calculated from it. The result will be visually similar to the original light color, but if you try to convert it back you will not obtain the same original value.\n> * The conversion to a CIE L\\*a\\*b or LCH colors may introduce a small amount of rounding error, as far as you maintain enough decimals for the calculation it should not be noticeable, but you can expect that the values change some of their decimals during the conversions.\n\n#### Input\n\nThe most wonderful thing about `colortranslator` is that you don‘t need to specify the input that you are using, the library will recognise it automatically. The input can be a CSS string or an object:\n\n###### CSS string inputs\n   \n| Example of CSS string inputs                                  | Description                                                                            |\n| ------------------------------------------------------------- | -------------------------------------------------------------------------------------- |\n| `fuchsia`                                                     | Color keyword                                                                          |\n| `#FF00FF`                                                     | Hexadecimal color                                                                      |\n| `#F0F`                                                        | Shorthand hexadecimal color                                                            |\n| `#FF00FF80`                                                   | Hexadecimal color with alpha                                                           |\n| `#F0FF`                                                       | Shorthand hexadecimal color with alpha                                                 |\n| `rgb(255 0 255)`                                              | Functional RGB notation                                                                |\n| `rgb(100% 0% 100%)`                                           | Functional RGB notation with values in percentages                                     |\n| `rgb(255 0 255 / 0.5)`                                        | Functional RGB notation with alpha                                                     |\n| `rgb(255 0 255 / 50%)`                                        | Functional RGB notation CSS with alpha in percenatages                                 |\n| `rgb(100% 0% 100% / 0.5)`                                     | Functional RGB notation with values in percentages and alpha                           |\n| `rgb(100% 0% 100% / 50%)`                                     | Functional RGB notation with values and alpha in percentages                           |\n| `rgb(255, 0, 255)`                                          | Functional RGB legacy notation                                                         |\n| `rgba(255, 0, 255, 0.5)`                                    | Functional RGB legacy notation with alpha                                              |\n| `rgb(from #F00 r g b)`                                        | Functional RGB notation in relative color syntax                                       |\n| `rgb(from hsl(0 100% 50%) calc(r + 5) g b / calc(alpha / 2))` | Functional RGB notation in relative color syntax with alpha                            |\n| `hsl(300 100% 50%)`                                           | Functional HSL notation                                                                |\n| `hsl(300 100 50)`                                             | Functional HSL notation without percentages                                            |\n| `hsl(300deg 100% 50%)`                                        | Functional HSL notation with hue in degrees                                            |\n| `hsl(270grad 100% 50%)`                                       | Functional HSL notation with hue in gradians                                           |\n| `hsl(5.24rad 100% 50%)`                                       | Functional HSL notation with hue in radians                                            |\n| `hsl(0.83turn 100% 50%)`                                      | Functional HSL notation with hue in turns                                              |\n| `hsl(300 100% 50% / 0.5)`                                     | Functional HSL notation with alpha                                                     |\n| `hsl(300 100% 50% / 50%)`                                     | Functional HSL notation with alpha in percentages                                      |\n| `hsl(300, 100%, 50%)`                                       | Functional HSL legacy notation                                                         |\n| `hsl(300deg, 100%, 50%)`                                      | Functional HSL legacy notation with hue in degrees                                     |\n| `hsl(270grad, 100%, 50%)`                                     | Functional HSL legacy notation with hue in gradians                                    |\n| `hsl(5.24rad, 100%, 50%)`                                     | Functional HSL legacy notation with hue in radians                                     |\n| `hsl(0.83turn, 100%, 50%)`                                    | Functional HSL legacy notation with hue in turns                                       |\n| `hsla(300, 100%, 50%, 0.5)`                                 | Functional HSL legacy notation with alpha                                              |\n| `hsl(from hsl(0 100 50) h s l)`                               | Functional HSL notation in relative color syntax                                       |\n| `hsl(from hsl(0 100 50) calc(h + 5) s l / calc(alpha / 2))`   | Functional HSL notation in relative color syntax with alpha                            |\n| `hwb(0 0% 0%)`                                                | Functional HWB notation                                                                |\n| `hwb(0 0% 0% / 0.5)`                                          | Functional HWB notation with alpha                                                     |\n| `hwb(0deg 0% 0%)`                                             | Functional HWB notation with hue in degrees                                            |\n| `hwb(0grad 0% 0%)`                                            | Functional HWB notation with hue in gradians                                           |\n| `hwb(0rad 0% 0%)`                                             | Functional HWB notation with hue in radians                                            |\n| `hwb(0turn 0% 0%)`                                            | Functional HWB notation with hue in turns                                              |\n| `hwb(from hwb(0 0% 0%) h w b)`                                | Functional HWB notation in relative color syntax                                       |\n| `hwb(from hwb(0 0% 0%) calc(h + 2) w b / calc(alpha / 2))`    | Functional HWB notation in relative color syntax with alpha                            |\n| `lab(54 81 70)`                                               | Functional LAB notation without percentages                                            |\n| `lab(54 81 70 / 1)`                                           | Functional LAB notation without percentages and alpha                                  |\n| `lab(54% 65% 56%)`                                            | Functional LAB notation with percentages                                               |\n| `lab(54% 65% 56% / 1)`                                        | Functional LAB notation with percentages and alpha                                     |\n| `lab(54 81 70 / 93%)`                                         | Functional LAB notation without percentages and alpha in percentages                   |\n| `lab(54% 65% 56% / 93%)`                                      | Functional LAB notation with alpha parcentages                                         |\n| `lab(54% 65% 56% / 93%)`                                      | Functional LAB notation with alpha parcentages                                         |\n| `lab(from #F00 l a b)`                                        | Functional LAB notation in relative color syntax                                       |\n| `lab(from #F00 calc(l + 5) a b / calc(alpha / 2))`            | Functional LAB notation in relative color syntax with alpha                            |\n| `lch(54 107 41)`                                              | Functional LCH notation                                                                |\n| `lch(54% 71% 41)`                                             | Functional LCH notation with percentages                                               |\n| `lch(54 107 41 / 0.5)`                                        | Functional LCH notation with alpha                                                     |\n| `lch(54% 71% 41 / 0.5)`                                       | Functional LCH notation with percentages and alpha                                     |\n| `lch(54 107 41deg)`                                           | Functional LCH notation with hue in degrees                                            |\n| `lch(54 107 46grad)`                                          | Functional LCH notation with hue in gradians                                           |\n| `lch(54 107 1rad)`                                            | Functional LCH notation with hue in radians                                            |\n| `lch(54 107 0turn)`                                           | Functional LCH notation with hue in turns                                              |\n| `lch(from lch(54 107 41) l c h)`                              | Functional LCH notation in relative color syntax                                       |\n| `lch(from lch(54 107 41) calc(l + 2) c h / calc(alpha / 2))`  | Functional LCH notation in relative color syntax and alpha                             |\n| `device-cmyk(0% 100% 100% 0%)`                                | Device-dependent functional CMYK notation with percentages                             |\n| `device-cmyk(0% 100% 100% 0% / 1)`                            | Device-dependent functional CMYK notation with percentages and alpha                   |\n| `device-cmyk(0% 100% 100% 0% / 100%)`                         | Device-dependent functional CMYK notation with percentages and alpha in percentages    |\n| `device-cmyk(0%, 100%, 100%, 0%)`                             | Device-dependent functional CMYK legacy notation with percentages                      |\n| `device-cmyk(0%, 100%, 100%, 0%, 1)`                          | Device-dependent functional CMYK legacy notation with percentages and alpha            |\n| `device-cmyk(0 1 1 0)`                                        | Device-dependent functional CMYK notation without percentages                          |\n| `device-cmyk(0 1 1 0 / 1)`                                    | Device-dependent functional CMYK notation without percentages and alpha                |\n| `device-cmyk(0 1 1 0 / 100%)`                                 | Device-dependent functional CMYK notation without percentages and alpha in percentages |\n| `device-cmyk(0, 1, 1, 0)`                                     | Device-dependent functional CMYK legacy notation without percentages                   |\n| `device-cmyk(0, 1, 1, 0, 1)`                                  | Device-dependent functional CMYK legacy notation without percentages and alpha         |\n| `cmyk(0% 100% 100% 0%)`                                       | Functional CMYK notation with percentages                                              |\n| `cmyk(0% 100% 100% 0% / 1)`                                   | Functional CMYK notation with percentages and alpha                                    |\n| `cmyk(0% 100% 100% 0% / 100%)`                                | Functional CMYK notation with percentages and alpha in percentages                     |\n| `cmyk(0 1 1 0)`                                               | Functional CMYK notation without percentages                                           |\n| `cmyk(0 1 1 0 / 1)`                                           | Functional CMYK notation without percentages and alpha                                 |\n| `cmyk(0 1 1 0 / 100%)`                                        | Functional CMYK notation without percentages and alpha in percentages                  |\n| `cmyk(0%, 100%, 100%, 0%)`                                    | Functional CMYK legacy notation with percentages                                       |\n| `cmyk(0%, 100%, 100%, 0%, 1)`                                 | Functional CMYK legacy notation with percentages and alpha                             |\n| `cmyk(0, 1, 1, 0)`                                            | Functional CMYK legacy notation without percentages                                    |\n| `cmyk(0, 1, 1, 0, 1)`                                         | Functional CMYK legacy notation without percentages and alpha                          |\n\n\n###### Object inputs\n\n| Example of object inputs                       | Description                               |\n| ---------------------------------------------- | ----------------------------------------- |\n| `{R: \"0xFF\", G: \"0x00\", B: \"0xFF\"}`            | Hexadecimal color                         |\n| `{R: \"0xF\", G: \"0x0\", B: \"0xF\"}`               | Shorthand hexadecimal color               |\n| `{R: \"0xFF\", G: \"0x00\", B: \"0xFF\", A: \"0x80\"}` | Hexadecimal color with alpha              |\n| `{R: \"0xF\", G: \"0x0\", B: \"0xF\", A: \"0xF\"}`     | Shorthand hexadecimal color with alpha    |\n| `{R: 255, G: 0, B: 255}`                       | RGB notation                              |\n| `{R: 255, G: 0, B: 255, A: 0.5}`               | RGB notation with alpha                   |\n| `{R: 255, G: 0, B: 255, A: 0.5}`               | RGB notation with alpha                   |\n| `{H: 300, S: \"100%\", L: \"50%\"}`                | HSL notation using percentages            |\n| `{H: 300, S: 100, L: 50}`                      | HSL notation using numbers                |\n| `{H: 300, S: \"100%\", L: \"50%\", A: 0.5}`        | HSL notation with alpha using percentages |\n| `{H: 300, S: 100, L: 50, A: 0.5}`              | HSL notation with alpha using numbers     |\n| `{H: 0, W: 0, B: 0}`                           | HWB notation                              |\n| `{H: 0, W: 0, B: 0, A: 0.5}`                   | HWB notation with alpha                   |\n| `{L: 54, a: 81, b: 70}`                        | LAB notation using numbers                |\n| `{L: 54, a: 81, b: 70, A: 1}`                  | LAB notation using numbers with alpha     |\n| `{L: '54%', a: '65%', b: '56%'}`               | LAB notation using percentages            |\n| `{L: '54%', a: '65%', b: '56%', A: '100%'}`    | LAB notation using percentages with alpha |\n| `{L: 54, C: 107, H: 41}`                       | LCH notation                              |\n| `{L: 54, C: 107, H: 41, A: 0.5}`               | LCH notation with alpha                   |\n| `{C: \"0%\", M: \"100%\", Y: \"100%\", K: \"0%\"}`     | CMYK notation using percentages           |\n| `{C: 0, M: 1, Y: 1, K: 0}`                     | CMYK notation using numbers               |\n\n#### Class instantiation\n\n```javascript\nColorTranslator(color: ColorInput, options?: Options)\n```\n\nIt is possible to instantiate the class using any of the previous inputs.\n\n###### Options object\n\n```typescript\ninterface Options {\n  decimals?: number;  // defaults to 6\n  legacyCSS?: boolean; // defaults to false \n  spacesAfterCommas?: boolean; // defaults to false\n  anglesUnit?: 'none' | 'deg' | 'grad' | 'rad' | 'turn'; // defaults to 'none'\n  rgbUnit?: 'none' | 'percent'; // defaults to 'none'\n  labUnit?: 'none' | 'percent'; // defaults to 'none'\n  lchUnit?: 'none' | 'percent'; // defaults to 'none'\n  cmykUnit?: 'none' | 'percent'; // defaults to 'percent'\n  alphaUnit?: 'none' | 'percent'; // defaults to 'none'\n  cmykFunction?: 'device-cmyk' | 'cmyk'; // defaults to 'device-cmyk'\n}\n```\n\n| Option            | Only for CSS output | Description                                                                                                    |\n| ----------------- | ------------------- | -------------------------------------------------------------------------------------------------------------- |\n| decimals          | no                  | This option sets what is the maximum number of decimals for the outputs                                        |\n| legacyCSS         | yes                 | This option decides if the CSS output should be CSS Level 3 (legacy) or CSS Level 4                           |\n| spacesAfterCommas | yes                 | This option only takes place if `legacyCSS` is set to true. It decides if the comas should have a space after |\n| anglesUnit        | yes                 | This option only takes place if the output is an HSL CSS output. It sets the degrees units of the HSL hue angle. If `none` is used, the output will not have any unit but its value will be the `deg` one (degrees) |\n| rgbUnit           | yes                 | This option only takes place if the output is an RGB CSS output. It sets the color units of the RGB and RGBA CSS outputs. If `none` is used the color values will be decimal between `0` and `255`. If `percent` is used, the color values will be decimal with percentages between `0%` and `100%`. |\n| labUnit           | yes                 | This option only takes place if the output is a `CIE L*a*b` CSS output. It sets the color units of the `CIELab` and `CIELabA` CSS outputs. If `none` is used it will be a decimal number between `0` and `100` for the `CIE Lightness` and  a decimal number between `-125` and `125` for the `a` and `b` axis of the `CIE L*a*b` colorspace. If `percent` is used, it will be a decimal number between `0` and `100` with percentages for all the color values. |\n| lchUnit           | yes                 | This option only takes place if the output is a `LCH` CSS output. It sets the color units of the `LCH` and `LCHA` CSS outputs. If `none` is used it will be a decimal number between `0` and `100` for the lightness, between `0` and `150` for the chroma, and between `0` and `360` for the hue. If `percent` is used, it will be a decimal number between `0` and `100` for the lightness and the chrome and between `0` and `360` for the hue. |\n| cmykUnit          | yes                 | This option sets the color units of the CMYK and CMYKA CSS outputs. If `none` is used the color values will be decimal between `0` and `1`. If `percent` is used, the color values will be decimal with percentages between `0%` and `100%`. |\n| alphaUnit         | yes                 | This option only takes place if the output is a CSS Level 4 output (`legacyCSS` has not been set, or it has been set to `false` or it has been autodetected as `false`). This option sets the alpha units of the CSS Level 4 outputs. If `none` is used the alpha values will be decimal between `0` and `1`. If `percent` is used, the alpha values will be decimal with percentages between `0%` and `100%`. |\n| cmykFunction      | yes                 | This option sets the cmyk function of the CMYK and CMYKA CSS outputs.                                       |\n\n>Note: the library tries to detect some options automatically if you don‘t send them in the options object. These are the rules for this autodetection:\n>\n> * `legacyCSS`: if this option is set, then its value prevails, if it is not set, and the CSS input is provided in CSS Level 3, then this option will be `true`, otherwise it will take its default value which is `false`.\n> * `spacesAfterCommas`: if this option is set, then its value prevails, if it is not set, and the CSS input is provided with spaces after the commas, then this option will be `true`. If the input is not consistent in this aspect, then it will take its default value which is `false` (This option only takes place if `legacyCSS` is `true` or it has been autodetected as `true`)\n> * `anglesUnit`: if this option is set, then its value prevails, if it is not set, and the HSL, HWB or LCH CSS inputs are provided with an angle unit, then it will take that value, otherwise it will use the default one wich is `none`.\n> * `rgbUnit`: if this option is set, then its value prevails, if it is not set, and the RGB CSS input is provided with percentages in its color values, then it will take the `percent` value, otherwise it will use the default one wich is `none`.\n> * `labUnit`: if this option is set, then its value prevails, if it is not set, and the CIE L\\*a\\*b CSS input is provided with percentages in its color values, then it will take the `percent` value, otherwise it will use the default one wich is `none`.\n> * `lchUnit`: if this option is set, then its value prevails, if it is not set, and the LCH CSS input is provided with percentages in lightness and chroma, then it will take the `percent` value, otherwise it will use the default one wich is `none`.\n> * `cmykUnit`: if this option is set, then its value prevails, if it is not set, and the CMYK CSS input is provided without percentages in its color values, then it will take the `none` value, otherwise it will use the default one wich is `percent`.\n> * `alphaUnit`: if this option is set, then its value prevails, if it is not set, and the CSS input (must be CSS Level 4) is provided with percentages in its alpha value, then it will take the `percent` value, otherwise it will use the default one wich is `none`.\n> * `cmykFunction`: if this option is set, then its value prevails, if it is not set, and the CMYK CSS input is provided using the `cmyk` function, then it will take the `cmyk` value, otherwise it will use the default one wich is `device-cmyk`.\n\n###### Class instantiation examples\n\n```javascript\nconst keyword = new ColorTranslator('deeppink');\n\nconst hex = new ColorTranslator('#FF00FF');\n\nconst rgb = new ColorTranslator('rgb(255, 0, 0)');\n\nconst hsl = new ColorTranslator('hsl(50 20% 90% / 0.5)');\n\nconst lab = new ColorTranslator('lab(54 81 70)');\n\nconst lab = new ColorTranslator('hwb(from red h calc(w * 1.25) calc(b * 1.25) / calc(alpha / 2))');\n\nconst hsla = new ColorTranslator({ R: 115, G: 200, B: 150, A: 0.5 });\n\nconst cmyk = new ColorTranslator({ C: 100, M: 100, Y: 0, K: 0 });\n```\n\n###### Configuration options examples\n\n```javascript\n// Decimals\nnew ColorTranslator('#F43227').HSL; // hsl(3.219512 90.30837% 55.490196%)\nnew ColorTranslator('#F43227', { decimals: 4 }).HSL; // hsl(3.2195 90.3084% 55.4902%)\nnew ColorTranslator('#F43227', { decimals: 0 }).HSL; // hsl(3 90% 55%)\nnew ColorTranslator('#F43227', { decimals: 2 }).HSLObject; // {H: 3.22, S: 90.31, L: 55.49}\n\n// legacyCSS\nnew ColorTranslator('#FFF').RGBA; // rgb(255 255 255 / 1)\nnew ColorTranslator('#FFF', { legacyCSS: false }).RGBA; // rgb(255 255 255 / 1)\nnew ColorTranslator('#FFF', { legacyCSS: true }).RGBA; // rgba(255,255,255,1)\nnew ColorTranslator('hsla(100,30%,20%,0.5)').RGBA; // rgba(45.9,66.3,35.7,0.5)\nnew ColorTranslator('hsl(100 30% 20% / 0.5)').RGBA; // rgb(45.9 66.3 35.7 / 0.5)\n\n// spacesAfterCommas\nnew ColorTranslator('#F00', { legacyCSS: true }).RGB; // rgb(255,0,0)\nnew ColorTranslator('#F00', { legacyCSS: true, spacesAfterCommas: true }).RGB; // rgb(255, 0, 0)\nnew ColorTranslator('hsla(100,30%,20%,0.25)').RGB; // rgb(45.9,66.3,35.7)\nnew ColorTranslator('hsl(100, 30%, 20%, 0.25)').RGB; // rgb(45.9, 66.3, 35.7)\n\n// anglesUnit\nnew ColorTranslator('#0F0').HSL; // hsl(120 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'none' }).HSL; // hsl(120 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'none' }).HWB; // hwb(120 0% 0%)\nnew ColorTranslator('#0F0', { anglesUnit: 'none' }).LCH; // lch(87.818128 113.339731 134.391246)\nnew ColorTranslator('#0F0', { anglesUnit: 'deg' }).HSL; // hsl(120deg 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'deg' }).HWB; // hwb(120deg 0% 0%)\nnew ColorTranslator('#0F0', { anglesUnit: 'deg' }).LCH; // lch(87.818128 113.339731 134.391246deg)\nnew ColorTranslator('#0F0', { anglesUnit: 'grad' }).HSL; // hsl(133.333333grad 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'grad' }).HWB; // hwb(133.333333grad 0% 0%)\nnew ColorTranslator('#0F0', { anglesUnit: 'grad' }).LCH; // lch(87.818128 113.339731 149.323607grad)\nnew ColorTranslator('#0F0', { anglesUnit: 'rad' }).HSL; // hsl(2.094395rad 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'rad' }).HWB; // hwb(2.094395rad 0% 0%)\nnew ColorTranslator('#0F0', { anglesUnit: 'rad' }).LCH; // lch(87.818128 113.339731 2.34557rad)\nnew ColorTranslator('#0F0', { anglesUnit: 'turn' }).HSL; // hsl(0.333333turn 100% 50%)\nnew ColorTranslator('#0F0', { anglesUnit: 'turn' }).HWB; // hwb(0.333333turn 0% 0%)\nnew ColorTranslator('#0F0', { anglesUnit: 'turn' }).LCH; // lch(87.818128 113.339731 0.373309turn)\nnew ColorTranslator('hsl(0.5turn 100% 50% / 0.5)').HSL; // hsl(0.5turn 100% 50%)\nnew ColorTranslator('lch(54 107 41)').HWB; // hwb(0turn 0% 0%)\nnew ColorTranslator('lch(54 107 0turn)').LCH; // lch(55.806124 84.221697 0.003517turn)\n\n// rgbUnit\nnew ColorTranslator('#0F0').RGB; // rgb(0 255 0)\nnew ColorTranslator('#0F0', { rgbUnit: 'none' }).RGB; // rgb(0 255 0)\nnew ColorTranslator('#0F0', { rgbUnit: 'percent' }).RGB; // rgb(0% 100% 0%)\nnew ColorTranslator('rgb(255 255 51 / 0.5)').RGB; // rgb(255 255 51)\nnew ColorTranslator('rgb(20% 100% 0% / 0.5)').RGB; // rgb(20% 100% 0%)\n\n// labUnit\nnew ColorTranslator('#0F0').CIELab; // lab(87.818128 -79.287281 80.990256)\nnew ColorTranslator('#0F0', { labUnit: 'none' }).CIELab; // lab(87.818128 -79.287281 80.990256)\nnew ColorTranslator('#0F0', { labUnit: 'percent' }).CIELab; // lab(87.818128% -63.429825% 64.792205%)\nnew ColorTranslator('lab(88 -79 81)').CIELabA; // lab(87.863151 -78.89437 80.892902 / 1)\nnew ColorTranslator('lab(54.291734% 64.649964% 55.908032% / 1)').CIELabA; // lab(54.291736% 64.649953% 55.90801% / 1)\n\n// lchUnit\nnew ColorTranslator('#0F0').LCH; // lch(87.818128 113.339731 134.391246)\nnew ColorTranslator('#0F0', { lchUnit: 'none' }).LCH; // lch(87.818128 113.339731 134.391246)\nnew ColorTranslator('#0F0', { lchUnit: 'percent' }).LCH; // lch(87.818128% 75.559821% 134.391246)\nnew ColorTranslator('lch(88 113 134)').LCH; // lch(87.919219 112.827026 134.029641)\nnew ColorTranslator('lch(88% 75% 134)').LCH; // lch(87.953899% 74.965844% 133.999475)\n\n// cmykUnit\nnew ColorTranslator('#0F0').CMYK; // device-cmyk(100% 0% 100% 0%)\nnew ColorTranslator('#0F0', { cmykUnit: 'percent' }).CMYK; // device-cmyk(100% 0% 100% 0%)\nnew ColorTranslator('#0F0', { cmykUnit: 'none' }).CMYK; // device-cmyk(1 0 1 0)\n\n// alphaUnit\nnew ColorTranslator('#0F0').RGBA; // rgb(0 255 0 / 1)\nnew ColorTranslator('#0F0', { alphaUnit: 'none' }).RGBA; // rgb(0 255 0 / 1)\nnew ColorTranslator('#0F0', { alphaUnit: 'percent' }).HSLA; // hsl(120 100% 50% / 100%)\nnew ColorTranslator('hsl(100 50% 20% / 0.25)').RGBA; // rgb(42.5 76.5 25.5 / 0.25)\nnew ColorTranslator('rgb(0 0 0 / 50%)').HSLA; // hsl(0 0% 0% / 50%)\n\n// cmykFunction\nnew ColorTranslator('#00F').CMYKA; // device-cmyk(100% 100% 0% 0% / 1)\nnew ColorTranslator('#00F', { cmykFunction: 'device-cmyk' }).CMYK; // device-cmyk(100% 100% 0% 0%)\nnew ColorTranslator('#00F', { cmykFunction: 'cmyk' }).CMYKA; // cmyk(100% 100% 0% 0% / 1)\n```\n\n#### Class public methods\n\nThere are 20 chainable public methods and 19 of them accept a number as input. The last one accepts an [options object](#options-object):\n\n| Public methods | Input              | Description                                              |\n| -------------- | ------------------ | -------------------------------------------------------- |\n| setR           | 0 ≤ input ≤ 255    | Sets the red value of the color                          |\n| setG           | 0 ≤ input ≤ 255    | Sets the green value of the color                        |\n| setB           | 0 ≤ input ≤ 255    | Sets the blue value of the color                         |\n| setH           | 0 ≤ input ≤ 360    | Sets the color hue                                       |\n| setS           | 0 ≤ input ≤ 100    | Sets the color saturation percentage                     |\n| setL           | 0 ≤ input ≤ 100    | Sets the color lightness percentage                      |\n| setWhiteness   | 0 ≤ input ≤ 100    | Sets the color whiteness percentage                      |\n| setBlackness   | 0 ≤ input ≤ 100    | Sets the color blackness percentage                      |\n| setCIEL        | 0 ≤ input ≤ 100    | Sets the CIE Lightness value of the color                |\n| setCIEa        | -125 ≤ input ≤ 125 | Sets the `a` axis in the CIE L\\*a\\*b colorspace          |\n| setCIEb        | -125 ≤ input ≤ 125 | Sets the `b` axis in the CIE L\\*a\\*b colorspace          |\n| setLCHL        | 0 ≤ input ≤ 100    | Sets the color lightness percentage                      |\n| setLCHC        | 0 ≤ input ≤ 150    | Sets the color chroma                                    |\n| setLCHH        | 0 ≤ input ≤ 360    | Sets the lch color hue                                   | \n| setC           | 0 ≤ input ≤ 100    | Sets the CMYK cyan percentage value of the color         |\n| setM           | 0 ≤ input ≤ 100    | Sets the CMYK magenta percentage value of the color      |\n| setY           | 0 ≤ input ≤ 100    | Sets the CMYK yellow percentage value of the color       |\n| setK           | 0 ≤ input ≤ 100    | Sets the CMYK black percentage value of the color        |\n| setA           | 0 ≤ input ≤ 1      | Sets the alpha value of the color                        |\n| setOptions     | Options            | Sets an object that would work as configuration options  |\n\n###### Class public methods examples\n\nYou can also consult the [demo 1](https://elchininet.github.io/ColorTranslator/#demo1) and the [demo 2](https://elchininet.github.io/ColorTranslator/#demo2) to check the use of the public methods.\n\n```javascript\nconst color = new ColorTranslator('#FF00FF');\n\ncolor\n  .setH(120)\n  .setS(80)\n  .setA(0.5);\n\ncolor\n  .setR(255)\n  .setG(150)\n  .setA(0.25);\n```\n\n#### Class public readonly properties\n\nThere are 14 properties to get the CSS representation of the color:\n\n| Property | Description                                                     |\n| -------- | --------------------------------------------------------------- |\n| HEX      | Gets the css hex representation of the color                    |\n| HEXA     | Gets the css hex representation of the color with alpha         |\n| RGB      | Gets the css rgb representation of the color                    |\n| RGBA     | Gets the css rgb representation of the color with alpha         |\n| HSL      | Gets the css hsl representation of the color                    |\n| HSLA     | Gets the css hsl representation of the color with alpha         |\n| HWB      | Gets the css hwb representation of the color                    |\n| HWBA     | Gets the css hwb representation of the color with alpha         |\n| CIELab   | Gets the css CIE L\\*a\\*b representation of the color            |\n| CIELabA  | Gets the css CIE L\\*a\\*b representation of the color with alpha |\n| LCH      | Gets the css lch representation of the color                    |\n| LCHA     | Gets the css lch representation of the color with alpha         |\n| CMYK     | Gets css cmyk representation of the color                       |\n| CMYKA    | Gets css cmyk representation of the color with alpha            |\n\nThere are 14 properties to get the object representation of the color:\n\n| Property      | Description                                                        |\n| ------------- | ------------------------------------------------------------------ |\n| HEXObject     | Gets the object hex representation of the color                    |\n| HEXAObject    | Gets the object hex representation of the color with alpha         |\n| RGBObject     | Gets the object rgb representation of the color                    |\n| RGBAObject    | Gets the object rgb representation of the color with alpha         |\n| HSLObject     | Gets the object hsl representation of the color                    |\n| HSLAObject    | Gets the object hsl representation of the color with alpha         |\n| HWBObject     | Gets the object HWB representation of the color                    |\n| HWBAObject    | Gets the object HWB representation of the color with alpha         |\n| CIELabObject  | Gets the object CIE L\\*a\\*b representation of the color            |\n| CIELabAObject | Gets the object CIE L\\*a\\*b representation of the color with alpha |\n| LCHObject     | Gets the object lch representation of the color                    |\n| LCHAObject    | Gets the object lch representation of the color  with alpha        |\n| CMYKObject    | Gets the object cmyk representation of the color                   |\n| CMYKAObject   | Gets the object cmyk representation of the color with alpha        |\n\n\nThere are 19 properties to get the individual color values:\n\n| Property  | Description                                                  |\n| --------- | ------------------------------------------------------------ |\n| R         | Gets the red value of the color                              |\n| G         | Gets the green value of the color                            |\n| B         | Gets the blue value of the color                             |\n| H         | Gets the color hue                                           |\n| S         | Gets the color saturation percentage                         |\n| L         | Gets the color lightness percentage                          |\n| Whiteness | Gets the color whiteness percentage                          |\n| Blackness | Gets the color blackness percentage                          |\n| CIEL      | Gets the CIE Lightness value of the color                    |\n| CIEa      | Gets the `a` axis in the CIE L\\*a\\*b colorspace of the color |\n| CIEb      | Gets the `b` axis in the CIE L\\*a\\*b colorspace of the color |\n| LCHL      | Gets the lch color lightness                                 |\n| LCHC      | Gets the color chroma                                        |\n| LCHH      | Gets the lch color hue                                       |\n| C         | Gets the CMYK cyan percentage value of the color             |\n| M         | Gets the CMYK magenta percentage value of the color          |\n| Y         | Gets the CMYK yellow percentage value of the color           |\n| K         | Gets the CMYK black percentage value of the color            |\n| A         | Gets the alpha value of the color                            |\n\nAnd a property to get the options object that acts as a [configuration object](#options-object) for the outputs\n\n| Property | Description                        |\n| -------- | ---------------------------------- |\n| options  | Get the configuration object value |\n\n\n###### Class public properties examples\n\nYou can also consult the [demo 1](https://elchininet.github.io/ColorTranslator/#demo1) and the [demo 2](https://elchininet.github.io/ColorTranslator/#demo2) to check the use of the public properties.\n\n```javascript\nconst color = new ColorTranslator('#FF00FF', { decimals: 2 });\n\ncolor.R; // 255\ncolor.G; // 0\ncolor.B; // 255\ncolor.RGB; // rgb(255 0 255)\ncolor.HSLA; // hsl(300 100% 50% / 1)\ncolor.CIELabObject; // {L: 60.17, a: 93.55, b: -60.5}\ncolor.options; // { decimals: 2 }\n```\n\n#### Class static methods\n\nFor the static methods, it is not needed to specify the input color model, the API will detect the format automatically. It is only needed to specify to which color model one wants to convert calling the specific static method.\n\nThere are 79 static methods available, 28 of them to convert colors, 24 to create color blends, 24 to mix colors, one to get shades, one to get tints, and one to create color harmonies.\n\n>Note: The static methods also count with the options-autodetection feature that was explained in the [options object section](#options-object), but in this case it scans all the inputs that are CSS, and it tries to detect the options in each one of them. If one of the autodetected options is consistent in all the inputs, then it takes the autodetected value, otherwise it will use the default one.\n\n###### Color conversion static methods\n\nThe static methods to convert colors accept any of the mentioned inputs as the first parameter, the second parameter is optional and it is an [options object](#options-object) (this second option is not present in the methods to generate HEX colors):\n\n```typescript\nconvertColorStaticMethod(\n  color: string | object,\n  options?: Options\n)\n```\n###### Color conversion static methods description\n\n| Static method   | Description                                                  |\n| --------------- | ------------------------------------------------------------ |\n| toHEX           | Converts to an hexadecimal notation                          |\n| toHEXObject     | Converts to an object in hexadecimal notation                |\n| toHEXA          | Converts to an hexadecimal notation with alpha               |\n| toHEXAObject    | Converts to an object in hexadecimal notation with alpha     |\n| toRGB           | Converts to an rgb notation                                  |\n| toRGBObject     | Converts to an object in rgb notation                        |\n| toRGBA          | Converts to an rgb notation with alpha                       |\n| toRGBAObject    | Converts to an object in rgb notation with alpha             |\n| toHSL           | Converts to an hsl notation                                  |\n| toHSLObject     | Converts to an object in hsl notation                        |\n| toHSLA          | Converts to an hsl notation with alpha                       |\n| toHSLAObject    | Converts to an object in hsl notation with alpha             |\n| toHWB           | Converts to an hwb notation                                  |\n| toHWBObject     | Converts to an object in hwb notation                        |\n| toHWBA          | Converts to an hwb notation with alpha                       |\n| toHWBAObject    | Converts to an object in hwb notation with alpha             |\n| toCIELab        | Converts to a CIE L\\*a\\*b notation                           |\n| toCIELabObject  | Converts to an object in the CIE L\\*a\\*b notation            |\n| toCIELabA       | Converts to a CIE L\\*a\\*b notation with alpha                |\n| toCIELabAObject | Converts to an object in the CIE L\\*a\\*b notation with alpha |\n| toLCH           | Converts to a lch notation                                   |\n| toLCHObject     | Converts to an object in lch notation                        |\n| toLCHA          | Converts to a lch notation with alpha                        |\n| toLCHAObject    | Converts to an object in lch notation with alpha             |\n| toCMYK          | Converts to a CMYK notation                                  |\n| toCMYKA         | Converts to a CMYK notation with alpha                       |\n| toCMYKObject    | Converts to an object in CMYK notation                       |\n| toCMYKAObject   | Converts to an object in CMYK notation with alpha            |\n\n###### Color conversion static methods examples\n\n```javascript\nColorTranslator.toHEX('gold'); // #FFD700\n\nColorTranslator.toRGB('#FF00FF'); // rgb(255 0 255)\n\nColorTranslator.toRGBA(\n  'hsl(50, 20%, 90%)',\n  { decimals: 0 }\n); // rgba(235,233,224,1)\n\nColorTranslator.toHSL('rgb(255 0 0)'); // hsl(0 100% 50%)\n\nColorTranslator.toHSLA('rgba(0, 255, 255, 0.5)'); // hsla(180,100%,50%,0.5)\n\nColorTranslator.toCMYKObject('#F0F'); // {C: 0, M: 100, Y: 0, K: 0}\n\nColorTranslator.toCMYK('#F0F'); // cmyk(0% 100% 0% 0%)\n\nColorTranslator.toRGB(\n  { h: 115, s: '70%', l: '45%' },\n  { decimals: 0 }\n); // rgb(48 195 34)\n\nColorTranslator.toHSLA(\n  { r: 115, g: 200, b: 150, a: 0.5 },\n  { decimals: 1 }\n); // hsl(144.7 43.6% 61.8% / 0.5)\n\nColorTranslator.toHSLA(\n  { r: 95, g: 23, b: 12, a: Math.SQRT1_2 },\n  { decimals: 4 }\n); // hsl(7.9518 77.5701% 20.9804% / 0.7071)\n\nColorTranslator.toCIELab(\n  '#00F',\n  { decimals: 2 }\n); // lab(29.57 68.3 -112.03)\n```\n\nYou can also consult the [demo 3](https://elchininet.github.io/ColorTranslator/#demo3), the [demo 4](https://elchininet.github.io/ColorTranslator/#demo4) and the [demo 5](https://elchininet.github.io/ColorTranslator/#demo5) to check the use of these static methods.\n\n###### Color blends static methods\n\nThe static methods to create color blends accept any of the mentioned inputs as the first and second parameter, the third parameter is optional and it is the number of steps of the blending. And the fourth parameter is also optional and it is an [options object](#options-object) (this fourth option is not present in the methods to generate HEX colors):\n\n```typescript\n// If steps is not sent, the default will be 5\ngetBlendColorsStaticMethod(\n  fromColor: string | object,\n  toColor: string | object,\n  options?: Options\n)\n\n// Specifying the number of steps\ngetBlendColorsStaticMethod(\n  fromColor: string | object,\n  toColor: string | object,\n  steps: number,\n  options?: Options\n)\n```\n\n###### Color blends static methods description\n\n| Static method         | Description                                                                                             |\n| --------------------- | ------------------------------------------------------------------------------------------------------- |\n| getBlendHEX           | Creates an array relative to the blend between two colors in hexadecimal notation                       |\n| getBlendHEXObject     | Creates an array of objects relative to the blend between two colors in hexadecimal notation            |\n| getBlendHEXA          | Creates an array relative to the blend between two colors in hexadecimal notation with alpha            |\n| getBlendHEXAObject    | Creates an array of objects relative to the blend between two colors in hexadecimal notation with alpha |\n| getBlendRGB           | Creates an array relative to the blend between two colors in rgb notation                               |\n| getBlendRGBObject     | Creates an array of objects relative to the blend between two colors in rgb notation                    |\n| getBlendRGBA          | Creates an array relative to the blend between two colors in rgb notation with alpha                    |\n| getBlendRGBAObject    | Creates an array of objects relative to the blend between two colors in rgb notation with alpha         |\n| getBlendHSL           | Creates an array relative to the blend between two colors in hsl notation                               |\n| getBlendHSLObject     | Creates an array of objects relative to the blend between two colors in hsl notation                    |\n| getBlendHSLA          | Creates an array relative to the blend between two colors in hsl notation with alpha                    |\n| getBlendHSLAObject    | Creates an array of objects relative to the blend between two colors in hsl notation with alpha         |\n| getBlendHWB           | Creates an array relative to the blend between two colors in hwb notation                               |\n| getBlendHWBObject     | Creates an array of objects relative to the blend between two colors in hwb notation                    |\n| getBlendHWBA          | Creates an array relative to the blend between two colors in hwb notation with alpha                    |\n| getBlendHWBAObject    | Creates an array of objects relative to the blend between two colors in hwb notation with alpha         |\n| getBlendCIELab        | Creates an array relative to the blend between two colors in CIE L\\*a\\*b notation                       |\n| getBlendCIELabObject  | Creates an array of objects relative to the blend between two colors in CIE L\\*a\\*b notation            |\n| getBlendCIELabA       | Creates an array relative to the blend between two colors in CIE L\\*a\\*b notation with alpha            |\n| getBlendCIELabAObject | Creates an array of objects relative to the blend between two colors in CIE L\\*a\\*b notation with alpha |\n| getBlendLCH           | Creates an array relative to the blend between two colors in lch notation                               |\n| getBlendLCHObject     | Creates an array of objects relative to the blend between two colors in lch notation                    |\n| getBlendLCHA          | Creates an array relative to the blend between two colors in lch notation with alpha                    |\n| getBlendLCHAObject    | Creates an array of objects relative to the blend between two colors in lch notation with alpha         |\n\n###### Color blends static methods examples\n\n```javascript\nColorTranslator.getBlendHEX('#FF0000', '#0000FF', 5);\n\n// [\n//   \"#FF0000\",\n//   \"#BF003F\",\n//   \"#7F007F\",\n//   \"#3F00BF\",\n//   \"#0000FF\"\n// ]\n\nColorTranslator.getBlendHSLA('#FF000000', '#0000FFFF', 3);\n\n// [\n//   \"hsl(0 100% 50% / 0)\",\n//   \"hsl(300 100% 25% / 0.5)\",\n//   \"hsl(240 100% 50% / 1)\"\n// ]\n\nColorTranslator.getBlendRGBAObject('#F000', 'rgba(0,0,255,1)', 5);\n\n// [\n//   {R: 255, G: 0, B: 0, A: 0},\n//   {R: 191.25, G: 0, B: 63.75, A: 0.25},\n//   {R: 127.5, G: 0, B: 127.5, A: 0.5},\n//   {R: 63.75, G: 0, B: 191.25, A: 0.75},\n//   {R: 0, G: 0, B: 255, A: 1}\n// ]\n```\n\nYou can also consult the [demo 6](https://elchininet.github.io/ColorTranslator/#demo6) to check the use of these static methods.\n\n###### Color mix static methods\n\nThe static methods to mix colors accept an array of any of the mentioned inputs as the first parameter. The second parameter is optional and specifies the mixing mode (by default it will be `ADDITIVE`). And the third parameter is also optional and it is an [options object](#options-object) (this third option is not present in the methods to generate HEX colors):\n\n> **Note:** The subtractive mix simulates the mixing of pigments, to achieve this, the rgb colors are converted to ryb color model, the addition is performed in this mode and at the end the result is converted back to rgb. The result is OK most of the time, but as this is not a real mix of pigments, sometimes the result could differ from the reality.\n\n```typescript\n// If mode is not sent, the default will be \"ADDITIVE\"\ngetMixColorsStaticMethod(\n  colors: [string | object][],\n  options?: Options\n)\n\n// Specifying the mix mode\ngetMixColorsStaticMethod(\n  colors: [string | object][],\n  mode: 'ADDITIVE' | 'SUBTRACTIVE',\n  options?: Options\n)\n```\n\n###### Color mix static methods description\n\n| Static method       | Description                                                                            |\n| ------------------- | -------------------------------------------------------------------------------------- |\n| getMixHEX           | Gets the mix of the input colors in hexadecimal notation                               |\n| getMixHEXObject     | Gets the mix of the input colors in an object in hexadecimal notation                  |\n| getMixHEXA          | Gets the mix of the input colors in hexadecimal notation with alpha                    |\n| getMixHEXAObject    | Gets the mix of the input colors in an object in hexadecimal notation with alpha       |\n| getMixRGB           | Gets the mix of the input colors in rgb notation                                       |\n| getMixRGBObject     | Gets the mix of the input colors in an object in rgb notation                          |\n| getMixRGBA          | Gets the mix of the input colors in rgb notation with alpha                            |\n| getMixRGBAObject    | Gets the mix of the input colors in an object in rgb notation with alpha               |\n| getMixHSL           | Gets the mix of the input colors in hsl notation                                       |\n| getMixHSLObject     | Gets the mix of the input colors in an object in hsl notation                          |\n| getMixHSLA          | Gets the mix of the input colors in hsl notation with alpha                            |\n| getMixHSLAObject    | Gets the mix of the input colors in an object in hsl notation with alpha               |\n| getMixHWB           | Gets the mix of the input colors in hwb notation                                       |\n| getMixHWBObject     | Gets the mix of the input colors in an object in hwb notation                          |\n| getMixHWBA          | Gets the mix of the input colors in hwb notation with alpha                            |\n| getMixHWBAObject    | Gets the mix of the input colors in an object in hwb notation with alpha               |\n| getMixCIELab        | Gets the mix of the input colors in CIE L\\*a\\*b color notation                         |\n| getMixCIELabObject  | Gets the mix of the input colors in an object in CIE L\\*a\\*b color notation            |\n| getMixCIELabA       | Gets the mix of the input colors in CIE L\\*a\\*b color notation with alpha              |\n| getMixCIELabAObject | Gets the mix of the input colors in an object in CIE L\\*a\\*b color notation with alpha |\n| getMixLCH           | Gets the mix of the input colors in lch notation                                       |\n| getMixLCHObject     | Gets the mix of the input colors in an object in lch notation                          |\n| getMixLCHA          | Gets the mix of the input colors in lch notation with alpha                            |\n| getMixLCHAObject    | Gets the mix of the input colors in an object in lch notation with alpha               |\n\n###### Color mix static methods examples\n\n```javascript\nColorTranslator.getMixHEX(['#FF0000', '#0000FF']);\n\n// #FF00FF\n\nColorTranslator.getMixHSL(['rgba(255, 0, 0, 1)', '#00FF00']);\n\n// hsl(60 100% 50%)\n\nColorTranslator.getMixHEXAObject(['#F00', 'rgb(0, 0, 255)'], 'ADDITIVE');\n\n// { R: '0xFF', G: '0x00', B: '0xFF', A: '0xFF' }\n\nColorTranslator.getMixHEX(['#FF0', '#F00'], 'SUBTRACTIVE');\n\n// #FF8800\n```\n\nYou can also consult the [demo 8](https://elchininet.github.io/ColorTranslator/#demo8) and [demo 9](https://elchininet.github.io/ColorTranslator/#demo9) to check the use of these static methods.\n\n###### Color shades and color tints static methods\n\nThe static methods to get [shades or tints of a color](https://en.m.wikipedia.org/wiki/Tints_and_shades) accept any of the mentioned inputs as the first parameter. The second parameter specifies the number of shades or tints that should be returned and the third parameter is optional and it is an [options object](#options-object). This method will return the colors in the same format that was sent as input:\n\n```typescript\n// If shades is not sent, the default will be 5\ngetShades(\n  color: string | object,\n  options?: Options\n)\n\n// Specifying the shades number\ngetShades(\n  color: string | object,\n  shades: number,\n  options?: Options\n)\n\n// If tints is not sent, the default will be 5\ngetTints(\n  color: string | object,\n  options?: Options\n)\n\n// Specifying the tints number\ngetTints(\n  color: string | object,\n  tints: number,\n  options?: Options\n)\n```\n\n###### Color shades and color tints static methods description\n\n| Static method | Description                                                                |\n| ------------- | ---------------------------------------------------------------------------|\n| getShades     | Gets shades of a colour (mix the color with black increasing its darkness) |  \n| getTints      | Gets tints of a colour (mix the color with white increasing its lightness) |\n\n\n###### Color shades and color tints static methods examples\n\n```javascript\nColorTranslator.getShades('#FF0000', 5);\n\n// [\n//   \"#D40000\",\n//   \"#AA0000\",\n//   \"#800000\",\n//   \"#550000\",\n//   \"#2A0000\"\n// ]\n\nColorTranslator.getTints({r: 255, g: 0, b: 0, a: 0.5}, 5);\n\n// [\n//   {R: 255, G: 42.5, B: 42.5, A: 0.5},\n//   {R: 255, G: 85, B: 85, A: 0.5},\n//   {R: 255, G: 127.5, B: 127.5, A: 0.5},\n//   {R: 255, G: 170, B: 170, A: 0.5},\n//   {R: 255, G: 212.5, B: 212.5, A: 0.5}\n// ]\n```\n\nYou can also consult the [demo 7](https://elchininet.github.io/ColorTranslator/#demo7) to check the use of these static methods.\n\n###### Color harmonies static method\n\nThe static method to create color harmonies accepts four parmeters, the first one could be any of the mentioned inputs, the second one is optional and it is to specify the kind of harmony (by default it will be \"COMPLEMENTARY\"), the third one is also optional and it specifies if the returned harmony is based on additive or subtractive colors (by default it will be \"ADDITIVE\"), and the fourth parameter is also optional and it is an [options object](#options-object). This method will return the colors in the same format that was sent as input:\n\n```typescript\n// If harmony is not sent, the default will be \"COMPLEMENTARY\"\n// If mode is not sent, the default will be \"ADDITIVE\"\ngetHarmony(\n  color: string | object,\n  options?: Options\n)\n\n// If mode is not sent, the default will be \"ADDITIVE\"\ngetHarmony(\n  color: string | object,\n  harmony: 'ANALOGOUS' | 'COMPLEMENTARY' | 'SPLIT_COMPLEMENTARY' | 'TRIADIC' | 'TETRADIC' | 'SQUARE',\n  options?: Options\n)\n\n// If harmony is not sent, the default will be \"COMPLEMENTARY\"\ngetHarmony(\n  color: string | object,\n  mode: 'ADDITIVE' | 'SUBTRACTIVE',\n  options?: Options\n)\n\ngetHarmony(\n  color: string | object,\n  harmony: 'ANALOGOUS' | 'COMPLEMENTARY' | 'SPLIT_COMPLEMENTARY' | 'TRIADIC' | 'TETRADIC' | 'SQUARE',\n  mode: 'ADDITIVE' | 'SUBTRACTIVE',\n  options?: Options\n)\n```\n\n###### Color harmonies static method description\n\n| Static method | Description                                                                  |\n| ------------- | ---------------------------------------------------------------------------- |\n| getHarmony    | Returns an array of colors representing the harmony requested. The color output will be the same that was sent as input |\n\n###### Available armonies\n\n| Harmony             | Description                                                              | Returned colors |\n| ------------------- | ------------------------------------------------------------------------ | --------------- |\n| ANALOGOUS           | Returns the same color plus the two relative analogous colours           | 3               |\n| COMPLEMENTARY       | Returns the same color plus the relative complementary color             | 2               |\n| SPLIT_COMPLEMENTARY | Returns the same color plus the two relative split complementary colours | 3               |\n| SQUARE              | Returns the same color plus the three relative evenly square colours     | 4               |\n| TETRADIC            | Returns the same color plus the three relative tetradic colours          | 4               |\n| TRIADIC             | Returns the same color plus the two relative evenly triadic colors       | 3               |\n\n###### Color harmonies static method examples\n\n```javascript\nColorTranslator.getHarmony('#FF00FF');\n\n// [\"#FF00FF\", \"#00FF00\"]\n\nColorTranslator.getHarmony('rgba(0 255 255 / 0.5)', 'ANALOGOUS');\n\n// [\n//   \"rgba(0 255 255 / 0.5)\",\n//   \"rgba(0 127.5 255 / 0.5)\",\n//   \"rgba(0 255 127.5 / 0.5)\"\n// ]\n\nColorTranslator.getHarmony(\n  { r: 115, g: 200, b: 150, a: 0.5 },\n  'COMPLEMENTARY',\n  'ADDITIVE',\n  { decimals: 2 }\n);\n\n// [\n//   {R: 115, G: 200, B: 150, A: 0.5},\n//   {R: 200, G: 123.75, B: 115, A: 0.5}\n// ]\n\nColorTranslator.getHarmony('#FF0000', 'COMPLEMENTARY', 'SUBTRACTIVE');\n\n// [\"#FF0000\", \"#00FF00\"]\n\n```\n\nYou can also consult the [demo 10](https://elchininet.github.io/ColorTranslator/#demo10) and [demo 11](https://elchininet.github.io/ColorTranslator/#demo11) to check the use of this static method.\n\n## TypeScript Support\n\nThe package has its own type definitions, so it can be used in a `TypeScript` project without any issues. The next enums and interfaces are exposed and can be imported in your project:\n\n###### Harmony and Mix\n\nYou can send these values as strings and it will be checked by `TypeScript` if the string is correct. But for comodity, you can use the `Harmony` and `Mix` enums exported in the library.\n\n```typescript\nHarmony.COMPLEMENTARY === 'COMPLEMENTARY';\nMix.ADDITIVE === 'ADDITIVE'\n```\n\n###### InputOptions\n\nThis is the type of the [options object](#options-object) that can be sent to the class constructor or to the static methods.\n\n```typescript\ninterface InputOptions {\n    decimals?: number;\n    legacyCSS?: boolean;\n    spacesAfterCommas?: boolean;\n    anglesUnit?: 'none' | 'deg' | 'grad' | 'rad' | 'turn';\n    rgbUnit?: 'none' | 'percent';\n    labUnit?: 'none' | 'percent';\n    lchUnit?: 'none' | 'percent';\n    cmykUnit?: 'none' | 'percent';\n    alphaUnit?: 'none' | 'percent';\n    cmykFunction?: 'device-cmyk' | 'cmyk';\n}\n```\n\n###### HEXObject\n\nThis type is returned by the `HEXObject`, and `HEXAObject` properties, the `toHEXObject`, `toHEXAObject`, `getBlendHEXObject`, `getBlendHEXAObject`, `getMixHEXObject`, and the `getMixHEXAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `HEXObject`).\n\n```typescript\ninterface HEXObject {\n    R: string;\n    G: string;\n    B: string;\n    A?: string;\n}\n```\n\n###### RGBObject\n\nThis type is returned by the `RGBObject`, and `RGBAObject` properties, the `toRGBObject`, `toRGBAObject`, `getBlendRGBObject`, `getBlendRGBAObject`, `getMixRGBObject`, and the `getMixRGBAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `RGBObject`).\n\n```typescript\ninterface RGBObject {\n    R: number;\n    G: number;\n    B: number;\n    A?: number;\n}\n```\n\n###### HSLObject\n\nThis type is returned by the `HSLObject`, and `HSLAObject` properties, the `toHSLObject`, `toHSLAObject`, `getBlendHSLObject`, `getBlendHSLAObject`, `getMixHSLObject`, and the `getMixHSLAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `HSLObject`).\n\n```typescript\ninterface HSLObject {\n    H: number;\n    S: number;\n    L: number;\n    A?: number;\n}\n```\n\n###### HWBObject\n\nThis type is returned by the `HWBObject`, and `HWBAObject` properties, the `toHWBObject`, `toHWBAObject`, `getBlendHWBObject`, `getBlendHWBAObject`, `getMixHWBObject`, and the `getMixHWBAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `HWBObject`).\n\n```typescript\ninterface HWBObject {\n    H: number;\n    W: number;\n    B: number;\n    A?: number;\n}\n```\n\n###### CIELabObject\n\nThis type is returned by the `CIELabObject`, and `CIELabAObject` properties, the `toCIELabObject`, `toCIELabAObject`, `getBlendCIELabObject`, `getBlendCIELabAObject`, `getMixCIELabObject`, and the `getMixCIELabAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `CIELabObject`).\n\n```typescript\ninterface CIELabObject {\n    L: number;\n    a: number;\n    b: number;\n    A?: number;\n}\n```\n\n###### LCHObject\n\nThis type is returned by the `LCHObject`, and `LCHAObject` properties, the `toLCHObject`, `toLCHAObject`, `getBlendLCHObject`, `getBlendLCHAObject`, `getMixLCHObject`, and the `getMixLCHAObject` methods, and the `getShades`, `getTints`, and `getHarmony` methods (when the input is an `LCHObject`).\n\n```typescript\ninterface LCHObject {\n    L: number;\n    C: number;\n    H: number;\n    A?: number;\n}\n```\n\n###### CMYKObject\n\nThis type is returned by the `CMYKObject` property, and the `toCMYKObject` and `toCMYKAObject` methods.\n\n```typescript\ninterface CMYKObject {\n    C: number;\n    M: number;\n    Y: number;\n    K: number;\n}\n```","users":{}}