-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
31 lines (31 loc) · 1.14 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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"kleur": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
"integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
},
"mri": {
"version": "1.1.6",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz",
"integrity": "sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ=="
},
"npm-logical-tree": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/npm-logical-tree/-/npm-logical-tree-1.2.1.tgz",
"integrity": "sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg=="
},
"npm-why": {
"version": "1.1.9",
"resolved": "https://registry.npmjs.org/npm-why/-/npm-why-1.1.9.tgz",
"integrity": "sha512-3ElkhJWY5lifU6iOEHUI+eQdZgWkdpH1r0Tl/RRhPXNIHgBtKE3D3VVKZCmVMXMe9/Ojd099SgvJZVWjVIPNdw==",
"requires": {
"kleur": "^3.0.3",
"mri": "^1.1.1",
"npm-logical-tree": "^1.2.1"
}
}
}
}