UNPKG

prex

Version:

Async coordination primitives and extensions on top of ES6 Promises

61 lines (60 loc) 1.39 kB
{ "name": "prex", "version": "0.4.9", "description": "Async coordination primitives and extensions on top of ES6 Promises", "license": "Apache-2.0", "keywords": [ "async", "promise", "promises", "future", "deferred", "promise-a", "promise-a-plus", "then", "await", "coordination", "semaphore", "cancellation", "cancellationtoken" ], "main": "out/lib/index.js", "typings": "out/lib/index.d.ts", "scripts": { "build": "gulp build", "test": "gulp test" }, "dependencies": { "@esfx/cancelable": "^1.0.0 || >=1.0.0-pre.13", "@esfx/disposable": "^1.0.0 || >=1.0.0-pre.13" }, "devDependencies": { "@types/chai": "^3.5.2", "@types/gulp": "^4.0.6", "@types/mocha": "^2.2.41", "@types/node": "^7.0.22", "chai": "^3.5.0", "del": "^1.2.0", "gulp": "^4.0.2", "gulp-istanbul": "^1.1.3", "gulp-mocha": "^7.0.2", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.4", "merge2": "^0.3.6", "mocha": "^7.1.1", "source-map-support": "^0.2.10", "typescript": "^3.2.2" }, "author": { "name": "Ron Buckton", "email": "ron.buckton@microsoft.com", "url": "http://github.com/rbuckton" }, "bugs": { "url": "http://github.com/rbuckton/prex/issues" }, "repository": { "type": "git", "url": "git://github.com/rbuckton/prex.git" } }