Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80759 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.2.5",
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
"repositories": [
25
{
26
"type": "git",
27
"url": "https://github.com/mishoo/UglifyJS2.git"
28
}
29
],
30
"dependencies": {
31
"source-map": "~0.1.7",
32
"optimist": "~0.3.5"
33
},
34
"bin": {
35
"uglifyjs": "bin/uglifyjs"
36
},
37
"scripts": {
38
"test": "node test/run-tests.js"
39
},
40
"_id": "[email protected]",
41
"dist": {
42
"shasum": "a6e02a70d839792b9780488b7b8b184c095c99c7",
43
"tarball": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz"
44
},
45
"_npmVersion": "1.1.66",
46
"_npmUser": {
47
"name": "mishoo",
48
"email": "[email protected]"
49
},
50
"directories": {},
51
"_shasum": "a6e02a70d839792b9780488b7b8b184c095c99c7",
52
"_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.2.5.tgz",
53
"_from": "uglify-js@>=2.2.0 <2.3.0"
54
}
55
56