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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
| {
| "_from": "uglify-js@^3.5.1",
| "_id": "uglify-js@3.15.5",
| "_inBundle": false,
| "_integrity": "sha512-hNM5q5GbBRB5xB+PMqVRcgYe4c8jbyZ1pzZhS6jbq54/4F2gFK869ZheiE5A8/t+W5jtTNpWef/5Q9zk639FNQ==",
| "_location": "/uglify-js",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "uglify-js@^3.5.1",
| "name": "uglify-js",
| "escapedName": "uglify-js",
| "rawSpec": "^3.5.1",
| "saveSpec": null,
| "fetchSpec": "^3.5.1"
| },
| "_requiredBy": [
| "/html-minifier"
| ],
| "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.15.5.tgz",
| "_shasum": "2b10f9e0bfb3f5c15a8e8404393b6361eaeb33b3",
| "_spec": "uglify-js@^3.5.1",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\html-minifier",
| "author": {
| "name": "Mihai Bazon",
| "email": "mihai.bazon@gmail.com",
| "url": "http://lisperator.net/"
| },
| "bin": {
| "uglifyjs": "bin/uglifyjs"
| },
| "bugs": {
| "url": "https://github.com/mishoo/UglifyJS/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
| "devDependencies": {
| "acorn": "~8.2.1",
| "semver": "~6.3.0"
| },
| "engines": {
| "node": ">=0.8.0"
| },
| "files": [
| "bin",
| "lib",
| "tools",
| "LICENSE"
| ],
| "homepage": "https://github.com/mishoo/UglifyJS#readme",
| "keywords": [
| "cli",
| "compress",
| "compressor",
| "ecma",
| "ecmascript",
| "es",
| "es5",
| "javascript",
| "js",
| "jsmin",
| "min",
| "minification",
| "minifier",
| "minify",
| "optimize",
| "optimizer",
| "pack",
| "packer",
| "parse",
| "parser",
| "uglifier",
| "uglify"
| ],
| "license": "BSD-2-Clause",
| "main": "tools/node.js",
| "maintainers": [
| {
| "name": "Alex Lam",
| "email": "alexlamsl@gmail.com"
| },
| {
| "name": "Mihai Bazon",
| "email": "mihai.bazon@gmail.com",
| "url": "http://lisperator.net/"
| }
| ],
| "name": "uglify-js",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/mishoo/UglifyJS.git"
| },
| "scripts": {
| "test": "node test/compress.js && node test/mocha.js"
| },
| "version": "3.15.5"
| }
|
|