Dotawo/node_modules/postcss-cli/package.json

104 lines
2.5 KiB
JSON

{
"_from": "postcss-cli",
"_id": "postcss-cli@8.1.0",
"_inBundle": false,
"_integrity": "sha512-FYuV5zyYX53X5RywInxjWLqHZ4oCBC3nDwrHYU3Z75mFqUo5IHfbeY593heWSagG90nPnXq3tXCck8+2CUl8EA==",
"_location": "/postcss-cli",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "postcss-cli",
"name": "postcss-cli",
"escapedName": "postcss-cli",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.1.0.tgz",
"_shasum": "cc93de3c652bf167a213ef689a855ae7fb1c8745",
"_spec": "postcss-cli",
"_where": "/home/l/Dotawo",
"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": "^4.0.0",
"chokidar": "^3.3.0",
"dependency-graph": "^0.9.0",
"fs-extra": "^9.0.0",
"get-stdin": "^8.0.0",
"globby": "^11.0.0",
"postcss-load-config": "^3.0.0",
"postcss-reporter": "^7.0.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"yargs": "^16.0.0"
},
"deprecated": false,
"description": "CLI for PostCSS",
"devDependencies": {
"ava": "^3.1.0",
"coveralls": "^3.0.0",
"eslint": "^7.8.0",
"eslint-config-problems": "5.0.0",
"nyc": "^15.0.0",
"postcss": "^8.0.4",
"postcss-import": "^12.0.0",
"prettier": "~2.1.0",
"sugarss": "^3.0.0",
"uuid": "^8.0.0"
},
"engines": {
"node": ">=10"
},
"files": [
"bin",
"index.js",
"lib",
"!*.test.js"
],
"homepage": "https://github.com/postcss/postcss-cli#readme",
"keywords": [
"cli",
"postcss",
"postcss-runner"
],
"license": "MIT",
"main": "index.js",
"name": "postcss-cli",
"peerDependencies": {
"postcss": "^8.0.0"
},
"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": "8.1.0"
}