package.json
2.1 KB
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
{
"_from": "clean-css@~1.1.1",
"_id": "clean-css@1.1.7",
"_inBundle": false,
"_integrity": "sha1-YB75z3ZCuYLLM+/JSIpkRMmGaG4=",
"_location": "/clean-css",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "clean-css@~1.1.1",
"name": "clean-css",
"escapedName": "clean-css",
"rawSpec": "~1.1.1",
"saveSpec": null,
"fetchSpec": "~1.1.1"
},
"_requiredBy": [
"/grunt-contrib-cssmin"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz",
"_shasum": "601ef9cf7642b982cb33efc9488a6444c986686e",
"_spec": "clean-css@~1.1.1",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-cssmin",
"author": {
"name": "Jakub Pawlowicz",
"email": "jakub@goalsmashers.com",
"url": "http://twitter.com/GoalSmashers"
},
"bin": {
"cleancss": "./bin/cleancss"
},
"bugs": {
"url": "https://github.com/GoalSmashers/clean-css/issues"
},
"bundleDependencies": false,
"dependencies": {
"commander": "2.0.x"
},
"deprecated": false,
"description": "A well-tested CSS minifier",
"devDependencies": {
"jshint": "~2.1.9",
"vows": "0.7.x"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"bin",
"lib",
"History.md",
"index.js",
"LICENSE"
],
"homepage": "https://github.com/GoalSmashers/clean-css",
"jshintConfig": {
"browser": false,
"maxerr": 100,
"node": true,
"camelcase": true,
"curly": false,
"eqeqeq": false,
"eqnull": false,
"immed": true,
"latedef": true,
"multistr": true,
"noarg": true,
"plusplus": false,
"quotmark": "true",
"regexp": false,
"strict": false,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"name": "clean-css",
"repository": {
"type": "git",
"url": "git+https://github.com/GoalSmashers/clean-css.git"
},
"scripts": {
"bench": "node ./test/bench.js",
"check": "jshint .",
"prepublish": "jshint .",
"test": "vows"
},
"version": "1.1.7"
}