{"_id":"hsl-to-hex","_rev":"3-28eb62bb25d10c376b3700bebf5cb999","name":"hsl-to-hex","description":"Convert HSL colors to RGB colors in hex format.","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"hsl-to-hex","version":"1.0.0","main":"index.js","scripts":{"test":"npm run lint && tap --cov test","lint":"standard"},"author":{"name":"David Mark Clements"},"license":"MIT","repository":{"type":"git","url":"git+ssh://git@github.com/davidmarkclements/hsl-to-hex.git"},"bugs":{"url":"https://github.com/davidmarkclements/hsl-to-hex/issues"},"homepage":"https://github.com/davidmarkclements/hsl-to-hex#readme","description":"Convert HSL colors to RGB colors in hex format.","dependencies":{"hsl-to-rgb-for-reals":"^1.1.0"},"devDependencies":{"standard":"^6.0.8","tap":"^5.7.0"},"directories":{"test":"test"},"_id":"hsl-to-hex@1.0.0","_shasum":"c58c826dc6d2f1e0a5ff1da5a7ecbf03faac1352","_from":".","_npmVersion":"2.14.17","_nodeVersion":"5.10.1","_npmUser":{"name":"davidmarkclements","email":"huperekchuno@googlemail.com"},"dist":{"shasum":"c58c826dc6d2f1e0a5ff1da5a7ecbf03faac1352","tarball":"https://registry.npmjs.org/hsl-to-hex/-/hsl-to-hex-1.0.0.tgz","integrity":"sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoJUcwKDcNG4xfqQ+EN0i4FucrzfhmcgIWtxTqIDOK4gIhALnS+BEPxeAknv4yePzK17sNbxSv8SejK34jWbqh7ZkB"}]},"maintainers":[{"name":"davidmarkclements","email":"huperekchuno@googlemail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/hsl-to-hex-1.0.0.tgz_1460201940477_0.2288339571096003"}}},"readme":"# hsl-to-hex\n\nConvert HSL colors to RGB colors in hex format.\n\n## API\n\n```\nrequire('hsl-to-hex') => Function\nhsl(hue, saturation, luminosity)` => String\n```\n\n## Example\n\n```js\nvar hsl = require('hsl-to-hex')\nvar hue = 133 hsl(133, 40, 60)\nvar saturation = 40\nvar luminosity = 60\nvar hex = hsl(hue, saturation, luminosity)\nconsole.log(hex) // #70c282\n```\n\n## License\n\nISC","maintainers":[{"name":"davidmarkclements","email":"huperekchuno@googlemail.com"}],"time":{"modified":"2022-06-18T21:47:32.377Z","created":"2016-04-09T11:39:02.820Z","1.0.0":"2016-04-09T11:39:02.820Z"},"homepage":"https://github.com/davidmarkclements/hsl-to-hex#readme","repository":{"type":"git","url":"git+ssh://git@github.com/davidmarkclements/hsl-to-hex.git"},"author":{"name":"David Mark Clements"},"bugs":{"url":"https://github.com/davidmarkclements/hsl-to-hex/issues"},"license":"MIT","readmeFilename":"readme.md"}