-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage-lock.json
More file actions
68 lines (68 loc) · 1.97 KB
/
Copy pathpackage-lock.json
File metadata and controls
68 lines (68 loc) · 1.97 KB
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
60
61
62
63
64
65
66
67
68
{
"name": "js-queue",
"version": "3.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "js-queue",
"version": "3.1.1",
"license": "MIT",
"dependencies": {
"easy-stack": "2.1.0"
},
"devDependencies": {
"vanilla-test": "2.1.1"
},
"engines": {
"node": ">=22.13.0"
}
},
"node_modules/ansi-colors-es6": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/ansi-colors-es6/-/ansi-colors-es6-5.0.0.tgz",
"integrity": "sha512-//DAVWjZto+Mmbm8czZxrwC1/QMi5Ka+c8H6jViO1L3McHYE5YLypSFP44EyrJVzPnTnnxOsjOHjLB262eNoDA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=13"
}
},
"node_modules/easy-stack": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/easy-stack/-/easy-stack-2.1.0.tgz",
"integrity": "sha512-ZpUD5AJeKhRic1RrajfGKuLl721bCeIpnAj1i7BtlC1XX5Mb52ku3e9pDWryV32yndd28ZyqdVsVcBuI7WY2Iw==",
"license": "MIT",
"engines": {
"node": ">=22.13.0"
}
},
"node_modules/strong-type": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/strong-type/-/strong-type-2.0.0.tgz",
"integrity": "sha512-HHrY9qYC7yn+5mlewiI3k9RQM9gZqGQsqbomZcd10Ks0h4RlX01nnkWbCe4AsVPCI6KaFvpkWm1nHMD+Ykup6g==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.21.0"
}
},
"node_modules/vanilla-test": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/vanilla-test/-/vanilla-test-2.1.1.tgz",
"integrity": "sha512-6Pn4AK1N8HDKkkbx7lKkoo5umqpaxgwh3P5WRaIbLR72GWBAkFa16zdfCVI7FHqmfH9Nv6orgluwb//lm9ynQg==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-colors-es6": "^5.0.0",
"strong-type": "^2.0.0"
},
"bin": {
"vanilla-test": "bin/vanilla-test.js"
},
"engines": {
"node": ">=22.12.0"
}
}
}
}