Sha256: bd0f508f848adbfc4b747b687d4b1c6ac91582ec4141526097f5699951f65af9
Contents?: true
Size: 982 Bytes
Versions: 23
Compression:
Stored size: 982 Bytes
Contents
{ "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" } }
Version data entries
23 entries across 23 versions & 1 rubygems