| { | |
| "author": { | |
| "email": "david.dave.clark@gmail.com", | |
| "name": "David Clark", | |
| "url": "http://davidtheclark.com" | |
| }, | |
| "dependencies": { | |
| "chalk": "^2.4.1", | |
| "lodash": "^4.17.11", | |
| "log-symbols": "^2.2.0", | |
| "postcss": "^7.0.7" | |
| }, | |
| "description": "Log PostCSS messages in the console", | |
| "engines": { | |
| "node": ">=6" | |
| }, | |
| "files": [ | |
| "index.js", | |
| "lib" | |
| ], | |
| "license": "MIT", | |
| "main": "index.js", | |
| "name": "postcss-reporter", | |
| "repository": "postcss/postcss-reporter", | |
| "version": "6.0.1" | |
| } |