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

package.json « ansi « node_modules « npm « deps - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d449d827ea39c80ae4cb40def5362cd56cb985f2 (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
{
  "name": "ansi",
  "description": "Advanced ANSI formatting tool for Node.js",
  "keywords": [
    "ansi",
    "formatting",
    "cursor",
    "color",
    "terminal",
    "rgb",
    "256",
    "stream"
  ],
  "version": "0.1.2",
  "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",
  "bin": {
    "beep": "./examples/beep/index.js",
    "clear": "./examples/clear/index.js",
    "imgcat": "./examples/imgcat/index.js",
    "starwars": "./examples/starwars.js"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "devDependencies": {
    "mocha": "*",
    "canvas": "*"
  },
  "engines": {
    "node": "*"
  },
  "_npmUser": {
    "name": "isaacs",
    "email": "i@izs.me"
  },
  "_id": "ansi@0.1.2",
  "dependencies": {},
  "optionalDependencies": {},
  "_engineSupported": true,
  "_npmVersion": "1.1.24",
  "_nodeVersion": "v0.7.10-pre",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "6139b23459bcd74b04572cf56b36102983d0a7d4"
  },
  "_from": "ansi@~0.1.2"
}