-
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.87 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 2.87 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@~3.4.2",
"/Users/xiaoz/code/yonyouframework/Apps/QANDA/node_modules/grunt-contrib-cssmin"
]
],
"_from": "clean-css@>=3.4.2 <3.5.0",
"_id": "clean-css@3.4.19",
"_inCache": true,
"_installable": true,
"_location": "/clean-css",
"_nodeVersion": "5.10.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/clean-css-3.4.19.tgz_1469421209714_0.09499832009896636"
},
"_npmUser": {
"email": "jakub@goalsmashers.com",
"name": "goalsmashers"
},
"_npmVersion": "3.8.3",
"_phantomChildren": {
"amdefine": "1.0.0"
},
"_requested": {
"name": "clean-css",
"raw": "clean-css@~3.4.2",
"rawSpec": "~3.4.2",
"scope": null,
"spec": ">=3.4.2 <3.5.0",
"type": "range"
},
"_requiredBy": [
"/grunt-contrib-cssmin"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.19.tgz",
"_shasum": "c32a8a13ca3b824609b14306a5da76d8793c7874",
"_shrinkwrap": null,
"_spec": "clean-css@~3.4.2",
"_where": "/Users/xiaoz/code/yonyouframework/Apps/QANDA/node_modules/grunt-contrib-cssmin",
"author": {
"email": "contact@jakubpawlowicz.com",
"name": "Jakub Pawlowicz",
"url": "http://twitter.com/jakubpawlowicz"
},
"bin": {
"cleancss": "./bin/cleancss"
},
"bugs": {
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
},
"dependencies": {
"commander": "2.8.x",
"source-map": "0.4.x"
},
"description": "A well-tested CSS minifier",
"devDependencies": {
"browserify": "11.x",
"http-proxy": "1.x",
"jshint": "2.8.x",
"nock": "2.x",
"server-destroy": "1.x",
"uglify-js": "2.4.x",
"vows": "0.8.x"
},
"directories": {},
"dist": {
"shasum": "c32a8a13ca3b824609b14306a5da76d8793c7874",
"tarball": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.19.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"bin",
"lib",
"History.md",
"index.js",
"LICENSE"
],
"gitHead": "e3ce9de5000f08c77169f55e12eaa91e67cd6ba7",
"homepage": "https://github.com/jakubpawlowicz/clean-css",
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "jakub@goalsmashers.com",
"name": "goalsmashers"
},
{
"email": "contact@jakubpawlowicz.com",
"name": "jakub.pawlowicz"
}
],
"name": "clean-css",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jakubpawlowicz/clean-css.git"
},
"scripts": {
"bench": "node ./test/bench.js",
"browserify": "browserify --standalone CleanCSS index.js | uglifyjs --compress --mangle -o cleancss-browser.js",
"check": "jshint ./bin/cleancss .",
"prepublish": "npm run check",
"test": "vows"
},
"version": "3.4.19"
}