-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package-lock.json
File metadata and controls
52 lines (52 loc) · 1.71 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
{
"name": "@rxrc/archrc",
"version": "3.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@rxrc/archrc",
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"@rxrc/archrc-private": "github:rxrc/archrc-private#v2.4.3",
"@rxrc/archutil": "^1.2.9",
"@rxrc/systemd-units": "^2.1.7"
},
"devDependencies": {
"config-curator": "^2.0.0"
}
},
"node_modules/@rxrc/archrc-private": {
"version": "2.4.3",
"resolved": "git+ssh://git@github.com/rxrc/archrc-private.git#74298aba81a915373bc282e243ea8dc71bcdfbba",
"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==",
"license": "MIT"
},
"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==",
"license": "Unlicense"
},
"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,
"license": "MIT",
"bin": {
"curator": "bin/curator.js"
},
"engines": {
"node": ">=14.15.0",
"npm": ">= 8.1.0"
}
}
}
}