Skip to content

Commit

Permalink
engine property added to package.json files of the web3 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jul 10, 2019
1 parent be652a9 commit 8908481
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"version": "1.0.0",
"description": "Ethereum JavaScript API wrapper repository",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "./packages/web3/src/index.js",
"directories": {
"doc": "./doc",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-bzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with the Swarm network.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-bzz",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"got": "9.6.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"any-promise": "1.3.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"eventemitter3": "3.1.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"web3-core-helpers": "1.0.0-beta.37",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-abi",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"ethers": "4.0.0-beta.3",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-accounts",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"any-promise": "1.3.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-contract",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "ENS support for web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-ens",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"eth-ens-namehash": "2.0.8",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-iban",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"bn.js": "4.11.8",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-personal",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.0.0-beta.37",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-net/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-net",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.0.0-beta.37",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-providers-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Module to handle web3 RPC connections over HTTP.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-http",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"web3-core-helpers": "1.0.0-beta.37",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Module to handle web3 RPC connections over IPC sockets.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ipc",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"oboe": "2.1.4",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Module to handle web3 RPC connections over WebSockets.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ws",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"scripts": {
"preinstall": "rm -rf node_modules/websocket/.git"
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-shh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Web3 module to interact with the Whisper messaging protocol.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-shh",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.0.0-beta.37",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Collection of utility functions used in web3.js.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-utils",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"dependencies": {
"bn.js": "4.11.8",
Expand Down
3 changes: 3 additions & 0 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "Ethereum JavaScript API",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3",
"license": "LGPL-3.0",
"engines": {
"node": ">=8.0.0 <=11.15.0"
},
"main": "src/index.js",
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
Expand Down

0 comments on commit 8908481

Please sign in to comment.