Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80699 views
1
{
2
"name": "uglify-js",
3
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
4
"homepage": "http://lisperator.net/uglifyjs",
5
"main": "tools/node.js",
6
"version": "2.3.6",
7
"engines": {
8
"node": ">=0.4.0"
9
},
10
"maintainers": [
11
{
12
"name": "caires",
13
"email": "[email protected]"
14
},
15
{
16
"name": "mape",
17
"email": "[email protected]"
18
},
19
{
20
"name": "mishoo",
21
"email": "[email protected]"
22
}
23
],
24
"repository": {
25
"type": "git",
26
"url": "https://github.com/mishoo/UglifyJS2.git"
27
},
28
"dependencies": {
29
"async": "~0.2.6",
30
"source-map": "~0.1.7",
31
"optimist": "~0.3.5"
32
},
33
"bin": {
34
"uglifyjs": "bin/uglifyjs"
35
},
36
"scripts": {
37
"test": "node test/run-tests.js"
38
},
39
"_id": "[email protected]",
40
"dist": {
41
"shasum": "fa0984770b428b7a9b2a8058f46355d14fef211a",
42
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz"
43
},
44
"_from": "uglify-js@>=2.3.0 <2.4.0",
45
"_npmVersion": "1.2.18",
46
"_npmUser": {
47
"name": "mishoo",
48
"email": "[email protected]"
49
},
50
"directories": {},
51
"_shasum": "fa0984770b428b7a9b2a8058f46355d14fef211a",
52
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.3.6.tgz"
53
}
54
55