rDrama/node_modules/postcss-cli/package.json

107 lines
2.5 KiB
JSON

{
"_args": [
[
"postcss-cli@9.0.2",
"/d"
]
],
"_from": "postcss-cli@9.0.2",
"_id": "postcss-cli@9.0.2",
"_inBundle": false,
"_integrity": "sha512-08Wujoy7YGhKCFrGsT9OXqWjtHlGQ+JmyaD/4McjCiwor2IUTRVzXiJd+xmLTGdSWjceS6/TePaJQwBlkVWHiw==",
"_location": "/postcss-cli",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-cli@9.0.2",
"name": "postcss-cli",
"escapedName": "postcss-cli",
"rawSpec": "9.0.2",
"saveSpec": null,
"fetchSpec": "9.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-9.0.2.tgz",
"_spec": "9.0.2",
"_where": "/d",
"bin": {
"postcss": "index.js"
},
"bugs": {
"url": "https://github.com/postcss/postcss-cli/issues"
},
"contributors": [
{
"name": "Michael Ciniawky",
"email": "michael.ciniawsky@gmail.com"
},
{
"name": "Ryan Zimmermann",
"email": "opensrc@ryanzim.com"
}
],
"dependencies": {
"chokidar": "^3.3.0",
"dependency-graph": "^0.11.0",
"fs-extra": "^10.0.0",
"get-stdin": "^9.0.0",
"globby": "^12.0.0",
"picocolors": "^1.0.0",
"postcss-load-config": "^3.0.0",
"postcss-reporter": "^7.0.0",
"pretty-hrtime": "^1.0.3",
"read-cache": "^1.0.0",
"slash": "^4.0.0",
"yargs": "^17.0.0"
},
"description": "CLI for PostCSS",
"devDependencies": {
"ava": "^3.1.0",
"c8": "^7.9.0",
"coveralls": "^3.0.0",
"eslint": "^7.8.0",
"eslint-config-problems": "5.0.0",
"postcss": "^8.0.4",
"postcss-import": "^14.0.0",
"prettier": "~2.4.0",
"sugarss": "^4.0.0",
"uuid": "^8.0.0"
},
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"lib",
"!**/*.test.js"
],
"homepage": "https://github.com/postcss/postcss-cli#readme",
"keywords": [
"cli",
"postcss",
"postcss-runner"
],
"license": "MIT",
"name": "postcss-cli",
"peerDependencies": {
"postcss": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-cli.git"
},
"scripts": {
"ci": "eslint . && c8 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": "c8 ava -v"
},
"type": "module",
"version": "9.0.2"
}