-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
83 lines (83 loc) · 2.7 KB
/
Copy pathpackage-lock.json
File metadata and controls
83 lines (83 loc) · 2.7 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "aegis-agent",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "aegis-agent",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@open-wallet-standard/core": "^0.3.9"
}
},
"node_modules/@open-wallet-standard/core": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/@open-wallet-standard/core/-/core-0.3.9.tgz",
"integrity": "sha512-Le5G83gZZXRYp66mnhpG6dQkXobUQoBdpV8tYBIReGh1DO7151VM6UuE5nWI0HCt94lPm/ezl55qn9bygCNEFQ==",
"license": "MIT",
"bin": {
"ows": "bin/ows"
},
"optionalDependencies": {
"@open-wallet-standard/core-darwin-arm64": "0.3.9",
"@open-wallet-standard/core-darwin-x64": "0.3.9",
"@open-wallet-standard/core-linux-arm64-gnu": "0.3.9",
"@open-wallet-standard/core-linux-x64-gnu": "0.3.9"
}
},
"node_modules/@open-wallet-standard/core-darwin-arm64": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/@open-wallet-standard/core-darwin-arm64/-/core-darwin-arm64-0.3.9.tgz",
"integrity": "sha512-6imdPtFAmcBrMTmN5GwWTuMoB0RJsGreAdDHd/gsq5vAnIadaePD7H82pANLWStseqhUsCkXCV66nO3FsBj/CA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@open-wallet-standard/core-darwin-x64": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/@open-wallet-standard/core-darwin-x64/-/core-darwin-x64-0.3.9.tgz",
"integrity": "sha512-pO/f01GrMDmcpVNyr6MifIbwV80VoC8NasqEJ9utVXDP56g74i/s1yEt3evCbhInKndt8iW1jiYOalEkHzI8Aw==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"darwin"
]
},
"node_modules/@open-wallet-standard/core-linux-arm64-gnu": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/@open-wallet-standard/core-linux-arm64-gnu/-/core-linux-arm64-gnu-0.3.9.tgz",
"integrity": "sha512-TCezOw7dm20hUDtDq4a+iv73EFi1jDFriIXZFwJTxRyzssorhgpodKyVvmlAiZgzo6wn9pOtBuWsdEkYuFEkoA==",
"cpu": [
"arm64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
},
"node_modules/@open-wallet-standard/core-linux-x64-gnu": {
"version": "0.3.9",
"resolved": "https://registry.npmjs.org/@open-wallet-standard/core-linux-x64-gnu/-/core-linux-x64-gnu-0.3.9.tgz",
"integrity": "sha512-9p2C0KOJI23ag9wnJGirrDCZxGYCmNQ0A9fuWPinL31+BQ41baTLYQ915F2AsoiZyleU6KSe50JIe139CP5niQ==",
"cpu": [
"x64"
],
"license": "MIT",
"optional": true,
"os": [
"linux"
]
}
}
}