forked from apigee/devrel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
59 lines (59 loc) · 2.34 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
{
"name": "sf-dependency-list",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"bats": "^1.7.0",
"bats-assert": "git+https://github.com/ztombol/bats-assert.git",
"bats-support": "git+https://github.com/ztombol/bats-support.git"
}
},
"node_modules/bats": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.7.0.tgz",
"integrity": "sha512-pt5zjJQUB4+JI8Si+z/IAWc8yhMyhdZs6IXMCKgzF768dUIyW5xyBstWtDI5uGSa80v7UQOhh+w0GA4p4+01Bg==",
"dev": true,
"bin": {
"bats": "bin/bats"
}
},
"node_modules/bats-assert": {
"version": "0.3.0",
"resolved": "git+ssh://[email protected]/ztombol/bats-assert.git#9f88b4207da750093baabc4e3f41bf68f0dd3630",
"integrity": "sha512-Kc26Vivsgo/vHiQB58lJlUesuNvamI2eruKNxTgJPBNt1AVWSuwhrfD7q9rPipgiq3hjc3ypBq7+mKVFUJQ5qw==",
"dev": true,
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
}
},
"node_modules/bats-support": {
"version": "0.3.0",
"resolved": "git+ssh://[email protected]/ztombol/bats-support.git#004e707638eedd62e0481e8cdc9223ad471f12ee",
"integrity": "sha512-FGdYcEKXfLItuXp3k/4myfjDEvi6SMOJvFOBfJFMibOGSPIvLBPWwW9dLBLxIFWOiYD4lRPnwhVhoF0iCLL2Iw==",
"dev": true
}
},
"dependencies": {
"bats": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.7.0.tgz",
"integrity": "sha512-pt5zjJQUB4+JI8Si+z/IAWc8yhMyhdZs6IXMCKgzF768dUIyW5xyBstWtDI5uGSa80v7UQOhh+w0GA4p4+01Bg==",
"dev": true
},
"bats-assert": {
"version": "git+ssh://[email protected]/ztombol/bats-assert.git#9f88b4207da750093baabc4e3f41bf68f0dd3630",
"integrity": "sha512-Kc26Vivsgo/vHiQB58lJlUesuNvamI2eruKNxTgJPBNt1AVWSuwhrfD7q9rPipgiq3hjc3ypBq7+mKVFUJQ5qw==",
"dev": true,
"from": "bats-assert@git+https://github.com/ztombol/bats-assert.git",
"requires": {}
},
"bats-support": {
"version": "git+ssh://[email protected]/ztombol/bats-support.git#004e707638eedd62e0481e8cdc9223ad471f12ee",
"integrity": "sha512-FGdYcEKXfLItuXp3k/4myfjDEvi6SMOJvFOBfJFMibOGSPIvLBPWwW9dLBLxIFWOiYD4lRPnwhVhoF0iCLL2Iw==",
"dev": true,
"from": "bats-support@git+https://github.com/ztombol/bats-support.git"
}
}
}