UNPKG

600 BJSONView Raw
1{
2 "name": "web3-core-promievent",
3 "version": "1.5.3",
4 "description": "This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.",
5 "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
6 "license": "LGPL-3.0",
7 "engines": {
8 "node": ">=8.0.0"
9 },
10 "main": "lib/index.js",
11 "scripts": {
12 "compile": "tsc -b tsconfig.json"
13 },
14 "dependencies": {
15 "eventemitter3": "4.0.4"
16 },
17 "gitHead": "c82db7a27f593f450208f5acf66b392861f163fa"
18}