UNPKG

21.1 kBJSONView Raw
1{
2 "name": "@eliteswap/v2-core",
3 "description": "🎛 Core contracts for Elite Swap V2 protocol",
4 "version": "2.0.5",
5 "homepage": "https://eliteswap.io",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/EthereumEliteswap/eliteswap-v2-core.git"
9 },
10 "keywords": [
11 "eliteswap",
12 "ethereum",
13 "v2",
14 "core",
15 "eliteswap-v2"
16 ],
17 "files": [
18 "contracts",
19 "build"
20 ],
21 "engines": {
22 "node": ">=10"
23 },
24 "devDependencies": {
25 "@types/chai": "^4.2.6",
26 "@types/mocha": "^5.2.7",
27 "chai": "^4.2.0",
28 "ethereum-waffle": "^2.4.1",
29 "ethereumjs-util": "^6.2.0",
30 "mocha": "^6.2.2",
31 "prettier": "^1.19.1",
32 "rimraf": "^3.0.0",
33 "solc": "0.5.16",
34 "ts-node": "^8.5.4",
35 "typescript": "^3.7.3"
36 },
37 "scripts": {
38 "lint": "yarn prettier ./test/*.ts --check",
39 "lint:fix": "yarn prettier ./test/*.ts --write",
40 "clean": "rimraf ./build/",
41 "precompile": "yarn clean",
42 "compile": "waffle .waffle.json",
43 "pretest": "yarn compile",
44 "test": "mocha",
45 "prepublishOnly": "yarn test"
46 },
47 "license": "GPL-3.0-or-later",
48 "bugs": {
49 "url": "https://github.com/EthereumEliteswap/eliteswap-v2-core/issues"
50 },
51 "main": "index.js",
52 "directories": {
53 "test": "test"
54 },
55 "dependencies": {
56 "@truffle/hdwallet-provider": "1.2.3",
57 "abstract-leveldown": "^5.0.0",
58 "accepts": "^1.3.7",
59 "aes-js": "^3.0.0",
60 "ajv": "^6.12.6",
61 "ansi-colors": "^3.2.3",
62 "ansi-regex": "^2.1.1",
63 "ansi-styles": "^3.2.1",
64 "arg": "^4.1.3",
65 "argparse": "^1.0.10",
66 "arr-diff": "^4.0.0",
67 "arr-flatten": "^1.1.0",
68 "arr-union": "^3.1.0",
69 "array-flatten": "^1.1.1",
70 "array-unique": "^0.3.2",
71 "asn1": "^0.2.4",
72 "asn1.js": "^5.4.1",
73 "assert-plus": "^1.0.0",
74 "assertion-error": "^1.1.0",
75 "assign-symbols": "^1.0.0",
76 "async": "^2.6.3",
77 "async-eventemitter": "^0.2.4",
78 "async-limiter": "^1.0.1",
79 "asynckit": "^0.4.0",
80 "atob": "^2.1.2",
81 "aws-sign2": "^0.7.0",
82 "aws4": "^1.11.0",
83 "babel-code-frame": "^6.26.0",
84 "babel-core": "^6.26.3",
85 "babel-generator": "^6.26.1",
86 "babel-helper-builder-binary-assignment-operator-visitor": "^6.24.1",
87 "babel-helper-call-delegate": "^6.24.1",
88 "babel-helper-define-map": "^6.26.0",
89 "babel-helper-explode-assignable-expression": "^6.24.1",
90 "babel-helper-function-name": "^6.24.1",
91 "babel-helper-get-function-arity": "^6.24.1",
92 "babel-helper-hoist-variables": "^6.24.1",
93 "babel-helper-optimise-call-expression": "^6.24.1",
94 "babel-helper-regex": "^6.26.0",
95 "babel-helper-remap-async-to-generator": "^6.24.1",
96 "babel-helper-replace-supers": "^6.24.1",
97 "babel-helpers": "^6.24.1",
98 "babel-messages": "^6.23.0",
99 "babel-plugin-check-es2015-constants": "^6.22.0",
100 "babel-plugin-syntax-async-functions": "^6.13.0",
101 "babel-plugin-syntax-exponentiation-operator": "^6.13.0",
102 "babel-plugin-syntax-trailing-function-commas": "^6.22.0",
103 "babel-plugin-transform-async-to-generator": "^6.24.1",
104 "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
105 "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
106 "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
107 "babel-plugin-transform-es2015-classes": "^6.24.1",
108 "babel-plugin-transform-es2015-computed-properties": "^6.24.1",
109 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
110 "babel-plugin-transform-es2015-duplicate-keys": "^6.24.1",
111 "babel-plugin-transform-es2015-for-of": "^6.23.0",
112 "babel-plugin-transform-es2015-function-name": "^6.24.1",
113 "babel-plugin-transform-es2015-literals": "^6.22.0",
114 "babel-plugin-transform-es2015-modules-amd": "^6.24.1",
115 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
116 "babel-plugin-transform-es2015-modules-systemjs": "^6.24.1",
117 "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
118 "babel-plugin-transform-es2015-object-super": "^6.24.1",
119 "babel-plugin-transform-es2015-parameters": "^6.24.1",
120 "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
121 "babel-plugin-transform-es2015-spread": "^6.22.0",
122 "babel-plugin-transform-es2015-sticky-regex": "^6.24.1",
123 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
124 "babel-plugin-transform-es2015-typeof-symbol": "^6.23.0",
125 "babel-plugin-transform-es2015-unicode-regex": "^6.24.1",
126 "babel-plugin-transform-exponentiation-operator": "^6.24.1",
127 "babel-plugin-transform-regenerator": "^6.26.0",
128 "babel-plugin-transform-strict-mode": "^6.24.1",
129 "babel-preset-env": "^1.7.0",
130 "babel-register": "^6.26.0",
131 "babel-runtime": "^6.26.0",
132 "babel-template": "^6.26.0",
133 "babel-traverse": "^6.26.0",
134 "babel-types": "^6.26.0",
135 "babelify": "^7.3.0",
136 "babylon": "^6.18.0",
137 "backoff": "^2.5.0",
138 "balanced-match": "^1.0.0",
139 "base": "^0.11.2",
140 "base-x": "^3.0.8",
141 "base64-js": "^1.3.1",
142 "bcrypt-pbkdf": "^1.0.2",
143 "bignumber.js": "^9.0.1",
144 "bip39": "^2.5.0",
145 "blakejs": "^1.1.0",
146 "bluebird": "^3.7.2",
147 "bn.js": "^4.11.9",
148 "body-parser": "^1.19.0",
149 "brace-expansion": "^1.1.11",
150 "braces": "^2.3.2",
151 "brorand": "^1.1.0",
152 "browser-stdout": "^1.3.1",
153 "browserify-aes": "^1.2.0",
154 "browserify-cipher": "^1.0.1",
155 "browserify-des": "^1.0.2",
156 "browserify-rsa": "^4.0.1",
157 "browserify-sign": "^4.2.1",
158 "browserslist": "^3.2.8",
159 "bs58": "^4.0.1",
160 "bs58check": "^2.1.2",
161 "buffer": "^5.7.1",
162 "buffer-from": "^1.1.1",
163 "buffer-to-arraybuffer": "^0.0.5",
164 "buffer-xor": "^1.0.3",
165 "bufferutil": "^4.0.2",
166 "bytes": "^3.1.0",
167 "bytewise": "^1.1.0",
168 "bytewise-core": "^1.2.3",
169 "cache-base": "^1.0.1",
170 "cacheable-request": "^6.1.0",
171 "cachedown": "^1.0.0",
172 "call-bind": "^1.0.0",
173 "camelcase": "^5.3.1",
174 "caniuse-lite": "^1.0.30001156",
175 "caseless": "^0.12.0",
176 "chalk": "^2.4.2",
177 "check-error": "^1.0.2",
178 "checkpoint-store": "^1.1.0",
179 "chownr": "^1.1.4",
180 "ci-info": "^2.0.0",
181 "cids": "^0.7.5",
182 "cipher-base": "^1.0.4",
183 "class-is": "^1.1.0",
184 "class-utils": "^0.3.6",
185 "cliui": "^5.0.0",
186 "clone": "^2.1.2",
187 "clone-response": "^1.0.2",
188 "collection-visit": "^1.0.0",
189 "color-convert": "^1.9.3",
190 "color-name": "^1.1.3",
191 "combined-stream": "^1.0.8",
192 "command-exists": "^1.2.9",
193 "commander": "^3.0.2",
194 "component-emitter": "^1.3.0",
195 "concat-map": "^0.0.1",
196 "concat-stream": "^1.6.2",
197 "content-disposition": "^0.5.3",
198 "content-hash": "^2.5.2",
199 "content-type": "^1.0.4",
200 "convert-source-map": "^1.7.0",
201 "cookie": "^0.4.0",
202 "cookie-signature": "^1.0.6",
203 "cookiejar": "^2.1.2",
204 "copy-descriptor": "^0.1.1",
205 "core-js": "^2.6.11",
206 "core-js-pure": "^3.6.5",
207 "core-util-is": "^1.0.2",
208 "cors": "^2.8.5",
209 "create-ecdh": "^4.0.4",
210 "create-hash": "^1.2.0",
211 "create-hmac": "^1.1.7",
212 "cross-fetch": "^2.2.3",
213 "cross-spawn": "^6.0.5",
214 "crypto-browserify": "^3.12.0",
215 "d": "^1.0.1",
216 "dashdash": "^1.14.1",
217 "debug": "^2.6.9",
218 "decamelize": "^1.2.0",
219 "decode-uri-component": "^0.2.0",
220 "decompress-response": "^3.3.0",
221 "deep-eql": "^3.0.1",
222 "deep-equal": "^1.1.1",
223 "defer-to-connect": "^1.1.3",
224 "deferred-leveldown": "^4.0.2",
225 "define-properties": "^1.1.3",
226 "define-property": "^0.2.5",
227 "defined": "^1.0.0",
228 "delayed-stream": "^1.0.0",
229 "depd": "^1.1.2",
230 "des.js": "^1.0.1",
231 "destroy": "^1.0.4",
232 "detect-indent": "^4.0.0",
233 "diff": "^3.5.0",
234 "diffie-hellman": "^5.0.3",
235 "dom-walk": "^0.1.2",
236 "dotignore": "^0.1.2",
237 "duplexer3": "^0.1.4",
238 "ecc-jsbn": "^0.1.2",
239 "ee-first": "^1.1.1",
240 "electron-to-chromium": "^1.3.588",
241 "elliptic": "^6.5.3",
242 "emoji-regex": "^7.0.3",
243 "encodeurl": "^1.0.2",
244 "encoding": "^0.1.13",
245 "encoding-down": "^5.0.4",
246 "end-of-stream": "^1.4.4",
247 "errno": "^0.1.7",
248 "es-abstract": "^1.17.7",
249 "es-to-primitive": "^1.2.1",
250 "es5-ext": "^0.10.53",
251 "es6-iterator": "^2.0.3",
252 "es6-symbol": "^3.1.3",
253 "escape-html": "^1.0.3",
254 "escape-string-regexp": "^1.0.5",
255 "esprima": "^4.0.1",
256 "esutils": "^2.0.3",
257 "etag": "^1.8.1",
258 "eth-block-tracker": "^3.0.1",
259 "eth-ens-namehash": "^2.0.8",
260 "eth-json-rpc-infura": "^3.2.1",
261 "eth-json-rpc-middleware": "^1.6.0",
262 "eth-lib": "^0.2.8",
263 "eth-query": "^2.1.2",
264 "eth-sig-util": "^2.5.3",
265 "eth-tx-summary": "^3.2.4",
266 "ethashjs": "^0.0.8",
267 "ethereum-bloom-filters": "^1.0.7",
268 "ethereum-common": "^0.0.18",
269 "ethereum-cryptography": "^0.1.3",
270 "ethereumjs-abi": "^0.6.8",
271 "ethereumjs-account": "^3.0.0",
272 "ethereumjs-block": "^2.2.2",
273 "ethereumjs-blockchain": "^4.0.4",
274 "ethereumjs-common": "^1.5.2",
275 "ethereumjs-tx": "^1.3.7",
276 "ethereumjs-vm": "^2.6.0",
277 "ethereumjs-wallet": "^0.6.5",
278 "ethers": "^4.0.48",
279 "ethjs-unit": "^0.1.6",
280 "ethjs-util": "^0.1.6",
281 "eventemitter3": "^4.0.4",
282 "events": "^3.2.0",
283 "evp_bytestokey": "^1.0.3",
284 "expand-brackets": "^2.1.4",
285 "express": "^4.17.1",
286 "ext": "^1.4.0",
287 "extend": "^3.0.2",
288 "extend-shallow": "^2.0.1",
289 "extglob": "^2.0.4",
290 "extsprintf": "^1.3.0",
291 "fake-merkle-patricia-tree": "^1.0.1",
292 "fast-deep-equal": "^3.1.3",
293 "fast-json-stable-stringify": "^2.1.0",
294 "fetch-ponyfill": "^4.1.0",
295 "fill-range": "^4.0.0",
296 "finalhandler": "^1.1.2",
297 "find-up": "^3.0.0",
298 "find-yarn-workspace-root": "^1.2.1",
299 "flat": "^4.1.1",
300 "flow-stoplight": "^1.0.0",
301 "for-each": "^0.3.3",
302 "for-in": "^1.0.2",
303 "forever-agent": "^0.6.1",
304 "form-data": "^3.0.0",
305 "forwarded": "^0.1.2",
306 "fragment-cache": "^0.2.1",
307 "fresh": "^0.5.2",
308 "fs-extra": "^0.30.0",
309 "fs-minipass": "^1.2.7",
310 "fs.realpath": "^1.0.0",
311 "function-bind": "^1.1.1",
312 "functional-red-black-tree": "^1.0.1",
313 "ganache-core": "^2.13.1",
314 "get-caller-file": "^2.0.5",
315 "get-func-name": "^2.0.0",
316 "get-intrinsic": "^1.0.1",
317 "get-stream": "^4.1.0",
318 "get-value": "^2.0.6",
319 "getpass": "^0.1.7",
320 "glob": "^7.1.6",
321 "global": "^4.3.2",
322 "globals": "^9.18.0",
323 "got": "^9.6.0",
324 "graceful-fs": "^4.2.4",
325 "growl": "^1.10.5",
326 "har-schema": "^2.0.0",
327 "har-validator": "^5.1.5",
328 "has": "^1.0.3",
329 "has-ansi": "^2.0.0",
330 "has-flag": "^3.0.0",
331 "has-symbol-support-x": "^1.4.2",
332 "has-symbols": "^1.0.1",
333 "has-to-string-tag-x": "^1.4.1",
334 "has-value": "^1.0.0",
335 "has-values": "^1.0.0",
336 "hash-base": "^3.1.0",
337 "hash.js": "^1.1.7",
338 "he": "^1.2.0",
339 "heap": "^0.2.6",
340 "hmac-drbg": "^1.0.1",
341 "home-or-tmp": "^2.0.0",
342 "hosted-git-info": "^2.8.8",
343 "http-cache-semantics": "^4.1.0",
344 "http-errors": "^1.7.2",
345 "http-https": "^1.0.0",
346 "http-signature": "^1.2.0",
347 "iconv-lite": "^0.4.24",
348 "idna-uts46-hx": "^2.3.1",
349 "ieee754": "^1.2.1",
350 "immediate": "^3.3.0",
351 "inflight": "^1.0.6",
352 "inherits": "^2.0.4",
353 "invariant": "^2.2.4",
354 "ipaddr.js": "^1.9.1",
355 "is-accessor-descriptor": "^1.0.0",
356 "is-arguments": "^1.0.4",
357 "is-buffer": "^1.1.6",
358 "is-callable": "^1.2.2",
359 "is-ci": "^2.0.0",
360 "is-data-descriptor": "^1.0.0",
361 "is-date-object": "^1.0.2",
362 "is-descriptor": "^1.0.2",
363 "is-extendable": "^0.1.1",
364 "is-finite": "^1.1.0",
365 "is-fn": "^1.0.0",
366 "is-fullwidth-code-point": "^2.0.0",
367 "is-function": "^1.0.2",
368 "is-hex-prefixed": "^1.0.0",
369 "is-negative-zero": "^2.0.0",
370 "is-number": "^3.0.0",
371 "is-object": "^1.0.1",
372 "is-plain-obj": "^1.1.0",
373 "is-plain-object": "^2.0.4",
374 "is-regex": "^1.1.1",
375 "is-retry-allowed": "^1.2.0",
376 "is-stream": "^1.1.0",
377 "is-symbol": "^1.0.3",
378 "is-typedarray": "^1.0.0",
379 "is-url": "^1.2.4",
380 "is-windows": "^1.0.2",
381 "isarray": "^0.0.1",
382 "isexe": "^2.0.0",
383 "isobject": "^3.0.1",
384 "isstream": "^0.1.2",
385 "isurl": "^1.0.0",
386 "js-sha3": "^0.5.7",
387 "js-tokens": "^4.0.0",
388 "js-yaml": "^3.13.1",
389 "jsbn": "^0.1.1",
390 "jsesc": "^1.3.0",
391 "json-buffer": "^3.0.0",
392 "json-rpc-engine": "^3.8.0",
393 "json-rpc-error": "^2.0.0",
394 "json-rpc-random-id": "^1.0.1",
395 "json-schema": "^0.2.3",
396 "json-schema-traverse": "^0.4.1",
397 "json-stable-stringify": "^1.0.1",
398 "json-stringify-safe": "^5.0.1",
399 "json5": "^0.5.1",
400 "jsonfile": "^4.0.0",
401 "jsonify": "^0.0.0",
402 "jsprim": "^1.4.1",
403 "keccak": "^3.0.1",
404 "keyv": "^3.1.0",
405 "kind-of": "^3.2.2",
406 "klaw": "^1.3.1",
407 "klaw-sync": "^6.0.0",
408 "level-codec": "^9.0.2",
409 "level-errors": "^2.0.1",
410 "level-iterator-stream": "^3.0.1",
411 "level-mem": "^3.0.1",
412 "level-packager": "^4.0.1",
413 "level-post": "^1.0.7",
414 "level-sublevel": "^6.6.4",
415 "level-ws": "^0.0.0",
416 "levelup": "^3.1.1",
417 "locate-path": "^3.0.0",
418 "lodash": "^4.17.20",
419 "log-symbols": "^2.2.0",
420 "looper": "^2.0.0",
421 "loose-envify": "^1.4.0",
422 "lowercase-keys": "^1.0.1",
423 "lru-cache": "^5.1.1",
424 "ltgt": "^2.2.1",
425 "make-error": "^1.3.6",
426 "map-cache": "^0.2.2",
427 "map-visit": "^1.0.0",
428 "md5.js": "^1.3.5",
429 "media-typer": "^0.3.0",
430 "memdown": "^1.4.1",
431 "memorystream": "^0.3.1",
432 "merge-descriptors": "^1.0.1",
433 "merkle-patricia-tree": "^2.3.2",
434 "methods": "^1.1.2",
435 "micromatch": "^3.1.10",
436 "miller-rabin": "^4.0.1",
437 "mime": "^1.6.0",
438 "mime-db": "^1.44.0",
439 "mime-types": "^2.1.27",
440 "mimic-response": "^1.0.1",
441 "min-document": "^2.19.0",
442 "minimalistic-assert": "^1.0.1",
443 "minimalistic-crypto-utils": "^1.0.1",
444 "minimatch": "^3.0.4",
445 "minimist": "^1.2.5",
446 "minipass": "^2.9.0",
447 "minizlib": "^1.3.3",
448 "mixin-deep": "^1.3.2",
449 "mkdirp": "^0.5.5",
450 "mkdirp-promise": "^5.0.1",
451 "mock-fs": "^4.13.0",
452 "ms": "^2.1.1",
453 "multibase": "^0.7.0",
454 "multicodec": "^0.5.7",
455 "multihashes": "^0.4.21",
456 "nano-json-stream-parser": "^0.1.2",
457 "nanomatch": "^1.2.13",
458 "negotiator": "^0.6.2",
459 "next-tick": "^1.0.0",
460 "nice-try": "^1.0.5",
461 "node-addon-api": "^2.0.2",
462 "node-environment-flags": "^1.0.5",
463 "node-fetch": "^2.6.1",
464 "node-gyp-build": "^4.2.3",
465 "normalize-url": "^4.5.0",
466 "number-to-bn": "^1.7.0",
467 "oauth-sign": "^0.9.0",
468 "object-assign": "^4.1.1",
469 "object-copy": "^0.1.0",
470 "object-inspect": "^1.8.0",
471 "object-is": "^1.1.3",
472 "object-keys": "^1.1.1",
473 "object-visit": "^1.0.1",
474 "object.assign": "^4.1.2",
475 "object.getownpropertydescriptors": "^2.1.0",
476 "object.pick": "^1.3.0",
477 "oboe": "^2.1.4",
478 "on-finished": "^2.3.0",
479 "once": "^1.4.0",
480 "os-homedir": "^1.0.2",
481 "os-tmpdir": "^1.0.2",
482 "p-cancelable": "^1.1.0",
483 "p-finally": "^1.0.0",
484 "p-limit": "^2.3.0",
485 "p-locate": "^3.0.0",
486 "p-timeout": "^1.2.1",
487 "p-try": "^2.2.0",
488 "parse-asn1": "^5.1.6",
489 "parse-headers": "^2.0.3",
490 "parseurl": "^1.3.3",
491 "pascalcase": "^0.1.1",
492 "patch-package": "^6.2.2",
493 "path-browserify": "^1.0.1",
494 "path-exists": "^3.0.0",
495 "path-is-absolute": "^1.0.1",
496 "path-key": "^2.0.1",
497 "path-parse": "^1.0.6",
498 "path-to-regexp": "^0.1.7",
499 "pathval": "^1.1.0",
500 "pbkdf2": "^3.1.1",
501 "performance-now": "^2.1.0",
502 "pify": "^2.3.0",
503 "posix-character-classes": "^0.1.1",
504 "precond": "^0.2.3",
505 "prepend-http": "^2.0.0",
506 "private": "^0.1.8",
507 "process": "^0.5.2",
508 "process-nextick-args": "^2.0.1",
509 "promise-to-callback": "^1.0.0",
510 "proxy-addr": "^2.0.6",
511 "prr": "^1.0.1",
512 "pseudomap": "^1.0.2",
513 "psl": "^1.8.0",
514 "public-encrypt": "^4.0.3",
515 "pull-cat": "^1.1.11",
516 "pull-defer": "^0.2.3",
517 "pull-level": "^2.0.4",
518 "pull-live": "^1.0.1",
519 "pull-pushable": "^2.2.0",
520 "pull-stream": "^3.6.14",
521 "pull-window": "^2.1.4",
522 "pump": "^3.0.0",
523 "punycode": "^2.1.1",
524 "qs": "^6.7.0",
525 "query-string": "^5.1.1",
526 "querystring": "^0.2.0",
527 "randombytes": "^2.1.0",
528 "randomfill": "^1.0.4",
529 "range-parser": "^1.2.1",
530 "raw-body": "^2.4.0",
531 "readable-stream": "^2.3.7",
532 "regenerate": "^1.4.2",
533 "regenerator-runtime": "^0.11.1",
534 "regenerator-transform": "^0.10.1",
535 "regex-not": "^1.0.2",
536 "regexp.prototype.flags": "^1.3.0",
537 "regexpu-core": "^2.0.0",
538 "regjsgen": "^0.2.0",
539 "regjsparser": "^0.1.5",
540 "repeat-element": "^1.1.3",
541 "repeat-string": "^1.6.1",
542 "repeating": "^2.0.1",
543 "request": "^2.88.2",
544 "require-directory": "^2.1.1",
545 "require-from-string": "^2.0.2",
546 "require-main-filename": "^2.0.0",
547 "resolve": "^1.17.0",
548 "resolve-url": "^0.2.1",
549 "responselike": "^1.0.2",
550 "resumer": "^0.0.0",
551 "ret": "^0.1.15",
552 "ripemd160": "^2.0.2",
553 "rlp": "^2.2.6",
554 "rustbn.js": "^0.2.0",
555 "safe-buffer": "^5.2.1",
556 "safe-event-emitter": "^1.0.1",
557 "safe-regex": "^1.1.0",
558 "safer-buffer": "^2.1.2",
559 "scrypt-js": "^3.0.1",
560 "scryptsy": "^1.2.1",
561 "secp256k1": "^4.0.2",
562 "seedrandom": "^3.0.1",
563 "semaphore": "^1.1.0",
564 "semver": "^5.7.1",
565 "send": "^0.17.1",
566 "serve-static": "^1.14.1",
567 "servify": "^0.1.12",
568 "set-blocking": "^2.0.0",
569 "set-immediate-shim": "^1.0.1",
570 "set-value": "^2.0.1",
571 "setimmediate": "^1.0.5",
572 "setprototypeof": "^1.1.1",
573 "sha.js": "^2.4.11",
574 "shebang-command": "^1.2.0",
575 "shebang-regex": "^1.0.0",
576 "simple-concat": "^1.0.1",
577 "simple-get": "^2.8.1",
578 "slash": "^2.0.0",
579 "snapdragon": "^0.8.2",
580 "snapdragon-node": "^2.1.1",
581 "snapdragon-util": "^3.0.1",
582 "source-map": "^0.5.7",
583 "source-map-resolve": "^0.5.3",
584 "source-map-support": "^0.5.19",
585 "source-map-url": "^0.4.0",
586 "split-string": "^3.1.0",
587 "sprintf-js": "^1.0.3",
588 "sshpk": "^1.16.1",
589 "static-extend": "^0.1.2",
590 "statuses": "^1.5.0",
591 "stream-to-pull-stream": "^1.7.3",
592 "strict-uri-encode": "^1.1.0",
593 "string_decoder": "^0.10.31",
594 "string-width": "^3.1.0",
595 "string.prototype.trim": "^1.2.2",
596 "string.prototype.trimend": "^1.0.2",
597 "string.prototype.trimstart": "^1.0.2",
598 "strip-ansi": "^5.2.0",
599 "strip-hex-prefix": "^1.0.0",
600 "strip-json-comments": "^2.0.1",
601 "supports-color": "^6.0.0",
602 "swarm-js": "^0.1.40",
603 "tape": "^4.13.3",
604 "tar": "^4.4.13",
605 "through": "^2.3.8",
606 "through2": "^2.0.5",
607 "timed-out": "^4.0.1",
608 "tmp": "^0.0.33",
609 "to-fast-properties": "^1.0.3",
610 "to-object-path": "^0.3.0",
611 "to-readable-stream": "^1.0.0",
612 "to-regex": "^3.0.2",
613 "to-regex-range": "^2.1.1",
614 "toidentifier": "^1.0.0",
615 "tough-cookie": "^2.5.0",
616 "trim-right": "^1.0.1",
617 "tunnel-agent": "^0.6.0",
618 "tweetnacl": "^0.14.5",
619 "tweetnacl-util": "^0.15.1",
620 "type": "^1.2.0",
621 "type-detect": "^4.0.8",
622 "type-is": "^1.6.18",
623 "typedarray": "^0.0.6",
624 "typedarray-to-buffer": "^3.1.5",
625 "typewise": "^1.0.3",
626 "typewise-core": "^1.2.0",
627 "typewiselite": "^1.0.0",
628 "ultron": "^1.1.1",
629 "underscore": "^1.9.1",
630 "union-value": "^1.0.1",
631 "universalify": "^0.1.2",
632 "unorm": "^1.6.0",
633 "unpipe": "^1.0.0",
634 "unset-value": "^1.0.0",
635 "uri-js": "^4.4.0",
636 "urix": "^0.1.0",
637 "url": "^0.11.0",
638 "url-parse-lax": "^3.0.0",
639 "url-set-query": "^1.0.0",
640 "url-to-options": "^1.0.1",
641 "use": "^3.1.1",
642 "utf-8-validate": "^5.0.3",
643 "utf8": "^3.0.0",
644 "util-deprecate": "^1.0.2",
645 "util.promisify": "^1.0.1",
646 "utils-merge": "^1.0.1",
647 "uuid": "^3.4.0",
648 "varint": "^5.0.2",
649 "vary": "^1.1.2",
650 "verror": "^1.10.0",
651 "web3": "^1.2.11",
652 "web3-bzz": "^1.2.11",
653 "web3-core": "^1.2.11",
654 "web3-core-helpers": "^1.2.11",
655 "web3-core-method": "^1.2.11",
656 "web3-core-promievent": "^1.2.11",
657 "web3-core-requestmanager": "^1.2.11",
658 "web3-core-subscriptions": "^1.2.11",
659 "web3-eth": "^1.2.11",
660 "web3-eth-abi": "^1.2.11",
661 "web3-eth-accounts": "^1.2.11",
662 "web3-eth-contract": "^1.2.11",
663 "web3-eth-ens": "^1.2.11",
664 "web3-eth-iban": "^1.2.11",
665 "web3-eth-personal": "^1.2.11",
666 "web3-net": "^1.2.11",
667 "web3-provider-engine": "^14.2.1",
668 "web3-providers-http": "^1.2.11",
669 "web3-providers-ipc": "^1.2.11",
670 "web3-providers-ws": "^1.2.11",
671 "web3-shh": "^1.2.11",
672 "web3-utils": "^1.2.11",
673 "websocket": "^1.0.32",
674 "whatwg-fetch": "^2.0.4",
675 "which": "^1.3.1",
676 "which-module": "^2.0.0",
677 "wide-align": "^1.1.3",
678 "wrap-ansi": "^5.1.0",
679 "wrappy": "^1.0.2",
680 "ws": "^5.2.2",
681 "xhr": "^2.5.0",
682 "xhr-request": "^1.1.0",
683 "xhr-request-promise": "^0.1.3",
684 "xhr2-cookies": "^1.1.0",
685 "xmlhttprequest": "^1.8.0",
686 "xtend": "^4.0.2",
687 "y18n": "^4.0.0",
688 "yaeti": "^0.0.6",
689 "yallist": "^3.1.1",
690 "yargs": "^13.3.2",
691 "yargs-parser": "^13.1.2",
692 "yargs-unparser": "^1.6.0",
693 "yn": "^3.1.1"
694 },
695 "author": ""
696}