This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/bats/tests/testfile/package-lock.json
Sam Alba c310a1bcdb stdlib/bats: implemented integration tests
Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
2021-12-13 21:07:37 -08:00

38 lines
1.2 KiB
JSON

{
"name": "npm",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"bats-assert": "^2.0.0",
"bats-support": "^0.2.0"
}
},
"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==",
"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://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff"
}
},
"dependencies": {
"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==",
"requires": {}
},
"bats-support": {
"version": "git+ssh://git@github.com/ztombol/bats-support.git#d0a131831c487a1f1141e76d3ab386c89642cdff",
"from": "bats-support@*"
}
}
}