package.json 1.35 KB
{
  "name": "colors",
  "description": "get colors in your node.js console",
  "version": "1.1.2",
  "author": {
    "name": "Marak Squires"
  },
  "homepage": "https://github.com/Marak/colors.js",
  "bugs": {
    "url": "https://github.com/Marak/colors.js/issues"
  },
  "keywords": [
    "ansi",
    "terminal",
    "colors"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Marak/colors.js.git"
  },
  "license": "MIT",
  "scripts": {
    "test": "node tests/basic-test.js && node tests/safe-test.js"
  },
  "engines": {
    "node": ">=0.1.90"
  },
  "main": "lib",
  "files": [
    "examples",
    "lib",
    "LICENSE",
    "safe.js",
    "themes"
  ],
  "gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4",
  "_id": "colors@1.1.2",
  "_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
  "_from": "colors@>=1.1.2 <2.0.0",
  "_npmVersion": "2.1.8",
  "_nodeVersion": "0.11.13",
  "_npmUser": {
    "name": "marak",
    "email": "marak.squires@gmail.com"
  },
  "maintainers": [
    {
      "name": "marak",
      "email": "marak.squires@gmail.com"
    }
  ],
  "dist": {
    "shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
    "tarball": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
  "readme": "ERROR: No README data found!"
}