-
Notifications
You must be signed in to change notification settings - Fork 169
/
package-lock.json
58 lines (58 loc) · 2.23 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
{
"name": "anthos-service-mesh-packages",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"bats": "^1.3.0",
"bats-assert": "^2.0.0"
}
},
"node_modules/bats": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.3.0.tgz",
"integrity": "sha512-bnBQXwB52JwkMXzUgZOvAUDm/xVCDtdeaT4eORWeGcTLC0JgIuTMczg6QYX+KpNlC4naadC+rqdyG6winvKzlQ==",
"dev": true,
"bin": {
"bats": "bin/bats"
}
},
"node_modules/bats-assert": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.0.0.tgz",
"integrity": "sha512-qO3kNilWxW8iCONu9NDUfvsCiC6JzL6DPOc/DGq9z3bZ9/A7wURJ+FnFMxGbofOmWbCoy7pVhofn0o47A95qkQ==",
"dev": true,
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
}
},
"node_modules/bats-support": {
"version": "0.2.0",
"resolved": "git+ssh://[email protected]/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff",
"dev": true,
"peer": true
}
},
"dependencies": {
"bats": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.3.0.tgz",
"integrity": "sha512-bnBQXwB52JwkMXzUgZOvAUDm/xVCDtdeaT4eORWeGcTLC0JgIuTMczg6QYX+KpNlC4naadC+rqdyG6winvKzlQ==",
"dev": true
},
"bats-assert": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bats-assert/-/bats-assert-2.0.0.tgz",
"integrity": "sha512-qO3kNilWxW8iCONu9NDUfvsCiC6JzL6DPOc/DGq9z3bZ9/A7wURJ+FnFMxGbofOmWbCoy7pVhofn0o47A95qkQ==",
"dev": true,
"requires": {}
},
"bats-support": {
"version": "git+ssh://[email protected]/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff",
"dev": true,
"from": "bats-support@git+https://github.com/ztombol/bats-support.git#v0.2.0",
"peer": true
}
}
}