summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/columnify/node_modules/strip-ansi/package.json
blob: ea6a22fe2196b7511ea23ab615fe6cdd78dc147e (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "name": "strip-ansi",
  "version": "0.2.2",
  "description": "Strip ANSI escape codes",
  "license": "MIT",
  "bin": {
    "strip-ansi": "cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/strip-ansi"
  },
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "strip",
    "trim",
    "remove",
    "ansi",
    "styles",
    "color",
    "colour",
    "colors",
    "terminal",
    "console",
    "cli",
    "string",
    "tty",
    "escape",
    "formatting",
    "rgb",
    "256",
    "shell",
    "xterm",
    "log",
    "logging",
    "command-line",
    "text"
  ],
  "dependencies": {
    "ansi-regex": "^0.1.0"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/strip-ansi/issues"
  },
  "homepage": "https://github.com/sindresorhus/strip-ansi",
  "_id": "strip-ansi@0.2.2",
  "_shasum": "854d290c981525fc8c397a910b025ae2d54ffc08",
  "_from": "strip-ansi@^0.2.1",
  "_npmVersion": "1.4.9",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "dist": {
    "shasum": "854d290c981525fc8c397a910b025ae2d54ffc08",
    "tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.2.2.tgz",
  "readme": "ERROR: No README data found!"
}