package.json
2.57 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"_args": [
[
{
"raw": "ansi-html@0.0.6",
"scope": null,
"escapedName": "ansi-html",
"name": "ansi-html",
"rawSpec": "0.0.6",
"spec": "0.0.6",
"type": "version"
},
"/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware"
]
],
"_from": "ansi-html@0.0.6",
"_id": "ansi-html@0.0.6",
"_inCache": true,
"_location": "/ansi-html",
"_nodeVersion": "4.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/ansi-html-0.0.6.tgz_1477457737513_0.8344127773307264"
},
"_npmUser": {
"name": "tjatse",
"email": "thisnamemeansnothing@gmail.com"
},
"_npmVersion": "3.10.6",
"_phantomChildren": {},
"_requested": {
"raw": "ansi-html@0.0.6",
"scope": null,
"escapedName": "ansi-html",
"name": "ansi-html",
"rawSpec": "0.0.6",
"spec": "0.0.6",
"type": "version"
},
"_requiredBy": [
"/webpack-hot-middleware"
],
"_resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.6.tgz",
"_shasum": "bda8e33dd2ee1c20f54c08eb405713cbfc0ed80e",
"_shrinkwrap": null,
"_spec": "ansi-html@0.0.6",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/webpack-hot-middleware",
"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"
},
"directories": {},
"dist": {
"shasum": "bda8e33dd2ee1c20f54c08eb405713cbfc0ed80e",
"tarball": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.6.tgz"
},
"engines": [
"node >= 0.8.0"
],
"gitHead": "29055aed2ccf07ecd75340b2200f6a6e24fb9e7f",
"homepage": "https://github.com/Tjatse/ansi-html",
"keywords": [
"ansi",
"ansi html",
"chalk html"
],
"license": "Apache-2.0",
"main": "index.js",
"maintainers": [
{
"name": "tjatse",
"email": "thisnamemeansnothing@gmail.com"
}
],
"name": "ansi-html",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.6"
}