You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
601 B
19 lines
601 B
{
|
|
"name": "web3-core-promievent",
|
|
"version": "1.10.0",
|
|
"description": "This package extends the EventEmitter with the Promise class 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"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"compile": "tsc -b tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"eventemitter3": "4.0.4"
|
|
},
|
|
"gitHead": "f3846d1c78c4be3db4062ecf96d010d4c812314d"
|
|
}
|