[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "run-parallel@1.2.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "run-parallel@1.2.0",
|
---|
| 10 | "_id": "run-parallel@1.2.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
|
---|
| 13 | "_location": "/run-parallel",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "run-parallel@1.2.0",
|
---|
| 19 | "name": "run-parallel",
|
---|
| 20 | "escapedName": "run-parallel",
|
---|
| 21 | "rawSpec": "1.2.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.2.0"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/@nodelib/fs.scandir"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
---|
| 29 | "_spec": "1.2.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": {
|
---|
| 32 | "name": "Feross Aboukhadijeh",
|
---|
| 33 | "email": "feross@feross.org",
|
---|
| 34 | "url": "https://feross.org"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/feross/run-parallel/issues"
|
---|
| 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "queue-microtask": "^1.2.2"
|
---|
| 41 | },
|
---|
[59329aa] | 42 | "description": "Run an array of functions in parallel",
|
---|
[6a3a178] | 43 | "devDependencies": {
|
---|
| 44 | "airtap": "^3.0.0",
|
---|
| 45 | "standard": "*",
|
---|
| 46 | "tape": "^5.0.1"
|
---|
| 47 | },
|
---|
[59329aa] | 48 | "funding": [
|
---|
| 49 | {
|
---|
| 50 | "type": "github",
|
---|
| 51 | "url": "https://github.com/sponsors/feross"
|
---|
| 52 | },
|
---|
| 53 | {
|
---|
| 54 | "type": "patreon",
|
---|
| 55 | "url": "https://www.patreon.com/feross"
|
---|
| 56 | },
|
---|
| 57 | {
|
---|
| 58 | "type": "consulting",
|
---|
| 59 | "url": "https://feross.org/support"
|
---|
| 60 | }
|
---|
| 61 | ],
|
---|
[6a3a178] | 62 | "homepage": "https://github.com/feross/run-parallel",
|
---|
| 63 | "keywords": [
|
---|
| 64 | "parallel",
|
---|
| 65 | "async",
|
---|
| 66 | "function",
|
---|
| 67 | "callback",
|
---|
| 68 | "asynchronous",
|
---|
| 69 | "run",
|
---|
| 70 | "array",
|
---|
| 71 | "run parallel"
|
---|
| 72 | ],
|
---|
| 73 | "license": "MIT",
|
---|
| 74 | "main": "index.js",
|
---|
[59329aa] | 75 | "name": "run-parallel",
|
---|
[6a3a178] | 76 | "repository": {
|
---|
| 77 | "type": "git",
|
---|
| 78 | "url": "git://github.com/feross/run-parallel.git"
|
---|
| 79 | },
|
---|
| 80 | "scripts": {
|
---|
| 81 | "test": "standard && npm run test-node && npm run test-browser",
|
---|
| 82 | "test-browser": "airtap -- test/*.js",
|
---|
| 83 | "test-browser-local": "airtap --local -- test/*.js",
|
---|
| 84 | "test-node": "tape test/*.js"
|
---|
| 85 | },
|
---|
[59329aa] | 86 | "version": "1.2.0"
|
---|
[6a3a178] | 87 | }
|
---|