mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
19 lines
600 B
JSON
19 lines
600 B
JSON
{
|
|
"name": "web3-core-promievent",
|
|
"version": "1.5.2",
|
|
"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": "a57dd3c5db0e4acb5b326714bd9a2d7ada00c2dc"
|
|
}
|