-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
53 lines (53 loc) · 1.54 KB
/
package-lock.json
File metadata and controls
53 lines (53 loc) · 1.54 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
{
"name": "Aurora-Access",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Aurora-Access",
"version": "1.0.0",
"license": "RCF",
"dependencies": {
"rcf-protocol": "^1.2.8"
}
},
"node_modules/chalk": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/commander": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
"integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
"license": "MIT",
"engines": {
"node": ">=16"
}
},
"node_modules/rcf-protocol": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/rcf-protocol/-/rcf-protocol-1.3.0.tgz",
"integrity": "sha512-0fuRoJ0M91KjXbIHazou6OZKNV1ckK7klebhNZRN8V8T752eRxIwkZnfeer5KDjzF82dj2NxJVu6oISHB0mjqw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.1.0"
},
"bin": {
"rcf-cli": "dist/cli/index.js"
},
"engines": {
"node": ">=18.0.0"
}
}
}
}