mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"_from": "postcss-reporter@^5.0.0",
|
|
"_id": "postcss-reporter@5.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
|
|
"_location": "/postcss-reporter",
|
|
"_phantomChildren": {
|
|
"chalk": "2.4.2",
|
|
"source-map": "0.6.1",
|
|
"supports-color": "5.5.0"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "postcss-reporter@^5.0.0",
|
|
"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",
|
|
"_shasum": "a14177fd1342829d291653f2786efd67110332c3",
|
|
"_spec": "postcss-reporter@^5.0.0",
|
|
"_where": "/Users/pwittroc/Projects/kpt/site/node_modules/postcss-cli",
|
|
"author": {
|
|
"name": "David Clark",
|
|
"email": "david.dave.clark@gmail.com",
|
|
"url": "http://davidtheclark.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/postcss/postcss-reporter/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"chalk": "^2.0.1",
|
|
"lodash": "^4.17.4",
|
|
"log-symbols": "^2.0.0",
|
|
"postcss": "^6.0.8"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|