ayxargs
Version:
a weak xargs tool in Node.js
36 lines (35 loc) • 733 B
JSON
{
"name": "ayxargs",
"bin": {
"ayxargs": "ayxargs"
},
"version": "1.0.6",
"description": "a weak xargs tool in Node.js",
"main": "ayxargs.js",
"directories": {
"test": "test"
},
"dependencies": {
"readline": "^1.3.0",
"shelljs": "^0.8.2",
"yargs": "^12.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/keaising/ayargs.git"
},
"keywords": [
"xargs",
"asukayui"
],
"author": "Shuxiao Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/keaising/ayargs/issues"
},
"homepage": "https://github.com/keaising/ayargs#readme"
}