summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ansi/package.json
blob: 706ae63067694df4664c8ea68299f5eb87818dd2 (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
{
  "name": "ansi",
  "description": "Advanced ANSI formatting tool for Node.js",
  "keywords": [
    "ansi",
    "formatting",
    "cursor",
    "color",
    "terminal",
    "rgb",
    "256",
    "stream"
  ],
  "version": "0.3.0",
  "author": {
    "name": "Nathan Rajlich",
    "email": "nathan@tootallnate.net",
    "url": "http://tootallnate.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/ansi.js.git"
  },
  "main": "./lib/ansi.js",
  "bugs": {
    "url": "https://github.com/TooTallNate/ansi.js/issues"
  },
  "homepage": "https://github.com/TooTallNate/ansi.js",
  "_id": "ansi@0.3.0",
  "_shasum": "74b2f1f187c8553c7f95015bcb76009fb43d38e0",
  "_from": "ansi@latest",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "tootallnate",
    "email": "nathan@tootallnate.net"
  },
  "maintainers": [
    {
      "name": "TooTallNate",
      "email": "nathan@tootallnate.net"
    },
    {
      "name": "tootallnate",
      "email": "nathan@tootallnate.net"
    }
  ],
  "dist": {
    "shasum": "74b2f1f187c8553c7f95015bcb76009fb43d38e0",
    "tarball": "http://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/ansi/-/ansi-0.3.0.tgz",
  "readme": "ERROR: No README data found!"
}