-
Notifications
You must be signed in to change notification settings - Fork 11
/
package-lock.json
39 lines (39 loc) · 1.03 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
{
"name": "bufio",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "bufio",
"version": "1.2.2",
"license": "MIT",
"devDependencies": {
"bmocha": "^2.1.0",
"bts-type-deps": "^0.0.3"
},
"engines": {
"node": ">=14.0.0"
}
},
"node_modules/bmocha": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/bmocha/-/bmocha-2.1.8.tgz",
"integrity": "sha512-bog23Ckl9lRyBxrsi4FmX1rTz4d1WhHRpIA+q2lpoiXmNuroMHr1JUOU5sPiMZwvhLCxqffvWv3xCJC7PC126w==",
"dev": true,
"bin": {
"_bmocha": "bin/_bmocha",
"bmocha": "bin/bmocha"
},
"engines": {
"node": ">=8.0.0"
}
},
"node_modules/bts-type-deps": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/bts-type-deps/-/bts-type-deps-0.0.3.tgz",
"integrity": "sha512-OQHGWhX5amae6Vj6ShlGaQu0sNCICgJ5YspNZPRzfR5RobrD+wjm5vkZK/J3EH5b/ymxqSWo9VkiFNpCxjaG2Q==",
"dev": true
}
}
}