package.json
2.92 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
116
{
"_args": [
[
{
"raw": "clean-css@4.0.x",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "4.0.x",
"spec": ">=4.0.0 <4.1.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming/node_modules/html-minifier"
]
],
"_from": "clean-css@>=4.0.0 <4.1.0",
"_id": "clean-css@4.0.7",
"_inCache": true,
"_location": "/clean-css",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/clean-css-4.0.7.tgz_1487072178188_0.4252187677193433"
},
"_npmUser": {
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "clean-css@4.0.x",
"scope": null,
"escapedName": "clean-css",
"name": "clean-css",
"rawSpec": "4.0.x",
"spec": ">=4.0.0 <4.1.0",
"type": "range"
},
"_requiredBy": [
"/html-minifier"
],
"_resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.0.7.tgz",
"_shasum": "d8fa8b4d87a125f38fa3d64afc59abfc68ba7790",
"_shrinkwrap": null,
"_spec": "clean-css@4.0.x",
"_where": "/Users/admin/Documents/workspace/programming/node_modules/html-minifier",
"author": {
"name": "Jakub Pawlowicz",
"email": "contact@jakubpawlowicz.com",
"url": "http://twitter.com/jakubpawlowicz"
},
"bugs": {
"url": "https://github.com/jakubpawlowicz/clean-css/issues"
},
"dependencies": {
"source-map": "0.5.x"
},
"description": "A well-tested CSS minifier",
"devDependencies": {
"browserify": "13.x",
"http-proxy": "1.x",
"jshint": "2.x",
"nock": "9.x",
"server-destroy": "1.x",
"uglify-js": ">=2.6.1",
"vows": "0.8.x"
},
"directories": {},
"dist": {
"shasum": "d8fa8b4d87a125f38fa3d64afc59abfc68ba7790",
"tarball": "https://registry.npmjs.org/clean-css/-/clean-css-4.0.7.tgz"
},
"engines": {
"node": ">= 4.0"
},
"files": [
"lib",
"History.md",
"index.js",
"LICENSE"
],
"gitHead": "be0e521a2caf4e1da38ba7fe275c40b47d2472a5",
"homepage": "https://github.com/jakubpawlowicz/clean-css",
"keywords": [
"css",
"minifier"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "goalsmashers",
"email": "jakub@goalsmashers.com"
},
{
"name": "jakub.pawlowicz",
"email": "contact@jakubpawlowicz.com"
}
],
"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 .",
"prepublish": "npm run check",
"test": "vows"
},
"version": "4.0.7"
}