This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
Syllabus/themes/piratecare/node_modules/postcss-reporter/package.json

63 lines
1.5 KiB
JSON

{
"_args": [
[
"postcss-reporter@6.0.1",
"/tmp/tailwind-hugo"
]
],
"_development": true,
"_from": "postcss-reporter@6.0.1",
"_id": "postcss-reporter@6.0.1",
"_inBundle": false,
"_integrity": "sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw==",
"_location": "/postcss-reporter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-reporter@6.0.1",
"name": "postcss-reporter",
"escapedName": "postcss-reporter",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/postcss-cli"
],
"_resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-6.0.1.tgz",
"_spec": "6.0.1",
"_where": "/tmp/tailwind-hugo",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com",
"url": "http://davidtheclark.com"
},
"bugs": {
"url": "https://github.com/postcss/postcss-reporter/issues"
},
"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"
],
"homepage": "https://github.com/postcss/postcss-reporter#readme",
"license": "MIT",
"main": "index.js",
"name": "postcss-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-reporter.git"
},
"version": "6.0.1"
}