{ "_args": [ [ "postcss-cli@5.0.1", "/home/dstaesse/git/website" ] ], "_development": true, "_from": "postcss-cli@5.0.1", "_id": "postcss-cli@5.0.1", "_inBundle": false, "_integrity": "sha512-yrvWl8axFdiXlJuVQRIHM4qskvl0F4/fWUUIYyYo0RV6lOdB0Vcyt8Rv7lBvtwVuNa0pClz88LgxzT4ZzC7UWA==", "_location": "/postcss-cli", "_phantomChildren": {}, "_requested": { "type": "version", "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:/" ], "_resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-5.0.1.tgz", "_spec": "5.0.1", "_where": "/home/dstaesse/git/website", "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": "^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" }, "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" }