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
|
{
"_args": [
[
"postcss-reporter@5.0.0",
"/home/dstaesse/git/website"
]
],
"_development": true,
"_from": "postcss-reporter@5.0.0",
"_id": "postcss-reporter@5.0.0",
"_inBundle": false,
"_integrity": "sha512-rBkDbaHAu5uywbCR2XE8a25tats3xSOsGNx6mppK6Q9kSFGKc/FyAzfci+fWM2l+K402p1D0pNcfDGxeje5IKg==",
"_location": "/postcss-reporter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "postcss-reporter@5.0.0",
"name": "postcss-reporter",
"escapedName": "postcss-reporter",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/postcss-cli"
],
"_resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-5.0.0.tgz",
"_spec": "5.0.0",
"_where": "/home/dstaesse/git/website",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com",
"url": "http://davidtheclark.com"
},
"bugs": {
"url": "https://github.com/postcss/postcss-reporter/issues"
},
"dependencies": {
"chalk": "^2.0.1",
"lodash": "^4.17.4",
"log-symbols": "^2.0.0",
"postcss": "^6.0.8"
},
"description": "Log PostCSS messages in the console",
"devDependencies": {
"eslint": "1.3.1",
"less": "2.7.1",
"source-map": "0.5.6",
"strip-color": "^0.1.0",
"stylelint": "6.8.0",
"tape": "^4.7.0"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"lib"
],
"homepage": "https://github.com/postcss/postcss-reporter",
"license": "MIT",
"main": "index.js",
"name": "postcss-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-reporter.git"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint && tape test",
"visual": "node test/visual.js"
},
"version": "5.0.0"
}
|