Changeset 79a0317 for imaps-frontend/node_modules/run-parallel/package.json
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/run-parallel/package.json
r0c6b92a r79a0317 1 1 { 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", 5 25 "author": { 6 26 "name": "Feross Aboukhadijeh", … … 11 31 "url": "https://github.com/feross/run-parallel/issues" 12 32 }, 33 "bundleDependencies": false, 13 34 "dependencies": { 14 35 "queue-microtask": "^1.2.2" 15 36 }, 37 "deprecated": false, 38 "description": "Run an array of functions in parallel", 16 39 "devDependencies": { 17 40 "airtap": "^3.0.0", 18 41 "standard": "*", 19 42 "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"43 43 }, 44 44 "funding": [ … … 55 55 "url": "https://feross.org/support" 56 56 } 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" 58 83 }
Note:
See TracChangeset
for help on using the changeset viewer.