summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/ansicolors/package.json
blob: 0b82cc1e4c2430de96d1b2aac9c04ea47ef185b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  "_args": [
    [
      "ansicolors@0.3.2",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "ansicolors@0.3.2",
  "_id": "ansicolors@0.3.2",
  "_inBundle": false,
  "_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
  "_location": "/ansicolors",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ansicolors@0.3.2",
    "name": "ansicolors",
    "escapedName": "ansicolors",
    "rawSpec": "0.3.2",
    "saveSpec": null,
    "fetchSpec": "0.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
  "_spec": "0.3.2",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "thlorenz.com"
  },
  "bugs": {
    "url": "https://github.com/thlorenz/ansicolors/issues"
  },
  "description": "Functions that surround a string with ansicolor codes so it prints in color.",
  "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
  "homepage": "https://github.com/thlorenz/ansicolors#readme",
  "keywords": [
    "ansi",
    "colors",
    "highlight",
    "string"
  ],
  "license": "MIT",
  "main": "ansicolors.js",
  "name": "ansicolors",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/ansicolors.git"
  },
  "scripts": {
    "test": "node test/*.js"
  },
  "version": "0.3.2"
}