UNPKG

dis-dat

Version:

Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)

79 lines (78 loc) 1.63 kB
{ "name": "dis-dat", "version": "1.4.2", "description": "Run commands in parallel (dad / dis-and-dat) or sequentially (dtd / dis-then-dat)", "keywords": [ "this", "dis", "then", "and", "that", "dat", "cli", "spawn", "exec", "execute", "series", "parallel", "run", "all", "run-all", "run-p", "run-s" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/dis-dat.git" }, "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "bin": { "dad": "bin/dad.js", "dtd": "bin/dtd.js" }, "files": [ "dist", "bin" ], "scripts": { "build": "tsds build", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:node --no-timeouts", "test:engines": "nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "dependencies": { "cross-spawn-cb": "^3.1.1", "exit-compat": "^1.0.4", "getopts-compat": "^2.2.6", "queue-cb": "^1.6.3", "spawn-streaming": "^1.1.16", "spawn-term": "^3.3.6", "string-argv": "^0.2.1" }, "devDependencies": { "@types/mocha": "*", "@types/node": "*", "cr": "^0.1.0", "is-version": "^1.0.9", "node-version-use": "*", "pinkie-promise": "*", "ts-dev-stack": "*", "tsds-config": "*" }, "engines": { "node": ">=0.8" } }