| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | {  "name": "jshint-stylish",  "version": "1.0.2",  "description": "Stylish reporter for JSHint",  "license": "MIT",  "repository": "sindresorhus/jshint-stylish",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "sindresorhus.com"  },  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "mocha"  },  "files": [    "index.js",    "stylish.js"  ],  "keywords": [    "jshint",    "reporter",    "formatter",    "format",    "lint",    "validate",    "stylish",    "elegant",    "pretty"  ],  "dependencies": {    "chalk": "^1.0.0",    "log-symbols": "^1.0.0",    "string-length": "^1.0.0",    "text-table": "^0.2.0"  },  "devDependencies": {    "mocha": "*",    "jshint": "^2"  },  "__npminstall_done": true,  "_from": "jshint-stylish@1.0.2",  "_resolved": "https://registry.npmmirror.com/jshint-stylish/-/jshint-stylish-1.0.2.tgz"}
 |