Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/run-parallel/package.json

    r0c6b92a r79a0317  
    11{
    2   "name": "run-parallel",
    3   "description": "Run an array of functions in parallel",
    4   "version": "1.2.0",
     2  "_from": "run-parallel@^1.1.9",
     3  "_id": "run-parallel@1.2.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
     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.2.0.tgz",
     22  "_shasum": "66d1368da7bdf921eb9d95bd1a9229e7f21a43ee",
     23  "_spec": "run-parallel@^1.1.9",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@nodelib/fs.scandir",
    525  "author": {
    626    "name": "Feross Aboukhadijeh",
     
    1131    "url": "https://github.com/feross/run-parallel/issues"
    1232  },
     33  "bundleDependencies": false,
    1334  "dependencies": {
    1435    "queue-microtask": "^1.2.2"
    1536  },
     37  "deprecated": false,
     38  "description": "Run an array of functions in parallel",
    1639  "devDependencies": {
    1740    "airtap": "^3.0.0",
    1841    "standard": "*",
    1942    "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"
    4343  },
    4444  "funding": [
     
    5555      "url": "https://feross.org/support"
    5656    }
    57   ]
     57  ],
     58  "homepage": "https://github.com/feross/run-parallel",
     59  "keywords": [
     60    "parallel",
     61    "async",
     62    "function",
     63    "callback",
     64    "asynchronous",
     65    "run",
     66    "array",
     67    "run parallel"
     68  ],
     69  "license": "MIT",
     70  "main": "index.js",
     71  "name": "run-parallel",
     72  "repository": {
     73    "type": "git",
     74    "url": "git://github.com/feross/run-parallel.git"
     75  },
     76  "scripts": {
     77    "test": "standard && npm run test-node && npm run test-browser",
     78    "test-browser": "airtap -- test/*.js",
     79    "test-browser-local": "airtap --local -- test/*.js",
     80    "test-node": "tape test/*.js"
     81  },
     82  "version": "1.2.0"
    5883}
Note: See TracChangeset for help on using the changeset viewer.