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.

21 lines
584 B
JSON

{
"name": "capture-promise",
"version": "1.0.0",
"description": "Small utility function for safe evaluation of async functions, capturing synchronous outcomes as well",
"main": "index.js",
"repository": {
"url": "https://git.cryto.net/joepie91/capture-promise.git"
},
"files": [
"index.js",
"example.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["promises", "try", "capture", "error handling", "async"],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}