{"_id":"eth-json-rpc-middleware","_rev":"4629397","name":"eth-json-rpc-middleware","description":"Ethereum-related json-rpc-engine middleware.","dist-tags":{"latest":"9.0.1"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"time":{"modified":"2026-04-10T18:47:53.000Z","created":"2017-05-22T21:37:29.889Z","9.0.1":"2022-10-05T17:21:52.014Z","9.0.0":"2022-08-24T00:11:15.606Z","8.1.0":"2022-04-29T23:07:22.609Z","8.0.2":"2022-04-27T18:05:57.280Z","8.0.1":"2021-12-07T17:40:57.220Z","8.0.0":"2021-11-05T18:25:35.459Z","7.0.1":"2021-03-26T21:52:20.836Z","7.0.0":"2021-03-26T00:38:24.541Z","6.0.0":"2020-09-23T00:46:15.816Z","5.1.0":"2020-09-22T23:11:43.323Z","5.0.3":"2020-09-14T20:38:24.692Z","5.0.2":"2020-07-04T23:36:59.330Z","5.0.1":"2020-06-23T19:18:03.407Z","5.0.0":"2020-06-23T04:38:43.922Z","4.4.1":"2020-02-14T22:59:40.436Z","4.4.0":"2019-12-19T21:24:17.768Z","4.3.0":"2019-10-05T03:26:44.746Z","4.2.0":"2019-09-04T04:04:54.485Z","4.1.6":"2019-08-20T07:53:26.256Z","4.1.5":"2019-08-20T07:40:13.012Z","4.1.4":"2019-08-20T05:07:42.530Z","2.6.1":"2019-06-05T04:54:54.293Z","4.1.3":"2019-05-16T05:07:58.990Z","4.1.2":"2019-03-18T12:33:01.825Z","4.1.1":"2019-03-18T07:56:57.212Z","4.1.0":"2019-03-14T03:55:43.246Z","4.0.0":"2019-03-11T15:39:42.021Z","3.1.7":"2018-11-25T04:41:38.836Z","3.1.6":"2018-10-29T23:07:31.133Z","3.1.5":"2018-10-19T09:16:00.767Z","3.1.4":"2018-10-19T08:06:05.673Z","3.1.3":"2018-10-12T00:24:39.263Z","3.1.2":"2018-10-12T00:19:38.252Z","3.1.1":"2018-10-09T21:54:12.444Z","3.1.0":"2018-10-08T16:34:47.810Z","3.0.0":"2018-10-08T11:46:50.470Z","2.6.0":"2018-10-04T11:31:47.567Z","2.5.0":"2018-10-02T09:04:20.740Z","2.4.0":"2018-06-12T17:50:58.394Z","2.3.1":"2018-06-12T17:33:00.556Z","2.3.0":"2018-06-07T19:20:32.054Z","2.2.2":"2018-05-24T23:50:16.763Z","2.2.1":"2018-05-24T23:43:03.448Z","2.2.0":"2018-05-24T22:13:30.341Z","2.1.1":"2018-05-24T19:34:57.380Z","2.1.0":"2018-05-17T05:39:11.931Z","2.0.0":"2018-05-17T04:29:37.881Z","1.6.0":"2018-04-09T22:05:17.699Z","1.5.2":"2018-01-18T05:22:15.421Z","1.5.0":"2017-10-27T19:28:40.612Z","1.4.5":"2017-10-11T23:55:52.350Z","1.4.4":"2017-10-11T21:53:26.236Z","1.4.3":"2017-10-11T02:35:37.403Z","1.4.2":"2017-10-10T21:27:22.916Z","1.4.1":"2017-10-10T20:31:50.799Z","1.4.0":"2017-10-10T18:53:37.605Z","1.3.1":"2017-10-05T21:17:42.995Z","1.3.0":"2017-10-03T18:43:24.085Z","1.2.7":"2017-07-25T18:42:54.035Z","1.2.6":"2017-07-13T20:05:06.219Z","1.2.5":"2017-07-13T05:19:05.435Z","1.2.4":"2017-07-13T05:11:57.259Z","1.2.3":"2017-07-13T04:42:10.645Z","1.2.2":"2017-07-13T04:39:30.085Z","1.2.1":"2017-07-13T04:31:29.503Z","1.2.0":"2017-07-13T04:25:44.395Z","1.1.2":"2017-07-13T03:42:50.227Z","1.1.1":"2017-07-13T01:45:54.211Z","1.1.0":"2017-07-13T01:27:16.916Z","1.0.1":"2017-06-14T16:41:40.588Z","1.0.0":"2017-05-22T21:37:29.889Z"},"users":{},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"versions":{"9.0.1":{"name":"eth-json-rpc-middleware","version":"9.0.1","description":"Ethereum-related json-rpc-engine middleware.","repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"btoa":false,"node-fetch":false},"types":"./dist/index.d.ts","scripts":{"build":"tsc --project tsconfig.build.json","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore --no-error-on-unmatched-pattern","prepack":"yarn build","test":"jest","test:watch":"jest --watch"},"dependencies":{"@metamask/eth-sig-util":"^5.0.0","@metamask/safe-event-emitter":"^2.0.0","@metamask/utils":"^3.0.3","btoa":"^1.2.1","clone":"^2.1.1","eth-block-tracker":"^5.0.1","eth-rpc-errors":"^4.0.3","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.7","pify":"^3.0.0"},"devDependencies":{"@jest/globals":"^27.5.1","@lavamoat/allow-scripts":"^2.0.3","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-jest":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/jest":"^27.4.1","@types/json-stable-stringify":"^1.0.32","@types/node":"^17.0.23","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-jest":"^24.1.3","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","jest":"^27.5.1","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","ts-jest":"^27.1.4","ts-node":"^10.7.0","typescript":"~4.2.4"},"packageManager":"yarn@3.2.1","engines":{"node":">=14.0.0"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"@metamask/eth-sig-util>ethereumjs-util>ethereum-cryptography>keccak":false,"@metamask/eth-sig-util>ethereumjs-util>ethereum-cryptography>secp256k1":false}},"gitHead":"c4d0bf8e0957971760657af5b8228b29968edc1d","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","_id":"eth-json-rpc-middleware@9.0.1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"193cb05174739fb736737bbbf992e13010c4b44e","size":32208,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-9.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-9.0.1.tgz"},"_npmUser":{"name":"gudahtt","email":"markjstacey@gmail.com"},"directories":{},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_9.0.1_1664990511842_0.5502349395517265"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-05T17:38:47.016Z","publish_time":1664990512014,"_cnpm_publish_time":1664990512014},"9.0.0":{"name":"eth-json-rpc-middleware","version":"9.0.0","description":"Ethereum-related json-rpc-engine middleware.","homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"node-fetch":false,"btoa":false},"types":"./dist/index.d.ts","directories":{"test":"test"},"scripts":{"build":"tsc --project .","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore","prepublishOnly":"yarn setup && yarn build:clean && yarn lint","setup":"yarn install && yarn allow-scripts","test":"jest","test:watch":"jest --watch"},"dependencies":{"@metamask/safe-event-emitter":"^2.0.0","@metamask/utils":"^3.0.1","btoa":"^1.2.1","clone":"^2.1.1","eth-block-tracker":"^5.0.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.7","pify":"^3.0.0"},"devDependencies":{"@jest/globals":"^27.5.1","@lavamoat/allow-scripts":"^1.0.6","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/jest":"^27.4.1","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","jest":"^27.5.1","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","tape":"^4.6.3","ts-jest":"^27.1.4","ts-node":"^10.7.0","typescript":"^4.2.4"},"engines":{"node":">=14.0.0"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"keccak":true,"secp256k1":true,"web3":false,"sha3":false,"bufferutil":false,"utf-8-validate":false,"core-js-pure":false,"core-js":false}},"gitHead":"41c54f94e34703878e0ed0c7e012875622ac8cf9","_id":"eth-json-rpc-middleware@9.0.0","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"shasum":"8858713fa009e58758c34f7d8cdeb6179428ffd9","size":31869,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-9.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-9.0.0.tgz"},"_npmUser":{"name":"gudahtt","email":"markjstacey@gmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_9.0.0_1661299875353_0.9563868414050154"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-24T00:11:23.326Z","publish_time":1661299875606,"_cnpm_publish_time":1661299875606},"8.1.0":{"name":"eth-json-rpc-middleware","version":"8.1.0","description":"Ethereum-related json-rpc-engine middleware.","homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"node-fetch":false,"btoa":false},"types":"./dist/index.d.ts","directories":{"test":"test"},"scripts":{"build":"tsc --project .","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore","prepublishOnly":"yarn setup && yarn build:clean && yarn lint","setup":"yarn install && yarn allow-scripts","test":"jest","test:watch":"jest --watch"},"dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-block-tracker":"^5.0.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.7","pify":"^3.0.0"},"devDependencies":{"@jest/globals":"^27.5.1","@lavamoat/allow-scripts":"^1.0.6","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/jest":"^27.4.1","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","jest":"^27.5.1","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","tape":"^4.6.3","ts-jest":"^27.1.4","ts-node":"^10.7.0","typescript":"^4.2.4"},"engines":{"node":">=12.0.0"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"keccak":true,"secp256k1":true,"web3":false,"sha3":false,"bufferutil":false,"utf-8-validate":false,"core-js-pure":false,"core-js":false}},"gitHead":"25a7c4bcb0bb9793c013e87e9d24e0e9752c0851","_id":"eth-json-rpc-middleware@8.1.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"d2bf980768b43dcbcb7830ed1fcc34a16f63074d","size":30117,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-8.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-8.1.0.tgz"},"_npmUser":{"name":"gudahtt","email":"markjstacey@gmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_8.1.0_1651273642358_0.21009231755938984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-29T23:09:38.245Z","publish_time":1651273642609,"_cnpm_publish_time":1651273642609},"8.0.2":{"name":"eth-json-rpc-middleware","version":"8.0.2","description":"Ethereum-related json-rpc-engine middleware.","homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"node-fetch":false,"btoa":false},"types":"./dist/index.d.ts","directories":{"test":"test"},"scripts":{"build":"tsc --project .","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore","prepublishOnly":"yarn setup && yarn build:clean && yarn lint","setup":"yarn install && yarn allow-scripts","test":"jest","test:watch":"jest --watch"},"dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.7","pify":"^3.0.0"},"devDependencies":{"@jest/globals":"^27.5.1","@lavamoat/allow-scripts":"^1.0.6","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/jest":"^27.4.1","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","eth-block-tracker":"^5.0.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","jest":"^27.5.1","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","tape":"^4.6.3","ts-jest":"^27.1.4","ts-node":"^10.7.0","typescript":"^4.2.4"},"engines":{"node":">=12.0.0"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"keccak":true,"secp256k1":true,"web3":false,"sha3":false,"bufferutil":false,"utf-8-validate":false,"core-js-pure":false,"core-js":false}},"gitHead":"96c9d7dbd17f6c8a585c07178cebf3df9bad4ec2","_id":"eth-json-rpc-middleware@8.0.2","_nodeVersion":"12.22.8","_npmVersion":"6.14.15","dist":{"shasum":"7ce0b44443b8733c271ad64843a39d1782350fcb","size":29862,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-8.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-8.0.2.tgz"},"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_8.0.2_1651082757111_0.7637834609162737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T18:08:14.869Z","publish_time":1651082757280,"_cnpm_publish_time":1651082757280},"8.0.1":{"name":"eth-json-rpc-middleware","version":"8.0.1","description":"Ethereum-related json-rpc-engine middleware.","homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"node-fetch":false,"btoa":false},"types":"./dist/index.d.ts","directories":{"test":"test"},"scripts":{"build":"tsc --project .","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore","prepublishOnly":"yarn setup && yarn build:clean && yarn lint && yarn test:nobuild","setup":"yarn install && yarn allow-scripts","test":"yarn build && yarn test:nobuild","test:nobuild":"node test/index.js"},"dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0"},"devDependencies":{"@lavamoat/allow-scripts":"^1.0.6","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","eth-block-tracker":"^5.0.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","tape":"^4.6.3","typescript":"^4.2.4"},"engines":{"node":">=12.0.0"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"keccak":true,"secp256k1":true,"web3":false,"sha3":false,"bufferutil":false,"utf-8-validate":false,"core-js-pure":false,"core-js":false}},"gitHead":"eb649a8d3fad24a63fe51b7f5d10cb1d807601f5","_id":"eth-json-rpc-middleware@8.0.1","_nodeVersion":"14.15.1","_npmVersion":"7.21.0","dist":{"shasum":"b3761620d3e5dda3f5bed3fd953dc326c7dcee44","size":27538,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-8.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-8.0.1.tgz"},"_npmUser":{"name":"gudahtt","email":"markjstacey@gmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_8.0.1_1638898857080_0.5233894836989879"},"_hasShrinkwrap":false,"publish_time":1638898857220,"_cnpm_publish_time":1638898857220,"_cnpmcore_publish_time":"2021-12-16T15:32:38.202Z"},"8.0.0":{"name":"eth-json-rpc-middleware","version":"8.0.0","description":"Ethereum-related json-rpc-engine middleware.","homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"license":"ISC","main":"./dist/index.js","browser":{"node-fetch":false,"btoa":false},"types":"./dist/index.d.ts","directories":{"test":"test"},"scripts":{"build":"tsc --project .","build:clean":"rimraf dist && yarn build","lint":"yarn lint:eslint && yarn lint:misc --check","lint:eslint":"eslint . --cache --ext js,ts","lint:fix":"yarn lint:eslint --fix && yarn lint:misc --write","lint:misc":"prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' --ignore-path .gitignore","prepublishOnly":"yarn setup && yarn build:clean && yarn lint && yarn test:nobuild","setup":"yarn install && yarn allow-scripts","test":"yarn build && yarn test:nobuild","test:nobuild":"node test/index.js"},"dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0"},"devDependencies":{"@lavamoat/allow-scripts":"^1.0.6","@metamask/auto-changelog":"^2.5.0","@metamask/eslint-config":"^8.0.0","@metamask/eslint-config-nodejs":"^8.0.0","@metamask/eslint-config-typescript":"^8.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.21.0","@typescript-eslint/parser":"^4.21.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-config-prettier":"^8.1.0","eslint-plugin-import":"^2.22.1","eslint-plugin-node":"^11.1.0","eslint-plugin-prettier":"^3.3.1","eth-block-tracker":"^5.0.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","prettier":"^2.2.1","prettier-plugin-packagejson":"^2.2.11","rimraf":"^3.0.2","tape":"^4.6.3","typescript":"^4.2.4"},"engines":{"node":">=12.0.0"},"lavamoat":{"allowScripts":{"@lavamoat/preinstall-always-fail":false,"keccak":true,"secp256k1":true,"web3":false,"sha3":false,"bufferutil":false,"utf-8-validate":false,"core-js-pure":false,"core-js":false}},"gitHead":"09290a74aaa17c0956738f487a70e28c67493a1e","_id":"eth-json-rpc-middleware@8.0.0","_nodeVersion":"12.22.6","_npmVersion":"6.14.15","dist":{"shasum":"d2a50a5fceca996ddc9d6775d53cf7e341500a88","size":29109,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-8.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-8.0.0.tgz"},"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_8.0.0_1636136735211_0.47125575809580567"},"_hasShrinkwrap":false,"publish_time":1636136735459,"_cnpm_publish_time":1636136735459,"_cnpmcore_publish_time":"2021-12-16T15:32:38.482Z"},"7.0.1":{"name":"eth-json-rpc-middleware","description":"Ethereum-related json-rpc-engine middleware.","version":"7.0.1","main":"./dist/index.js","types":"./dist/index.d.ts","browser":{"node-fetch":false,"btoa":false},"engines":{"node":">=10.0.0"},"directories":{"test":"test"},"scripts":{"build":"rm -rf ./dist && tsc --project .","lint":"eslint . --ext ts,js,json","lint:fix":"yarn lint --fix","test:nobuild":"node test/index.js","test":"yarn build && yarn test:nobuild","prepublishOnly":"yarn build && yarn lint && yarn test:nobuild"},"license":"ISC","dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0"},"devDependencies":{"@metamask/eslint-config":"^5.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-json":"^2.1.2","eslint-plugin-node":"^11.1.0","eth-block-tracker":"^5.0.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","tape":"^4.6.3","typescript":"^4.1.3"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","gitHead":"3a8929970fa7c2cdff3fdf199160e3faf33baf95","_id":"eth-json-rpc-middleware@7.0.1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"3b9d7f61ea8d86b112add1558432a51efa413f56","size":28162,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-7.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-7.0.1.tgz"},"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_7.0.1_1616795540675_0.785810468903845"},"_hasShrinkwrap":false,"publish_time":1616795540836,"_cnpm_publish_time":1616795540836,"_cnpmcore_publish_time":"2021-12-16T15:32:38.717Z"},"7.0.0":{"name":"eth-json-rpc-middleware","description":"Ethereum-related json-rpc-engine middleware.","version":"7.0.0","main":"./dist/index.js","types":"./dist/index.d.ts","browser":{"node-fetch":false,"btoa":false},"engines":{"node":">=10.0.0"},"directories":{"test":"test"},"scripts":{"build":"rm -rf ./dist && tsc --project .","lint":"eslint . --ext ts,js,json","lint:fix":"yarn lint --fix","test:nobuild":"node test/index.js","test":"yarn build && yarn test:nobuild"},"license":"ISC","dependencies":{"@metamask/safe-event-emitter":"^2.0.0","btoa":"^1.2.1","clone":"^2.1.1","eth-rpc-errors":"^4.0.3","eth-sig-util":"^1.4.2","json-rpc-engine":"^6.1.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0"},"devDependencies":{"@metamask/eslint-config":"^5.0.0","@types/btoa":"^1.2.3","@types/clone":"^2.1.0","@types/eth-sig-util":"^2.1.0","@types/json-stable-stringify":"^1.0.32","@types/node":"^14.14.36","@types/pify":"^3.0.2","@typescript-eslint/eslint-plugin":"^4.10.0","@typescript-eslint/parser":"^4.10.0","async":"^2.5.0","concat-stream":"^1.6.2","eslint":"^7.14.0","eslint-plugin-import":"^2.22.1","eslint-plugin-json":"^2.1.2","eslint-plugin-node":"^11.1.0","eth-block-tracker":"^5.0.1","ethjs-query":"^0.3.8","ganache-core":"^2.13.2","tape":"^4.6.3","typescript":"^4.1.3"},"repository":{"type":"git","url":"git+https://github.com/MetaMask/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","gitHead":"4bf56fc926204ff6083e007bca24562727583973","_id":"eth-json-rpc-middleware@7.0.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"a7253896c04f772740955f8b14e6ecd22e79e8ff","size":28034,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-7.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-7.0.0.tgz"},"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_7.0.0_1616719104380_0.020345639880739563"},"_hasShrinkwrap":false,"publish_time":1616719104541,"_cnpm_publish_time":1616719104541,"_cnpmcore_publish_time":"2021-12-16T15:32:38.938Z"},"6.0.0":{"name":"eth-json-rpc-middleware","version":"6.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"lint":"printf '%s\\n' 'No lint command'","test":"node test/index.js"},"author":"","license":"ISC","resolutions":{"ganache-core/**/elliptic":"^6.5.3","ganache-core/lodash":"^4.17.19"},"devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^3.0.0","eth-sig-util":"^1.4.2","ethereumjs-util":"^5.1.2","json-rpc-engine":"^5.3.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"0715b38cd2c27379603eade200742212df98514e","_id":"eth-json-rpc-middleware@6.0.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"4fe16928b34231a2537856f08a5ebbc3d0c31175","size":10899,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-6.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-6.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_6.0.0_1600821975633_0.009353848890348182"},"_hasShrinkwrap":false,"publish_time":1600821975816,"_cnpm_publish_time":1600821975816,"_cnpmcore_publish_time":"2021-12-16T15:32:39.162Z"},"5.1.0":{"name":"eth-json-rpc-middleware","version":"5.1.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"lint":"printf '%s\\n' 'No lint command'","test":"node test/index.js"},"author":"","license":"ISC","resolutions":{"ganache-core/**/elliptic":"^6.5.3","ganache-core/lodash":"^4.17.19"},"devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^3.0.0","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","json-rpc-engine":"^5.3.0","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"4f2afefc5e4cdf4341076e584c1ec1f396492cf6","_id":"eth-json-rpc-middleware@5.1.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"affc63ddb31205e4b2f2c451571902031dad70fc","size":11418,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-5.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-5.1.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_5.1.0_1600816303181_0.1358761466085494"},"_hasShrinkwrap":false,"publish_time":1600816303323,"_cnpm_publish_time":1600816303323,"_cnpmcore_publish_time":"2021-12-16T15:32:39.388Z"},"5.0.3":{"name":"eth-json-rpc-middleware","version":"5.0.3","main":"block-ref.js","scripts":{"lint":"printf '%s\\n' 'No lint command'","test":"node test/index.js"},"author":{},"license":"ISC","resolutions":{"ganache-core/**/elliptic":"^6.5.3","ganache-core/lodash":"^4.17.19"},"devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^2.1.1","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","node-fetch":"^2.6.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","licenseText":"ISC License\n\nCopyright (c) 2020 MetaMask\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n","_id":"eth-json-rpc-middleware@5.0.3","dist":{"shasum":"85ba10f0a1efd2523123823a934a7f3a9e41268f","size":11218,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-5.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-5.0.3.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"whymarrh","email":"whymarrh.whitby@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_5.0.3_1600115904508_0.04091563553405386"},"_hasShrinkwrap":false,"publish_time":1600115904692,"_cnpm_publish_time":1600115904692,"_cnpmcore_publish_time":"2021-12-16T15:32:40.010Z"},"5.0.2":{"name":"eth-json-rpc-middleware","version":"5.0.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^2.1.1","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"c4f4922083f4f3e23f467219ae1d3ec0597355fe","_id":"eth-json-rpc-middleware@5.0.2","_nodeVersion":"12.16.1","_npmVersion":"6.13.4","dist":{"shasum":"f8c2c3478e1b28bf85ed48209e543d6335420de2","size":11112,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-5.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-5.0.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_5.0.2_1593905819196_0.215143255602521"},"_hasShrinkwrap":false,"publish_time":1593905819330,"_cnpm_publish_time":1593905819330,"_cnpmcore_publish_time":"2021-12-16T15:32:40.233Z"},"5.0.1":{"name":"eth-json-rpc-middleware","version":"5.0.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^2.1.1","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"0416d68b5ab44096db12cb9dbc0cfb347f3e67a2","_id":"eth-json-rpc-middleware@5.0.1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"0fdebb873337f01dc839ff3d8a5858ecc2c87e6f","size":11108,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-5.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-5.0.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_5.0.1_1592939883242_0.7452943899006315"},"_hasShrinkwrap":false,"publish_time":1592939883407,"_cnpm_publish_time":1592939883407,"_cnpmcore_publish_time":"2021-12-16T15:32:40.428Z"},"5.0.0":{"name":"eth-json-rpc-middleware","version":"5.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-rpc-errors":"^2.1.1","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"15c403b5d26f05f26fe080d0b90cdcfd778c5f63","_id":"eth-json-rpc-middleware@5.0.0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"9a202a41a2b1678c094cbffd0db0da619ec86f7b","size":11108,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-5.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-5.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"rekmarks","email":"rekmarks@protonmail.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_5.0.0_1592887123817_0.9884911582423435"},"_hasShrinkwrap":false,"publish_time":1592887123922,"_cnpm_publish_time":1592887123922,"_cnpmcore_publish_time":"2021-12-16T15:32:40.613Z"},"4.4.1":{"name":"eth-json-rpc-middleware","version":"4.4.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"9464aa2085c63b43f1e5ed569bd08b0697c53d39","_id":"eth-json-rpc-middleware@4.4.1","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"shasum":"07d3dd0724c24a8d31e4a172ee96271da71b4228","size":16269,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.4.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"danfinlay","email":"dan@danfinlay.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.4.1_1581721180332_0.8097091641842133"},"_hasShrinkwrap":false,"publish_time":1581721180436,"_cnpm_publish_time":1581721180436,"_cnpmcore_publish_time":"2021-12-16T15:32:40.842Z"},"4.4.0":{"name":"eth-json-rpc-middleware","version":"4.4.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"a0f9d05b5f4e229621a9558c17fa4acb920de822","_id":"eth-json-rpc-middleware@4.4.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"shasum":"ef63b783b48dcbea9c1fe25c79e6ea01510e5877","size":16274,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.4.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"danfinlay","email":"dan@danfinlay.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.4.0_1576790657665_0.7436380553386184"},"_hasShrinkwrap":false,"publish_time":1576790657768,"_cnpm_publish_time":1576790657768,"_cnpmcore_publish_time":"2021-12-16T15:32:41.209Z"},"4.3.0":{"name":"eth-json-rpc-middleware","version":"4.3.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"b7ffda0387152e209b8217ba680889a1d632058a","_id":"eth-json-rpc-middleware@4.3.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"shasum":"d3e72efb60b6f601f022ce01384481eaed552b6b","size":16208,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.3.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"danfinlay","email":"dan@danfinlay.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.3.0_1570246004612_0.9016461255860422"},"_hasShrinkwrap":false,"publish_time":1570246004746,"_cnpm_publish_time":1570246004746,"_cnpmcore_publish_time":"2021-12-16T15:32:41.448Z"},"4.2.0":{"name":"eth-json-rpc-middleware","version":"4.2.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"5bf9eb4fc7924c65636a3cb5d19648489c8aed04","_id":"eth-json-rpc-middleware@4.2.0","_nodeVersion":"8.15.1","_npmVersion":"6.9.0","dist":{"shasum":"cfb77c5056cb8001548c6c7d54f4af5fce04d489","size":15688,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.2.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"danfinlay","email":"dan@danfinlay.com"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.2.0_1567569894380_0.5232380198205131"},"_hasShrinkwrap":false,"publish_time":1567569894485,"_cnpm_publish_time":1567569894485,"_cnpmcore_publish_time":"2021-12-16T15:32:41.665Z"},"4.1.6":{"name":"eth-json-rpc-middleware","version":"4.1.6","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"e0c225782536fcaf7335113de52214ba4fcfcda7","_id":"eth-json-rpc-middleware@4.1.6","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"c625a38888b7697fbb4fcbf06dae17251ac3b76e","size":15645,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.6.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.6_1566287606118_0.23239605760578352"},"_hasShrinkwrap":false,"publish_time":1566287606256,"_cnpm_publish_time":1566287606256,"_cnpmcore_publish_time":"2021-12-16T15:32:41.912Z"},"4.1.5":{"name":"eth-json-rpc-middleware","version":"4.1.5","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"03fc8d2e1de0cab79a21e09b1aff8fc33b1b99e7","_id":"eth-json-rpc-middleware@4.1.5","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"8b402cab29bc8ac547bb3f92c79981822ef67791","size":15640,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.5.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.5_1566286812870_0.14625946177345095"},"_hasShrinkwrap":false,"publish_time":1566286813012,"_cnpm_publish_time":1566286813012,"_cnpmcore_publish_time":"2021-12-16T15:32:42.113Z"},"4.1.4":{"name":"eth-json-rpc-middleware","version":"4.1.4","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.5.5","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"^4.4.1","ethjs-query":"^0.3.8","ganache-core":"^2.7.0","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-json-rpc-errors":"^1.0.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.7","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.1.3","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"4a9a4dfd99a5e4add854f12cb03ee6f3abb7de65","_id":"eth-json-rpc-middleware@4.1.4","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"ba41a8004b40d96cc8bd7b35558980cd3714b0a8","size":15600,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.4.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.4_1566277662386_0.933902286911104"},"_hasShrinkwrap":false,"publish_time":1566277662530,"_cnpm_publish_time":1566277662530,"_cnpmcore_publish_time":"2021-12-16T15:32:42.377Z"},"2.6.1":{"name":"eth-json-rpc-middleware","version":"2.6.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.2.4","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"6be3862c1dde4f781c1cb4cbd4e09ab7017e10a3","_id":"eth-json-rpc-middleware@2.6.1","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"1402f1f72af2254585d3ae0318c4a522ca6bf8ef","size":14631,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.6.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.6.1_1559710494090_0.6043274791274658"},"_hasShrinkwrap":false,"publish_time":1559710494293,"_cnpm_publish_time":1559710494293,"_cnpmcore_publish_time":"2021-12-16T15:32:42.559Z"},"4.1.3":{"name":"eth-json-rpc-middleware","version":"4.1.3","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.3.4","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.5.3","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.6.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"da7e4c865db6ef6b6e8437a360f974928af53674","_id":"eth-json-rpc-middleware@4.1.3","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"cc8b43440f2e983a0bc1388406c9bd623ee91e89","size":15647,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.3.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.3_1557983278856_0.19731829938142997"},"_hasShrinkwrap":false,"publish_time":1557983278990,"_cnpm_publish_time":1557983278990,"_cnpmcore_publish_time":"2021-12-16T15:32:42.769Z"},"4.1.2":{"name":"eth-json-rpc-middleware","version":"4.1.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.3.4","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.5.3","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"2.2.2","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"Ethereum related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).","gitHead":"cc2786bc8f6439181b3bfb6caf5d290f6a701e47","_id":"eth-json-rpc-middleware@4.1.2","_nodeVersion":"8.15.0","_npmVersion":"6.9.0","dist":{"shasum":"9873faf07c93cdc8fa932c45be6cbe4f2b06ce79","size":15674,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.2_1552912381639_0.7348304249274895"},"_hasShrinkwrap":false,"publish_time":1552912381825,"_cnpm_publish_time":1552912381825,"_cnpmcore_publish_time":"2021-12-16T15:32:42.987Z"},"4.1.1":{"name":"eth-json-rpc-middleware","version":"4.1.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.3.4","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.5.3","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"2.2.2","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"20dbd74af930e102c5700a6e13e2c7b9e7dbdd90","_id":"eth-json-rpc-middleware@4.1.1","_nodeVersion":"8.15.0","_npmVersion":"6.9.0","dist":{"shasum":"7d9c81d6b492cb2b666b1d31f8d96742a579be3d","size":15473,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.1_1552895817005_0.7028748862504834"},"_hasShrinkwrap":false,"publish_time":1552895817212,"_cnpm_publish_time":1552895817212,"_cnpmcore_publish_time":"2021-12-16T15:32:43.202Z"},"4.1.0":{"name":"eth-json-rpc-middleware","version":"4.1.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.3.4","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.5.3","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"2.2.2","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"eef5a7b0187f7ca98433c6c240e038703655004d","_id":"eth-json-rpc-middleware@4.1.0","_nodeVersion":"8.15.0","_npmVersion":"6.9.0","dist":{"shasum":"d8f0376214fc9929b044f83d9e505aac518472d5","size":15271,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.1.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.1.0_1552535743093_0.639259351608034"},"_hasShrinkwrap":false,"publish_time":1552535743246,"_cnpm_publish_time":1552535743246,"_cnpmcore_publish_time":"2021-12-16T15:32:43.387Z"},"4.0.0":{"name":"eth-json-rpc-middleware","version":"4.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"@babel/core":"^7.3.4","async":"^2.5.0","concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.5.3","tape":"^4.6.3"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"2.2.2","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^5.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"804e6abb1f8e8a4488e4cb4bb2f17ecbfe8d0a79","_id":"eth-json-rpc-middleware@4.0.0","_nodeVersion":"8.15.0","_npmVersion":"6.8.0","dist":{"shasum":"7d554b454f390f9ca4788d8dce992855634140ee","size":15225,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-4.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-4.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_4.0.0_1552318781888_0.383880971061183"},"_hasShrinkwrap":false,"publish_time":1552318782021,"_cnpm_publish_time":1552318782021,"_cnpmcore_publish_time":"2021-12-16T15:32:43.589Z"},"3.1.7":{"name":"eth-json-rpc-middleware","version":"3.1.7","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.2.1","tape":"^4.6.3","async":"^2.5.0"},"dependencies":{"babel-preset-es2015":"^6.24.1","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.2.3","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"2.2.2","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.8.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"072ae7a45349c596692decaa5eafc2a0c5ec7a12","_id":"eth-json-rpc-middleware@3.1.7","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"e681c94149282de7ac9b9b3e689cda49fca74de0","size":15374,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.7.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.7_1543120898708_0.14461474924718098"},"_hasShrinkwrap":false,"publish_time":1543120898836,"_cnpm_publish_time":1543120898836,"_cnpmcore_publish_time":"2021-12-16T15:32:43.826Z"},"3.1.6":{"name":"eth-json-rpc-middleware","version":"3.1.6","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.2.1","tape":"^4.6.3","async":"^2.5.0"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.2.3","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.4.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.8.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"60e05952ee68c810ca805d8b93c4ed76e1647357","_id":"eth-json-rpc-middleware@3.1.6","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"85d9b1941a5cc429586f10060c2ec5515a507d1d","size":15352,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.6.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.6_1540854450947_0.4042670987584245"},"_hasShrinkwrap":false,"publish_time":1540854451133,"_cnpm_publish_time":1540854451133,"_cnpmcore_publish_time":"2021-12-16T15:32:44.055Z"},"3.1.5":{"name":"eth-json-rpc-middleware","version":"3.1.5","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.2.1","tape":"^4.6.3","async":"^2.5.0"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.2.3","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.4.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.8.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"816f70b656edd9ac947b4054137a476fb781083b","_id":"eth-json-rpc-middleware@3.1.5","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"3f2f3b0dc41294d9475b8a4164d8034057dbd0c8","size":15254,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.5.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.5_1539940560609_0.9960808397030769"},"_hasShrinkwrap":false,"publish_time":1539940560767,"_cnpm_publish_time":1539940560767,"_cnpmcore_publish_time":"2021-12-16T15:32:44.240Z"},"3.1.4":{"name":"eth-json-rpc-middleware","version":"3.1.4","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","ethjs-query":"^0.3.8","ganache-core":"^2.2.1","tape":"^4.6.3","async":"^2.5.0"},"dependencies":{"btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.2.3","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.4.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.8.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","safe-event-emitter":"^1.0.1"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"40d4d32d23dc64a7d623ee0e56f00db2a71639d3","_id":"eth-json-rpc-middleware@3.1.4","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"512c7fda77bb0bb67aa1e65467387abaed53b008","size":15230,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.4.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.4_1539936365603_0.7519318634765699"},"_hasShrinkwrap":false,"publish_time":1539936365673,"_cnpm_publish_time":1539936365673,"_cnpmcore_publish_time":"2021-12-16T15:32:44.770Z"},"3.1.3":{"name":"eth-json-rpc-middleware","version":"3.1.3","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"5be342e1f3c0523eaa01343ad9ef9bd96a6a0cff","_id":"eth-json-rpc-middleware@3.1.3","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"494171f427bf331958e162ed5298b37953d5609a","size":15218,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.3.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.3_1539303879170_0.46534670925305677"},"_hasShrinkwrap":false,"publish_time":1539303879263,"_cnpm_publish_time":1539303879263,"_cnpmcore_publish_time":"2021-12-16T15:32:44.979Z"},"3.1.2":{"name":"eth-json-rpc-middleware","version":"3.1.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"068fd8c70b7f5d2b4b1b063b0053fd59c8ae3150","_id":"eth-json-rpc-middleware@3.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"56c2bbdcdbebf29f852bfd0cc7e6dcc021436722","size":15193,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.2_1539303578051_0.05847746591068259"},"_hasShrinkwrap":false,"publish_time":1539303578252,"_cnpm_publish_time":1539303578252,"_cnpmcore_publish_time":"2021-12-16T15:32:45.178Z"},"3.1.1":{"name":"eth-json-rpc-middleware","version":"3.1.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"f788656f786543d70d5e291f28aa595a5603b471","_id":"eth-json-rpc-middleware@3.1.1","_npmVersion":"6.1.0","_nodeVersion":"8.11.3","_npmUser":{"name":"danfinlay","email":"dan@danfinlay.com"},"dist":{"shasum":"aed1146846b546100388aac9fa119514f766672b","size":16353,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.1_1539122052273_0.22568499175313383"},"_hasShrinkwrap":false,"publish_time":1539122052444,"_cnpm_publish_time":1539122052444,"_cnpmcore_publish_time":"2021-12-16T15:32:45.464Z"},"3.1.0":{"name":"eth-json-rpc-middleware","version":"3.1.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"83486a02c4411c03b7b46621a5703960c1212ab0","_id":"eth-json-rpc-middleware@3.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"ad4730b5665d5c67f661878dcf63ac4e4ed75f3e","size":15193,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.1.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.1.0_1539016486896_0.799064224939386"},"_hasShrinkwrap":false,"publish_time":1539016487810,"_cnpm_publish_time":1539016487810,"_cnpmcore_publish_time":"2021-12-16T15:32:45.693Z"},"3.0.0":{"name":"eth-json-rpc-middleware","version":"3.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"ed70452f830773511aaaea035f5cf42cb62c0009","_id":"eth-json-rpc-middleware@3.0.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"8f4ece7d8f73da5ec40bd6028513eb1f1375384c","size":15090,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-3.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-3.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_3.0.0_1538999210311_0.02405761497749004"},"_hasShrinkwrap":false,"publish_time":1538999210470,"_cnpm_publish_time":1538999210470,"_cnpmcore_publish_time":"2021-12-16T15:32:45.889Z"},"2.6.0":{"name":"eth-json-rpc-middleware","version":"2.6.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","safe-event-emitter":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"9824f71f91a3845926bfbc9ba3a5c042831d20d3","_id":"eth-json-rpc-middleware@2.6.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"97be09465c29f0f6bb37ad44bf2bf4311e1fdf06","size":14627,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.6.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.6.0_1538652707440_0.48572659120886574"},"_hasShrinkwrap":false,"publish_time":1538652707567,"_cnpm_publish_time":1538652707567,"_cnpmcore_publish_time":"2021-12-16T15:32:46.205Z"},"2.5.0":{"name":"eth-json-rpc-middleware","version":"2.5.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"concat-stream":"^1.6.2","eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","btoa":"^1.2.1","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"cce9b33f788005a1bde59a3598d63ee778d08f22","_id":"eth-json-rpc-middleware@2.5.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"da62a295803236faa15b4cf91203aad60bbc28b7","size":14482,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.5.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.5.0_1538471055822_0.4161208603774931"},"_hasShrinkwrap":false,"publish_time":1538471060740,"_cnpm_publish_time":1538471060740,"_cnpmcore_publish_time":"2021-12-16T15:32:46.412Z"},"2.4.0":{"name":"eth-json-rpc-middleware","version":"2.4.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"3fed6ab2fbf87488c781eb0605e9adefdfe0d28d","_id":"eth-json-rpc-middleware@2.4.0","_npmVersion":"5.10.0","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"4e4dcc69994cc5f257e509dcad9acdff65277f6b","size":13164,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.4.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.4.0_1528825858263_0.8537922927893318"},"_hasShrinkwrap":false,"publish_time":1528825858394,"_cnpm_publish_time":1528825858394,"_cnpmcore_publish_time":"2021-12-16T15:32:46.628Z"},"2.3.1":{"name":"eth-json-rpc-middleware","version":"2.3.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"1a8296783559cd2f36f72476ff1ca585bc69dabb","_id":"eth-json-rpc-middleware@2.3.1","_npmVersion":"5.10.0","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"ef26ff495bb33df125081c434e2147192a82f116","size":12918,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.3.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.3.1_1528824780471_0.5479393870743714"},"_hasShrinkwrap":false,"publish_time":1528824780556,"_cnpm_publish_time":1528824780556,"_cnpmcore_publish_time":"2021-12-16T15:32:46.818Z"},"2.3.0":{"name":"eth-json-rpc-middleware","version":"2.3.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","clone":"^2.1.1","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"9c3c7d9e25621a56cda525897fd8d854d4f1132e","_id":"eth-json-rpc-middleware@2.3.0","_npmVersion":"5.10.0","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"e75d59e3afa51b3cb70aef06395fd001c619688c","size":12918,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.3.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.3.0_1528399231928_0.2010211821865746"},"_hasShrinkwrap":false,"publish_time":1528399232054,"_cnpm_publish_time":1528399232054,"_cnpmcore_publish_time":"2021-12-16T15:32:47.097Z"},"2.2.2":{"name":"eth-json-rpc-middleware","version":"2.2.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"85acf7b09097e0cd494fd5f4d3ad39585245e508","_id":"eth-json-rpc-middleware@2.2.2","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"69c711d7d9e1e70fc92bd04a4d6ee5608e5ab52d","size":12491,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.2.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.2.2_1527205816704_0.707835894202109"},"_hasShrinkwrap":false,"publish_time":1527205816763,"_cnpm_publish_time":1527205816763,"_cnpmcore_publish_time":"2021-12-16T15:32:47.315Z"},"2.2.1":{"name":"eth-json-rpc-middleware","version":"2.2.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"00d49c91a8c96db9fa00bb2b3a0a313dae585f42","_id":"eth-json-rpc-middleware@2.2.1","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"3ca93244e60e492d511056609ecd4056263fa3cf","size":12422,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.2.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.2.1_1527205383387_0.0771315561607202"},"_hasShrinkwrap":false,"publish_time":1527205383448,"_cnpm_publish_time":1527205383448,"_cnpmcore_publish_time":"2021-12-16T15:32:47.531Z"},"2.2.0":{"name":"eth-json-rpc-middleware","version":"2.2.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"c0cd36be747676951a1a6e1da205182cf4010d72","_id":"eth-json-rpc-middleware@2.2.0","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"0ed1b3475cfc753e00aa3cb0598afbe0e7de5c2d","size":12417,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.2.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.2.0_1527200010264_0.7244835183981471"},"_hasShrinkwrap":false,"publish_time":1527200010341,"_cnpm_publish_time":1527200010341,"_cnpmcore_publish_time":"2021-12-16T15:32:47.751Z"},"2.1.1":{"name":"eth-json-rpc-middleware","version":"2.1.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"4da975145f6dd60cb186b96e66785fc4c2e04177","_id":"eth-json-rpc-middleware@2.1.1","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"59f893aaf17928c2898d199237121d080994ab8c","size":12413,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.1.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.1.1_1527190497290_0.39978870944263334"},"_hasShrinkwrap":false,"publish_time":1527190497380,"_cnpm_publish_time":1527190497380,"_cnpmcore_publish_time":"2021-12-16T15:32:47.974Z"},"2.1.0":{"name":"eth-json-rpc-middleware","version":"2.1.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"4cd0c7be188ada4ffead5983d1dd36fb0eae41b3","_id":"eth-json-rpc-middleware@2.1.0","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"49469e34b5c5e8f849bd4100694b0d577ea7be2e","size":12233,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.1.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.1.0_1526535551811_0.0010166545781211678"},"_hasShrinkwrap":false,"publish_time":1526535551931,"_cnpm_publish_time":1526535551931,"_cnpmcore_publish_time":"2021-12-16T15:32:48.893Z"},"2.0.0":{"name":"eth-json-rpc-middleware","version":"2.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"github:metamask/eth-block-tracker#acbcfda348c309ece0fb96fad78d4861d08f5a91","eth-query":"^2.1.0","ethjs-query":"^0.3.8","ganache-core":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-sig-util":"^1.4.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.3","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","pify":"^3.0.0","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"3759e8bd6094f6e2b3c9663af13f99fd1f2feb44","_id":"eth-json-rpc-middleware@2.0.0","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"c9ee7febc8447ec10d8fb89fb3a400f2a8a2561a","size":12167,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-2.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-2.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_2.0.0_1526531377781_0.73868399786886"},"_hasShrinkwrap":false,"publish_time":1526531377881,"_cnpm_publish_time":1526531377881,"_cnpmcore_publish_time":"2021-12-16T15:32:49.114Z"},"1.6.0":{"name":"eth-json-rpc-middleware","version":"1.6.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"dbb6b3e22c3996cedeedd855c2c75b210a015774","_id":"eth-json-rpc-middleware@1.6.0","_npmVersion":"5.7.1","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"5c9d4c28f745ccb01630f0300ba945f4bef9593f","size":6262,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.6.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware_1.6.0_1523311517606_0.5740065473881539"},"_hasShrinkwrap":false,"publish_time":1523311517699,"_cnpm_publish_time":1523311517699,"_cnpmcore_publish_time":"2021-12-16T15:32:49.318Z"},"1.5.2":{"name":"eth-json-rpc-middleware","version":"1.5.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-engine":"^3.6.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"94657da5b0107707011355efb3a02a51869931ef","_id":"eth-json-rpc-middleware@1.5.2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"14cb0af1e9910c24dd063beabbbb7142d39d9bb9","size":6184,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.5.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.5.2.tgz_1516252935350_0.9458945372607559"},"publish_time":1516252935421,"_hasShrinkwrap":false,"_cnpm_publish_time":1516252935421,"_cnpmcore_publish_time":"2021-12-16T15:32:49.496Z"},"1.5.0":{"name":"eth-json-rpc-middleware","version":"1.5.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","eth-tx-summary":"^3.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"fa1393c28a695da8cb056fd33d9924f55ba6b9e5","_id":"eth-json-rpc-middleware@1.5.0","_shasum":"16b1053386aa3803b125732aa6de07eadf068729","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"16b1053386aa3803b125732aa6de07eadf068729","size":7083,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.5.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.5.0.tgz_1509132520487_0.08440659567713737"},"publish_time":1509132520612,"_hasShrinkwrap":false,"_cnpm_publish_time":1509132520612,"_cnpmcore_publish_time":"2021-12-16T15:32:49.706Z"},"1.4.5":{"name":"eth-json-rpc-middleware","version":"1.4.5","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"d6de77efd12621876d83eb90b0311b95ce08fa97","_id":"eth-json-rpc-middleware@1.4.5","_shasum":"20bb437d8d73f4f95ec4bbf6ee3e8369eb5b5fcf","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"20bb437d8d73f4f95ec4bbf6ee3e8369eb5b5fcf","size":6949,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.5.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.5.tgz_1507766151326_0.06704049953259528"},"publish_time":1507766152350,"_hasShrinkwrap":false,"_cnpm_publish_time":1507766152350,"_cnpmcore_publish_time":"2021-12-16T15:32:49.933Z"},"1.4.4":{"name":"eth-json-rpc-middleware","version":"1.4.4","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"bf5dd6657278e57fc4f06b0ad9f2aadca45b5637","_id":"eth-json-rpc-middleware@1.4.4","_shasum":"e30bbc32c2c38c88d5d5cdc8164423c4dabf678d","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"e30bbc32c2c38c88d5d5cdc8164423c4dabf678d","size":6943,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.4.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.4.tgz_1507758805267_0.9534547787625343"},"publish_time":1507758806236,"_hasShrinkwrap":false,"_cnpm_publish_time":1507758806236,"_cnpmcore_publish_time":"2021-12-16T15:32:50.213Z"},"1.4.3":{"name":"eth-json-rpc-middleware","version":"1.4.3","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"63d2c6b4a045d768477ebea822b087b2741ad4bd","_id":"eth-json-rpc-middleware@1.4.3","_shasum":"da760ad453f74c93110a3bbab53f2f87e0188a64","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"da760ad453f74c93110a3bbab53f2f87e0188a64","size":6940,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.3.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.3.tgz_1507689336425_0.8376196497119963"},"publish_time":1507689337403,"_hasShrinkwrap":false,"_cnpm_publish_time":1507689337403,"_cnpmcore_publish_time":"2021-12-16T15:32:50.415Z"},"1.4.2":{"name":"eth-json-rpc-middleware","version":"1.4.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"cf484832295a1b4c1510ea41019bdcf06dd3dae1","_id":"eth-json-rpc-middleware@1.4.2","_shasum":"a01d101c07ff09758ab7fa57f1fbef2f63548feb","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"a01d101c07ff09758ab7fa57f1fbef2f63548feb","size":6928,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.2.tgz_1507670841906_0.3657609997317195"},"publish_time":1507670842916,"_hasShrinkwrap":false,"_cnpm_publish_time":1507670842916,"_cnpmcore_publish_time":"2021-12-16T15:32:50.607Z"},"1.4.1":{"name":"eth-json-rpc-middleware","version":"1.4.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-util":"^5.1.2","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"9e122414c319a071539a51cdaf5314f730d2b46a","_id":"eth-json-rpc-middleware@1.4.1","_shasum":"57b6f541097e456d5b6522f2ba14900cce2c44b7","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"57b6f541097e456d5b6522f2ba14900cce2c44b7","size":6920,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.1.tgz_1507667509855_0.5588136566802859"},"publish_time":1507667510799,"_hasShrinkwrap":false,"_cnpm_publish_time":1507667510799,"_cnpmcore_publish_time":"2021-12-16T15:32:50.814Z"},"1.4.0":{"name":"eth-json-rpc-middleware","version":"1.4.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"542ee739bd91acc3e975113250faa5b76f30fb3e","_id":"eth-json-rpc-middleware@1.4.0","_shasum":"8f70511bd35ce67d1853186aa0a4991cc482d8cf","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"8f70511bd35ce67d1853186aa0a4991cc482d8cf","size":6549,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.4.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.4.0.tgz_1507661616685_0.4346726352814585"},"publish_time":1507661617605,"_hasShrinkwrap":false,"_cnpm_publish_time":1507661617605,"_cnpmcore_publish_time":"2021-12-16T15:32:51.030Z"},"1.3.1":{"name":"eth-json-rpc-middleware","version":"1.3.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"29864aa5bbd4a3e2d29e40930c1e9573c1e6575a","_id":"eth-json-rpc-middleware@1.3.1","_shasum":"ca10b295c30d6948ca745aa4dedb04435b735fd9","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"ca10b295c30d6948ca745aa4dedb04435b735fd9","size":6241,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.3.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.3.1.tgz_1507238261953_0.8723768480122089"},"publish_time":1507238262995,"_hasShrinkwrap":false,"_cnpm_publish_time":1507238262995,"_cnpmcore_publish_time":"2021-12-16T15:32:51.224Z"},"1.3.0":{"name":"eth-json-rpc-middleware","version":"1.3.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"e898556c54edf637c3ab2d86f5090cc7698c24ef","_id":"eth-json-rpc-middleware@1.3.0","_shasum":"8e6306ccd9df1e4b5e6b0c2d6428518bb7abcc10","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"8e6306ccd9df1e4b5e6b0c2d6428518bb7abcc10","size":6224,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.3.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.3.0.tgz_1507056203208_0.8298692207317799"},"publish_time":1507056204085,"_hasShrinkwrap":false,"_cnpm_publish_time":1507056204085,"_cnpmcore_publish_time":"2021-12-16T15:32:51.456Z"},"1.2.7":{"name":"eth-json-rpc-middleware","version":"1.2.7","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"324f2182ae2fd1220473f3ad805ca67d04eb39f1","_id":"eth-json-rpc-middleware@1.2.7","_shasum":"7c36e0972945255bdb486f18df53d4314a1c048a","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"7c36e0972945255bdb486f18df53d4314a1c048a","size":6174,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.7.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.7.tgz_1501008173856_0.4905780178960413"},"publish_time":1501008174035,"_hasShrinkwrap":false,"_cnpm_publish_time":1501008174035,"_cnpmcore_publish_time":"2021-12-16T15:32:51.824Z"},"1.2.6":{"name":"eth-json-rpc-middleware","version":"1.2.6","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"2a837184547558d2f21fd306e390c6e50d5e0030","_id":"eth-json-rpc-middleware@1.2.6","_shasum":"b2fc31a85cc9ff763e1627f09d8e00880fcbb024","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"b2fc31a85cc9ff763e1627f09d8e00880fcbb024","size":6127,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.6.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.6.tgz_1499976306042_0.4833176131360233"},"publish_time":1499976306219,"_hasShrinkwrap":false,"_cnpm_publish_time":1499976306219,"_cnpmcore_publish_time":"2021-12-16T15:32:52.031Z"},"1.2.5":{"name":"eth-json-rpc-middleware","version":"1.2.5","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"6382f206fbb04678d4422b730e9da665a0c62441","_id":"eth-json-rpc-middleware@1.2.5","_shasum":"36126df22c16fb8aa7b51dae53c21f223bd955db","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"36126df22c16fb8aa7b51dae53c21f223bd955db","size":6088,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.5.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.5.tgz_1499923145314_0.8927365930285305"},"publish_time":1499923145435,"_hasShrinkwrap":false,"_cnpm_publish_time":1499923145435,"_cnpmcore_publish_time":"2021-12-16T15:32:52.226Z"},"1.2.4":{"name":"eth-json-rpc-middleware","version":"1.2.4","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"0481c983f1200e285110a2126010a1134cc4b741","_id":"eth-json-rpc-middleware@1.2.4","_shasum":"4a5a30042a7e0ba7ccabf7a628d9043a65e932ca","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"4a5a30042a7e0ba7ccabf7a628d9043a65e932ca","size":6066,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.4.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.4.tgz_1499922716943_0.0854845349676907"},"publish_time":1499922717259,"_hasShrinkwrap":false,"_cnpm_publish_time":1499922717259,"_cnpmcore_publish_time":"2021-12-16T15:32:52.430Z"},"1.2.3":{"name":"eth-json-rpc-middleware","version":"1.2.3","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"d1327671d3c368a5b311ec2511406cbb830d910c","_id":"eth-json-rpc-middleware@1.2.3","_shasum":"833c41d3dc8499bd60f90bfcc9488f50b39988f4","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"833c41d3dc8499bd60f90bfcc9488f50b39988f4","size":5987,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.3.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.3.tgz_1499920930386_0.47101174341514707"},"publish_time":1499920930645,"_hasShrinkwrap":false,"_cnpm_publish_time":1499920930645,"_cnpmcore_publish_time":"2021-12-16T15:32:52.619Z"},"1.2.2":{"name":"eth-json-rpc-middleware","version":"1.2.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-tx":"^1.3.3","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"706cb9e632a7fe441944964c38b360db5b375bac","_id":"eth-json-rpc-middleware@1.2.2","_shasum":"1a3d1a1c02dff70d3d2925613ac86b589386b2c3","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"1a3d1a1c02dff70d3d2925613ac86b589386b2c3","size":5992,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.2.tgz_1499920769991_0.008159130811691284"},"publish_time":1499920770085,"_hasShrinkwrap":false,"_cnpm_publish_time":1499920770085,"_cnpmcore_publish_time":"2021-12-16T15:32:52.870Z"},"1.2.1":{"name":"eth-json-rpc-middleware","version":"1.2.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"eeb0a0b049c50ac5d9e3e98af765e758a6a48f24","_id":"eth-json-rpc-middleware@1.2.1","_shasum":"00d72e264b36c52526a35b3967cada9fb0d2f926","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"00d72e264b36c52526a35b3967cada9fb0d2f926","size":5992,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.1.tgz_1499920286662_0.23674724157899618"},"publish_time":1499920289503,"_hasShrinkwrap":false,"_cnpm_publish_time":1499920289503,"_cnpmcore_publish_time":"2021-12-16T15:32:53.118Z"},"1.2.0":{"name":"eth-json-rpc-middleware","version":"1.2.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.2","ethereumjs-block":"^1.6.0","ethereumjs-vm":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"0a5d87aa69b2550784b2943145ee64438cf6c111","_id":"eth-json-rpc-middleware@1.2.0","_shasum":"02ad080d429645b5b10828c219fc3cdc5798cb29","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"02ad080d429645b5b10828c219fc3cdc5798cb29","size":5976,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.2.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.2.0.tgz_1499919944201_0.282211507903412"},"publish_time":1499919944395,"_hasShrinkwrap":false,"_cnpm_publish_time":1499919944395,"_cnpmcore_publish_time":"2021-12-16T15:32:53.411Z"},"1.1.2":{"name":"eth-json-rpc-middleware","version":"1.1.2","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"d2280e280e008d0600f5c9df7acacaf3176aa1be","_id":"eth-json-rpc-middleware@1.1.2","_shasum":"51c425000d2d8b994b9687405ac122213a0e48c8","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"51c425000d2d8b994b9687405ac122213a0e48c8","size":5458,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.1.2.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.1.2.tgz_1499917369803_0.017087546875700355"},"publish_time":1499917370227,"_hasShrinkwrap":false,"_cnpm_publish_time":1499917370227,"_cnpmcore_publish_time":"2021-12-16T15:32:53.608Z"},"1.1.1":{"name":"eth-json-rpc-middleware","version":"1.1.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"eb230aed408dfa7c5b0cab0a0a8b259684c36c42","_id":"eth-json-rpc-middleware@1.1.1","_shasum":"f966de53b930a7f49fdb42fddc5dd213add9bf1f","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"f966de53b930a7f49fdb42fddc5dd213add9bf1f","size":5451,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.1.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.1.1.tgz_1499910354106_0.09484141692519188"},"publish_time":1499910354211,"_hasShrinkwrap":false,"_cnpm_publish_time":1499910354211,"_cnpmcore_publish_time":"2021-12-16T15:32:53.799Z"},"1.1.0":{"name":"eth-json-rpc-middleware","version":"1.1.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"async":"^2.5.0","eth-query":"^2.1.0","fetch-ponyfill":"^4.0.0","json-rpc-error":"^2.0.0","json-stable-stringify":"^1.0.1","promise-to-callback":"^1.0.0","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"8ff1c491d5cba6c81fd33366f1d8e9811929bd93","_id":"eth-json-rpc-middleware@1.1.0","_shasum":"a1c18fb2b8d2b2ae5ccea3120377fb19c204a34f","_from":".","_npmVersion":"4.6.1","_nodeVersion":"8.1.3","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"a1c18fb2b8d2b2ae5ccea3120377fb19c204a34f","size":5488,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.1.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.1.0.tgz_1499909236835_0.6178044904954731"},"publish_time":1499909236916,"_hasShrinkwrap":false,"_cnpm_publish_time":1499909236916,"_cnpmcore_publish_time":"2021-12-16T15:32:54.018Z"},"1.0.1":{"name":"eth-json-rpc-middleware","version":"1.0.1","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.1.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"eth-query":"^2.1.0","json-stable-stringify":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"2c8bcea93c9606d1727c457b7abcd0d38fe72f7d","_id":"eth-json-rpc-middleware@1.0.1","_npmVersion":"5.0.3","_nodeVersion":"8.1.0","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"6dd6f097b54048e48ad8ccd88bb4dde2d3bd7956","size":4512,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.0.1.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.0.1.tgz_1497458500516_0.19542532786726952"},"publish_time":1497458500588,"_hasShrinkwrap":false,"_cnpm_publish_time":1497458500588,"_cnpmcore_publish_time":"2021-12-16T15:32:54.226Z"},"1.0.0":{"name":"eth-json-rpc-middleware","version":"1.0.0","main":"block-ref.js","directories":{"test":"test"},"scripts":{"test":"node test/index.js"},"author":"","license":"ISC","devDependencies":{"eth-block-tracker":"^1.0.3","eth-query":"^2.1.0","json-rpc-engine":"^2.1.0","tape":"^4.6.3"},"dependencies":{"eth-block-tracker":"^1.0.3","eth-query":"^2.1.0","json-stable-stringify":"^1.0.1","tape":"^4.6.3"},"repository":{"type":"git","url":"git+https://github.com/kumavis/eth-json-rpc-middleware.git"},"bugs":{"url":"https://github.com/kumavis/eth-json-rpc-middleware/issues"},"homepage":"https://github.com/kumavis/eth-json-rpc-middleware#readme","description":"","gitHead":"0e4e4b85d26ffb7ae178e56168fe1e75dfaee71b","_id":"eth-json-rpc-middleware@1.0.0","_shasum":"3917154e4a5864acd089a670ae9e0a82f7b436b3","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.6.0","_npmUser":{"name":"kumavis","email":"aaron@kumavis.me"},"dist":{"shasum":"3917154e4a5864acd089a670ae9e0a82f7b436b3","size":4433,"noattachment":false,"key":"/eth-json-rpc-middleware/-/eth-json-rpc-middleware-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/eth-json-rpc-middleware/download/eth-json-rpc-middleware-1.0.0.tgz"},"maintainers":[{"name":"danfinlay","email":"dan@danfinlay.com"},{"name":"gudahtt","email":"markjstacey@gmail.com"},{"name":"kumavis","email":"aaron@kumavis.me"},{"name":"metamaskbot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/eth-json-rpc-middleware-1.0.0.tgz_1495489049764_0.33064232114702463"},"publish_time":1495489049889,"_hasShrinkwrap":false,"_cnpm_publish_time":1495489049889,"_cnpmcore_publish_time":"2021-12-16T15:32:54.420Z"}},"readme":"# eth-json-rpc-middleware\n\nEthereum-related middleware for [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).\n\nSee tests for usage details.\n\n## Running Tests\n\n```bash\nyarn test\n```\n\n## See Also\n\n- [`eth-json-rpc-filters`](https://github.com/MetaMask/eth-json-rpc-filters).\n- [`eth-json-rpc-infura`](https://github.com/MetaMask/json-rpc-infura).\n- [`json-rpc-engine`](https://github.com/MetaMask/json-rpc-engine).\n","_attachments":{},"homepage":"https://github.com/MetaMask/eth-json-rpc-middleware#readme","bugs":{"url":"https://github.com/MetaMask/eth-json-rpc-middleware/issues"},"license":"ISC"}