Files
codeql-action/node_modules/run-parallel/package.json
Alex Kalyvitis f9768ac4ba update deps
2020-06-18 18:43:30 +02:00

46 lines
1.2 KiB
JSON

{
"name": "run-parallel",
"description": "Run an array of functions in parallel",
"version": "1.1.9",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/run-parallel/issues"
},
"dependencies": {},
"devDependencies": {
"airtap": "0.0.4",
"standard": "*",
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/run-parallel",
"keywords": [
"parallel",
"async",
"function",
"callback",
"asynchronous",
"run",
"array",
"run parallel"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/run-parallel.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
}
,"_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz"
,"_integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q=="
,"_from": "run-parallel@1.1.9"
}