UNPKG

1.18 kBJSONView Raw
1{
2 "name": "stdout-stderr",
3 "description": "mock stdout and stderr",
4 "version": "0.1.9",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/jdxcode/stdout-stderr/issues",
7 "dependencies": {
8 "debug": "^3.1.0",
9 "strip-ansi": "^4.0.0"
10 },
11 "devDependencies": {
12 "@oclif/tslint": "^1.1.0",
13 "@types/chai": "^4.1.2",
14 "@types/lodash": "^4.14.106",
15 "@types/mocha": "^5.0.0",
16 "@types/nock": "^9.1.2",
17 "@types/node": "^9.6.2",
18 "@types/node-notifier": "^0.0.28",
19 "@types/read-pkg": "^3.0.0",
20 "@types/strip-ansi": "^3.0.0",
21 "chai": "^4.1.2",
22 "chalk": "^2.3.2",
23 "mocha": "^5.0.5",
24 "mocha-junit-reporter": "^1.17.0",
25 "nps": "^5.9.0",
26 "nps-utils": "^1.5.0",
27 "ts-node": "^5.0.1",
28 "tslint": "^5.9.1",
29 "typescript": "^2.8.1"
30 },
31 "engines": {
32 "node": ">=8.0.0"
33 },
34 "files": [
35 "/lib"
36 ],
37 "homepage": "https://github.com/jdxcode/stdout-stderr",
38 "keywords": [
39 "testing"
40 ],
41 "license": "MIT",
42 "main": "lib/index.js",
43 "repository": "jdxcode/stdout-stderr",
44 "scripts": {
45 "prepublishOnly": "nps build",
46 "test": "nps test -l warn"
47 },
48 "types": "lib/index.d.ts"
49}