You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
835 B
JSON

{
"name": "@joepie91/promisify-event",
"version": "1.0.0",
"description": "Utility function for awaiting an event from an EventEmitter by turning it into a Promise",
"repository": {
"url": "https://git.cryto.net/joepie91/promisify-event.git"
},
"main": "index.js",
"files": [
"index.js",
"example.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"promises",
"promisify",
"event",
"eventemitter"
],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0",
"devDependencies": {
"create-event-emitter": "^1.0.0"
},
"dependencies": {
"@validatem/core": "^0.5.0",
"@validatem/error": "^1.1.0",
"@validatem/is-non-empty-string": "^0.1.0",
"@validatem/required": "^0.1.1"
}
}