|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "abortable-promise",
|
|
|
|
|
"name": "abortable-gen-promises",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "Abortable promises based on async generators",
|
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
@ -10,7 +10,7 @@
|
|
|
|
|
"install": "npm run build",
|
|
|
|
|
"prepare": "npm run build"
|
|
|
|
|
},
|
|
|
|
|
"repository": "gitea@git.kuba-orlik.name:kuba/async-spawner.git",
|
|
|
|
|
"repository": "gitea@git.kuba-orlik.name:kuba/abortable-promises.git",
|
|
|
|
|
"author": "Kuba Orlik",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"dependencies": {
|
|
|
|
|