UNPKG

600 BJSONView Raw
1{
2 "name": "web3-core-promievent",
3 "version": "1.6.0",
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": "a34afae56647615d7cbdfa227af8a1389476e2d6"
18}