UNPKG

bson-rpc

Version:
48 lines 912 B
{ "name": "p-cancelable", "version": "0.3.0", "description": "Create a promise that can be canceled", "license": "MIT", "repository": "sindresorhus/p-cancelable", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "index.js" ], "keywords": [ "promise", "cancelable", "cancel", "canceled", "canceling", "cancellable", "cancellation", "abort", "abortable", "aborting", "cleanup", "task", "token", "async", "function", "await", "promises", "bluebird" ], "devDependencies": { "ava": "*", "delay": "^2.0.0", "xo": "*" }, "_from": "p-cancelable@0.3.0", "_resolved": "http://registry.npm.taobao.org/p-cancelable/download/p-cancelable-0.3.0.tgz" }