package.json
2.3 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
{
"_args": [
[
"uglify-js@2.6.4",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "uglify-js@2.6.4",
"_id": "uglify-js@2.6.4",
"_inBundle": false,
"_integrity": "sha1-ZeovswWck5RpLxX+2HwrNsFrmt8=",
"_location": "/uglify-js",
"_phantomChildren": {
"camelcase": "1.2.1",
"center-align": "0.1.3",
"decamelize": "1.2.0",
"right-align": "0.1.3",
"wordwrap": "0.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "uglify-js@2.6.4",
"name": "uglify-js",
"escapedName": "uglify-js",
"rawSpec": "2.6.4",
"saveSpec": null,
"fetchSpec": "2.6.4"
},
"_requiredBy": [
"/gulp-uglify"
],
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.4.tgz",
"_spec": "2.6.4",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"author": {
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
"url": "http://lisperator.net/"
},
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"browserify": {
"transform": [
"uglify-to-browserify"
]
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
},
"dependencies": {
"async": "~0.2.6",
"source-map": "~0.5.1",
"uglify-to-browserify": "~1.0.0",
"yargs": "~3.10.0"
},
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"devDependencies": {
"acorn": "~0.6.0",
"escodegen": "~1.3.3",
"esfuzz": "~0.3.1",
"estraverse": "~1.5.1",
"mocha": "~2.3.4"
},
"engines": {
"node": ">=0.8.0"
},
"files": [
"bin",
"lib",
"tools",
"LICENSE"
],
"homepage": "http://lisperator.net/uglifyjs",
"keywords": [
"uglify",
"uglify-js",
"minify",
"minifier"
],
"license": "BSD-2-Clause",
"main": "tools/node.js",
"maintainers": [
{
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
"url": "http://lisperator.net/"
}
],
"name": "uglify-js",
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
},
"scripts": {
"shrinkwrap": "rm ./npm-shrinkwrap.json; rm -rf ./node_modules; npm i && npm shrinkwrap && npm outdated",
"test": "node test/run-tests.js"
},
"version": "2.6.4"
}