| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "p-cancelable@^0.3.0", |
| 3 | "_id": "p-cancelable@0.3.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==", |
| 6 | "_location": "/p-cancelable", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "p-cancelable@^0.3.0", |
| 12 | "name": "p-cancelable", |
| 13 | "escapedName": "p-cancelable", |
| 14 | "rawSpec": "^0.3.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^0.3.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/got" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz", |
| 22 | "_shasum": "b9e123800bcebb7ac13a479be195b507b98d30fa", |
| 23 | "_spec": "p-cancelable@^0.3.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\got", |
| 25 | "author": { |
| 26 | "name": "Sindre Sorhus", |
| 27 | "email": "sindresorhus@gmail.com", |
| 28 | "url": "sindresorhus.com" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/sindresorhus/p-cancelable/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "deprecated": false, |
| 35 | "description": "Create a promise that can be canceled", |
| 36 | "devDependencies": { |
| 37 | "ava": "*", |
| 38 | "delay": "^2.0.0", |
| 39 | "xo": "*" |
| 40 | }, |
| 41 | "engines": { |
| 42 | "node": ">=4" |
| 43 | }, |
| 44 | "files": [ |
| 45 | "index.js" |
| 46 | ], |
| 47 | "homepage": "https://github.com/sindresorhus/p-cancelable#readme", |
| 48 | "keywords": [ |
| 49 | "promise", |
| 50 | "cancelable", |
| 51 | "cancel", |
| 52 | "canceled", |
| 53 | "canceling", |
| 54 | "cancellable", |
| 55 | "cancellation", |
| 56 | "abort", |
| 57 | "abortable", |
| 58 | "aborting", |
| 59 | "cleanup", |
| 60 | "task", |
| 61 | "token", |
| 62 | "async", |
| 63 | "function", |
| 64 | "await", |
| 65 | "promises", |
| 66 | "bluebird" |
| 67 | ], |
| 68 | "license": "MIT", |
| 69 | "name": "p-cancelable", |
| 70 | "repository": { |
| 71 | "type": "git", |
| 72 | "url": "git+https://github.com/sindresorhus/p-cancelable.git" |
| 73 | }, |
| 74 | "scripts": { |
| 75 | "test": "xo && ava" |
| 76 | }, |
| 77 | "version": "0.3.0" |
| 78 | } |