diff options
Diffstat (limited to 'node_modules/postcss-reporter/package.json')
-rw-r--r-- | node_modules/postcss-reporter/package.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/node_modules/postcss-reporter/package.json b/node_modules/postcss-reporter/package.json new file mode 100644 index 0000000..a362bc1 --- /dev/null +++ b/node_modules/postcss-reporter/package.json @@ -0,0 +1,75 @@ +{ + "_args": [ + [ + "[email protected]", + "/home/dstaesse/git/website" + ] + ], + "_development": true, + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==", + "_location": "/postcss-reporter", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "postcss-reporter", + "escapedName": "postcss-reporter", + "rawSpec": "5.0.0", + "saveSpec": null, + "fetchSpec": "5.0.0" + }, + "_requiredBy": [ + "/postcss-cli" + ], + "_resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz", + "_spec": "5.0.0", + "_where": "/home/dstaesse/git/website", + "author": { + "name": "David Clark", + "email": "[email protected]", + "url": "http://davidtheclark.com" + }, + "bugs": { + "url": "https://github.com/postcss/postcss-reporter/issues" + }, + "dependencies": { + "chalk": "^2.0.1", + "lodash": "^4.17.4", + "log-symbols": "^2.0.0", + "postcss": "^6.0.8" + }, + "description": "Log PostCSS messages in the console", + "devDependencies": { + "eslint": "1.3.1", + "less": "2.7.1", + "source-map": "0.5.6", + "strip-color": "^0.1.0", + "stylelint": "6.8.0", + "tape": "^4.7.0" + }, + "engines": { + "node": ">=4" + }, + "files": [ + "index.js", + "lib" + ], + "homepage": "https://github.com/postcss/postcss-reporter", + "license": "MIT", + "main": "index.js", + "name": "postcss-reporter", + "repository": { + "type": "git", + "url": "git+https://github.com/postcss/postcss-reporter.git" + }, + "scripts": { + "lint": "eslint .", + "test": "npm run lint && tape test", + "visual": "node test/visual.js" + }, + "version": "5.0.0" +} |