-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
71 lines (71 loc) · 2.67 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
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
69
70
71
{
"name": "@rxrc/archrc",
"version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@rxrc/archrc",
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@rxrc/archrc-private": "github:rxrc/archrc-private#v2.3.0",
"@rxrc/archutil": "^1.2.9",
"@rxrc/systemd-units": "^2.1.7"
},
"devDependencies": {
"config-curator": "^2.0.0"
}
},
"node_modules/@rxrc/archrc-private": {
"version": "2.3.0",
"resolved": "git+ssh://[email protected]/rxrc/archrc-private.git#a587bc259835cfd56e6492c2cc24e7a9a51aa1a7",
"license": "UNLICENSED"
},
"node_modules/@rxrc/archutil": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/@rxrc/archutil/-/archutil-1.2.9.tgz",
"integrity": "sha512-En3mwlqPQ2xyS8uZ9kNgXsDn/gMhpz97jbARN7Lsp+3oaG0gxnE5QUfM0Oe6eQLSAM8E7v/tZR3ssa9crOIN1Q=="
},
"node_modules/@rxrc/systemd-units": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/@rxrc/systemd-units/-/systemd-units-2.1.7.tgz",
"integrity": "sha512-D+SXyzGNEVwUweRuHFIGA9I9r2fiKyS5z12jhO1a+C7RRtnFP4cvuRn+0xIhauZWB5Etmjf9zkMtOXtBZgPXCQ=="
},
"node_modules/config-curator": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/config-curator/-/config-curator-2.0.0.tgz",
"integrity": "sha512-0qga95isPrHs8PpFqymTBHUgR0QJGVx1JgaW/n9Z9OXwzeGG9Nypkeg9H+CLBaXdebbgHzANeWT0bLNJn2MKPw==",
"dev": true,
"bin": {
"curator": "bin/curator.js"
},
"engines": {
"node": ">=14.15.0",
"npm": ">= 8.1.0"
}
}
},
"dependencies": {
"@rxrc/archrc-private": {
"version": "git+ssh://[email protected]/rxrc/archrc-private.git#a587bc259835cfd56e6492c2cc24e7a9a51aa1a7",
"from": "@rxrc/archrc-private@github:rxrc/archrc-private#v2.3.0"
},
"@rxrc/archutil": {
"version": "1.2.9",
"resolved": "https://registry.npmjs.org/@rxrc/archutil/-/archutil-1.2.9.tgz",
"integrity": "sha512-En3mwlqPQ2xyS8uZ9kNgXsDn/gMhpz97jbARN7Lsp+3oaG0gxnE5QUfM0Oe6eQLSAM8E7v/tZR3ssa9crOIN1Q=="
},
"@rxrc/systemd-units": {
"version": "2.1.7",
"resolved": "https://registry.npmjs.org/@rxrc/systemd-units/-/systemd-units-2.1.7.tgz",
"integrity": "sha512-D+SXyzGNEVwUweRuHFIGA9I9r2fiKyS5z12jhO1a+C7RRtnFP4cvuRn+0xIhauZWB5Etmjf9zkMtOXtBZgPXCQ=="
},
"config-curator": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/config-curator/-/config-curator-2.0.0.tgz",
"integrity": "sha512-0qga95isPrHs8PpFqymTBHUgR0QJGVx1JgaW/n9Z9OXwzeGG9Nypkeg9H+CLBaXdebbgHzANeWT0bLNJn2MKPw==",
"dev": true
}
}
}