diff --git a/libs/ghaction-helper/package.json b/libs/ghaction-helper/package.json index f962239409..2d4ade7cd6 100644 --- a/libs/ghaction-helper/package.json +++ b/libs/ghaction-helper/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/ghaction-helper", - "version": "0.1.4", + "version": "0.1.5", "description": "Solidity Tests GitHub Action Helper", "main": "src/index.js", "scripts": { @@ -19,7 +19,7 @@ }, "homepage": "https://github.com/ethereum/remix-project#readme", "devDependencies": { - "@remix-project/remix-solidity": "^0.5.8", + "@remix-project/remix-solidity": "^0.5.9", "@types/chai": "^4.3.4", "typescript": "^4.9.3" }, @@ -30,596 +30,5 @@ "ganache": "^7.5.0" }, "types": "./src/index.d.ts", - "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", - "@ethereumjs/block": "4.0.0", - "@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/tx": "3.4.0", - "@ethereumjs/util": "8.0.0", - "@ethereumjs/vm": "6.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", - "@remix-project/remix-lib": "0.5.21", - "@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", - "@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", - "abortcontroller-polyfill": "1.7.3", - "abstract-level": "1.0.3", - "accepts": "1.3.7", - "aes-js": "3.0.0", - "ajv": "4.11.4", - "ansi-styles": "3.2.1", - "array-flatten": "1.1.1", - "asn1": "0.2.3", - "asn1.js": "5.4.1", - "assert-plus": "0.2.0", - "assertion-error": "1.1.0", - "async": "2.6.4", - "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", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "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-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "caniuse-lite": "1.0.30001426", - "caseless": "0.12.0", - "catering": "2.1.1", - "chalk": "2.4.2", - "check-error": "1.0.2", - "chownr": "1.1.4", - "cids": "0.7.5", - "cipher-base": "1.0.4", - "class-is": "1.1.0", - "classic-level": "1.2.0", - "clone-response": "1.0.2", - "co": "4.6.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "commander": "3.0.2", - "concat-map": "0.0.1", - "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", - "core-js-compat": "3.25.3", - "cors": "2.8.5", - "crc-32": "1.2.0", - "create-ecdh": "4.0.4", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-eql": "4.1.2", - "deep-equal": "1.1.1", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer3": "0.1.4", - "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", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "es5-ext": "0.10.53", - "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-scope": "5.1.1", - "eslint-visitor-keys": "1.3.0", - "esrecurse": "4.3.0", - "estraverse": "5.2.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", - "ethereumjs-util": "7.1.3", - "ethjs-unit": "0.1.6", - "ethjs-util": "0.1.6", - "eventemitter3": "4.0.4", - "evp_bytestokey": "1.0.3", - "exit-on-epipe": "1.0.1", - "express": "4.17.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "finalhandler": "1.1.2", - "follow-redirects": "1.14.9", - "for-each": "0.3.3", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "gensync": "1.0.0-beta.2", - "get-func-name": "2.0.0", - "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", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "invariant": "2.2.4", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isstream": "0.1.2", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "level": "8.0.0", - "level-supports": "4.0.1", - "level-transcoder": "1.0.1", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "loose-envify": "1.4.0", - "loupe": "2.3.4", - "lowercase-keys": "2.0.0", - "lru-cache": "5.1.1", - "mcl-wasm": "0.7.9", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "memory-level": "1.0.0", - "memorystream": "0.3.1", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "napi-macros": "2.0.0", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-url": "6.1.0", - "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", - "os-tmpdir": "1.0.2", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-timeout": "1.2.1", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parseurl": "1.3.3", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "path-to-regexp": "0.1.7", - "pathval": "1.1.1", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "picocolors": "1.0.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "private": "0.1.8", - "proxy-addr": "2.0.7", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "readable-stream": "3.6.0", - "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", - "regjsgen": "0.7.1", - "regjsparser": "0.9.1", - "require-from-string": "2.0.2", - "resolve": "1.20.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "resumer": "0.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "source-map": "0.5.7", - "sshpk": "1.11.0", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "string-similarity": "4.0.4", - "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-hex-prefix": "1.0.0", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "through": "2.3.8", - "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-right": "1.0.1", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-detect": "4.0.8", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "web3": "1.8.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-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "yaeti": "0.0.6", - "yallist": "3.1.1" - }, - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72" + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0" } \ No newline at end of file diff --git a/libs/remix-analyzer/package.json b/libs/remix-analyzer/package.json index dab9c0dcc6..fa3068840c 100644 --- a/libs/remix-analyzer/package.json +++ b/libs/remix-analyzer/package.json @@ -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" } \ No newline at end of file diff --git a/libs/remix-astwalker/package.json b/libs/remix-astwalker/package.json index 1675f47f16..9827c4d652 100644 --- a/libs/remix-astwalker/package.json +++ b/libs/remix-astwalker/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-astwalker", - "version": "0.0.52", + "version": "0.0.53", "description": "Tool to walk through Solidity AST", "main": "src/index.js", "scripts": { @@ -36,7 +36,7 @@ "@ethereumjs/block": "^4.0.0", "@ethereumjs/tx": "^4.0.0", "@ethereumjs/vm": "^6.0.0", - "@remix-project/remix-lib": "^0.5.22", + "@remix-project/remix-lib": "^0.5.23", "@types/tape": "^4.2.33", "async": "^2.6.2", "ethereumjs-util": "^7.0.10", @@ -53,700 +53,6 @@ "tap-spec": "^5.0.0" }, "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "types": "./src/index.d.ts", - "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", - "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-regex": "3.0.0", - "ansi-styles": "3.2.1", - "append-transform": "1.0.0", - "archy": "1.0.0", - "arg": "4.1.3", - "array-flatten": "1.1.1", - "arrify": "1.0.1", - "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", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "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", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "caching-transform": "3.0.1", - "call-bind": "1.0.2", - "camelcase": "5.3.1", - "caniuse-lite": "1.0.30001426", - "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", - "cliui": "4.1.0", - "clone-response": "1.0.2", - "co": "4.6.0", - "code-point-at": "1.1.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "commander": "3.0.2", - "commondir": "1.0.1", - "concat-map": "0.0.1", - "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", - "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-hash": "1.2.0", - "create-hmac": "1.1.7", - "create-require": "1.1.1", - "cross-fetch": "3.1.5", - "cross-spawn": "4.0.2", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decamelize": "1.2.0", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-equal": "1.1.1", - "default-require-extensions": "2.0.0", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diff": "4.0.2", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer": "0.1.1", - "duplexer3": "0.1.4", - "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", - "finalhandler": "1.1.2", - "find-cache-dir": "2.0.0", - "find-up": "3.0.0", - "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", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "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", - "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", - "imurmurhash": "0.1.4", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "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-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-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "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-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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "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", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "lodash.flattendeep": "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "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-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-package-data": "2.5.0", - "normalize-url": "6.1.0", - "npm-run-path": "2.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", - "os-homedir": "1.0.2", - "os-locale": "3.1.0", - "os-tmpdir": "1.0.2", - "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", - "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-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", - "prepend-http": "1.0.4", - "pretty-ms": "2.1.0", - "printj": "1.1.2", - "private": "0.1.8", - "process-nextick-args": "1.0.7", - "proxy-addr": "2.0.7", - "pseudomap": "1.0.2", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "re-emitter": "1.1.3", - "read-pkg": "3.0.0", - "read-pkg-up": "4.0.0", - "readable-stream": "3.6.0", - "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", - "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", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "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.js": "2.4.11", - "shebang-command": "1.2.0", - "shebang-regex": "1.0.0", - "side-channel": "1.0.4", - "signal-exit": "3.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "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", - "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", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tap-out": "2.1.0", - "tar": "4.4.19", - "test-exclude": "5.1.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", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "v8-compile-cache-lib": "3.0.1", - "validate-npm-package-license": "3.0.4", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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", - "wordwrap": "1.0.0", - "wrap-ansi": "2.1.0", - "wrappy": "1.0.2", - "write-file-atomic": "2.4.3", - "ws": "7.4.6", - "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", + "types": "./src/index.d.ts" } \ No newline at end of file diff --git a/libs/remix-debug/package.json b/libs/remix-debug/package.json index 696c0698ae..7c328a505c 100644 --- a/libs/remix-debug/package.json +++ b/libs/remix-debug/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-debug", - "version": "0.5.22", + "version": "0.5.23", "description": "Tool to debug Ethereum transactions", "contributors": [ { @@ -25,10 +25,10 @@ "@ethereumjs/common": "^3.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-simulator": "^0.2.22", - "@remix-project/remix-solidity": "^0.5.8", + "@remix-project/remix-astwalker": "^0.0.53", + "@remix-project/remix-lib": "^0.5.23", + "@remix-project/remix-simulator": "^0.2.23", + "@remix-project/remix-solidity": "^0.5.9", "ansi-gray": "^0.1.1", "async": "^2.6.2", "color-support": "^1.1.3", @@ -69,733 +69,6 @@ }, "homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-debug#readme", "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "types": "./src/index.d.ts", - "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/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", - "@ungap/promise-all-settled": "1.1.2", - "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-colors": "4.1.1", - "ansi-regex": "3.0.0", - "ansi-styles": "3.2.1", - "ansi-wrap": "0.1.0", - "anymatch": "3.1.2", - "append-transform": "1.0.0", - "archy": "1.0.0", - "arg": "4.1.3", - "argparse": "2.0.1", - "array-flatten": "1.1.1", - "arrify": "1.0.1", - "asn1": "0.2.3", - "asn1.js": "5.4.1", - "assert": "1.5.0", - "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", - "binary-extensions": "2.2.0", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "brace-expansion": "1.1.11", - "braces": "3.0.2", - "brorand": "1.1.0", - "browser-level": "1.0.1", - "browser-stdout": "1.3.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", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "caching-transform": "3.0.1", - "call-bind": "1.0.2", - "camelcase": "5.3.1", - "caniuse-lite": "1.0.30001426", - "caseless": "0.12.0", - "catering": "2.1.1", - "chalk": "2.4.2", - "chokidar": "3.5.1", - "chownr": "1.1.4", - "cids": "0.7.5", - "cipher-base": "1.0.4", - "class-is": "1.1.0", - "classic-level": "1.2.0", - "cliui": "4.1.0", - "clone-response": "1.0.2", - "co": "4.6.0", - "code-point-at": "1.1.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "commondir": "1.0.1", - "concat-map": "0.0.1", - "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", - "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-hash": "1.2.0", - "create-hmac": "1.1.7", - "create-require": "1.1.1", - "cross-fetch": "3.1.5", - "cross-spawn": "4.0.2", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decamelize": "1.2.0", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "default-require-extensions": "2.0.0", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diff": "4.0.2", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer": "0.1.1", - "duplexer3": "0.1.4", - "ee-first": "1.1.1", - "electron-to-chromium": "1.4.264", - "elliptic": "6.5.4", - "emoji-regex": "8.0.0", - "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-scope": "5.1.1", - "eslint-visitor-keys": "1.3.0", - "esrecurse": "4.3.0", - "estraverse": "5.2.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", - "fill-range": "7.0.1", - "finalhandler": "1.1.2", - "find-cache-dir": "2.0.0", - "find-up": "3.0.0", - "flat": "5.0.2", - "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", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "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", - "glob-parent": "5.1.2", - "global": "4.4.0", - "globals": "11.12.0", - "got": "12.1.0", - "graceful-fs": "4.2.8", - "growl": "1.10.5", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hasha": "3.0.0", - "hawk": "3.1.3", - "he": "1.2.0", - "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", - "imurmurhash": "0.1.4", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "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-binary-path": "2.1.0", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-extglob": "2.1.1", - "is-finite": "1.1.0", - "is-fullwidth-code-point": "2.0.0", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-glob": "4.0.3", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number": "7.0.0", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "js-yaml": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "json-parse-better-errors": "1.0.2", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "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", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "lodash.flattendeep": "4.4.0", - "log-symbols": "4.0.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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "nanoid": "3.1.20", - "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-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-package-data": "2.5.0", - "normalize-path": "3.0.0", - "normalize-url": "6.1.0", - "npm-run-path": "2.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", - "os-homedir": "1.0.2", - "os-locale": "3.1.0", - "os-tmpdir": "1.0.2", - "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", - "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-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", - "picomatch": "2.3.0", - "pify": "3.0.0", - "pkg-dir": "3.0.0", - "plur": "1.0.0", - "prepend-http": "1.0.4", - "pretty-ms": "2.1.0", - "printj": "1.1.2", - "private": "0.1.8", - "process-nextick-args": "1.0.7", - "proxy-addr": "2.0.7", - "pseudomap": "1.0.2", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "re-emitter": "1.1.3", - "read-pkg": "3.0.0", - "read-pkg-up": "4.0.0", - "readable-stream": "3.6.0", - "readdirp": "3.5.0", - "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", - "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", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serialize-javascript": "5.0.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "set-blocking": "2.0.0", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "shebang-command": "1.2.0", - "shebang-regex": "1.0.0", - "side-channel": "1.0.4", - "signal-exit": "3.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "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", - "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": "3.1.1", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tap-out": "2.1.0", - "tar": "4.4.19", - "test-exclude": "5.1.0", - "through": "2.3.8", - "through2": "2.0.5", - "timed-out": "4.0.1", - "tmp": "0.0.33", - "to-fast-properties": "2.0.0", - "to-regex-range": "5.0.1", - "toidentifier": "1.0.0", - "tough-cookie": "2.3.2", - "tr46": "0.0.3", - "trim": "0.0.1", - "trim-right": "1.0.1", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "v8-compile-cache-lib": "3.0.1", - "validate-npm-package-license": "3.0.4", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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", - "wordwrap": "1.0.0", - "workerpool": "6.1.0", - "wrap-ansi": "2.1.0", - "wrappy": "1.0.2", - "write-file-atomic": "2.4.3", - "ws": "7.4.6", - "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", - "yargs-unparser": "2.0.0", - "yn": "3.1.1", - "yocto-queue": "0.1.0" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0", + "types": "./src/index.d.ts" } \ No newline at end of file diff --git a/libs/remix-lib/package.json b/libs/remix-lib/package.json index ca9bde575a..41f85560e0 100644 --- a/libs/remix-lib/package.json +++ b/libs/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-lib", - "version": "0.5.22", + "version": "0.5.23", "description": "Library to various Remix tools", "contributors": [ { @@ -51,581 +51,6 @@ }, "homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-lib#readme", "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "types": "./src/index.d.ts", - "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", - "@ethereumjs/block": "4.0.0", - "@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/tx": "3.4.0", - "@ethereumjs/util": "8.0.0", - "@ethereumjs/vm": "6.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", - "@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", - "abortcontroller-polyfill": "1.7.3", - "abstract-level": "1.0.3", - "accepts": "1.3.7", - "aes-js": "3.0.0", - "ajv": "4.11.4", - "ansi-styles": "3.2.1", - "array-flatten": "1.1.1", - "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", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "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-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "caniuse-lite": "1.0.30001426", - "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", - "clone-response": "1.0.2", - "co": "4.6.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "commander": "3.0.2", - "concat-map": "0.0.1", - "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", - "core-js-compat": "3.25.3", - "cors": "2.8.5", - "crc-32": "1.2.0", - "create-ecdh": "4.0.4", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-equal": "1.1.1", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer3": "0.1.4", - "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", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "es5-ext": "0.10.53", - "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", - "exit-on-epipe": "1.0.1", - "express": "4.17.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "finalhandler": "1.1.2", - "follow-redirects": "1.14.9", - "for-each": "0.3.3", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "gensync": "1.0.0-beta.2", - "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", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "invariant": "2.2.4", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isstream": "0.1.2", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "level": "8.0.0", - "level-supports": "4.0.1", - "level-transcoder": "1.0.1", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "loose-envify": "1.4.0", - "lowercase-keys": "2.0.0", - "lru-cache": "5.1.1", - "mcl-wasm": "0.7.9", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "memory-level": "1.0.0", - "memorystream": "0.3.1", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "napi-macros": "2.0.0", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-url": "6.1.0", - "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", - "os-tmpdir": "1.0.2", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-timeout": "1.2.1", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parseurl": "1.3.3", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "path-to-regexp": "0.1.7", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "picocolors": "1.0.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "private": "0.1.8", - "proxy-addr": "2.0.7", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "readable-stream": "3.6.0", - "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", - "regjsgen": "0.7.1", - "regjsparser": "0.9.1", - "require-from-string": "2.0.2", - "resolve": "1.20.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "resumer": "0.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "source-map": "0.5.7", - "sshpk": "1.11.0", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "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-hex-prefix": "1.0.0", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "through": "2.3.8", - "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-right": "1.0.1", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "yaeti": "0.0.6", - "yallist": "3.1.1" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0", + "types": "./src/index.d.ts" } \ No newline at end of file diff --git a/libs/remix-simulator/package.json b/libs/remix-simulator/package.json index 8e4759189e..ab1f2cc11c 100644 --- a/libs/remix-simulator/package.json +++ b/libs/remix-simulator/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-simulator", - "version": "0.2.22", + "version": "0.2.23", "description": "Ethereum IDE and tools for the web", "contributors": [ { @@ -21,7 +21,7 @@ "@ethereumjs/common": "^3.0.0", "@ethereumjs/tx": "^4.0.0", "@ethereumjs/vm": "^6.0.0", - "@remix-project/remix-lib": "^0.5.22", + "@remix-project/remix-lib": "^0.5.23", "ansi-gray": "^0.1.1", "async": "^3.1.0", "body-parser": "^1.18.2", @@ -67,629 +67,6 @@ }, "homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-simulator#readme", "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "types": "./src/index.d.ts", - "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", - "@ethereumjs/blockchain": "6.0.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", - "@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", - "@ungap/promise-all-settled": "1.1.2", - "abortcontroller-polyfill": "1.7.3", - "abstract-level": "1.0.3", - "accepts": "1.3.7", - "aes-js": "3.0.0", - "ajv": "4.11.4", - "ansi-colors": "4.1.1", - "ansi-regex": "2.1.1", - "ansi-styles": "3.2.1", - "ansi-wrap": "0.1.0", - "anymatch": "3.1.2", - "argparse": "2.0.1", - "array-flatten": "1.1.1", - "asn1": "0.2.3", - "asn1.js": "5.4.1", - "assert": "1.5.0", - "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", - "binary-extensions": "2.2.0", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "boom": "2.10.1", - "brace-expansion": "1.1.11", - "braces": "3.0.2", - "brorand": "1.1.0", - "browser-level": "1.0.1", - "browser-stdout": "1.3.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-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "camelcase": "6.2.1", - "caniuse-lite": "1.0.30001426", - "caseless": "0.12.0", - "catering": "2.1.1", - "chalk": "2.4.2", - "chokidar": "3.5.1", - "chownr": "1.1.4", - "cids": "0.7.5", - "cipher-base": "1.0.4", - "class-is": "1.1.0", - "classic-level": "1.2.0", - "cliui": "7.0.4", - "clone-response": "1.0.2", - "co": "4.6.0", - "code-point-at": "1.1.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "concat-map": "0.0.1", - "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", - "core-js-compat": "3.25.3", - "crc-32": "1.2.0", - "create-ecdh": "4.0.4", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decamelize": "4.0.0", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-equal": "1.1.1", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diff": "5.0.0", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer3": "0.1.4", - "ee-first": "1.1.1", - "electron-to-chromium": "1.4.264", - "elliptic": "6.5.4", - "emoji-regex": "8.0.0", - "encodeurl": "1.0.2", - "end-of-stream": "1.4.4", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "es5-ext": "0.10.53", - "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", - "exit-on-epipe": "1.0.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "fill-range": "7.0.1", - "finalhandler": "1.1.2", - "find-up": "5.0.0", - "flat": "5.0.2", - "follow-redirects": "1.14.9", - "for-each": "0.3.3", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "gensync": "1.0.0-beta.2", - "get-caller-file": "2.0.5", - "get-intrinsic": "1.1.3", - "get-stream": "5.2.0", - "get-symbol-description": "1.0.0", - "getpass": "0.1.6", - "glob": "7.1.4", - "glob-parent": "5.1.2", - "global": "4.4.0", - "globals": "11.12.0", - "got": "12.1.0", - "graceful-fs": "4.2.8", - "growl": "1.10.5", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "he": "1.2.0", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "invariant": "2.2.4", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-bigint": "1.0.4", - "is-binary-path": "2.1.0", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-extglob": "2.1.1", - "is-fullwidth-code-point": "1.0.0", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-glob": "4.0.3", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number": "7.0.0", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isexe": "2.0.0", - "isstream": "0.1.2", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "js-yaml": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "level": "8.0.0", - "level-supports": "4.0.1", - "level-transcoder": "1.0.1", - "locate-path": "6.0.0", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "log-symbols": "4.0.0", - "loose-envify": "1.4.0", - "lowercase-keys": "2.0.0", - "lru-cache": "5.1.1", - "mcl-wasm": "0.7.9", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "memory-level": "1.0.0", - "memorystream": "0.3.1", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "nanoid": "3.1.20", - "napi-macros": "2.0.0", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-path": "3.0.0", - "normalize-url": "6.1.0", - "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", - "os-tmpdir": "1.0.2", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-limit": "3.1.0", - "p-locate": "5.0.0", - "p-timeout": "1.2.1", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parseurl": "1.3.3", - "path-exists": "4.0.0", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "path-to-regexp": "0.1.7", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "picocolors": "1.0.0", - "picomatch": "2.3.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "private": "0.1.8", - "proxy-addr": "2.0.7", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "readable-stream": "3.6.0", - "readdirp": "3.5.0", - "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", - "regjsgen": "0.7.1", - "regjsparser": "0.9.1", - "require-directory": "2.1.1", - "require-from-string": "2.0.2", - "resolve": "1.20.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "resumer": "0.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serialize-javascript": "5.0.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "source-map": "0.5.7", - "sshpk": "1.11.0", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "string-width": "1.0.2", - "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": "3.0.1", - "strip-hex-prefix": "1.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "through": "2.3.8", - "timed-out": "4.0.1", - "tmp": "0.0.33", - "to-fast-properties": "2.0.0", - "to-regex-range": "5.0.1", - "toidentifier": "1.0.0", - "tough-cookie": "2.3.2", - "tr46": "0.0.3", - "trim-right": "1.0.1", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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": "2.0.2", - "which-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wide-align": "1.1.3", - "workerpool": "6.1.0", - "wrap-ansi": "7.0.0", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "y18n": "5.0.8", - "yaeti": "0.0.6", - "yallist": "3.1.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0", - "yocto-queue": "0.1.0" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0", + "types": "./src/index.d.ts" } \ No newline at end of file diff --git a/libs/remix-solidity/package.json b/libs/remix-solidity/package.json index 9687fcfdb8..200473db85 100644 --- a/libs/remix-solidity/package.json +++ b/libs/remix-solidity/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-solidity", - "version": "0.5.8", + "version": "0.5.9", "description": "Tool to load and run Solidity compiler", "main": "src/index.js", "types": "src/index.d.ts", @@ -18,7 +18,7 @@ "@ethereumjs/block": "^4.0.0", "@ethereumjs/tx": "^4.0.0", "@ethereumjs/vm": "^6.0.0", - "@remix-project/remix-lib": "^0.5.22", + "@remix-project/remix-lib": "^0.5.23", "async": "^2.6.2", "eslint-scope": "^5.0.0", "ethereumjs-util": "^7.0.10", @@ -57,579 +57,5 @@ }, "homepage": "https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme", "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "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", - "@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", - "@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", - "abortcontroller-polyfill": "1.7.3", - "abstract-level": "1.0.3", - "accepts": "1.3.7", - "aes-js": "3.0.0", - "ajv": "4.11.4", - "ansi-styles": "3.2.1", - "array-flatten": "1.1.1", - "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", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "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-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "caniuse-lite": "1.0.30001426", - "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", - "clone-response": "1.0.2", - "co": "4.6.0", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "commander": "3.0.2", - "concat-map": "0.0.1", - "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", - "core-js-compat": "3.25.3", - "cors": "2.8.5", - "crc-32": "1.2.0", - "create-ecdh": "4.0.4", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-equal": "1.1.1", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dotignore": "0.1.2", - "duplexer3": "0.1.4", - "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", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "es5-ext": "0.10.53", - "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", - "esrecurse": "4.3.0", - "estraverse": "5.2.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", - "exit-on-epipe": "1.0.1", - "express": "4.17.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "finalhandler": "1.1.2", - "follow-redirects": "1.14.9", - "for-each": "0.3.3", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "gensync": "1.0.0-beta.2", - "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", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "invariant": "2.2.4", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isstream": "0.1.2", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "level": "8.0.0", - "level-supports": "4.0.1", - "level-transcoder": "1.0.1", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "loose-envify": "1.4.0", - "lowercase-keys": "2.0.0", - "lru-cache": "5.1.1", - "mcl-wasm": "0.7.9", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "memory-level": "1.0.0", - "memorystream": "0.3.1", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "napi-macros": "2.0.0", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-url": "6.1.0", - "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", - "os-tmpdir": "1.0.2", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-timeout": "1.2.1", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parseurl": "1.3.3", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "path-to-regexp": "0.1.7", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "picocolors": "1.0.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "private": "0.1.8", - "proxy-addr": "2.0.7", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "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", - "readable-stream": "3.6.0", - "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", - "regjsgen": "0.7.1", - "regjsparser": "0.9.1", - "require-from-string": "2.0.2", - "resolve": "1.20.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "resumer": "0.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "source-map": "0.5.7", - "sshpk": "1.11.0", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "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-hex-prefix": "1.0.0", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "through": "2.3.8", - "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-right": "1.0.1", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "yaeti": "0.0.6", - "yallist": "3.1.1" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0" } \ No newline at end of file diff --git a/libs/remix-tests/package.json b/libs/remix-tests/package.json index c8464b7926..482419445b 100644 --- a/libs/remix-tests/package.json +++ b/libs/remix-tests/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-tests", - "version": "0.2.22", + "version": "0.2.23", "description": "Tool to test Solidity smart contracts", "main": "src/index.js", "types": "./src/index.d.ts", @@ -40,9 +40,9 @@ "@ethereumjs/common": "^3.0.0", "@ethereumjs/tx": "^4.0.0", "@ethereumjs/vm": "^6.0.0", - "@remix-project/remix-lib": "^0.5.22", - "@remix-project/remix-simulator": "^0.2.22", - "@remix-project/remix-solidity": "^0.5.8", + "@remix-project/remix-lib": "^0.5.23", + "@remix-project/remix-simulator": "^0.2.23", + "@remix-project/remix-solidity": "^0.5.9", "@remix-project/remix-url-resolver": "^0.0.42", "ansi-gray": "^0.1.1", "async": "^2.6.0", @@ -64,706 +64,6 @@ "web3": "^1.5.1", "winston": "^3.0.0" }, - "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", - "@dabh/diagnostics": "2.0.2", - "@erebos/bzz": "0.13.0", - "@ethereumjs/blockchain": "6.0.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", - "@ungap/promise-all-settled": "1.1.2", - "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-colors": "4.1.1", - "ansi-regex": "2.1.1", - "ansi-styles": "3.2.1", - "ansi-wrap": "0.1.0", - "anymatch": "3.1.2", - "arg": "4.1.3", - "argparse": "2.0.1", - "array-flatten": "1.1.1", - "asn1": "0.2.3", - "asn1.js": "5.4.1", - "assert": "1.5.0", - "assert-plus": "0.2.0", - "assertion-error": "1.1.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", - "binary-extensions": "2.2.0", - "bl": "4.1.0", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "5.2.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "brace-expansion": "1.1.11", - "braces": "3.0.2", - "brorand": "1.1.0", - "browser-level": "1.0.1", - "browser-stdout": "1.3.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-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "builtin-modules": "1.1.1", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "camel-case": "4.1.2", - "camelcase": "6.2.1", - "caniuse-lite": "1.0.30001426", - "capital-case": "1.0.4", - "caseless": "0.12.0", - "catering": "2.1.1", - "chalk": "2.4.2", - "check-error": "1.0.2", - "chokidar": "3.5.1", - "chownr": "1.1.4", - "cids": "0.7.5", - "cipher-base": "1.0.4", - "class-is": "1.1.0", - "classic-level": "1.2.0", - "cliui": "7.0.4", - "clone-response": "1.0.2", - "co": "4.6.0", - "code-point-at": "1.1.0", - "color": "3.2.1", - "color-convert": "1.9.3", - "color-name": "1.1.3", - "color-string": "1.6.0", - "colorspace": "1.1.4", - "combined-stream": "1.0.5", - "command-exists": "1.2.9", - "concat-map": "0.0.1", - "constant-case": "3.0.4", - "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", - "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-hash": "1.2.0", - "create-hmac": "1.1.7", - "create-require": "1.1.1", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decamelize": "4.0.0", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-eql": "4.1.2", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "defined": "1.0.0", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diff": "5.0.0", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "dot-case": "3.0.4", - "dotignore": "0.1.2", - "duplexer3": "0.1.4", - "ee-first": "1.1.1", - "electron-to-chromium": "1.4.264", - "elliptic": "6.5.4", - "emoji-regex": "8.0.0", - "enabled": "2.0.0", - "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-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-scope": "5.1.1", - "eslint-visitor-keys": "1.3.0", - "esprima": "4.0.1", - "esrecurse": "4.3.0", - "estraverse": "5.2.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", - "exit-on-epipe": "1.0.1", - "express": "4.17.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "fecha": "4.2.1", - "figures": "2.0.0", - "fill-range": "7.0.1", - "finalhandler": "1.1.2", - "find-up": "5.0.0", - "flat": "5.0.2", - "fn.name": "1.1.0", - "follow-redirects": "1.14.9", - "for-each": "0.3.3", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-constants": "1.0.0", - "fs-extra": "0.30.0", - "fs-minipass": "1.2.7", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "functional-red-black-tree": "1.0.1", - "gensync": "1.0.0-beta.2", - "get-caller-file": "2.0.5", - "get-func-name": "2.0.0", - "get-intrinsic": "1.1.3", - "get-stream": "5.2.0", - "get-symbol-description": "1.0.0", - "getpass": "0.1.6", - "glob": "7.1.4", - "glob-parent": "5.1.2", - "global": "4.4.0", - "globals": "11.12.0", - "got": "12.1.0", - "graceful-fs": "4.2.8", - "growl": "1.10.5", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "he": "1.2.0", - "header-case": "2.0.4", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inflight": "1.0.6", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "invariant": "2.2.4", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-arrayish": "0.2.1", - "is-bigint": "1.0.4", - "is-binary-path": "2.1.0", - "is-boolean-object": "1.1.2", - "is-buffer": "2.0.5", - "is-callable": "1.2.4", - "is-core-module": "2.8.0", - "is-date-object": "1.0.5", - "is-extglob": "2.1.1", - "is-fullwidth-code-point": "1.0.0", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-glob": "4.0.3", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number": "7.0.0", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "js-tokens": "4.0.0", - "js-yaml": "4.0.0", - "jsesc": "2.5.2", - "json-buffer": "3.0.1", - "json-parse-better-errors": "1.0.2", - "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", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "klaw": "1.3.1", - "kuler": "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": "6.0.0", - "lodash": "4.17.21", - "lodash.debounce": "4.0.8", - "log-symbols": "4.0.0", - "logform": "2.3.0", - "loose-envify": "1.4.0", - "loupe": "2.3.4", - "lower-case": "2.0.2", - "lowercase-keys": "2.0.0", - "lru-cache": "5.1.1", - "make-error": "1.3.6", - "mcl-wasm": "0.7.9", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "memory-level": "1.0.0", - "memorystream": "0.3.1", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "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", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "module-error": "1.0.2", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "nanoid": "3.1.20", - "napi-macros": "2.0.0", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "no-case": "3.0.4", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "node-releases": "2.0.6", - "normalize-path": "3.0.0", - "normalize-url": "6.1.0", - "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", - "one-time": "1.0.0", - "os-tmpdir": "1.0.2", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-limit": "3.1.0", - "p-locate": "5.0.0", - "p-timeout": "1.2.1", - "p-try": "1.0.0", - "param-case": "3.0.4", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parse-json": "4.0.0", - "parseurl": "1.3.3", - "pascal-case": "3.1.2", - "path-case": "3.0.4", - "path-exists": "4.0.0", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "path-to-regexp": "0.1.7", - "pathval": "1.1.1", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "picocolors": "1.0.0", - "picomatch": "2.3.0", - "pify": "3.0.0", - "pkg-conf": "2.1.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "private": "0.1.8", - "process-nextick-args": "2.0.1", - "proxy-addr": "2.0.7", - "proxy-from-env": "1.1.0", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "punycode": "1.4.1", - "qs": "6.7.0", - "query-string": "5.1.1", - "querystring": "0.2.0", - "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", - "readable-stream": "3.6.0", - "readdirp": "3.5.0", - "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", - "regjsgen": "0.7.1", - "regjsparser": "0.9.1", - "require-directory": "2.1.1", - "require-from-string": "2.0.2", - "resolve": "1.20.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "resumer": "0.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "run-parallel-limit": "1.1.0", - "rustbn.js": "0.2.0", - "safe-buffer": "5.2.1", - "safe-stable-stringify": "1.1.1", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "sentence-case": "3.0.4", - "serialize-javascript": "5.0.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "simple-swizzle": "0.2.2", - "snake-case": "3.0.4", - "sntp": "1.0.9", - "source-map": "0.5.7", - "sprintf-js": "1.0.3", - "sshpk": "1.11.0", - "stack-trace": "0.0.10", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "string-width": "1.0.2", - "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": "3.0.1", - "strip-bom": "3.0.0", - "strip-hex-prefix": "1.0.0", - "strip-json-comments": "3.1.1", - "supports-color": "5.5.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "tar-stream": "2.2.0", - "text-hex": "1.0.0", - "through": "2.3.8", - "timed-out": "4.0.1", - "tmp": "0.0.33", - "to-fast-properties": "2.0.0", - "to-regex-range": "5.0.1", - "toidentifier": "1.0.0", - "tough-cookie": "2.3.2", - "tr46": "0.0.3", - "trim-right": "1.0.1", - "triple-beam": "1.3.0", - "tsutils": "2.29.0", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-detect": "4.0.8", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "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", - "universalify": "0.1.2", - "unpipe": "1.0.0", - "update-browserslist-db": "1.0.9", - "upper-case": "2.0.2", - "upper-case-first": "2.0.2", - "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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "v8-compile-cache-lib": "3.0.1", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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": "2.0.2", - "which-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wide-align": "1.1.3", - "winston-transport": "4.4.0", - "workerpool": "6.1.0", - "wrap-ansi": "7.0.0", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "y18n": "5.0.8", - "yaeti": "0.0.6", - "yallist": "3.1.1", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0", - "yn": "3.1.1", - "yo-yoify": "^4.3.0", - "yocto-queue": "0.1.0" - }, "devDependencies": { "@babel/preset-env": "^7.4.5", "@types/async": "^2.4.0", @@ -778,5 +78,5 @@ "typescript": "^3.3.1" }, "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72" + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0" } \ No newline at end of file diff --git a/libs/remix-url-resolver/package.json b/libs/remix-url-resolver/package.json index b99682eb42..2cae054c65 100644 --- a/libs/remix-url-resolver/package.json +++ b/libs/remix-url-resolver/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-url-resolver", - "version": "0.0.44", + "version": "0.0.45", "description": "Solidity import url resolver engine", "main": "src/index.js", "types": "src/index.d.ts", @@ -40,152 +40,5 @@ "typescript": "^3.1.6" }, "typings": "src/index.d.ts", - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "peerDependencies": { - "@babel/code-frame": "7.15.8", - "@babel/helper-validator-identifier": "7.15.7", - "@babel/highlight": "7.16.0", - "@babel/runtime": "7.16.3", - "@cspotcode/source-map-support": "0.8.1", - "@erebos/bzz": "0.13.0", - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14", - "@jridgewell/trace-mapping": "0.3.9", - "@tsconfig/node10": "1.0.9", - "@tsconfig/node12": "1.0.11", - "@tsconfig/node14": "1.0.3", - "@tsconfig/node16": "1.0.3", - "@ungap/promise-all-settled": "1.1.2", - "acorn": "8.8.1", - "acorn-walk": "8.2.0", - "ansi-colors": "4.1.1", - "ansi-regex": "2.1.1", - "ansi-styles": "4.3.0", - "anymatch": "3.1.2", - "arg": "4.1.3", - "argparse": "2.0.1", - "assert": "1.5.0", - "assertion-error": "1.1.0", - "asynckit": "0.4.0", - "balanced-match": "1.0.2", - "base64-js": "1.5.1", - "binary-extensions": "2.2.0", - "bl": "4.1.0", - "brace-expansion": "1.1.11", - "braces": "3.0.2", - "browser-stdout": "1.3.1", - "builtin-modules": "1.1.1", - "camelcase": "6.2.1", - "chalk": "4.1.0", - "check-error": "1.0.2", - "chokidar": "3.5.1", - "cliui": "7.0.4", - "code-point-at": "1.1.0", - "color-convert": "2.0.1", - "color-name": "1.1.4", - "combined-stream": "1.0.8", - "commander": "2.20.3", - "concat-map": "0.0.1", - "create-require": "1.1.1", - "debug": "4.3.1", - "decamelize": "4.0.0", - "deep-eql": "4.1.2", - "delayed-stream": "1.0.0", - "diff": "5.0.0", - "emoji-regex": "8.0.0", - "end-of-stream": "1.4.4", - "escalade": "3.1.1", - "escape-string-regexp": "4.0.0", - "esprima": "4.0.1", - "fill-range": "7.0.1", - "find-up": "5.0.0", - "flat": "5.0.2", - "follow-redirects": "1.15.2", - "form-data": "3.0.1", - "fs-constants": "1.0.0", - "fs.realpath": "1.0.0", - "function-bind": "1.1.1", - "get-caller-file": "2.0.5", - "get-func-name": "2.0.0", - "glob": "7.1.6", - "glob-parent": "5.1.2", - "growl": "1.10.5", - "has": "1.0.3", - "has-flag": "4.0.0", - "he": "1.2.0", - "ieee754": "1.2.1", - "inflight": "1.0.6", - "inherits": "2.0.4", - "is-binary-path": "2.1.0", - "is-core-module": "2.8.0", - "is-extglob": "2.1.1", - "is-fullwidth-code-point": "1.0.0", - "is-glob": "4.0.3", - "is-number": "7.0.0", - "is-plain-obj": "2.1.0", - "isexe": "2.0.0", - "js-tokens": "4.0.0", - "js-yaml": "4.0.0", - "locate-path": "6.0.0", - "log-symbols": "4.0.0", - "loupe": "2.3.4", - "make-error": "1.3.6", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "minimatch": "3.0.4", - "minimist": "1.2.6", - "ms": "2.1.2", - "nanoid": "3.1.20", - "node-fetch": "2.6.7", - "normalize-path": "3.0.0", - "number-is-nan": "1.0.1", - "object-assign": "4.1.1", - "once": "1.4.0", - "p-limit": "3.1.0", - "p-locate": "5.0.0", - "path-exists": "4.0.0", - "path-is-absolute": "1.0.1", - "path-parse": "1.0.7", - "pathval": "1.1.1", - "picomatch": "2.3.0", - "proxy-from-env": "1.1.0", - "punycode": "1.3.2", - "querystring": "0.2.0", - "randombytes": "2.1.0", - "readable-stream": "3.6.0", - "readdirp": "3.5.0", - "regenerator-runtime": "0.13.7", - "require-directory": "2.1.1", - "resolve": "1.20.0", - "safe-buffer": "5.2.1", - "serialize-javascript": "5.0.1", - "sprintf-js": "1.0.3", - "string-width": "1.0.2", - "string_decoder": "1.3.0", - "strip-ansi": "3.0.1", - "strip-json-comments": "3.1.1", - "supports-color": "7.2.0", - "tar-stream": "2.2.0", - "to-regex-range": "5.0.1", - "tr46": "0.0.3", - "tslib": "1.14.1", - "tsutils": "2.29.0", - "type-detect": "4.0.8", - "util": "0.10.3", - "util-deprecate": "1.0.2", - "v8-compile-cache-lib": "3.0.1", - "webidl-conversions": "3.0.1", - "whatwg-url": "5.0.0", - "which": "2.0.2", - "wide-align": "1.1.3", - "workerpool": "6.1.0", - "wrap-ansi": "7.0.0", - "wrappy": "1.0.2", - "y18n": "5.0.8", - "yargs": "16.2.0", - "yargs-parser": "20.2.4", - "yargs-unparser": "2.0.0", - "yn": "3.1.1", - "yocto-queue": "0.1.0" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0" } \ No newline at end of file diff --git a/libs/remix-ws-templates/package.json b/libs/remix-ws-templates/package.json index 423fd67fdd..8f4058b563 100644 --- a/libs/remix-ws-templates/package.json +++ b/libs/remix-ws-templates/package.json @@ -1,6 +1,6 @@ { "name": "@remix-project/remix-ws-templates", - "version": "1.0.9", + "version": "1.0.10", "description": "Create a Remix IDE workspace using different templates", "main": "src/index.js", "types": "src/index.d.ts", @@ -25,373 +25,5 @@ "ethers": "^5.4.2", "web3": "^1.5.1" }, - "gitHead": "dd280356684325fe9de507434e1bff7d5efdaf72", - "peerDependencies": { - "@ethereumjs/common": "2.6.0", - "@ethereumjs/tx": "3.4.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", - "@sindresorhus/is": "4.6.0", - "@szmarczak/http-timer": "5.0.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", - "abortcontroller-polyfill": "1.7.3", - "accepts": "1.3.7", - "aes-js": "3.0.0", - "ajv": "4.11.4", - "array-flatten": "1.1.1", - "array.prototype.flatmap": "1.2.5", - "asn1": "0.2.3", - "asn1.js": "5.4.1", - "assert-plus": "0.2.0", - "assertion-error": "1.1.0", - "async-limiter": "1.0.1", - "asynckit": "0.4.0", - "available-typed-arrays": "1.0.5", - "aws-sign2": "0.6.0", - "aws4": "1.6.0", - "base-x": "3.0.9", - "base64-js": "1.5.1", - "bech32": "1.1.4", - "bignumber.js": "9.0.1", - "blakejs": "1.1.1", - "bluebird": "3.7.1", - "bn.js": "4.12.0", - "body-parser": "1.19.0", - "boom": "2.10.1", - "brorand": "1.1.0", - "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", - "bs58": "4.0.1", - "bs58check": "2.1.2", - "buffer-to-arraybuffer": "0.0.5", - "buffer-xor": "1.0.3", - "bufferutil": "4.0.5", - "bytes": "3.1.0", - "cacheable-lookup": "6.1.0", - "cacheable-request": "7.0.2", - "call-bind": "1.0.2", - "caseless": "0.12.0", - "check-error": "1.0.2", - "chownr": "1.1.4", - "cids": "0.7.5", - "cipher-base": "1.0.4", - "class-is": "1.1.0", - "clone-response": "1.0.2", - "co": "4.6.0", - "combined-stream": "1.0.5", - "content-disposition": "0.5.3", - "content-hash": "2.5.2", - "content-type": "1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "cors": "2.8.5", - "crc-32": "1.2.0", - "create-ecdh": "4.0.4", - "create-hash": "1.2.0", - "create-hmac": "1.1.7", - "cross-fetch": "3.1.5", - "cryptiles": "2.0.5", - "d": "1.0.1", - "dashdash": "1.14.1", - "debug": "2.6.9", - "decode-uri-component": "0.2.2", - "decompress-response": "6.0.0", - "deep-eql": "4.1.2", - "defer-to-connect": "2.0.1", - "define-properties": "1.1.3", - "delayed-stream": "1.0.0", - "depd": "1.1.2", - "des.js": "1.0.1", - "destroy": "1.0.4", - "diffie-hellman": "5.0.3", - "dom-walk": "0.1.2", - "duplexer3": "0.1.4", - "ee-first": "1.1.1", - "elliptic": "6.5.4", - "encodeurl": "1.0.2", - "end-of-stream": "1.4.4", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "es5-ext": "0.10.53", - "es6-iterator": "2.0.3", - "es6-promise": "4.2.8", - "es6-symbol": "3.1.3", - "escape-html": "1.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", - "ethereumjs-util": "7.1.3", - "ethjs-unit": "0.1.6", - "eventemitter3": "4.0.4", - "evp_bytestokey": "1.0.3", - "exit-on-epipe": "1.0.1", - "express": "4.17.1", - "ext": "1.6.0", - "extend": "3.0.2", - "extsprintf": "1.0.2", - "finalhandler": "1.1.2", - "foreach": "2.0.5", - "forever-agent": "0.6.1", - "form-data": "2.1.2", - "form-data-encoder": "1.7.1", - "forwarded": "0.2.0", - "fresh": "0.5.2", - "fs-extra": "4.0.3", - "fs-minipass": "1.2.7", - "function-bind": "1.1.1", - "get-func-name": "2.0.0", - "get-intrinsic": "1.1.3", - "get-stream": "5.2.0", - "get-symbol-description": "1.0.0", - "getpass": "0.1.6", - "global": "4.4.0", - "got": "12.1.0", - "graceful-fs": "4.2.8", - "har-schema": "1.0.5", - "har-validator": "4.2.1", - "has": "1.0.3", - "has-bigints": "1.0.1", - "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", - "hash-base": "3.1.0", - "hash.js": "1.1.7", - "hawk": "3.1.3", - "hmac-drbg": "1.0.1", - "hoek": "2.16.3", - "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", - "inherits": "2.0.3", - "internal-slot": "1.0.3", - "ipaddr.js": "1.9.1", - "is-arguments": "1.1.1", - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-callable": "1.2.4", - "is-date-object": "1.0.5", - "is-function": "1.0.2", - "is-generator-function": "1.0.10", - "is-hex-prefixed": "1.0.0", - "is-negative-zero": "2.0.1", - "is-number-object": "1.0.6", - "is-object": "1.0.2", - "is-plain-obj": "1.1.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", - "isstream": "0.1.2", - "isurl": "1.0.0", - "js-sha3": "0.8.0", - "json-buffer": "3.0.1", - "json-schema": "0.2.3", - "json-stable-stringify": "1.0.1", - "json-stringify-safe": "5.0.1", - "jsonfile": "4.0.0", - "jsonify": "0.0.0", - "jsprim": "1.3.1", - "keccak": "3.0.2", - "keyv": "4.0.4", - "loupe": "2.3.4", - "lowercase-keys": "2.0.0", - "md5.js": "1.3.5", - "media-typer": "0.3.0", - "merge-descriptors": "1.0.1", - "methods": "1.1.2", - "miller-rabin": "4.0.1", - "mime": "1.6.0", - "mime-db": "1.51.0", - "mime-types": "2.1.34", - "mimic-response": "1.0.1", - "min-document": "2.19.0", - "minimalistic-assert": "1.0.1", - "minimalistic-crypto-utils": "1.0.1", - "minimist": "1.2.6", - "minipass": "2.9.0", - "minizlib": "1.3.3", - "mkdirp-promise": "5.0.1", - "mock-fs": "4.14.0", - "ms": "2.0.0", - "multibase": "0.6.1", - "multicodec": "1.0.4", - "multihashes": "0.4.21", - "nano-json-stream-parser": "0.1.2", - "negotiator": "0.6.2", - "next-tick": "1.0.0", - "node-addon-api": "2.0.2", - "node-fetch": "2.6.7", - "node-gyp-build": "4.3.0", - "normalize-url": "6.1.0", - "number-to-bn": "1.7.0", - "oauth-sign": "0.8.2", - "object-assign": "4.1.1", - "object-inspect": "1.11.0", - "object-keys": "1.1.1", - "object.assign": "4.1.2", - "oboe": "2.1.5", - "on-finished": "2.3.0", - "once": "1.4.0", - "p-cancelable": "3.0.0", - "p-finally": "1.0.0", - "p-timeout": "1.2.1", - "parse-asn1": "5.1.6", - "parse-headers": "2.0.4", - "parseurl": "1.3.3", - "path-to-regexp": "0.1.7", - "pathval": "1.1.1", - "pbkdf2": "3.1.2", - "performance-now": "0.2.0", - "prepend-http": "1.0.4", - "printj": "1.1.2", - "proxy-addr": "2.0.7", - "public-encrypt": "4.0.3", - "pump": "3.0.0", - "punycode": "1.4.1", - "qs": "6.7.0", - "query-string": "5.1.1", - "quick-lru": "5.1.1", - "randombytes": "2.1.0", - "randomfill": "1.0.4", - "range-parser": "1.2.1", - "raw-body": "2.4.0", - "readable-stream": "3.6.0", - "resolve-alpn": "1.2.1", - "responselike": "2.0.0", - "ripemd160": "2.0.2", - "rlp": "2.2.6", - "safe-buffer": "5.1.2", - "safer-buffer": "2.1.2", - "scrypt-js": "3.0.1", - "secp256k1": "4.0.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "servify": "0.1.12", - "setimmediate": "1.0.5", - "setprototypeof": "1.1.1", - "sha.js": "2.4.11", - "side-channel": "1.0.4", - "simple-concat": "1.0.1", - "simple-get": "2.8.2", - "sntp": "1.0.9", - "sshpk": "1.11.0", - "statuses": "1.5.0", - "strict-uri-encode": "1.1.0", - "string.prototype.trimend": "1.0.4", - "string.prototype.trimstart": "1.0.4", - "string_decoder": "1.3.0", - "stringstream": "0.0.5", - "strip-hex-prefix": "1.0.0", - "swarm-js": "0.1.40", - "tar": "4.4.19", - "timed-out": "4.0.1", - "toidentifier": "1.0.0", - "tough-cookie": "2.3.2", - "tr46": "0.0.3", - "tslib": "2.3.1", - "tunnel-agent": "0.6.0", - "type": "1.2.0", - "type-detect": "4.0.8", - "type-is": "1.6.18", - "typedarray-to-buffer": "3.1.5", - "ultron": "1.1.1", - "unbox-primitive": "1.0.1", - "universalify": "0.1.2", - "unpipe": "1.0.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", - "util": "0.12.4", - "util-deprecate": "1.0.2", - "utils-merge": "1.0.1", - "uuid": "3.3.2", - "varint": "5.0.2", - "vary": "1.1.2", - "verror": "1.3.6", - "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-boxed-primitive": "1.0.2", - "which-typed-array": "1.1.7", - "wrappy": "1.0.2", - "ws": "7.4.6", - "xhr": "2.6.0", - "xhr-request": "1.1.0", - "xhr-request-promise": "0.1.3", - "xtend": "4.0.2", - "yaeti": "0.0.6", - "yallist": "3.1.1" - } + "gitHead": "69af4eddd1ba47f76a71c78077d453deb572b1a0" } \ No newline at end of file diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 368856a633..c3754c91f5 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -64,357 +64,5 @@ "typescript": "^3.9.3" }, "typings": "index.d.ts", - "gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16", - "peerDependencies": { - "tslib": "2.0.1", - "follow-redirects": "1.15.2", - "form-data": "4.0.0", - "asynckit": "0.4.0", - "combined-stream": "1.0.8", - "delayed-stream": "1.0.0", - "mime-types": "2.1.34", - "mime-db": "1.51.0", - "proxy-from-env": "1.1.0", - "anymatch": "2.0.0", - "micromatch": "3.1.10", - "arr-diff": "4.0.0", - "array-unique": "0.3.2", - "braces": "2.3.2", - "arr-flatten": "1.1.0", - "extend-shallow": "2.0.1", - "is-extendable": "0.1.1", - "fill-range": "4.0.0", - "is-number": "3.0.0", - "kind-of": "3.2.2", - "is-buffer": "1.1.6", - "repeat-string": "1.6.1", - "to-regex-range": "2.1.1", - "isobject": "3.0.1", - "repeat-element": "1.1.4", - "snapdragon": "0.8.2", - "base": "0.11.2", - "cache-base": "1.0.1", - "collection-visit": "1.0.0", - "map-visit": "1.0.0", - "object-visit": "1.0.1", - "component-emitter": "1.3.0", - "get-value": "2.0.6", - "has-value": "1.0.0", - "has-values": "1.0.0", - "set-value": "2.0.1", - "is-plain-object": "2.0.4", - "split-string": "3.1.0", - "assign-symbols": "1.0.0", - "to-object-path": "0.3.0", - "union-value": "1.0.1", - "arr-union": "3.1.0", - "unset-value": "1.0.0", - "isarray": "1.0.0", - "class-utils": "0.3.6", - "define-property": "0.2.5", - "is-descriptor": "0.1.6", - "is-accessor-descriptor": "0.1.6", - "is-data-descriptor": "0.1.4", - "static-extend": "0.1.2", - "object-copy": "0.1.0", - "copy-descriptor": "0.1.1", - "mixin-deep": "1.3.2", - "for-in": "1.0.2", - "pascalcase": "0.1.1", - "debug": "2.6.9", - "ms": "2.0.0", - "map-cache": "0.2.2", - "source-map": "0.5.7", - "source-map-resolve": "0.5.3", - "atob": "2.1.2", - "decode-uri-component": "0.2.2", - "resolve-url": "0.2.1", - "source-map-url": "0.4.1", - "urix": "0.1.0", - "use": "3.1.1", - "snapdragon-node": "2.1.1", - "snapdragon-util": "3.0.1", - "to-regex": "3.0.2", - "regex-not": "1.0.2", - "safe-regex": "1.1.0", - "ret": "0.1.15", - "extglob": "2.0.4", - "expand-brackets": "2.1.4", - "posix-character-classes": "0.1.1", - "fragment-cache": "0.2.1", - "nanomatch": "1.2.13", - "is-windows": "1.0.2", - "object.pick": "1.3.0", - "normalize-path": "2.1.1", - "remove-trailing-separator": "1.1.0", - "async-each": "1.0.3", - "glob-parent": "3.1.0", - "is-glob": "3.1.0", - "is-extglob": "2.1.1", - "path-dirname": "1.0.2", - "inherits": "2.0.3", - "is-binary-path": "1.0.1", - "binary-extensions": "1.13.1", - "path-is-absolute": "1.0.1", - "readdirp": "2.2.1", - "graceful-fs": "4.2.8", - "readable-stream": "2.2.9", - "buffer-shims": "1.0.0", - "core-util-is": "1.0.2", - "process-nextick-args": "1.0.7", - "string_decoder": "1.0.0", - "util-deprecate": "1.0.2", - "upath": "1.2.0", - "jsonfile": "3.0.1", - "universalify": "0.1.2", - "buffer-alloc": "1.2.0", - "buffer-alloc-unsafe": "1.1.0", - "buffer-fill": "1.0.0", - "package-json": "6.5.0", - "got": "9.6.0", - "@sindresorhus/is": "0.14.0", - "@szmarczak/http-timer": "1.1.2", - "defer-to-connect": "1.1.3", - "cacheable-request": "6.1.0", - "clone-response": "1.0.2", - "mimic-response": "1.0.1", - "get-stream": "5.2.0", - "pump": "3.0.0", - "end-of-stream": "1.4.4", - "once": "1.4.0", - "wrappy": "1.0.2", - "http-cache-semantics": "4.1.0", - "keyv": "3.1.0", - "json-buffer": "3.0.0", - "lowercase-keys": "2.0.0", - "normalize-url": "4.5.1", - "responselike": "1.0.2", - "decompress-response": "3.3.0", - "duplexer3": "0.1.4", - "p-cancelable": "1.1.0", - "to-readable-stream": "1.0.0", - "url-parse-lax": "3.0.0", - "prepend-http": "2.0.0", - "registry-auth-token": "4.2.1", - "rc": "1.2.8", - "deep-extend": "0.6.0", - "ini": "1.3.8", - "minimist": "1.2.6", - "strip-json-comments": "2.0.1", - "registry-url": "5.1.0", - "@typescript-eslint/scope-manager": "5.40.1", - "@typescript-eslint/types": "5.40.1", - "@typescript-eslint/visitor-keys": "5.40.1", - "eslint-visitor-keys": "3.3.0", - "@typescript-eslint/type-utils": "5.40.1", - "@typescript-eslint/typescript-estree": "5.40.1", - "globby": "11.1.0", - "array-union": "2.1.0", - "dir-glob": "3.0.1", - "path-type": "4.0.0", - "fast-glob": "3.2.12", - "@nodelib/fs.stat": "2.0.5", - "@nodelib/fs.walk": "1.2.8", - "@nodelib/fs.scandir": "2.1.5", - "run-parallel": "1.2.0", - "queue-microtask": "1.2.3", - "fastq": "1.13.0", - "reusify": "1.0.4", - "merge2": "1.4.1", - "picomatch": "2.3.0", - "ignore": "5.2.0", - "slash": "3.0.0", - "lru-cache": "6.0.0", - "yallist": "4.0.0", - "tsutils": "3.21.0", - "@typescript-eslint/utils": "5.40.1", - "@types/json-schema": "7.0.11", - "eslint-scope": "5.1.1", - "esrecurse": "4.3.0", - "estraverse": "5.2.0", - "eslint-utils": "3.0.0", - "regexpp": "3.2.0", - "@eslint/eslintrc": "1.3.3", - "ajv": "6.12.6", - "fast-deep-equal": "3.1.3", - "fast-json-stable-stringify": "2.1.0", - "json-schema-traverse": "0.4.1", - "uri-js": "4.4.1", - "punycode": "2.1.0", - "espree": "9.4.0", - "acorn": "8.8.1", - "acorn-jsx": "5.3.2", - "globals": "13.17.0", - "type-fest": "0.20.2", - "import-fresh": "3.3.0", - "parent-module": "1.0.1", - "callsites": "3.1.0", - "resolve-from": "4.0.0", - "js-yaml": "4.1.0", - "argparse": "2.0.1", - "minimatch": "3.1.2", - "brace-expansion": "1.1.11", - "balanced-match": "1.0.2", - "concat-map": "0.0.1", - "@humanwhocodes/config-array": "0.11.6", - "@humanwhocodes/object-schema": "1.2.1", - "@humanwhocodes/module-importer": "1.0.1", - "chalk": "4.1.0", - "ansi-styles": "4.3.0", - "color-convert": "2.0.1", - "color-name": "1.1.4", - "supports-color": "7.2.0", - "has-flag": "4.0.0", - "cross-spawn": "7.0.3", - "path-key": "3.1.1", - "shebang-command": "2.0.0", - "shebang-regex": "3.0.0", - "which": "2.0.2", - "isexe": "2.0.0", - "doctrine": "3.0.0", - "esutils": "2.0.3", - "escape-string-regexp": "4.0.0", - "esquery": "1.4.0", - "file-entry-cache": "6.0.1", - "flat-cache": "3.0.4", - "flatted": "3.2.7", - "glob": "7.1.4", - "fs.realpath": "1.0.0", - "inflight": "1.0.6", - "find-up": "5.0.0", - "locate-path": "6.0.0", - "p-locate": "5.0.0", - "p-limit": "3.1.0", - "yocto-queue": "0.1.0", - "path-exists": "4.0.0", - "grapheme-splitter": "1.0.4", - "imurmurhash": "0.1.4", - "is-path-inside": "3.0.3", - "js-sdsl": "4.1.5", - "json-stable-stringify-without-jsonify": "1.0.1", - "levn": "0.4.1", - "prelude-ls": "1.2.1", - "type-check": "0.4.0", - "lodash.merge": "4.6.2", - "natural-compare": "1.4.0", - "optionator": "0.9.1", - "deep-is": "0.1.4", - "word-wrap": "1.2.3", - "strip-ansi": "6.0.1", - "ansi-regex": "5.0.1", - "text-table": "0.2.0", - "array-includes": "3.1.4", - "call-bind": "1.0.2", - "function-bind": "1.1.1", - "get-intrinsic": "1.1.3", - "has": "1.0.3", - "has-symbols": "1.0.3", - "define-properties": "1.1.3", - "object-keys": "1.1.1", - "es-abstract": "1.19.1", - "es-to-primitive": "1.2.1", - "is-callable": "1.2.4", - "is-date-object": "1.0.5", - "has-tostringtag": "1.0.0", - "is-symbol": "1.0.4", - "get-symbol-description": "1.0.0", - "internal-slot": "1.0.3", - "side-channel": "1.0.4", - "object-inspect": "1.11.0", - "is-negative-zero": "2.0.1", - "is-regex": "1.1.4", - "is-shared-array-buffer": "1.0.1", - "is-string": "1.0.7", - "is-weakref": "1.0.1", - "object.assign": "4.1.2", - "string.prototype.trimend": "1.0.4", - "string.prototype.trimstart": "1.0.4", - "unbox-primitive": "1.0.1", - "has-bigints": "1.0.1", - "which-boxed-primitive": "1.0.2", - "is-bigint": "1.0.4", - "is-boolean-object": "1.1.2", - "is-number-object": "1.0.6", - "array.prototype.flat": "1.3.0", - "function.prototype.name": "1.1.5", - "functions-have-names": "1.2.3", - "has-property-descriptors": "1.0.0", - "regexp.prototype.flags": "1.4.3", - "safe-regex-test": "1.0.0", - "es-shim-unscopables": "1.0.0", - "eslint-import-resolver-node": "0.3.6", - "resolve": "1.20.0", - "is-core-module": "2.8.0", - "path-parse": "1.0.7", - "eslint-module-utils": "2.7.4", - "object.values": "1.1.5", - "supports-preserve-symlinks-flag": "1.0.0", - "tsconfig-paths": "3.14.1", - "@types/json5": "0.0.29", - "json5": "1.0.1", - "strip-bom": "3.0.0", - "eslint-plugin-es": "3.0.1", - "ignore-by-default": "1.0.1", - "pstree.remy": "1.1.8", - "touch": "3.1.0", - "nopt": "1.0.10", - "abbrev": "1.1.1", - "undefsafe": "2.0.5", - "update-notifier": "5.1.0", - "boxen": "5.1.2", - "ansi-align": "3.0.1", - "string-width": "4.2.3", - "emoji-regex": "8.0.0", - "is-fullwidth-code-point": "3.0.0", - "camelcase": "6.2.1", - "cli-boxes": "2.2.1", - "widest-line": "3.1.0", - "wrap-ansi": "7.0.0", - "configstore": "5.0.1", - "dot-prop": "5.3.0", - "is-obj": "2.0.0", - "make-dir": "3.1.0", - "unique-string": "2.0.0", - "crypto-random-string": "2.0.0", - "write-file-atomic": "3.0.3", - "is-typedarray": "1.0.0", - "signal-exit": "3.0.4", - "typedarray-to-buffer": "3.1.5", - "xdg-basedir": "4.0.0", - "has-yarn": "2.1.0", - "import-lazy": "2.1.0", - "is-ci": "2.0.0", - "ci-info": "2.0.0", - "is-installed-globally": "0.4.0", - "global-dirs": "3.0.0", - "is-npm": "5.0.0", - "is-yarn-global": "0.3.0", - "pupa": "2.1.1", - "escape-goat": "2.1.1", - "semver-diff": "3.1.1", - "@cspotcode/source-map-support": "0.8.1", - "@jridgewell/trace-mapping": "0.3.9", - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14", - "@tsconfig/node10": "1.0.9", - "@tsconfig/node12": "1.0.11", - "@tsconfig/node14": "1.0.3", - "@tsconfig/node16": "1.0.3", - "acorn-walk": "8.2.0", - "arg": "4.1.3", - "create-require": "1.1.1", - "diff": "4.0.2", - "make-error": "1.3.6", - "v8-compile-cache-lib": "3.0.1", - "yn": "3.1.1", - "create-error-class": "3.0.2", - "capture-stack-trace": "1.0.0", - "is-redirect": "1.0.0", - "is-retry-allowed": "1.1.0", - "is-stream": "1.1.0", - "safe-buffer": "5.2.1", - "timed-out": "4.0.1", - "unzip-response": "2.0.1", - "klaw": "1.3.1" - } + "gitHead": "ba6b2b226349d035146bd6deb120fef3d499ed16" } \ No newline at end of file