stdout-stderr
Version:
mock stdout and stderr
47 lines (46 loc) • 1.17 kB
JSON
{
"name": "stdout-stderr",
"description": "mock stdout and stderr",
"version": "0.1.13",
"author": "Jeff Dickey @jdxcode",
"bugs": "https://github.com/jdxcode/stdout-stderr/issues",
"dependencies": {
"debug": "^4.1.1",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.8",
"@types/mocha": "^7.0.1",
"@types/node": "^13.7.0",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"chai": "^4.2.0",
"chalk": "^3.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"mocha": "^7.0.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/jdxcode/stdout-stderr",
"keywords": [
"testing"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "jdxcode/stdout-stderr",
"scripts": {
"prepublishOnly": "rm -rf lib && npm run prepare",
"prepare": "tsc -b",
"lint": "eslint --ext ts src test",
"test": "mocha --forbid-only test/**/*.ts"
},
"types": "lib/index.d.ts"
}