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
100
101
102
| {
| "_args": [
| [
| "uglify-js@3.14.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "uglify-js@3.14.2",
| "_id": "uglify-js@3.14.2",
| "_inBundle": false,
| "_integrity": "sha512-rtPMlmcO4agTUfz10CbgJ1k6UAoXM2gWb3GoMPPZB/+/Ackf8lNWk11K4rYi2D0apgoFRLtQOZhb+/iGNJq26A==",
| "_location": "/uglify-js",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "uglify-js@3.14.2",
| "name": "uglify-js",
| "escapedName": "uglify-js",
| "rawSpec": "3.14.2",
| "saveSpec": null,
| "fetchSpec": "3.14.2"
| },
| "_requiredBy": [
| "/html-minifier"
| ],
| "_resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.14.2.tgz",
| "_spec": "3.14.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "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"
| },
| "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.14.2"
| }
|
|