package.json
1.64 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
{
"_from": "uglify-js@2.3.0",
"_id": "uglify-js@2.3.0",
"_inBundle": false,
"_integrity": "sha1-LN7BbTeKiituz7aYl4TPi3rlSR8=",
"_location": "/uglify-js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "uglify-js@2.3.0",
"name": "uglify-js",
"escapedName": "uglify-js",
"rawSpec": "2.3.0",
"saveSpec": null,
"fetchSpec": "2.3.0"
},
"_requiredBy": [
"/require"
],
"_resolved": "http://registry.npmjs.org/uglify-js/-/uglify-js-2.3.0.tgz",
"_shasum": "2cdec16d378a8a2b6ecfb6989784cf8b7ae5491f",
"_spec": "uglify-js@2.3.0",
"_where": "D:\\OneDrive\\University Life\\2018\\2nd semester\\OpenSourceSoftware\\KaKao_ChatBot\\node_modules\\require",
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS2/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "~0.2.6",
"optimist": "~0.3.5",
"source-map": "~0.1.7"
},
"deprecated": false,
"description": "JavaScript parser, mangler/compressor and beautifier toolkit",
"engines": {
"node": ">=0.4.0"
},
"homepage": "http://lisperator.net/uglifyjs",
"main": "tools/node.js",
"maintainers": [
{
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
"url": "http://lisperator.net/"
}
],
"name": "uglify-js",
"repositories": [
{
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/mishoo/UglifyJS2.git"
},
"scripts": {
"test": "node test/run-tests.js"
},
"version": "2.3.0"
}