package.json
2.45 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
{
"_from": "gauge@^4.0.3",
"_id": "gauge@4.0.4",
"_inBundle": false,
"_integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==",
"_location": "/gauge",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gauge@^4.0.3",
"name": "gauge",
"escapedName": "gauge",
"rawSpec": "^4.0.3",
"saveSpec": null,
"fetchSpec": "^4.0.3"
},
"_requiredBy": [
"/node-gyp/npmlog"
],
"_resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz",
"_shasum": "52ff0652f2bbf607a989793d53b751bef2328dce",
"_spec": "gauge@^4.0.3",
"_where": "C:\\Users\\tahm_\\OneDrive\\바탕 화면\\2022-1\\오픈소스\\프로젝트\\khuhub\\OSSW_Weather_Briefing2\\node_modules\\node-gyp\\node_modules\\npmlog",
"author": {
"name": "GitHub Inc."
},
"bugs": {
"url": "https://github.com/npm/gauge/issues"
},
"bundleDependencies": false,
"dependencies": {
"aproba": "^1.0.3 || ^2.0.0",
"color-support": "^1.1.3",
"console-control-strings": "^1.1.0",
"has-unicode": "^2.0.1",
"signal-exit": "^3.0.7",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"wide-align": "^1.1.5"
},
"deprecated": false,
"description": "A terminal based horizontal gauge",
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
"@npmcli/template-oss": "3.2.0",
"readable-stream": "^3.6.0",
"tap": "^16.0.1"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
},
"files": [
"bin/",
"lib/"
],
"homepage": "https://github.com/npm/gauge",
"keywords": [
"progressbar",
"progress",
"gauge"
],
"license": "ISC",
"main": "lib",
"name": "gauge",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/gauge.git"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"postversion": "npm publish",
"prepublishOnly": "git push origin --follow-tags",
"preversion": "npm test",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
},
"tap": {
"branches": 79,
"statements": 89,
"functions": 92,
"lines": 90
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "3.2.0"
},
"version": "4.0.4"
}