-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
119 lines (119 loc) · 2.85 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"aws-cdk-lib": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/aws-cdk-lib/-/aws-cdk-lib-2.8.0.tgz",
"integrity": "sha512-i6vys7oGc77a6LpXuBF3434wyx6X7WUS/BPaRFAf52LWb8PPlq/pSOVP5kkKPgqCElvAzQatqMZuoeT6tbincQ==",
"requires": {
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^9.1.0",
"ignore": "^5.2.0",
"jsonschema": "^1.4.0",
"minimatch": "^3.0.4",
"punycode": "^2.1.1",
"semver": "^7.3.5",
"yaml": "1.10.2"
},
"dependencies": {
"@balena/dockerignore": {
"version": "1.0.2",
"bundled": true
},
"at-least-node": {
"version": "1.0.0",
"bundled": true
},
"balanced-match": {
"version": "1.0.2",
"bundled": true
},
"brace-expansion": {
"version": "1.1.11",
"bundled": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"case": {
"version": "1.6.3",
"bundled": true
},
"concat-map": {
"version": "0.0.1",
"bundled": true
},
"fs-extra": {
"version": "9.1.0",
"bundled": true,
"requires": {
"at-least-node": "^1.0.0",
"graceful-fs": "^4.2.0",
"jsonfile": "^6.0.1",
"universalify": "^2.0.0"
}
},
"graceful-fs": {
"version": "4.2.9",
"bundled": true
},
"ignore": {
"version": "5.2.0",
"bundled": true
},
"jsonfile": {
"version": "6.1.0",
"bundled": true,
"requires": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
}
},
"jsonschema": {
"version": "1.4.0",
"bundled": true
},
"lru-cache": {
"version": "6.0.0",
"bundled": true,
"requires": {
"yallist": "^4.0.0"
}
},
"minimatch": {
"version": "3.0.4",
"bundled": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"punycode": {
"version": "2.1.1",
"bundled": true
},
"semver": {
"version": "7.3.5",
"bundled": true,
"requires": {
"lru-cache": "^6.0.0"
}
},
"universalify": {
"version": "2.0.0",
"bundled": true
},
"yallist": {
"version": "4.0.0",
"bundled": true
},
"yaml": {
"version": "1.10.2",
"bundled": true
}
}
}
}
}