UNPKG

postproc

Version:

Post-Process Output of Program

63 lines (62 loc) 2.35 kB
{ "name": "postproc", "homepage": "http://github.com/rse/postproc", "description": "Post-Process Output of Program", "version": "1.0.0", "license": "MIT", "author": { "name": "Dr. Ralf S. Engelschall", "email": "rse@engelschall.com", "url": "http://engelschall.com" }, "keywords": [ "post-process", "stdout", "stderr", "output", "command" ], "repository": { "type": "git", "url": "git://github.com/rse/postproc.git" }, "bugs": { "url": "http://github.com/rse/postproc/issues" }, "bin": { "postproc": "./postproc.js" }, "devDependencies": { "eslint": "8.12.0", "eslint-config-standard": "17.0.0-1", "eslint-plugin-promise": "6.0.0", "eslint-plugin-import": "2.25.4", "eslint-plugin-node": "11.1.0", "npm-run-all": "4.1.5", "pkg": "5.5.2", "remark-cli": "10.0.1", "remark": "14.0.2", "remark-man": "8.0.1" }, "dependencies" : { "yargs": "17.4.0", "execa": "5.1.1", "byline": "5.0.0", "tokenizr": "1.6.5", "strip-ansi": "6.0.1", "ansi-styles": "5.2.0", "chalk": "4.1.2", "tail": "2.2.4", "moment": "2.29.1" }, "upd": [ "!execa", "!strip-ansi", "!ansi-styles", "!chalk" ], "engines": { "node": ">=10.0.0" }, "scripts": { "prepublishOnly": "npm-run-all -s lint", "build": "npm-run-all -s lint generate:man package", "clean": "npm-run-all -s package:clean generate:clean", "lint": "eslint --config eslint.yaml postproc.js", "package": "make package", "package:clean": "rm -f postproc-linux-debian-x64.tar.xz postproc-linux-alpine-x64.tar.xz", "generate:man": "remark --quiet --use remark-man --output postproc.1 postproc.md", "generate:clean": "rm -f postproc.1" } }