| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "p-reduce@^1.0.0", |
| 3 | "_id": "p-reduce@1.0.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-GMKw3ZNqRpClKfgjH1ig/bakffo=", |
| 6 | "_location": "/p-reduce", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "p-reduce@^1.0.0", |
| 12 | "name": "p-reduce", |
| 13 | "escapedName": "p-reduce", |
| 14 | "rawSpec": "^1.0.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.0.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/p-map-series" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz", |
| 22 | "_shasum": "18c2b0dd936a4690a529f8231f58a0fdb6a47dfa", |
| 23 | "_spec": "p-reduce@^1.0.0", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\p-map-series", |
| 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-reduce/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "deprecated": false, |
| 35 | "description": "Reduce a list of values using promises into a promise for a value", |
| 36 | "devDependencies": { |
| 37 | "ava": "*", |
| 38 | "delay": "^1.3.1", |
| 39 | "xo": "*" |
| 40 | }, |
| 41 | "engines": { |
| 42 | "node": ">=4" |
| 43 | }, |
| 44 | "files": [ |
| 45 | "index.js" |
| 46 | ], |
| 47 | "homepage": "https://github.com/sindresorhus/p-reduce#readme", |
| 48 | "keywords": [ |
| 49 | "promise", |
| 50 | "reduce", |
| 51 | "collection", |
| 52 | "iterable", |
| 53 | "iterator", |
| 54 | "async", |
| 55 | "await", |
| 56 | "promises", |
| 57 | "accumulate", |
| 58 | "bluebird" |
| 59 | ], |
| 60 | "license": "MIT", |
| 61 | "name": "p-reduce", |
| 62 | "repository": { |
| 63 | "type": "git", |
| 64 | "url": "git+https://github.com/sindresorhus/p-reduce.git" |
| 65 | }, |
| 66 | "scripts": { |
| 67 | "test": "xo && ava" |
| 68 | }, |
| 69 | "version": "1.0.0", |
| 70 | "xo": { |
| 71 | "esnext": true |
| 72 | } |
| 73 | } |