-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
211 lines (211 loc) · 5.85 KB
/
package.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"name": "flash",
"version": "1.0.0",
"main": "monitor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@aave/protocol-v2": "^1.0.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.7",
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@openzeppelin/contracts": "^5.1.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.9",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"chai": "^4.5.0",
"ethers": "^6.13.4",
"hardhat": "^2.22.15",
"hardhat-gas-reporter": "^1.0.10",
"solidity-coverage": "^0.8.13",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@aave/core-v3": "^1.19.3",
"adm-zip": "^0.4.16",
"agent-base": "^6.0.2",
"aggregate-error": "^3.1.0",
"ansi-align": "^3.0.1",
"ansi-colors": "^4.1.3",
"ansi-escapes": "^4.3.2",
"ansi-regex": "^5.0.1",
"ansi-styles": "^3.2.1",
"anymatch": "^3.1.3",
"argparse": "^2.0.1",
"balanced-match": "^1.0.2",
"base-x": "^3.0.10",
"binary-extensions": "^2.3.0",
"blakejs": "^1.2.1",
"bn.js": "^5.2.1",
"boxen": "^5.1.2",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"brorand": "^1.1.0",
"browser-stdout": "^1.3.1",
"browserify-aes": "^1.2.0",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"buffer-from": "^1.1.2",
"buffer-xor": "^1.0.3",
"bytes": "^3.1.2",
"camelcase": "^6.3.0",
"chalk": "^2.4.2",
"chokidar": "^4.0.1",
"ci-info": "^2.0.0",
"cipher-base": "^1.0.4",
"clean-stack": "^2.2.0",
"cli-boxes": "^2.2.1",
"cliui": "^7.0.4",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"command-exists": "^1.2.9",
"commander": "^8.3.0",
"concat-map": "^0.0.1",
"cookie": "^0.4.2",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"debug": "^4.3.7",
"decamelize": "^4.0.0",
"depd": "^2.0.0",
"diff": "^5.2.0",
"dotenv": "^16.4.5",
"elliptic": "^6.5.4",
"emoji-regex": "^8.0.0",
"enquirer": "^2.4.1",
"env-paths": "^2.2.1",
"escalade": "^3.2.0",
"escape-string-regexp": "^1.0.5",
"ethereum-cryptography": "^1.2.0",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-util": "^6.2.1",
"ethjs-util": "^0.1.6",
"evp_bytestokey": "^1.0.3",
"fill-range": "^7.1.1",
"find-up": "^2.1.0",
"flat": "^5.0.2",
"follow-redirects": "^1.15.9",
"fp-ts": "^1.19.3",
"fs-extra": "^7.0.1",
"fs.realpath": "^1.0.0",
"get-caller-file": "^2.0.5",
"glob": "^7.2.0",
"glob-parent": "^5.1.2",
"graceful-fs": "^4.2.11",
"has-flag": "^3.0.0",
"hash-base": "^3.1.0",
"hash.js": "^1.1.7",
"he": "^1.2.0",
"hmac-drbg": "^1.0.1",
"http-errors": "^2.0.0",
"https-proxy-agent": "^5.0.1",
"iconv-lite": "^0.4.24",
"immutable": "^4.3.7",
"indent-string": "^4.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"io-ts": "^1.10.4",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-hex-prefixed": "^1.0.0",
"is-number": "^7.0.0",
"is-plain-obj": "^2.1.0",
"is-unicode-supported": "^0.1.0",
"js-sha3": "^0.8.0",
"js-yaml": "^4.1.0",
"json-stream-stringify": "^3.1.6",
"jsonfile": "^4.0.0",
"keccak": "^3.0.4",
"locate-path": "^2.0.0",
"lodash": "^4.17.21",
"log-symbols": "^4.1.0",
"lru_map": "^0.3.3",
"md5.js": "^1.3.5",
"memorystream": "^0.3.1",
"minimalistic-assert": "^1.0.1",
"minimalistic-crypto-utils": "^1.0.1",
"minimatch": "^3.1.2",
"mnemonist": "^0.38.5",
"ms": "^2.1.3",
"node-addon-api": "^2.0.2",
"node-gyp-build": "^4.8.2",
"normalize-path": "^3.0.0",
"obliterator": "^2.0.4",
"once": "^1.4.0",
"os-tmpdir": "^1.0.2",
"p-limit": "^1.3.0",
"p-locate": "^2.0.0",
"p-map": "^4.0.0",
"p-try": "^1.0.0",
"path-exists": "^3.0.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"pbkdf2": "^3.1.2",
"picomatch": "^2.3.1",
"randombytes": "^2.1.0",
"raw-body": "^2.5.2",
"readable-stream": "^3.6.2",
"readdirp": "^4.0.2",
"require-directory": "^2.1.1",
"resolve": "^1.17.0",
"ripemd160": "^2.0.2",
"rlp": "^2.2.7",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"scrypt-js": "^3.0.1",
"secp256k1": "^4.0.4",
"semver": "^6.3.1",
"serialize-javascript": "^6.0.2",
"setimmediate": "^1.0.5",
"setprototypeof": "^1.2.0",
"sha.js": "^2.4.11",
"solc": "^0.8.26",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"stacktrace-parser": "^0.1.10",
"statuses": "^2.0.1",
"string_decoder": "^1.3.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"strip-hex-prefix": "^1.0.0",
"strip-json-comments": "^3.1.1",
"supports-color": "^5.5.0",
"tmp": "^0.0.33",
"to-regex-range": "^5.0.1",
"toidentifier": "^1.0.1",
"tslib": "^1.14.1",
"tsort": "^0.0.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1",
"type-fest": "^0.21.3",
"undici": "^5.28.4",
"undici-types": "^6.19.8",
"universalify": "^0.1.2",
"unpipe": "^1.0.0",
"util-deprecate": "^1.0.2",
"uuid": "^8.3.2",
"widest-line": "^3.1.0",
"workerpool": "^6.5.1",
"wrap-ansi": "^7.0.0",
"wrappy": "^1.0.2",
"ws": "^7.5.10",
"y18n": "^5.0.8",
"yargs": "^16.2.0",
"yargs-parser": "^20.2.9",
"yargs-unparser": "^2.0.0",
"yocto-queue": "^0.1.0"
},
"description": ""
}