Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80736 views
1
{
2
"name": "uglify-js",
3
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
4
"homepage": "http://lisperator.net/uglifyjs",
5
"author": {
6
"name": "Mihai Bazon",
7
"email": "[email protected]",
8
"url": "http://lisperator.net/"
9
},
10
"license": "BSD",
11
"version": "2.4.23",
12
"engines": {
13
"node": ">=0.4.0"
14
},
15
"maintainers": [
16
{
17
"name": "caires",
18
"email": "[email protected]"
19
},
20
{
21
"name": "mape",
22
"email": "[email protected]"
23
},
24
{
25
"name": "mishoo",
26
"email": "[email protected]"
27
}
28
],
29
"repository": {
30
"type": "git",
31
"url": "https://github.com/mishoo/UglifyJS2.git"
32
},
33
"bugs": {
34
"url": "https://github.com/mishoo/UglifyJS2/issues"
35
},
36
"main": "tools/node.js",
37
"bin": {
38
"uglifyjs": "bin/uglifyjs"
39
},
40
"files": [
41
"bin",
42
"lib",
43
"tools",
44
"LICENSE"
45
],
46
"dependencies": {
47
"async": "~0.2.6",
48
"source-map": "0.1.34",
49
"uglify-to-browserify": "~1.0.0",
50
"yargs": "~3.5.4"
51
},
52
"devDependencies": {
53
"acorn": "~0.6.0",
54
"escodegen": "~1.3.3",
55
"esfuzz": "~0.3.1",
56
"estraverse": "~1.5.1"
57
},
58
"browserify": {
59
"transform": [
60
"uglify-to-browserify"
61
]
62
},
63
"scripts": {
64
"test": "node test/run-tests.js"
65
},
66
"gitHead": "c6fa2915715f0a1a2b1527c23388bd7de56284c4",
67
"_id": "[email protected]",
68
"_shasum": "be05aa6b22f1a83b21b2a49ce60fb5dffda00515",
69
"_from": "uglify-js@>=2.4.0 <2.5.0",
70
"_npmVersion": "1.4.14",
71
"_npmUser": {
72
"name": "mishoo",
73
"email": "[email protected]"
74
},
75
"dist": {
76
"shasum": "be05aa6b22f1a83b21b2a49ce60fb5dffda00515",
77
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.4.23.tgz"
78
},
79
"directories": {},
80
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.4.23.tgz"
81
}
82
83