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
| {
| "_from": "ansi-html-community@0.0.8",
| "_id": "ansi-html-community@0.0.8",
| "_inBundle": false,
| "_integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==",
| "_location": "/ansi-html-community",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "ansi-html-community@0.0.8",
| "name": "ansi-html-community",
| "escapedName": "ansi-html-community",
| "rawSpec": "0.0.8",
| "saveSpec": null,
| "fetchSpec": "0.0.8"
| },
| "_requiredBy": [
| "/webpack-hot-middleware"
| ],
| "_resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
| "_shasum": "69fbc4d6ccbe383f9736934ae34c3f8290f1bf41",
| "_spec": "ansi-html-community@0.0.8",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack-hot-middleware",
| "author": {
| "name": "mahdyar"
| },
| "bin": {
| "ansi-html": "bin/ansi-html"
| },
| "bugs": {
| "url": "https://github.com/mahdyar/ansi-html-community/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "An elegant lib that converts the chalked (ANSI) text to HTML. (Community)",
| "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/mahdyar/ansi-html-community",
| "keywords": [
| "ansi",
| "ansi html",
| "chalk html"
| ],
| "license": "Apache-2.0",
| "main": "index.js",
| "name": "ansi-html-community",
| "repository": {
| "type": "git",
| "url": "git://github.com/mahdyar/ansi-html-community.git"
| },
| "scripts": {
| "test": "mocha -R spec -t 5000"
| },
| "standard": {
| "ignore": [],
| "globals": [
| "describe",
| "it",
| "before",
| "after"
| ]
| },
| "version": "0.0.8"
| }
|
|