|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{ |
|
|
|
|
"name": "@remix-project/remix-analyzer", |
|
|
|
|
"version": "0.5.31", |
|
|
|
|
"version": "0.5.32", |
|
|
|
|
"description": "Tool to perform static analysis on Solidity smart contracts", |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "./../../node_modules/.bin/ts-node --project ../../tsconfig.base.json --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts" |
|
|
|
@ -24,8 +24,8 @@ |
|
|
|
|
"@ethereumjs/block": "^4.0.0", |
|
|
|
|
"@ethereumjs/tx": "^4.0.0", |
|
|
|
|
"@ethereumjs/vm": "^6.0.0", |
|
|
|
|
"@remix-project/remix-astwalker": "^0.0.52", |
|
|
|
|
"@remix-project/remix-lib": "^0.5.22", |
|
|
|
|
"@remix-project/remix-astwalker": "^0.0.53", |
|
|
|
|
"@remix-project/remix-lib": "^0.5.23", |
|
|
|
|
"async": "^2.6.2", |
|
|
|
|
"ethereumjs-util": "^7.0.10", |
|
|
|
|
"ethers": "^5.4.2", |
|
|
|
@ -50,833 +50,6 @@ |
|
|
|
|
"typescript": "^3.7.5" |
|
|
|
|
}, |
|
|
|
|
"typings": "src/index.d.ts", |
|
|
|
|
"gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", |
|
|
|
|
"main": "./src/index.js", |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"@ampproject/remapping": "2.2.0", |
|
|
|
|
"@babel/code-frame": "7.18.6", |
|
|
|
|
"@babel/compat-data": "7.19.3", |
|
|
|
|
"@babel/generator": "7.19.6", |
|
|
|
|
"@babel/helper-annotate-as-pure": "7.18.6", |
|
|
|
|
"@babel/helper-builder-binary-assignment-operator-visitor": "7.18.9", |
|
|
|
|
"@babel/helper-call-delegate": "7.0.0-beta.53", |
|
|
|
|
"@babel/helper-compilation-targets": "7.19.3", |
|
|
|
|
"@babel/helper-create-class-features-plugin": "7.19.0", |
|
|
|
|
"@babel/helper-create-regexp-features-plugin": "7.19.0", |
|
|
|
|
"@babel/helper-define-map": "7.0.0-beta.53", |
|
|
|
|
"@babel/helper-define-polyfill-provider": "0.3.3", |
|
|
|
|
"@babel/helper-environment-visitor": "7.18.9", |
|
|
|
|
"@babel/helper-explode-assignable-expression": "7.18.6", |
|
|
|
|
"@babel/helper-function-name": "7.19.0", |
|
|
|
|
"@babel/helper-get-function-arity": "7.0.0-beta.53", |
|
|
|
|
"@babel/helper-hoist-variables": "7.18.6", |
|
|
|
|
"@babel/helper-member-expression-to-functions": "7.18.9", |
|
|
|
|
"@babel/helper-module-imports": "7.18.6", |
|
|
|
|
"@babel/helper-module-transforms": "7.19.6", |
|
|
|
|
"@babel/helper-optimise-call-expression": "7.18.6", |
|
|
|
|
"@babel/helper-plugin-utils": "7.19.0", |
|
|
|
|
"@babel/helper-regex": "7.0.0-beta.53", |
|
|
|
|
"@babel/helper-remap-async-to-generator": "7.18.9", |
|
|
|
|
"@babel/helper-replace-supers": "7.19.1", |
|
|
|
|
"@babel/helper-simple-access": "7.19.4", |
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "7.18.9", |
|
|
|
|
"@babel/helper-split-export-declaration": "7.18.6", |
|
|
|
|
"@babel/helper-string-parser": "7.19.4", |
|
|
|
|
"@babel/helper-validator-identifier": "7.19.1", |
|
|
|
|
"@babel/helper-validator-option": "7.18.6", |
|
|
|
|
"@babel/helper-wrap-function": "7.19.0", |
|
|
|
|
"@babel/helpers": "7.19.4", |
|
|
|
|
"@babel/highlight": "7.18.6", |
|
|
|
|
"@babel/parser": "7.19.1", |
|
|
|
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.18.6", |
|
|
|
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.18.9", |
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "7.19.1", |
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-class-static-block": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9", |
|
|
|
|
"@babel/plugin-proposal-json-strings": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9", |
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.19.4", |
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.18.9", |
|
|
|
|
"@babel/plugin-proposal-private-methods": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-private-property-in-object": "7.18.6", |
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex": "7.18.6", |
|
|
|
|
"@babel/plugin-syntax-async-generators": "7.8.4", |
|
|
|
|
"@babel/plugin-syntax-class-properties": "7.12.13", |
|
|
|
|
"@babel/plugin-syntax-class-static-block": "7.14.5", |
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-import-assertions": "7.18.6", |
|
|
|
|
"@babel/plugin-syntax-json-strings": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "7.10.4", |
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-numeric-separator": "7.10.4", |
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "7.8.3", |
|
|
|
|
"@babel/plugin-syntax-private-property-in-object": "7.14.5", |
|
|
|
|
"@babel/plugin-syntax-top-level-await": "7.14.5", |
|
|
|
|
"@babel/plugin-transform-arrow-functions": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-async-to-generator": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-block-scoped-functions": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-block-scoping": "7.19.4", |
|
|
|
|
"@babel/plugin-transform-classes": "7.19.0", |
|
|
|
|
"@babel/plugin-transform-computed-properties": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-destructuring": "7.19.4", |
|
|
|
|
"@babel/plugin-transform-dotall-regex": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-duplicate-keys": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-exponentiation-operator": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-for-of": "7.18.8", |
|
|
|
|
"@babel/plugin-transform-function-name": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-instanceof": "7.0.0-beta.53", |
|
|
|
|
"@babel/plugin-transform-literals": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "7.19.0", |
|
|
|
|
"@babel/plugin-transform-modules-umd": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "7.19.1", |
|
|
|
|
"@babel/plugin-transform-new-target": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-object-super": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-parameters": "7.18.8", |
|
|
|
|
"@babel/plugin-transform-property-literals": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-regenerator": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-spread": "7.19.0", |
|
|
|
|
"@babel/plugin-transform-sticky-regex": "7.18.6", |
|
|
|
|
"@babel/plugin-transform-template-literals": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "7.18.9", |
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "7.18.10", |
|
|
|
|
"@babel/plugin-transform-unicode-regex": "7.18.6", |
|
|
|
|
"@babel/preset-modules": "0.1.5", |
|
|
|
|
"@babel/runtime": "7.16.3", |
|
|
|
|
"@babel/template": "7.18.10", |
|
|
|
|
"@babel/traverse": "7.19.6", |
|
|
|
|
"@babel/types": "7.19.4", |
|
|
|
|
"@cspotcode/source-map-support": "0.8.1", |
|
|
|
|
"@ethereumjs/blockchain": "6.0.0", |
|
|
|
|
"@ethereumjs/common": "2.6.0", |
|
|
|
|
"@ethereumjs/ethash": "2.0.0", |
|
|
|
|
"@ethereumjs/evm": "1.0.0", |
|
|
|
|
"@ethereumjs/rlp": "4.0.0", |
|
|
|
|
"@ethereumjs/statemanager": "1.0.0", |
|
|
|
|
"@ethereumjs/trie": "5.0.0", |
|
|
|
|
"@ethereumjs/util": "8.0.0", |
|
|
|
|
"@ethersproject/abi": "5.5.0", |
|
|
|
|
"@ethersproject/abstract-provider": "5.5.1", |
|
|
|
|
"@ethersproject/abstract-signer": "5.5.0", |
|
|
|
|
"@ethersproject/address": "5.5.0", |
|
|
|
|
"@ethersproject/base64": "5.5.0", |
|
|
|
|
"@ethersproject/basex": "5.5.0", |
|
|
|
|
"@ethersproject/bignumber": "5.5.0", |
|
|
|
|
"@ethersproject/bytes": "5.5.0", |
|
|
|
|
"@ethersproject/constants": "5.5.0", |
|
|
|
|
"@ethersproject/contracts": "5.5.0", |
|
|
|
|
"@ethersproject/hash": "5.5.0", |
|
|
|
|
"@ethersproject/hdnode": "5.5.0", |
|
|
|
|
"@ethersproject/json-wallets": "5.5.0", |
|
|
|
|
"@ethersproject/keccak256": "5.5.0", |
|
|
|
|
"@ethersproject/logger": "5.5.0", |
|
|
|
|
"@ethersproject/networks": "5.5.0", |
|
|
|
|
"@ethersproject/pbkdf2": "5.5.0", |
|
|
|
|
"@ethersproject/properties": "5.5.0", |
|
|
|
|
"@ethersproject/providers": "5.5.0", |
|
|
|
|
"@ethersproject/random": "5.5.0", |
|
|
|
|
"@ethersproject/rlp": "5.5.0", |
|
|
|
|
"@ethersproject/sha2": "5.5.0", |
|
|
|
|
"@ethersproject/signing-key": "5.5.0", |
|
|
|
|
"@ethersproject/solidity": "5.5.0", |
|
|
|
|
"@ethersproject/strings": "5.5.0", |
|
|
|
|
"@ethersproject/transactions": "5.5.0", |
|
|
|
|
"@ethersproject/units": "5.5.0", |
|
|
|
|
"@ethersproject/wallet": "5.5.0", |
|
|
|
|
"@ethersproject/web": "5.5.0", |
|
|
|
|
"@ethersproject/wordlists": "5.5.0", |
|
|
|
|
"@jridgewell/gen-mapping": "0.1.1", |
|
|
|
|
"@jridgewell/resolve-uri": "3.1.0", |
|
|
|
|
"@jridgewell/set-array": "1.1.2", |
|
|
|
|
"@jridgewell/sourcemap-codec": "1.4.14", |
|
|
|
|
"@jridgewell/trace-mapping": "0.3.9", |
|
|
|
|
"@noble/hashes": "1.1.2", |
|
|
|
|
"@noble/secp256k1": "1.6.3", |
|
|
|
|
"@scure/base": "1.1.1", |
|
|
|
|
"@scure/bip32": "1.1.0", |
|
|
|
|
"@scure/bip39": "1.1.0", |
|
|
|
|
"@sindresorhus/is": "4.6.0", |
|
|
|
|
"@szmarczak/http-timer": "5.0.1", |
|
|
|
|
"@tsconfig/node10": "1.0.9", |
|
|
|
|
"@tsconfig/node12": "1.0.11", |
|
|
|
|
"@tsconfig/node14": "1.0.3", |
|
|
|
|
"@tsconfig/node16": "1.0.3", |
|
|
|
|
"@types/async-eventemitter": "0.2.1", |
|
|
|
|
"@types/bn.js": "5.1.0", |
|
|
|
|
"@types/cacheable-request": "6.0.2", |
|
|
|
|
"@types/http-cache-semantics": "4.0.1", |
|
|
|
|
"@types/keyv": "3.1.3", |
|
|
|
|
"@types/pbkdf2": "3.1.0", |
|
|
|
|
"@types/responselike": "1.0.0", |
|
|
|
|
"@types/secp256k1": "4.0.3", |
|
|
|
|
"JSONStream": "1.3.5", |
|
|
|
|
"abbrev": "1.1.1", |
|
|
|
|
"abortcontroller-polyfill": "1.7.3", |
|
|
|
|
"abstract-level": "1.0.3", |
|
|
|
|
"accepts": "1.3.7", |
|
|
|
|
"acorn": "8.8.1", |
|
|
|
|
"acorn-walk": "8.2.0", |
|
|
|
|
"aes-js": "3.0.0", |
|
|
|
|
"ajv": "4.11.4", |
|
|
|
|
"ansi-align": "1.1.0", |
|
|
|
|
"ansi-regex": "3.0.0", |
|
|
|
|
"ansi-styles": "3.2.1", |
|
|
|
|
"ansicolors": "0.3.2", |
|
|
|
|
"ansistyles": "0.1.3", |
|
|
|
|
"append-transform": "1.0.0", |
|
|
|
|
"aproba": "1.1.1", |
|
|
|
|
"archy": "1.0.0", |
|
|
|
|
"are-we-there-yet": "1.1.4", |
|
|
|
|
"arg": "4.1.3", |
|
|
|
|
"array-flatten": "1.1.1", |
|
|
|
|
"arrify": "1.0.1", |
|
|
|
|
"asap": "2.0.5", |
|
|
|
|
"asn1": "0.2.3", |
|
|
|
|
"asn1.js": "5.4.1", |
|
|
|
|
"assert-plus": "0.2.0", |
|
|
|
|
"async-eventemitter": "0.2.4", |
|
|
|
|
"async-limiter": "1.0.1", |
|
|
|
|
"asynckit": "0.4.0", |
|
|
|
|
"available-typed-arrays": "1.0.5", |
|
|
|
|
"aws-sign2": "0.6.0", |
|
|
|
|
"aws4": "1.6.0", |
|
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs2": "0.3.3", |
|
|
|
|
"babel-plugin-polyfill-corejs3": "0.6.0", |
|
|
|
|
"babel-plugin-polyfill-regenerator": "0.4.1", |
|
|
|
|
"balanced-match": "1.0.2", |
|
|
|
|
"base-x": "3.0.9", |
|
|
|
|
"base64-js": "1.5.1", |
|
|
|
|
"bech32": "1.1.4", |
|
|
|
|
"bigint-crypto-utils": "3.1.6", |
|
|
|
|
"bigint-mod-arith": "3.1.1", |
|
|
|
|
"bignumber.js": "9.0.1", |
|
|
|
|
"bindings": "1.5.0", |
|
|
|
|
"blakejs": "1.1.1", |
|
|
|
|
"block-stream": "0.0.9", |
|
|
|
|
"bluebird": "3.7.1", |
|
|
|
|
"bn.js": "5.2.0", |
|
|
|
|
"body-parser": "1.19.0", |
|
|
|
|
"boom": "2.10.1", |
|
|
|
|
"boxen": "1.0.0", |
|
|
|
|
"brace-expansion": "1.1.11", |
|
|
|
|
"brorand": "1.1.0", |
|
|
|
|
"browser-level": "1.0.1", |
|
|
|
|
"browserify-aes": "1.2.0", |
|
|
|
|
"browserify-cipher": "1.0.1", |
|
|
|
|
"browserify-des": "1.0.2", |
|
|
|
|
"browserify-rsa": "4.1.0", |
|
|
|
|
"browserify-sign": "4.2.1", |
|
|
|
|
"browserslist": "4.21.4", |
|
|
|
|
"bs58": "4.0.1", |
|
|
|
|
"bs58check": "2.1.2", |
|
|
|
|
"buffer-shims": "1.0.0", |
|
|
|
|
"buffer-to-arraybuffer": "0.0.5", |
|
|
|
|
"buffer-xor": "1.0.3", |
|
|
|
|
"bufferutil": "4.0.5", |
|
|
|
|
"builtin-modules": "1.1.1", |
|
|
|
|
"builtins": "1.0.3", |
|
|
|
|
"bytes": "3.1.0", |
|
|
|
|
"cacheable-lookup": "6.1.0", |
|
|
|
|
"cacheable-request": "7.0.2", |
|
|
|
|
"caching-transform": "3.0.1", |
|
|
|
|
"call-bind": "1.0.2", |
|
|
|
|
"call-limit": "1.1.0", |
|
|
|
|
"camelcase": "5.3.1", |
|
|
|
|
"caniuse-lite": "1.0.30001426", |
|
|
|
|
"capture-stack-trace": "1.0.0", |
|
|
|
|
"caseless": "0.12.0", |
|
|
|
|
"catering": "2.1.1", |
|
|
|
|
"chalk": "2.4.2", |
|
|
|
|
"chownr": "1.1.4", |
|
|
|
|
"cids": "0.7.5", |
|
|
|
|
"cipher-base": "1.0.4", |
|
|
|
|
"class-is": "1.1.0", |
|
|
|
|
"classic-level": "1.2.0", |
|
|
|
|
"cli-boxes": "1.0.0", |
|
|
|
|
"cliui": "4.1.0", |
|
|
|
|
"clone": "1.0.4", |
|
|
|
|
"clone-response": "1.0.2", |
|
|
|
|
"cmd-shim": "2.0.2", |
|
|
|
|
"co": "4.6.0", |
|
|
|
|
"code-point-at": "1.1.0", |
|
|
|
|
"color-convert": "1.9.3", |
|
|
|
|
"color-name": "1.1.3", |
|
|
|
|
"columnify": "1.5.4", |
|
|
|
|
"combined-stream": "1.0.5", |
|
|
|
|
"command-exists": "1.2.9", |
|
|
|
|
"commander": "3.0.2", |
|
|
|
|
"commondir": "1.0.1", |
|
|
|
|
"concat-map": "0.0.1", |
|
|
|
|
"concat-stream": "1.6.0", |
|
|
|
|
"config-chain": "1.1.13", |
|
|
|
|
"configstore": "3.0.0", |
|
|
|
|
"console-control-strings": "1.1.0", |
|
|
|
|
"content-disposition": "0.5.3", |
|
|
|
|
"content-hash": "2.5.2", |
|
|
|
|
"content-type": "1.0.4", |
|
|
|
|
"convert-source-map": "1.8.0", |
|
|
|
|
"cookie": "0.4.0", |
|
|
|
|
"cookie-signature": "1.0.6", |
|
|
|
|
"copy-concurrently": "1.0.3", |
|
|
|
|
"core-js-compat": "3.25.3", |
|
|
|
|
"core-util-is": "1.0.2", |
|
|
|
|
"cors": "2.8.5", |
|
|
|
|
"crc-32": "1.2.0", |
|
|
|
|
"create-ecdh": "4.0.4", |
|
|
|
|
"create-error-class": "3.0.2", |
|
|
|
|
"create-hash": "1.2.0", |
|
|
|
|
"create-hmac": "1.1.7", |
|
|
|
|
"create-require": "1.1.1", |
|
|
|
|
"cross-fetch": "3.1.5", |
|
|
|
|
"cross-spawn": "4.0.2", |
|
|
|
|
"cross-spawn-async": "2.2.5", |
|
|
|
|
"cryptiles": "2.0.5", |
|
|
|
|
"crypto-random-string": "1.0.0", |
|
|
|
|
"cyclist": "1.0.1", |
|
|
|
|
"d": "1.0.1", |
|
|
|
|
"dashdash": "1.14.1", |
|
|
|
|
"deasync": "0.1.24", |
|
|
|
|
"debug": "2.6.9", |
|
|
|
|
"debuglog": "1.0.1", |
|
|
|
|
"decamelize": "1.2.0", |
|
|
|
|
"decode-uri-component": "0.2.2", |
|
|
|
|
"decompress-response": "6.0.0", |
|
|
|
|
"deep-equal": "1.1.1", |
|
|
|
|
"deep-extend": "0.4.1", |
|
|
|
|
"default-require-extensions": "2.0.0", |
|
|
|
|
"defaults": "1.0.3", |
|
|
|
|
"defer-to-connect": "2.0.1", |
|
|
|
|
"define-properties": "1.1.3", |
|
|
|
|
"defined": "1.0.0", |
|
|
|
|
"delayed-stream": "1.0.0", |
|
|
|
|
"delegates": "1.0.0", |
|
|
|
|
"depd": "1.1.2", |
|
|
|
|
"des.js": "1.0.1", |
|
|
|
|
"destroy": "1.0.4", |
|
|
|
|
"dezalgo": "1.0.3", |
|
|
|
|
"diff": "4.0.2", |
|
|
|
|
"diffie-hellman": "5.0.3", |
|
|
|
|
"dom-walk": "0.1.2", |
|
|
|
|
"dot-prop": "4.1.1", |
|
|
|
|
"dotignore": "0.1.2", |
|
|
|
|
"duplexer": "0.1.1", |
|
|
|
|
"duplexer3": "0.1.4", |
|
|
|
|
"duplexify": "3.5.0", |
|
|
|
|
"editor": "1.0.0", |
|
|
|
|
"ee-first": "1.1.1", |
|
|
|
|
"electron-to-chromium": "1.4.264", |
|
|
|
|
"elliptic": "6.5.4", |
|
|
|
|
"encodeurl": "1.0.2", |
|
|
|
|
"end-of-stream": "1.4.4", |
|
|
|
|
"error-ex": "1.3.2", |
|
|
|
|
"es-abstract": "1.19.1", |
|
|
|
|
"es-to-primitive": "1.2.1", |
|
|
|
|
"es5-ext": "0.10.53", |
|
|
|
|
"es6-error": "4.1.1", |
|
|
|
|
"es6-iterator": "2.0.3", |
|
|
|
|
"es6-promise": "4.2.8", |
|
|
|
|
"es6-symbol": "3.1.3", |
|
|
|
|
"escalade": "3.1.1", |
|
|
|
|
"escape-html": "1.0.3", |
|
|
|
|
"escape-string-regexp": "1.0.5", |
|
|
|
|
"eslint-visitor-keys": "1.3.0", |
|
|
|
|
"esutils": "2.0.3", |
|
|
|
|
"etag": "1.8.1", |
|
|
|
|
"eth-ens-namehash": "2.0.8", |
|
|
|
|
"eth-lib": "0.1.29", |
|
|
|
|
"ethereum-bloom-filters": "1.0.10", |
|
|
|
|
"ethereum-cryptography": "0.1.3", |
|
|
|
|
"ethjs-unit": "0.1.6", |
|
|
|
|
"eventemitter3": "4.0.4", |
|
|
|
|
"evp_bytestokey": "1.0.3", |
|
|
|
|
"execa": "1.0.0", |
|
|
|
|
"exit-on-epipe": "1.0.1", |
|
|
|
|
"express": "4.17.1", |
|
|
|
|
"ext": "1.6.0", |
|
|
|
|
"extend": "3.0.2", |
|
|
|
|
"extsprintf": "1.0.2", |
|
|
|
|
"figures": "1.7.0", |
|
|
|
|
"file-uri-to-path": "1.0.0", |
|
|
|
|
"finalhandler": "1.1.2", |
|
|
|
|
"find-cache-dir": "2.0.0", |
|
|
|
|
"find-up": "3.0.0", |
|
|
|
|
"flush-write-stream": "1.1.1", |
|
|
|
|
"follow-redirects": "1.14.9", |
|
|
|
|
"for-each": "0.3.3", |
|
|
|
|
"foreach": "2.0.5", |
|
|
|
|
"foreground-child": "1.5.6", |
|
|
|
|
"forever-agent": "0.6.1", |
|
|
|
|
"form-data": "2.1.2", |
|
|
|
|
"form-data-encoder": "1.7.1", |
|
|
|
|
"forwarded": "0.2.0", |
|
|
|
|
"fresh": "0.5.2", |
|
|
|
|
"from2": "2.3.0", |
|
|
|
|
"fs-extra": "0.30.0", |
|
|
|
|
"fs-minipass": "1.2.7", |
|
|
|
|
"fs-vacuum": "1.2.10", |
|
|
|
|
"fs-write-stream-atomic": "1.0.10", |
|
|
|
|
"fs.realpath": "1.0.0", |
|
|
|
|
"fstream": "1.0.11", |
|
|
|
|
"fstream-ignore": "1.0.5", |
|
|
|
|
"fstream-npm": "1.2.0", |
|
|
|
|
"function-bind": "1.1.1", |
|
|
|
|
"functional-red-black-tree": "1.0.1", |
|
|
|
|
"gauge": "2.7.4", |
|
|
|
|
"gensync": "1.0.0-beta.2", |
|
|
|
|
"get-caller-file": "1.0.3", |
|
|
|
|
"get-intrinsic": "1.1.3", |
|
|
|
|
"get-stream": "5.2.0", |
|
|
|
|
"get-symbol-description": "1.0.0", |
|
|
|
|
"getpass": "0.1.6", |
|
|
|
|
"glob": "7.1.4", |
|
|
|
|
"global": "4.4.0", |
|
|
|
|
"globals": "11.12.0", |
|
|
|
|
"got": "12.1.0", |
|
|
|
|
"graceful-fs": "4.2.8", |
|
|
|
|
"handlebars": "4.7.7", |
|
|
|
|
"har-schema": "1.0.5", |
|
|
|
|
"har-validator": "4.2.1", |
|
|
|
|
"has": "1.0.3", |
|
|
|
|
"has-ansi": "2.0.0", |
|
|
|
|
"has-bigints": "1.0.1", |
|
|
|
|
"has-flag": "3.0.0", |
|
|
|
|
"has-symbol-support-x": "1.4.2", |
|
|
|
|
"has-symbols": "1.0.3", |
|
|
|
|
"has-to-string-tag-x": "1.4.1", |
|
|
|
|
"has-tostringtag": "1.0.0", |
|
|
|
|
"has-unicode": "2.0.1", |
|
|
|
|
"hash-base": "3.1.0", |
|
|
|
|
"hash.js": "1.1.7", |
|
|
|
|
"hasha": "3.0.0", |
|
|
|
|
"hawk": "3.1.3", |
|
|
|
|
"hmac-drbg": "1.0.1", |
|
|
|
|
"hoek": "2.16.3", |
|
|
|
|
"hosted-git-info": "2.8.9", |
|
|
|
|
"http-cache-semantics": "4.1.0", |
|
|
|
|
"http-errors": "1.7.2", |
|
|
|
|
"http-https": "1.0.0", |
|
|
|
|
"http-signature": "1.1.1", |
|
|
|
|
"http2-wrapper": "2.1.11", |
|
|
|
|
"iconv-lite": "0.4.24", |
|
|
|
|
"idna-uts46-hx": "2.3.1", |
|
|
|
|
"ieee754": "1.2.1", |
|
|
|
|
"iferr": "0.1.5", |
|
|
|
|
"imurmurhash": "0.1.4", |
|
|
|
|
"inflight": "1.0.6", |
|
|
|
|
"inherits": "2.0.3", |
|
|
|
|
"ini": "1.3.8", |
|
|
|
|
"init-package-json": "1.10.3", |
|
|
|
|
"internal-slot": "1.0.3", |
|
|
|
|
"interpret": "1.4.0", |
|
|
|
|
"invariant": "2.2.4", |
|
|
|
|
"invert-kv": "2.0.0", |
|
|
|
|
"ipaddr.js": "1.9.1", |
|
|
|
|
"is-arguments": "1.1.1", |
|
|
|
|
"is-arrayish": "0.2.1", |
|
|
|
|
"is-bigint": "1.0.4", |
|
|
|
|
"is-boolean-object": "1.1.2", |
|
|
|
|
"is-buffer": "2.0.5", |
|
|
|
|
"is-builtin-module": "1.0.0", |
|
|
|
|
"is-callable": "1.2.4", |
|
|
|
|
"is-core-module": "2.8.0", |
|
|
|
|
"is-date-object": "1.0.5", |
|
|
|
|
"is-finite": "1.1.0", |
|
|
|
|
"is-fullwidth-code-point": "2.0.0", |
|
|
|
|
"is-function": "1.0.2", |
|
|
|
|
"is-generator-function": "1.0.10", |
|
|
|
|
"is-hex-prefixed": "1.0.0", |
|
|
|
|
"is-negative-zero": "2.0.1", |
|
|
|
|
"is-npm": "1.0.0", |
|
|
|
|
"is-number-object": "1.0.6", |
|
|
|
|
"is-obj": "1.0.1", |
|
|
|
|
"is-object": "1.0.2", |
|
|
|
|
"is-plain-obj": "1.1.0", |
|
|
|
|
"is-redirect": "1.0.0", |
|
|
|
|
"is-regex": "1.1.4", |
|
|
|
|
"is-retry-allowed": "1.1.0", |
|
|
|
|
"is-shared-array-buffer": "1.0.1", |
|
|
|
|
"is-stream": "1.1.0", |
|
|
|
|
"is-string": "1.0.7", |
|
|
|
|
"is-symbol": "1.0.4", |
|
|
|
|
"is-typed-array": "1.1.8", |
|
|
|
|
"is-typedarray": "1.0.0", |
|
|
|
|
"is-weakref": "1.0.1", |
|
|
|
|
"isarray": "1.0.0", |
|
|
|
|
"isexe": "2.0.0", |
|
|
|
|
"isstream": "0.1.2", |
|
|
|
|
"istanbul-lib-coverage": "2.0.3", |
|
|
|
|
"istanbul-lib-hook": "2.0.3", |
|
|
|
|
"istanbul-lib-instrument": "3.3.0", |
|
|
|
|
"istanbul-lib-report": "2.0.4", |
|
|
|
|
"istanbul-lib-source-maps": "3.0.2", |
|
|
|
|
"istanbul-reports": "2.1.1", |
|
|
|
|
"isurl": "1.0.0", |
|
|
|
|
"jju": "1.3.0", |
|
|
|
|
"js-sha3": "0.8.0", |
|
|
|
|
"js-tokens": "4.0.0", |
|
|
|
|
"jsesc": "2.5.2", |
|
|
|
|
"json-buffer": "3.0.1", |
|
|
|
|
"json-parse-better-errors": "1.0.2", |
|
|
|
|
"json-parse-helpfulerror": "1.0.3", |
|
|
|
|
"json-schema": "0.2.3", |
|
|
|
|
"json-stable-stringify": "1.0.1", |
|
|
|
|
"json-stringify-safe": "5.0.1", |
|
|
|
|
"json5": "2.2.1", |
|
|
|
|
"jsonfile": "2.4.0", |
|
|
|
|
"jsonify": "0.0.0", |
|
|
|
|
"jsonparse": "1.3.0", |
|
|
|
|
"jsprim": "1.3.1", |
|
|
|
|
"keccak": "3.0.2", |
|
|
|
|
"keyv": "4.0.4", |
|
|
|
|
"klaw": "1.3.1", |
|
|
|
|
"latest-version": "3.0.0", |
|
|
|
|
"lazy-property": "1.0.0", |
|
|
|
|
"lazy-req": "2.0.0", |
|
|
|
|
"lcid": "2.0.0", |
|
|
|
|
"level": "8.0.0", |
|
|
|
|
"level-supports": "4.0.1", |
|
|
|
|
"level-transcoder": "1.0.1", |
|
|
|
|
"load-json-file": "4.0.0", |
|
|
|
|
"locate-path": "3.0.0", |
|
|
|
|
"lockfile": "1.0.3", |
|
|
|
|
"lodash": "4.17.21", |
|
|
|
|
"lodash._baseuniq": "4.6.0", |
|
|
|
|
"lodash._createset": "4.0.3", |
|
|
|
|
"lodash._root": "3.0.1", |
|
|
|
|
"lodash.clonedeep": "4.5.0", |
|
|
|
|
"lodash.debounce": "4.0.8", |
|
|
|
|
"lodash.flattendeep": "4.4.0", |
|
|
|
|
"lodash.union": "4.6.0", |
|
|
|
|
"lodash.uniq": "4.5.0", |
|
|
|
|
"lodash.without": "4.4.0", |
|
|
|
|
"loose-envify": "1.4.0", |
|
|
|
|
"lowercase-keys": "2.0.0", |
|
|
|
|
"lru-cache": "5.1.1", |
|
|
|
|
"make-dir": "1.3.0", |
|
|
|
|
"make-error": "1.3.6", |
|
|
|
|
"map-age-cleaner": "0.1.3", |
|
|
|
|
"mcl-wasm": "0.7.9", |
|
|
|
|
"md5.js": "1.3.5", |
|
|
|
|
"media-typer": "0.3.0", |
|
|
|
|
"mem": "4.3.0", |
|
|
|
|
"memory-level": "1.0.0", |
|
|
|
|
"memorystream": "0.3.1", |
|
|
|
|
"merge-descriptors": "1.0.1", |
|
|
|
|
"merge-source-map": "1.1.0", |
|
|
|
|
"methods": "1.1.2", |
|
|
|
|
"miller-rabin": "4.0.1", |
|
|
|
|
"mime": "1.6.0", |
|
|
|
|
"mime-db": "1.51.0", |
|
|
|
|
"mime-types": "2.1.34", |
|
|
|
|
"mimic-fn": "2.1.0", |
|
|
|
|
"mimic-response": "1.0.1", |
|
|
|
|
"min-document": "2.19.0", |
|
|
|
|
"minimalistic-assert": "1.0.1", |
|
|
|
|
"minimalistic-crypto-utils": "1.0.1", |
|
|
|
|
"minimatch": "3.0.4", |
|
|
|
|
"minimist": "1.2.6", |
|
|
|
|
"minipass": "2.9.0", |
|
|
|
|
"minizlib": "1.3.3", |
|
|
|
|
"mississippi": "1.3.0", |
|
|
|
|
"mkdirp-promise": "5.0.1", |
|
|
|
|
"mock-fs": "4.14.0", |
|
|
|
|
"module-error": "1.0.2", |
|
|
|
|
"move-concurrently": "1.0.1", |
|
|
|
|
"ms": "2.0.0", |
|
|
|
|
"multibase": "0.6.1", |
|
|
|
|
"multicodec": "1.0.4", |
|
|
|
|
"multihashes": "0.4.21", |
|
|
|
|
"mute-stream": "0.0.7", |
|
|
|
|
"nano-json-stream-parser": "0.1.2", |
|
|
|
|
"napi-macros": "2.0.0", |
|
|
|
|
"negotiator": "0.6.2", |
|
|
|
|
"neo-async": "2.6.2", |
|
|
|
|
"next-tick": "1.0.0", |
|
|
|
|
"nice-try": "1.0.5", |
|
|
|
|
"node-addon-api": "2.0.2", |
|
|
|
|
"node-fetch": "2.6.7", |
|
|
|
|
"node-gyp": "3.6.0", |
|
|
|
|
"node-gyp-build": "4.3.0", |
|
|
|
|
"node-releases": "2.0.6", |
|
|
|
|
"nopt": "3.0.6", |
|
|
|
|
"normalize-git-url": "3.0.2", |
|
|
|
|
"normalize-package-data": "2.5.0", |
|
|
|
|
"normalize-url": "6.1.0", |
|
|
|
|
"npm": "4.6.1", |
|
|
|
|
"npm-cache-filename": "1.0.2", |
|
|
|
|
"npm-install-checks": "3.0.0", |
|
|
|
|
"npm-package-arg": "4.2.1", |
|
|
|
|
"npm-registry-client": "8.1.1", |
|
|
|
|
"npm-run-path": "2.0.2", |
|
|
|
|
"npm-user-validate": "0.1.5", |
|
|
|
|
"npmlog": "4.0.2", |
|
|
|
|
"number-is-nan": "1.0.1", |
|
|
|
|
"number-to-bn": "1.7.0", |
|
|
|
|
"oauth-sign": "0.8.2", |
|
|
|
|
"object-assign": "4.1.1", |
|
|
|
|
"object-inspect": "1.11.0", |
|
|
|
|
"object-is": "1.1.5", |
|
|
|
|
"object-keys": "1.1.1", |
|
|
|
|
"object.assign": "4.1.2", |
|
|
|
|
"oboe": "2.1.5", |
|
|
|
|
"on-finished": "2.3.0", |
|
|
|
|
"once": "1.4.0", |
|
|
|
|
"opener": "1.4.3", |
|
|
|
|
"os-homedir": "1.0.2", |
|
|
|
|
"os-locale": "3.1.0", |
|
|
|
|
"os-tmpdir": "1.0.2", |
|
|
|
|
"osenv": "0.1.4", |
|
|
|
|
"p-cancelable": "3.0.0", |
|
|
|
|
"p-defer": "1.0.0", |
|
|
|
|
"p-finally": "1.0.0", |
|
|
|
|
"p-is-promise": "2.1.0", |
|
|
|
|
"p-limit": "2.1.0", |
|
|
|
|
"p-locate": "3.0.0", |
|
|
|
|
"p-timeout": "1.2.1", |
|
|
|
|
"p-try": "2.0.0", |
|
|
|
|
"package-hash": "3.0.0", |
|
|
|
|
"package-json": "3.1.0", |
|
|
|
|
"parallel-transform": "1.2.0", |
|
|
|
|
"parse-asn1": "5.1.6", |
|
|
|
|
"parse-headers": "2.0.4", |
|
|
|
|
"parse-json": "4.0.0", |
|
|
|
|
"parse-ms": "1.0.1", |
|
|
|
|
"parseurl": "1.3.3", |
|
|
|
|
"path-exists": "3.0.0", |
|
|
|
|
"path-is-absolute": "1.0.1", |
|
|
|
|
"path-is-inside": "1.0.2", |
|
|
|
|
"path-key": "2.0.1", |
|
|
|
|
"path-parse": "1.0.7", |
|
|
|
|
"path-to-regexp": "0.1.7", |
|
|
|
|
"path-type": "3.0.0", |
|
|
|
|
"pbkdf2": "3.1.2", |
|
|
|
|
"performance-now": "0.2.0", |
|
|
|
|
"picocolors": "1.0.0", |
|
|
|
|
"pify": "3.0.0", |
|
|
|
|
"pkg-dir": "3.0.0", |
|
|
|
|
"plur": "1.0.0", |
|
|
|
|
"postinstall-build": "2.1.3", |
|
|
|
|
"prepend-http": "1.0.4", |
|
|
|
|
"pretty-ms": "2.1.0", |
|
|
|
|
"printj": "1.1.2", |
|
|
|
|
"private": "0.1.8", |
|
|
|
|
"process-nextick-args": "1.0.7", |
|
|
|
|
"promzard": "0.3.0", |
|
|
|
|
"proto-list": "1.2.4", |
|
|
|
|
"proxy-addr": "2.0.7", |
|
|
|
|
"pseudomap": "1.0.2", |
|
|
|
|
"public-encrypt": "4.0.3", |
|
|
|
|
"pump": "3.0.0", |
|
|
|
|
"pumpify": "1.5.1", |
|
|
|
|
"punycode": "1.4.1", |
|
|
|
|
"qs": "6.7.0", |
|
|
|
|
"query-string": "5.1.1", |
|
|
|
|
"queue-microtask": "1.2.3", |
|
|
|
|
"quick-lru": "5.1.1", |
|
|
|
|
"randombytes": "2.1.0", |
|
|
|
|
"randomfill": "1.0.4", |
|
|
|
|
"range-parser": "1.2.1", |
|
|
|
|
"raw-body": "2.4.0", |
|
|
|
|
"rc": "1.1.7", |
|
|
|
|
"re-emitter": "1.1.3", |
|
|
|
|
"read": "1.0.7", |
|
|
|
|
"read-cmd-shim": "1.0.5", |
|
|
|
|
"read-installed": "4.0.3", |
|
|
|
|
"read-package-json": "2.0.5", |
|
|
|
|
"read-package-tree": "5.1.5", |
|
|
|
|
"read-pkg": "3.0.0", |
|
|
|
|
"read-pkg-up": "4.0.0", |
|
|
|
|
"readable-stream": "3.6.0", |
|
|
|
|
"readdir-scoped-modules": "1.0.2", |
|
|
|
|
"realize-package-specifier": "3.0.3", |
|
|
|
|
"rechoir": "0.6.2", |
|
|
|
|
"regenerate": "1.4.2", |
|
|
|
|
"regenerate-unicode-properties": "10.1.0", |
|
|
|
|
"regenerator-runtime": "0.13.7", |
|
|
|
|
"regenerator-transform": "0.15.0", |
|
|
|
|
"regexp.prototype.flags": "1.3.1", |
|
|
|
|
"regexpu-core": "5.2.1", |
|
|
|
|
"registry-auth-token": "3.1.0", |
|
|
|
|
"registry-url": "3.1.0", |
|
|
|
|
"regjsgen": "0.7.1", |
|
|
|
|
"regjsparser": "0.9.1", |
|
|
|
|
"release-zalgo": "1.0.0", |
|
|
|
|
"repeat-string": "1.6.1", |
|
|
|
|
"require-directory": "2.1.1", |
|
|
|
|
"require-from-string": "2.0.2", |
|
|
|
|
"require-main-filename": "1.0.1", |
|
|
|
|
"resolve": "1.20.0", |
|
|
|
|
"resolve-alpn": "1.2.1", |
|
|
|
|
"resolve-from": "4.0.0", |
|
|
|
|
"responselike": "2.0.0", |
|
|
|
|
"resumer": "0.0.0", |
|
|
|
|
"retry": "0.10.1", |
|
|
|
|
"ripemd160": "2.0.2", |
|
|
|
|
"rlp": "2.2.6", |
|
|
|
|
"run-parallel-limit": "1.1.0", |
|
|
|
|
"run-queue": "1.0.3", |
|
|
|
|
"rustbn.js": "0.2.0", |
|
|
|
|
"safe-buffer": "5.2.1", |
|
|
|
|
"safer-buffer": "2.1.2", |
|
|
|
|
"sanitize-filename": "1.6.3", |
|
|
|
|
"scrypt-js": "3.0.1", |
|
|
|
|
"secp256k1": "4.0.2", |
|
|
|
|
"semver-diff": "2.1.0", |
|
|
|
|
"send": "0.17.1", |
|
|
|
|
"serve-static": "1.14.1", |
|
|
|
|
"servify": "0.1.12", |
|
|
|
|
"set-blocking": "2.0.0", |
|
|
|
|
"setimmediate": "1.0.5", |
|
|
|
|
"setprototypeof": "1.1.1", |
|
|
|
|
"sha": "2.0.1", |
|
|
|
|
"sha.js": "2.4.11", |
|
|
|
|
"shebang-command": "1.2.0", |
|
|
|
|
"shebang-regex": "1.0.0", |
|
|
|
|
"shelljs": "0.7.8", |
|
|
|
|
"side-channel": "1.0.4", |
|
|
|
|
"signal-exit": "3.0.4", |
|
|
|
|
"simple-concat": "1.0.1", |
|
|
|
|
"simple-get": "2.8.2", |
|
|
|
|
"slide": "1.1.6", |
|
|
|
|
"sntp": "1.0.9", |
|
|
|
|
"sorted-object": "2.0.1", |
|
|
|
|
"sorted-union-stream": "2.1.3", |
|
|
|
|
"source-map": "0.5.7", |
|
|
|
|
"spawn-wrap": "1.4.2", |
|
|
|
|
"spdx-correct": "3.1.1", |
|
|
|
|
"spdx-exceptions": "2.3.0", |
|
|
|
|
"spdx-expression-parse": "3.0.1", |
|
|
|
|
"spdx-license-ids": "3.0.11", |
|
|
|
|
"split": "1.0.0", |
|
|
|
|
"sshpk": "1.11.0", |
|
|
|
|
"statuses": "1.5.0", |
|
|
|
|
"stream-each": "1.2.3", |
|
|
|
|
"stream-iterate": "1.1.1", |
|
|
|
|
"stream-shift": "1.0.1", |
|
|
|
|
"strict-uri-encode": "1.1.0", |
|
|
|
|
"string-width": "2.1.1", |
|
|
|
|
"string.prototype.trim": "1.2.5", |
|
|
|
|
"string.prototype.trimend": "1.0.4", |
|
|
|
|
"string.prototype.trimstart": "1.0.4", |
|
|
|
|
"string_decoder": "1.3.0", |
|
|
|
|
"stringstream": "0.0.5", |
|
|
|
|
"strip-ansi": "4.0.0", |
|
|
|
|
"strip-bom": "3.0.0", |
|
|
|
|
"strip-eof": "1.0.0", |
|
|
|
|
"strip-hex-prefix": "1.0.0", |
|
|
|
|
"strip-json-comments": "2.0.1", |
|
|
|
|
"supports-color": "5.5.0", |
|
|
|
|
"swarm-js": "0.1.40", |
|
|
|
|
"tap-out": "2.1.0", |
|
|
|
|
"tar": "4.4.19", |
|
|
|
|
"term-size": "0.1.1", |
|
|
|
|
"test-exclude": "5.1.0", |
|
|
|
|
"text-table": "0.2.0", |
|
|
|
|
"through": "2.3.8", |
|
|
|
|
"through2": "2.0.5", |
|
|
|
|
"timed-out": "4.0.1", |
|
|
|
|
"tmp": "0.0.33", |
|
|
|
|
"to-fast-properties": "2.0.0", |
|
|
|
|
"toidentifier": "1.0.0", |
|
|
|
|
"tough-cookie": "2.3.2", |
|
|
|
|
"tr46": "0.0.3", |
|
|
|
|
"trim": "0.0.1", |
|
|
|
|
"trim-right": "1.0.1", |
|
|
|
|
"truncate-utf8-bytes": "1.0.2", |
|
|
|
|
"tslib": "2.3.1", |
|
|
|
|
"tunnel-agent": "0.6.0", |
|
|
|
|
"type": "1.2.0", |
|
|
|
|
"type-is": "1.6.18", |
|
|
|
|
"typedarray": "0.0.6", |
|
|
|
|
"typedarray-to-buffer": "3.1.5", |
|
|
|
|
"uid-number": "0.0.6", |
|
|
|
|
"ultron": "1.1.1", |
|
|
|
|
"umask": "1.1.0", |
|
|
|
|
"unbox-primitive": "1.0.1", |
|
|
|
|
"unicode-canonical-property-names-ecmascript": "2.0.0", |
|
|
|
|
"unicode-match-property-ecmascript": "2.0.0", |
|
|
|
|
"unicode-match-property-value-ecmascript": "2.0.0", |
|
|
|
|
"unicode-property-aliases-ecmascript": "2.0.0", |
|
|
|
|
"unique-filename": "1.1.1", |
|
|
|
|
"unique-slug": "2.0.2", |
|
|
|
|
"unique-string": "1.0.0", |
|
|
|
|
"universalify": "0.1.2", |
|
|
|
|
"unpipe": "1.0.0", |
|
|
|
|
"unzip-response": "2.0.1", |
|
|
|
|
"update-browserslist-db": "1.0.9", |
|
|
|
|
"update-notifier": "2.1.0", |
|
|
|
|
"url-parse-lax": "1.0.0", |
|
|
|
|
"url-set-query": "1.0.0", |
|
|
|
|
"url-to-options": "1.0.1", |
|
|
|
|
"utf-8-validate": "5.0.7", |
|
|
|
|
"utf8": "3.0.0", |
|
|
|
|
"utf8-byte-length": "1.0.4", |
|
|
|
|
"util": "0.12.4", |
|
|
|
|
"util-deprecate": "1.0.2", |
|
|
|
|
"util-extend": "1.0.3", |
|
|
|
|
"utils-merge": "1.0.1", |
|
|
|
|
"uuid": "3.3.2", |
|
|
|
|
"v8-compile-cache-lib": "3.0.1", |
|
|
|
|
"validate-npm-package-license": "3.0.4", |
|
|
|
|
"validate-npm-package-name": "3.0.0", |
|
|
|
|
"varint": "5.0.2", |
|
|
|
|
"vary": "1.1.2", |
|
|
|
|
"verror": "1.3.6", |
|
|
|
|
"wcwidth": "1.0.0", |
|
|
|
|
"web3-bzz": "1.8.0", |
|
|
|
|
"web3-core": "1.8.0", |
|
|
|
|
"web3-core-helpers": "1.8.0", |
|
|
|
|
"web3-core-method": "1.8.0", |
|
|
|
|
"web3-core-promievent": "1.8.0", |
|
|
|
|
"web3-core-requestmanager": "1.8.0", |
|
|
|
|
"web3-core-subscriptions": "1.8.0", |
|
|
|
|
"web3-eth": "1.8.0", |
|
|
|
|
"web3-eth-abi": "1.8.0", |
|
|
|
|
"web3-eth-accounts": "1.8.0", |
|
|
|
|
"web3-eth-contract": "1.8.0", |
|
|
|
|
"web3-eth-ens": "1.8.0", |
|
|
|
|
"web3-eth-iban": "1.8.0", |
|
|
|
|
"web3-eth-personal": "1.8.0", |
|
|
|
|
"web3-net": "1.8.0", |
|
|
|
|
"web3-providers-http": "1.8.0", |
|
|
|
|
"web3-providers-ipc": "1.8.0", |
|
|
|
|
"web3-providers-ws": "1.8.0", |
|
|
|
|
"web3-shh": "1.8.0", |
|
|
|
|
"web3-utils": "1.8.0", |
|
|
|
|
"webidl-conversions": "3.0.1", |
|
|
|
|
"websocket": "1.0.34", |
|
|
|
|
"whatwg-url": "5.0.0", |
|
|
|
|
"which": "1.2.14", |
|
|
|
|
"which-boxed-primitive": "1.0.2", |
|
|
|
|
"which-module": "2.0.0", |
|
|
|
|
"which-typed-array": "1.1.7", |
|
|
|
|
"wide-align": "1.1.3", |
|
|
|
|
"widest-line": "1.0.0", |
|
|
|
|
"wordwrap": "1.0.0", |
|
|
|
|
"wrap-ansi": "2.1.0", |
|
|
|
|
"wrappy": "1.0.2", |
|
|
|
|
"write-file-atomic": "2.4.3", |
|
|
|
|
"ws": "7.4.6", |
|
|
|
|
"xdg-basedir": "3.0.0", |
|
|
|
|
"xhr": "2.6.0", |
|
|
|
|
"xhr-request": "1.1.0", |
|
|
|
|
"xhr-request-promise": "0.1.3", |
|
|
|
|
"xtend": "4.0.2", |
|
|
|
|
"y18n": "3.2.2", |
|
|
|
|
"yaeti": "0.0.6", |
|
|
|
|
"yallist": "3.1.1", |
|
|
|
|
"yargs": "12.0.5", |
|
|
|
|
"yargs-parser": "11.1.1", |
|
|
|
|
"yn": "3.1.1" |
|
|
|
|
} |
|
|
|
|
"gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0", |
|
|
|
|
"main": "./src/index.js" |
|
|
|
|
} |