package.json
1.67 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
{
"_from": "uglify-js@~1.3.3",
"_id": "uglify-js@1.3.5",
"_inBundle": false,
"_integrity": "sha1-S1v/+Rhu/7qoiOTJ6UvZ/EyUkp0=",
"_location": "/uglify-js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "uglify-js@~1.3.3",
"name": "uglify-js",
"escapedName": "uglify-js",
"rawSpec": "~1.3.3",
"saveSpec": null,
"fetchSpec": "~1.3.3"
},
"_requiredBy": [
"/grunt"
],
"_resolved": "https://registry.npm.taobao.org/uglify-js/download/uglify-js-1.3.5.tgz?cache=0&sync_timestamp=1611096721363&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fuglify-js%2Fdownload%2Fuglify-js-1.3.5.tgz",
"_shasum": "4b5bfff9186effbaa888e4c9e94bd9fc4c94929d",
"_spec": "uglify-js@~1.3.3",
"_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\grunt",
"author": {
"name": "Mihai Bazon",
"email": "mihai.bazon@gmail.com",
"url": "http://mihai.bazon.net/blog"
},
"bin": {
"uglifyjs": "bin/uglifyjs"
},
"bugs": {
"url": "https://github.com/mishoo/UglifyJS/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "JavaScript parser and compressor/beautifier toolkit",
"devDependencies": {
"nodeunit": "0.7.x"
},
"homepage": "https://github.com/mishoo/UglifyJS#readme",
"main": "./uglify-js.js",
"name": "uglify-js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mishoo/UglifyJS.git"
},
"scripts": {
"test": "$(which nodeunit || echo node_modules/nodeunit/bin/nodeunit) test/unit/scripts.js && test/testparser.js && test/testconsolidator.js"
},
"version": "1.3.5"
}