Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « ansicolors « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cda0c75b5850a1a689796bf185050fd829b91ec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "ansicolors",
  "version": "0.3.2",
  "description": "Functions that surround a string with ansicolor codes so it prints in color.",
  "main": "ansicolors.js",
  "scripts": {
    "test": "node test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansicolors.git"
  },
  "keywords": [
    "ansi",
    "colors",
    "highlight",
    "string"
  ],
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
  "license": "MIT",
  "readmeFilename": "README.md",
  "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d"
}