files-sets
Version:
nodejs命令行对用行分隔的文件做集合运算
33 lines (32 loc) • 720 B
JSON
{
"name": "files-sets",
"version": "1.0.3",
"description": "nodejs命令行对用行分隔的文件做集合运算",
"main": "cli.js",
"bin": {
"files-sets": "./cli.js"
},
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/xiaomingplus/files-sets.git"
},
"keywords": [
"集合"
],
"author": "xiaomingplus",
"license": "ISC",
"bugs": {
"url": "https://github.com/xiaomingplus/files-sets/issues"
},
"homepage": "https://github.com/xiaomingplus/files-sets#readme",
"dependencies": {
"lei-stream": "^1.3.0",
"yargs": "^6.6.0"
}
}