-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage-lock.json
64 lines (64 loc) · 2.62 KB
/
package-lock.json
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
{
"name": "@debut/plugin-genetic-shutdown",
"version": "1.3.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@debut/plugin-genetic-shutdown",
"version": "1.3.4",
"license": "Apache-2.0",
"peerDependencies": {
"@debut/plugin-stats": "^1.4.1",
"@debut/types": "^4.0.4"
}
},
"node_modules/@debut/plugin-stats": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@debut/plugin-stats/-/plugin-stats-1.4.1.tgz",
"integrity": "sha512-s0G4lZYMtYGQk5HdSIi9+hkw7J+8J82eOMUvP7GD/ViRhNqJ59VNMmHl5YkeiJ/lteGSV7jofsoVljRSfxXe/w==",
"peer": true,
"peerDependencies": {
"@debut/plugin-utils": "^2.0.0",
"@debut/types": "^4.0.0"
}
},
"node_modules/@debut/plugin-utils": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@debut/plugin-utils/-/plugin-utils-2.0.0.tgz",
"integrity": "sha512-H7rLPEAeKg6hTx23Bmq9d4PDkz8UjVK6vGZ9Xbe4zlXBPpI289tjbcWZGOPew4C/F7l87fX5WG9vWWCErlh+WA==",
"peer": true,
"peerDependencies": {
"@debut/types": "^4.0.0"
}
},
"node_modules/@debut/types": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@debut/types/-/types-4.0.4.tgz",
"integrity": "sha512-nB8kgdEr65U1T8AWSCfBSUC9rbw5vaT2P0Kh57avRM2R1WBreL8T5Ki73/94vob3IKZ2242VCz4tbAu5g41+ww==",
"peer": true
}
},
"dependencies": {
"@debut/plugin-stats": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/@debut/plugin-stats/-/plugin-stats-1.4.1.tgz",
"integrity": "sha512-s0G4lZYMtYGQk5HdSIi9+hkw7J+8J82eOMUvP7GD/ViRhNqJ59VNMmHl5YkeiJ/lteGSV7jofsoVljRSfxXe/w==",
"peer": true,
"requires": {}
},
"@debut/plugin-utils": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@debut/plugin-utils/-/plugin-utils-2.0.0.tgz",
"integrity": "sha512-H7rLPEAeKg6hTx23Bmq9d4PDkz8UjVK6vGZ9Xbe4zlXBPpI289tjbcWZGOPew4C/F7l87fX5WG9vWWCErlh+WA==",
"peer": true,
"requires": {}
},
"@debut/types": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@debut/types/-/types-4.0.4.tgz",
"integrity": "sha512-nB8kgdEr65U1T8AWSCfBSUC9rbw5vaT2P0Kh57avRM2R1WBreL8T5Ki73/94vob3IKZ2242VCz4tbAu5g41+ww==",
"peer": true
}
}
}