{
  "_from": "colors@~1.2.1",
  "_id": "colors@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==",
  "_location": "/colors",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "colors@~1.2.1",
    "name": "colors",
    "escapedName": "colors",
    "rawSpec": "~1.2.1",
    "saveSpec": null,
    "fetchSpec": "~1.2.1"
  },
  "_requiredBy": [
    "/@rushstack/ts-command-line"
  ],
  "_resolved": "https://registry.npmjs.org/colors/-/colors-1.2.5.tgz",
  "_shasum": "89c7ad9a374bc030df8013241f68136ed8835afc",
  "_spec": "colors@~1.2.1",
  "_where": "/home/ghf/system/node_modules/@rushstack/ts-command-line",
  "author": {
    "name": "Marak Squires"
  },
  "bugs": {
    "url": "https://github.com/Marak/colors.js/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "get colors in your node.js console",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-config-google": "^0.9.1"
  },
  "engines": {
    "node": ">=0.1.90"
  },
  "files": [
    "examples",
    "lib",
    "LICENSE",
    "safe.js",
    "themes",
    "index.d.ts",
    "safe.d.ts"
  ],
  "homepage": "https://github.com/Marak/colors.js",
  "keywords": [
    "ansi",
    "terminal",
    "colors"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "colors",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Marak/colors.js.git"
  },
  "scripts": {
    "lint": "eslint . --fix",
    "test": "node tests/basic-test.js && node tests/safe-test.js"
  },
  "version": "1.2.5"
}
