Files
kustomize/site/node_modules/postcss-cli/package.json
2020-06-10 14:59:19 -07:00

105 lines
2.6 KiB
JSON

{
"_from": "postcss-cli@^5.0.1",
"_id": "postcss-cli@5.0.1",
"_inBundle": false,
"_integrity": "sha512-yrvWl8axFdiXlJuVQRIHM4qskvl0F4/fWUUIYyYo0RV6lOdB0Vcyt8Rv7lBvtwVuNa0pClz88LgxzT4ZzC7UWA==",
"_location": "/postcss-cli",
"_phantomChildren": {
"chalk": "2.4.2",
"source-map": "0.6.1",
"supports-color": "5.5.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-cli@^5.0.1",
"name": "postcss-cli",
"escapedName": "postcss-cli",
"rawSpec": "^5.0.1",
"saveSpec": null,
"fetchSpec": "^5.0.1"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-5.0.1.tgz",
"_shasum": "95f309fffbee3273c161704e2b9f58d5a4993cf1",
"_spec": "postcss-cli@^5.0.1",
"_where": "/Users/pwittroc/Projects/kpt/site",
"bin": {
"postcss": "bin/postcss"
},
"bugs": {
"url": "https://github.com/postcss/postcss-cli/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
{
"name": "Ryan Zimmermann",
"email": "opensrc@ryanzim.com"
}
],
"dependencies": {
"chalk": "^2.1.0",
"chokidar": "^2.0.0",
"dependency-graph": "^0.7.0",
"fs-extra": "^5.0.0",
"get-stdin": "^6.0.0",
"globby": "^8.0.0",
"postcss": "^6.0.1",
"postcss-load-config": "^1.1.0",
"postcss-reporter": "^5.0.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"yargs": "^11.0.0"
},
"deprecated": false,
"description": "CLI for PostCSS",
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"eslint": "^4.2.0",
"eslint-config-problems": "0.0.2",
"nyc": "^11.0.2",
"postcss-import": "^11.0.0",
"prettier": "1.13.0",
"sugarss": "^1.0.0",
"uuid": "^3.0.1"
},
"engines": {
"node": ">=4"
},
"files": [
"bin",
"index.js",
"lib"
],
"homepage": "https://github.com/postcss/postcss-cli#readme",
"keywords": [
"cli",
"postcss",
"postcss-runner"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-cli.git"
},
"scripts": {
"ci": "eslint . && nyc ava -v && npm run prettier -- --list-different",
"clean": "node test/helpers/clean.js",
"format": "npm run prettier -- --write && eslint . --fix",
"pretest": "npm run clean && npm run format",
"prettier": "prettier --single-quote --no-semi **/*.{js,md}",
"test": "nyc ava -v"
},
"version": "5.0.1"
}