UNPKG

generic-stdout-parser

Version:

Parse any type of command line/cmd/shell stdout into Javascrpt Object, JSON or XML

39 lines (38 loc) 855 B
{ "name": "generic-stdout-parser", "version": "1.0.1", "description": "Parse any type of command line/cmd/shell stdout into Javascrpt Object, JSON or XML", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/nvuillam/generic-stdout-parser.git" }, "keywords": [ "parsing", "json", "output", "stdout", "shell", "cmd", "command", "line", "node", "xml", "parse" ], "author": "Nicolas Vuillamy", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/nvuillam/generic-stdout-parser/issues" }, "homepage": "https://github.com/nvuillam/generic-stdout-parser#readme", "dependencies": { "chai": "^4.2.0", "mocha": "^5.2.0", "node-shell-parser": "^0.2.1", "xml2js": "^0.4.19" } }