-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbun.lock
More file actions
22 lines (19 loc) · 905 Bytes
/
bun.lock
File metadata and controls
22 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "ufw-bots",
"dependencies": {
"cidr-tools": "^11.0.3",
"p-limit": "^4.0.0",
},
},
},
"packages": {
"cidr-tools": ["cidr-tools@11.0.3", "", { "dependencies": { "ip-bigint": "^8.2.1" } }, "sha512-7p0rp7B2P+nZfBkJlrQzUMDyUHeYK2h/XCJY80VUl1v5oxwLxQjZMy39BXVOXugwAX67l0oJ/QQ6OhANgUtUbw=="],
"ip-bigint": ["ip-bigint@8.2.2", "", {}, "sha512-wPoOpHigOtoY29UCFA0L82cJVFcT7M+TsrgipUVpFw7HV9LpLEuNXCymt3623jzHPlIZzFaCyaVf9VACssFYew=="],
"p-limit": ["p-limit@4.0.0", "", { "dependencies": { "yocto-queue": "^1.0.0" } }, "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ=="],
"yocto-queue": ["yocto-queue@1.0.0", "", {}, "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g=="],
}
}