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
| {
| "_from": "grunt-contrib-uglify@5.2.2",
| "_id": "grunt-contrib-uglify@5.2.2",
| "_inBundle": false,
| "_integrity": "sha512-ITxiWxrjjP+RZu/aJ5GLvdele+sxlznh+6fK9Qckio5ma8f7Iv8woZjRkGfafvpuygxNefOJNc+hfjjBayRn2Q==",
| "_location": "/grunt-contrib-uglify",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "grunt-contrib-uglify@5.2.2",
| "name": "grunt-contrib-uglify",
| "escapedName": "grunt-contrib-uglify",
| "rawSpec": "5.2.2",
| "saveSpec": null,
| "fetchSpec": "5.2.2"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-5.2.2.tgz",
| "_shasum": "447c0b58451a1fca20768371e07e723a870dfe98",
| "_spec": "grunt-contrib-uglify@5.2.2",
| "_where": "/home/l/plc/node-red",
| "appveyor_id": "ybtf5vbvtenii561",
| "author": {
| "name": "Grunt Team",
| "url": "https://gruntjs.com/"
| },
| "bugs": {
| "url": "https://github.com/gruntjs/grunt-contrib-uglify/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^4.1.2",
| "maxmin": "^3.0.0",
| "uglify-js": "^3.16.1",
| "uri-path": "^1.0.0"
| },
| "deprecated": false,
| "description": "Minify JavaScript files with UglifyJS",
| "devDependencies": {
| "grunt": "^1.5.2",
| "grunt-contrib-clean": "^2.0.0",
| "grunt-contrib-internal": "^7.0.0",
| "grunt-contrib-jshint": "^3.2.0",
| "grunt-contrib-nodeunit": "^4.0.0"
| },
| "engines": {
| "node": ">=12"
| },
| "files": [
| "tasks"
| ],
| "homepage": "https://github.com/gruntjs/grunt-contrib-uglify#readme",
| "keywords": [
| "gruntplugin"
| ],
| "license": "MIT",
| "main": "tasks/uglify.js",
| "name": "grunt-contrib-uglify",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/gruntjs/grunt-contrib-uglify.git"
| },
| "scripts": {
| "test": "grunt test"
| },
| "version": "5.2.2"
| }
|
|