1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
{
"_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"
}
|