You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
801 lines
25 KiB
801 lines
25 KiB
{
|
|
"name": "@remix-project/remix-debug",
|
|
"version": "0.5.22",
|
|
"description": "Tool to debug Ethereum transactions",
|
|
"contributors": [
|
|
{
|
|
"name": "Yann Levreau",
|
|
"email": "yann@ethdev.com"
|
|
},
|
|
{
|
|
"name": "Liana Husikyan",
|
|
"email": "liana@ethdev.com"
|
|
},
|
|
{
|
|
"name": "Iuri Matias",
|
|
"email": "iuri.matias@gmail.com"
|
|
}
|
|
],
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./../../node_modules/.bin/ts-node --project ../../tsconfig.base.json --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
|
|
},
|
|
"dependencies": {
|
|
"@ethereumjs/block": "^4.0.0",
|
|
"@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",
|
|
"ansi-gray": "^0.1.1",
|
|
"async": "^2.6.2",
|
|
"color-support": "^1.1.3",
|
|
"commander": "^9.4.1",
|
|
"deep-equal": "^1.0.1",
|
|
"ethereumjs-util": "^7.0.10",
|
|
"ethers": "^5.4.2",
|
|
"ethjs-util": "^0.1.6",
|
|
"express-ws": "^4.0.0",
|
|
"merge": "^2.1.1",
|
|
"string-similarity": "^4.0.4",
|
|
"time-stamp": "^2.2.0",
|
|
"web3": "^1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/plugin-transform-object-assign": "^7.2.0",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-es2015": "latest",
|
|
"@babel/preset-es2017": "latest",
|
|
"@babel/preset-stage-0": "^7.0.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babelify": "^10.0.0",
|
|
"solc": "^0.7.4",
|
|
"tape": "^4.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ethereum/remix-project.git"
|
|
},
|
|
"author": "Remix Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ethereum/remix-project/issues"
|
|
},
|
|
"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"
|
|
}
|
|
} |