{ "_from": "p-cancelable@^1.0.0", "_id": "p-cancelable@1.0.0", "_inBundle": false, "_integrity": "sha512-USgPoaC6tkTGlS831CxsVdmZmyb8tR1D+hStI84MyckLOzfJlYQUweomrwE3D8T7u5u5GVuW064LT501wHTYYA==", "_location": "/p-cancelable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "p-cancelable@^1.0.0", "name": "p-cancelable", "escapedName": "p-cancelable", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/got" ], "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-1.0.0.tgz", "_shasum": "07e9c6d22c31f9c6784cb4f1e1454a79b6d9e2d6", "_spec": "p-cancelable@^1.0.0", "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/got", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/p-cancelable/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Create a promise that can be canceled", "devDependencies": { "ava": "^0.25.0", "delay": "^4.1.0", "promise.prototype.finally": "^3.1.0", "xo": "^0.23.0" }, "engines": { "node": ">=6" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/p-cancelable#readme", "keywords": [ "promise", "cancelable", "cancel", "canceled", "canceling", "cancellable", "cancellation", "abort", "abortable", "aborting", "cleanup", "task", "token", "async", "function", "await", "promises", "bluebird" ], "license": "MIT", "name": "p-cancelable", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/p-cancelable.git" }, "scripts": { "test": "xo && ava" }, "version": "1.0.0" }