Blame view

node_modules/ansi-html/package.json 1.64 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "ansi-html@0.0.7",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "ansi-html@0.0.7",
    "_id": "ansi-html@0.0.7",
    "_inBundle": false,
    "_integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=",
    "_location": "/ansi-html",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "ansi-html@0.0.7",
      "name": "ansi-html",
      "escapedName": "ansi-html",
      "rawSpec": "0.0.7",
      "saveSpec": null,
      "fetchSpec": "0.0.7"
    },
    "_requiredBy": [
      "/webpack-dev-server"
    ],
    "_resolved": "http://registry.npm.taobao.org/ansi-html/download/ansi-html-0.0.7.tgz",
    "_spec": "0.0.7",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Tjatse"
    },
    "bin": {
      "ansi-html": "./bin/ansi-html"
    },
    "bugs": {
      "url": "https://github.com/Tjatse/ansi-html/issues"
    },
    "dependencies": {},
    "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
    "devDependencies": {
      "chai": "^1.9.1",
      "chalk": "^1.1.3",
      "lodash": "^2.4.2",
      "mocha": "^1.21.4"
    },
    "engines": [
      "node >= 0.8.0"
    ],
    "homepage": "https://github.com/Tjatse/ansi-html",
    "keywords": [
      "ansi",
      "ansi html",
      "chalk html"
    ],
    "license": "Apache-2.0",
    "main": "index.js",
    "name": "ansi-html",
    "repository": {
      "type": "git",
      "url": "git://github.com/Tjatse/ansi-html.git"
    },
    "scripts": {
      "test": "mocha -R spec -t 5000"
    },
    "standard": {
      "ignore": [],
      "globals": [
        "describe",
        "it",
        "before",
        "after"
      ]
    },
    "version": "0.0.7"
  }