{
  "_args": [
    [
      "rgb2hex@0.1.10",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "rgb2hex@0.1.10",
  "_id": "rgb2hex@0.1.10",
  "_inBundle": false,
  "_integrity": "sha512-vKz+kzolWbL3rke/xeTE2+6vHmZnNxGyDnaVW4OckntAIcc7DcZzWkQSfxMDwqHS8vhgySnIFyBUH7lIk6PxvQ==",
  "_location": "/rgb2hex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rgb2hex@0.1.10",
    "name": "rgb2hex",
    "escapedName": "rgb2hex",
    "rawSpec": "0.1.10",
    "saveSpec": null,
    "fetchSpec": "0.1.10"
  },
  "_requiredBy": [
    "/webdriverio"
  ],
  "_resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.1.10.tgz",
  "_spec": "0.1.10",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Christian Bromann",
    "email": "mail@christian-bromann.com"
  },
  "bugs": {
    "url": "https://github.com/christian-bromann/rgb2hex/issues"
  },
  "description": "lightweight rgb/rgba to hex parser",
  "devDependencies": {
    "coveralls": "^3.0.1",
    "jest": "^25.0.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/christian-bromann/rgb2hex",
  "jest": {
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    }
  },
  "keywords": [
    "rgb",
    "rgba",
    "hex",
    "color",
    "parse",
    "parser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "rgb2hex",
  "repository": {
    "type": "git",
    "url": "git://github.com/christian-bromann/rgb2hex.git"
  },
  "scripts": {
    "cover": "jest --coverage",
    "test": "jest"
  },
  "version": "0.1.10"
}
