forked from PirateCare/Syllabus
111 lines
2.6 KiB
JSON
111 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"postcss-cli@7.1.0",
|
|
"/tmp/tailwind-hugo"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "postcss-cli@7.1.0",
|
|
"_id": "postcss-cli@7.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tCGK0GO2reu644dUHxks8U2SAtKnzftQTAXN1dwzFPoKXZr0b7VX4vTkQ2Pl2Lunas6+o8uHR56hlcYBm1srZg==",
|
|
"_location": "/postcss-cli",
|
|
"_phantomChildren": {
|
|
"@types/color-name": "1.1.1"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "postcss-cli@7.1.0",
|
|
"name": "postcss-cli",
|
|
"escapedName": "postcss-cli",
|
|
"rawSpec": "7.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "7.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-7.1.0.tgz",
|
|
"_spec": "7.1.0",
|
|
"_where": "/tmp/tailwind-hugo",
|
|
"ava": {
|
|
"helpers": [
|
|
"test/helpers/*"
|
|
]
|
|
},
|
|
"bin": {
|
|
"postcss": "./bin/postcss"
|
|
},
|
|
"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": {
|
|
"chalk": "^3.0.0",
|
|
"chokidar": "^3.3.0",
|
|
"dependency-graph": "^0.8.0",
|
|
"fs-extra": "^8.1.0",
|
|
"get-stdin": "^7.0.0",
|
|
"globby": "^10.0.1",
|
|
"postcss": "^7.0.0",
|
|
"postcss-load-config": "^2.0.0",
|
|
"postcss-reporter": "^6.0.0",
|
|
"pretty-hrtime": "^1.0.3",
|
|
"read-cache": "^1.0.0",
|
|
"yargs": "^15.0.2"
|
|
},
|
|
"description": "CLI for PostCSS",
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"coveralls": "^3.0.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-problems": "3.1.0",
|
|
"nyc": "^15.0.0",
|
|
"postcss-import": "^12.0.0",
|
|
"prettier": "~1.19.1",
|
|
"sugarss": "^2.0.0",
|
|
"uuid": "^3.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"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": "7.1.0"
|
|
}
|