{
  "_from": "hsl-to-hex@^1.0.0",
  "_id": "hsl-to-hex@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-K6GVpucS5wFf44X0h2bLVRDsycgJmf9FF2elg+CrqD8GcFU8c6vYhgXn8NjUkFCwj+xDFb70qgLbTUm6sxwPmA==",
  "_location": "/hsl-to-hex",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "hsl-to-hex@^1.0.0",
    "name": "hsl-to-hex",
    "escapedName": "hsl-to-hex",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/@react-pdf/stylesheet"
  ],
  "_resolved": "https://registry.npmjs.org/hsl-to-hex/-/hsl-to-hex-1.0.0.tgz",
  "_shasum": "c58c826dc6d2f1e0a5ff1da5a7ecbf03faac1352",
  "_spec": "hsl-to-hex@^1.0.0",
  "_where": "/var/www/justnowapp/node_modules/@react-pdf/stylesheet",
  "author": {
    "name": "David Mark Clements"
  },
  "bugs": {
    "url": "https://github.com/davidmarkclements/hsl-to-hex/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "hsl-to-rgb-for-reals": "^1.1.0"
  },
  "deprecated": false,
  "description": "Convert HSL colors to RGB colors in hex format.",
  "devDependencies": {
    "standard": "^6.0.8",
    "tap": "^5.7.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/davidmarkclements/hsl-to-hex#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "hsl-to-hex",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/davidmarkclements/hsl-to-hex.git"
  },
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && tap --cov test"
  },
  "version": "1.0.0"
}
