Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/run-parallel/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "run-parallel",
    3   "description": "Run an array of functions in parallel",
    4   "version": "1.2.0",
     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",
    531  "author": {
    632    "name": "Feross Aboukhadijeh",
     
    1440    "queue-microtask": "^1.2.2"
    1541  },
     42  "description": "Run an array of functions in parallel",
    1643  "devDependencies": {
    1744    "airtap": "^3.0.0",
    1845    "standard": "*",
    1946    "tape": "^5.0.1"
    20   },
    21   "homepage": "https://github.com/feross/run-parallel",
    22   "keywords": [
    23     "parallel",
    24     "async",
    25     "function",
    26     "callback",
    27     "asynchronous",
    28     "run",
    29     "array",
    30     "run parallel"
    31   ],
    32   "license": "MIT",
    33   "main": "index.js",
    34   "repository": {
    35     "type": "git",
    36     "url": "git://github.com/feross/run-parallel.git"
    37   },
    38   "scripts": {
    39     "test": "standard && npm run test-node && npm run test-browser",
    40     "test-browser": "airtap -- test/*.js",
    41     "test-browser-local": "airtap --local -- test/*.js",
    42     "test-node": "tape test/*.js"
    4347  },
    4448  "funding": [
     
    5559      "url": "https://feross.org/support"
    5660    }
    57   ]
     61  ],
     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",
     75  "name": "run-parallel",
     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  },
     86  "version": "1.2.0"
    5887}
Note: See TracChangeset for help on using the changeset viewer.