package.json
3.07 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
117
118
119
120
121
122
123
124
125
{
"_args": [
[
{
"escapedName": "gulp-uglify",
"name": "gulp-uglify",
"raw": "gulp-uglify@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "gulp-uglify@>=2.0.0 <3.0.0",
"_id": "gulp-uglify@2.0.1",
"_inCache": true,
"_location": "/gulp-uglify",
"_nodeVersion": "4.7.2",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/gulp-uglify-2.0.1.tgz_1485281794786_0.04581852653063834"
},
"_npmUser": {
"email": "terinjokes@gmail.com",
"name": "terinjokes"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"escapedName": "gulp-uglify",
"name": "gulp-uglify",
"raw": "gulp-uglify@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.0.1.tgz",
"_shasum": "e8cfb831014fc9ff2e055e33785861830d499365",
"_shrinkwrap": null,
"_spec": "gulp-uglify@^2.0.0",
"_where": "/Users/admin/Documents/workspace/programming",
"author": {
"email": "terinjokes@gmail.com",
"name": "Terin Stock"
},
"bugs": {
"url": "https://github.com/terinjokes/gulp-uglify/issues"
},
"dependencies": {
"gulplog": "^1.0.0",
"has-gulplog": "^0.1.0",
"lodash": "^4.13.1",
"make-error-cause": "^1.1.1",
"through2": "^2.0.0",
"uglify-js": "2.7.5",
"uglify-save-license": "^0.4.1",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"description": "Minify files with UglifyJS.",
"devDependencies": {
"coveralls": "^2.11.4",
"gulp-concat": "^2.0.0",
"gulp-sourcemaps": "^1.0.0",
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.0",
"mississippi": "^1.2.0",
"mocha": "^3.0.1",
"power-assert": "^1.4.1",
"semver": "^5.3.0",
"tape": "^4.0.0",
"testdouble": "^1.6.0",
"vinyl": "^2.0.0",
"xo": "^0.16.0"
},
"directories": {},
"dist": {
"shasum": "e8cfb831014fc9ff2e055e33785861830d499365",
"tarball": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-2.0.1.tgz"
},
"files": [
"index.js",
"minifier.js",
"lib/"
],
"gitHead": "74b6eff66c2a66158b942adb8e01c72506df0b56",
"greenkeeper": {
"ignore": [
"gulp-sourcemaps"
]
},
"homepage": "https://github.com/terinjokes/gulp-uglify/",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "terinjokes@gmail.com",
"name": "terinjokes"
}
],
"name": "gulp-uglify",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/terinjokes/gulp-uglify.git"
},
"scripts": {
"coverage": "cat ./coverage/lcov.info | coveralls",
"test": "xo && mocha --require intelli-espower-loader"
},
"version": "2.0.1",
"xo": {
"space": true
}
}