| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "run-parallel@^1.1.9", |
| 3 | "_id": "run-parallel@1.1.10", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw==", |
| 6 | "_location": "/run-parallel", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "run-parallel@^1.1.9", |
| 12 | "name": "run-parallel", |
| 13 | "escapedName": "run-parallel", |
| 14 | "rawSpec": "^1.1.9", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.9" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/@nodelib/fs.scandir" |
| 20 | ], |
| 21 | "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.10.tgz", |
| 22 | "_shasum": "60a51b2ae836636c81377df16cb107351bcd13ef", |
| 23 | "_spec": "run-parallel@^1.1.9", |
| 24 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\@nodelib\\fs.scandir", |
| 25 | "author": { |
| 26 | "name": "Feross Aboukhadijeh", |
| 27 | "email": "feross@feross.org", |
| 28 | "url": "https://feross.org" |
| 29 | }, |
| 30 | "bugs": { |
| 31 | "url": "https://github.com/feross/run-parallel/issues" |
| 32 | }, |
| 33 | "bundleDependencies": false, |
| 34 | "dependencies": {}, |
| 35 | "deprecated": false, |
| 36 | "description": "Run an array of functions in parallel", |
| 37 | "devDependencies": { |
| 38 | "airtap": "^3.0.0", |
| 39 | "standard": "*", |
| 40 | "tape": "^5.0.1" |
| 41 | }, |
| 42 | "funding": [ |
| 43 | { |
| 44 | "type": "github", |
| 45 | "url": "https://github.com/sponsors/feross" |
| 46 | }, |
| 47 | { |
| 48 | "type": "patreon", |
| 49 | "url": "https://www.patreon.com/feross" |
| 50 | }, |
| 51 | { |
| 52 | "type": "consulting", |
| 53 | "url": "https://feross.org/support" |
| 54 | } |
| 55 | ], |
| 56 | "homepage": "https://github.com/feross/run-parallel", |
| 57 | "keywords": [ |
| 58 | "parallel", |
| 59 | "async", |
| 60 | "function", |
| 61 | "callback", |
| 62 | "asynchronous", |
| 63 | "run", |
| 64 | "array", |
| 65 | "run parallel" |
| 66 | ], |
| 67 | "license": "MIT", |
| 68 | "main": "index.js", |
| 69 | "name": "run-parallel", |
| 70 | "repository": { |
| 71 | "type": "git", |
| 72 | "url": "git://github.com/feross/run-parallel.git" |
| 73 | }, |
| 74 | "scripts": { |
| 75 | "test": "standard && npm run test-node && npm run test-browser", |
| 76 | "test-browser": "airtap -- test/*.js", |
| 77 | "test-browser-local": "airtap --local -- test/*.js", |
| 78 | "test-node": "tape test/*.js" |
| 79 | }, |
| 80 | "version": "1.1.10" |
| 81 | } |