forked from nodenv/nodenv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
24 lines (24 loc) · 749 Bytes
/
package-lock.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@nodenv/nodenv",
"version": "1.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"bats": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bats/-/bats-1.1.0.tgz",
"integrity": "sha512-1pA29OhDByrUtAXX+nmqZxgRgx2y8PvuZzbLJVjd2dpEDVDvz0MjcBMdmIPNq5lC+tG53G+RbeRsbIlv3vw7tg==",
"dev": true
},
"bats-assert": {
"version": "github:jasonkarns/bats-assert-1#8200039faf9790c05d9865490c97a0e101b9c80f",
"from": "github:jasonkarns/bats-assert-1",
"dev": true
},
"bats-support": {
"version": "github:jasonkarns/bats-support#004e707638eedd62e0481e8cdc9223ad471f12ee",
"from": "github:jasonkarns/bats-support",
"dev": true
}
}
}