UNPKG

foreach-cli

Version:

CLI util to execute a command for each file matching a glob

52 lines (51 loc) 1.32 kB
{ "name": "foreach-cli", "version": "1.8.1", "description": "CLI util to execute a command for each file matching a glob", "keywords": [ "cli", "foreach", "each", "command", "foreach-command", "run", "line" ], "main": "index.js", "bin": { "foreach": "bin" }, "author": "danielkalen", "repository": { "type": "git", "url": "https://github.com/danielkalen/foreach-cli" }, "license": "MIT", "mocha_opts": "-u tdd -b --compilers coffee:coffee-register --slow 500 --timeout 3000 -R spec", "scripts": { "coverage": "istanbul cover --dir test/coverage/node node_modules/mocha/bin/_mocha -- $npm_package_mocha_opts && npm run coverage:badge", "coverage:badge": "coffee .config/badge-gen.coffee", "test": "mocha $npm_package_mocha_opts" }, "dependencies": { "@danielkalen/listr": "^0.5.0", "chalk": "^1.1.3", "coffee-register": "^0.1.2", "glob": "^6.0.4", "node-status": "^0.1.7", "yargs": "^3.29.0" }, "devDependencies": { "chai": "^3.5.0", "chai-spies": "^0.7.1", "create-output-stream": "0.0.1", "execa": "^0.4.0", "fs-extra": "^0.30.0", "istanbul": "^0.4.5", "lcov-parse": "0.0.10", "mocha": "^3.0.2", "nodemon": "^1.8.1", "request": "^2.74.0", "svg2png": "^3.0.1" } }