UNPKG

822 BJSONView Raw
1{
2 "name": "standard-reporter",
3 "version": "1.0.2",
4 "description": "Reporters for feross/standard or uber/standard via unix pipes",
5 "main": "standard-reporter.js",
6 "scripts": {
7 "lint": "standard | ./standard-reporter.js",
8 "test": "npm run lint -s & node test/index.js",
9 "precommit": "npm test -s",
10 "prepush": "npm test -s"
11 },
12 "author": "Andrew de Andrade <aandrade@uber.com>",
13 "bin": {
14 "standard-reporter": "standard-reporter.js"
15 },
16 "dependencies": {
17 "byline": "^4.2.1",
18 "chalk": "^1.0.0",
19 "minimist": "^1.1.1",
20 "process": "^0.10.1",
21 "text-table": "^0.2.0",
22 "through2": "^0.6.5",
23 "xtend": "^4.0.0"
24 },
25 "devDependencies": {
26 "husky": "^0.7.0",
27 "run-series": "^1.0.2",
28 "tape": "^4.0.0",
29 "uber-standard": "^3.6.0"
30 },
31 "license": "ISC"
32}