-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
75 lines (75 loc) · 2.42 KB
/
package-lock.json
File metadata and controls
75 lines (75 loc) · 2.42 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
{
"name": "cli-uwu",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "cli-uwu",
"version": "1.0.0",
"dependencies": {
"@zuzak/owo": "^1.14.1",
"readline": "^1.3.0"
},
"bin": {
"cli-uwu": "index.js"
}
},
"node_modules/@zuzak/owo": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@zuzak/owo/-/owo-1.14.1.tgz",
"integrity": "sha512-GFzc2awTZDhV88iYGQPUakVmu5sIOBVW9pN1wxyVY6KaEFkSbu/jLX4/9oExPaNb7Xeckjj1xkyShUkn0tkZ4g==",
"dependencies": {
"random-item": "^1.0.0",
"replace-string": "^2.0.0"
}
},
"node_modules/random-item": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/random-item/-/random-item-1.0.0.tgz",
"integrity": "sha1-Fu4xYmywUMihaGpfD0KmuZoqrxE=",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/readline": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw="
},
"node_modules/replace-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/replace-string/-/replace-string-2.0.0.tgz",
"integrity": "sha512-e6cHLIPJeIReWRcKFXdGC2bVR9dC4Bdwf2LIhzefHNPNR5ob90LtopHVGisQmaYEVfEtB945lmTA8B+e2lMJvQ==",
"engines": {
"node": ">=6"
}
}
},
"dependencies": {
"@zuzak/owo": {
"version": "1.14.1",
"resolved": "https://registry.npmjs.org/@zuzak/owo/-/owo-1.14.1.tgz",
"integrity": "sha512-GFzc2awTZDhV88iYGQPUakVmu5sIOBVW9pN1wxyVY6KaEFkSbu/jLX4/9oExPaNb7Xeckjj1xkyShUkn0tkZ4g==",
"requires": {
"random-item": "^1.0.0",
"replace-string": "^2.0.0"
}
},
"random-item": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/random-item/-/random-item-1.0.0.tgz",
"integrity": "sha1-Fu4xYmywUMihaGpfD0KmuZoqrxE="
},
"readline": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
"integrity": "sha1-xYDXfvLPyHUrEySYBg3JeTp6wBw="
},
"replace-string": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/replace-string/-/replace-string-2.0.0.tgz",
"integrity": "sha512-e6cHLIPJeIReWRcKFXdGC2bVR9dC4Bdwf2LIhzefHNPNR5ob90LtopHVGisQmaYEVfEtB945lmTA8B+e2lMJvQ=="
}
}
}