{
  "_from": "parse-color@^1.0.0",
  "_id": "parse-color@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-e3SLlag/A/FqlPU15S1/PZRlhhk=",
  "_location": "/parse-color",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "parse-color@^1.0.0",
    "name": "parse-color",
    "escapedName": "parse-color",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sass-extract"
  ],
  "_resolved": "https://registry.npmjs.org/parse-color/-/parse-color-1.0.0.tgz",
  "_shasum": "7b748b95a83f03f16a94f535e52d7f3d94658619",
  "_spec": "parse-color@^1.0.0",
  "_where": "/var/www/html/frontend/reactapp/supportroom-client/node_modules/sass-extract",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bugs": {
    "url": "https://github.com/substack/parse-color/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "color-convert": "~0.5.0"
  },
  "deprecated": false,
  "description": "parse a css color string (plus hsv and cmyk) into an object",
  "devDependencies": {
    "tape": "~1.0.4"
  },
  "homepage": "https://github.com/substack/parse-color",
  "keywords": [
    "rgb",
    "rgba",
    "hsl",
    "hsla",
    "hsv",
    "hsva",
    "cmyk",
    "cmyka",
    "color",
    "css",
    "alpha"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "parse-color",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/parse-color.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "1.0.0"
}
