e528170de263204a701473fa54b9b3704c973c13.svn-base
2.05 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
{
"_from": "log-update@^3.0.0",
"_id": "log-update@3.4.0",
"_inBundle": true,
"_integrity": "sha512-ILKe88NeMt4gmDvk/eb615U/IVn7K9KWGkoYbdatQ69Z65nj1ZzjM6fHXfcs0Uge+e+EGnMW7DY4T9yko8vWFg==",
"_location": "/tap/log-update",
"_phantomChildren": {
"ansi-styles": "3.2.1",
"signal-exit": "3.0.3"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "log-update@^3.0.0",
"name": "log-update",
"escapedName": "log-update",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/tap/ink"
],
"_resolved": "https://registry.npmjs.org/log-update/-/log-update-3.4.0.tgz",
"_shasum": "3b9a71e00ac5b1185cc193a36d654581c48f97b9",
"_spec": "log-update@^3.0.0",
"_where": "/Users/isaacs/dev/js/tap/node_modules/ink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/log-update/issues"
},
"dependencies": {
"ansi-escapes": "^3.2.0",
"cli-cursor": "^2.1.0",
"wrap-ansi": "^5.0.0"
},
"deprecated": false,
"description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
"devDependencies": {
"@types/node": "^11.12.2",
"ava": "^1.4.1",
"terminal.js": "^1.0.10",
"tsd": "^0.7.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/log-update#readme",
"keywords": [
"log",
"logger",
"logging",
"cli",
"terminal",
"term",
"console",
"shell",
"update",
"refresh",
"overwrite",
"output",
"stdout",
"progress",
"bar",
"animation"
],
"license": "MIT",
"name": "log-update",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/log-update.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.4.0"
}