forked from jamesshore/lets_code_javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 2.53 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 2.53 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"_args": [
[
"clean-css@~1.1.3",
"/Users/jshore/Documents/Projects/weewikipaint/node_modules/hashcat"
]
],
"_from": "clean-css@>=1.1.3 <1.2.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/clean-css",
"_npmUser": {
"email": "[email protected]",
"name": "goalsmashers"
},
"_npmVersion": "1.2.30",
"_phantomChildren": {},
"_requested": {
"name": "clean-css",
"raw": "clean-css@~1.1.3",
"rawSpec": "~1.1.3",
"scope": null,
"spec": ">=1.1.3 <1.2.0",
"type": "range"
},
"_requiredBy": [
"/hashcat"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz",
"_shasum": "601ef9cf7642b982cb33efc9488a6444c986686e",
"_shrinkwrap": null,
"_spec": "clean-css@~1.1.3",
"_where": "/Users/jshore/Documents/Projects/weewikipaint/node_modules/hashcat",
"author": {
"email": "[email protected]",
"name": "Jakub Pawlowicz",
"url": "http://twitter.com/GoalSmashers"
},
"bin": {
"cleancss": "./bin/cleancss"
},
"bugs": {
"url": "https://github.com/GoalSmashers/clean-css/issues"
},
"dependencies": {
"commander": "2.0.x"
},
"description": "A well-tested CSS minifier",
"devDependencies": {
"jshint": "~2.1.9",
"vows": "0.7.x"
},
"directories": {},
"dist": {
"shasum": "601ef9cf7642b982cb33efc9488a6444c986686e",
"tarball": "http://registry.npmjs.org/clean-css/-/clean-css-1.1.7.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"History.md",
"LICENSE",
"bin",
"index.js",
"lib"
],
"homepage": "https://github.com/GoalSmashers/clean-css",
"installable": true,
"jshintConfig": {
"browser": false,
"camelcase": true,
"curly": false,
"eqeqeq": false,
"eqnull": false,
"immed": true,
"latedef": true,
"maxerr": 100,
"multistr": true,
"noarg": true,
"node": true,
"plusplus": false,
"quotmark": "true",
"regexp": false,
"strict": false,
"trailing": true,
"undef": true,
"unused": true
},
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "goalsmashers",
"email": "[email protected]"
}
],
"name": "clean-css",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/GoalSmashers/clean-css.git"
},
"scripts": {
"bench": "node ./test/bench.js",
"check": "jshint .",
"prepublish": "jshint .",
"test": "vows"
},
"version": "1.1.7"
}