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
| {
| "name": "@types/uglify-js",
| "version": "3.17.1",
| "description": "TypeScript definitions for UglifyJS",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uglify-js",
| "license": "MIT",
| "contributors": [
| {
| "name": "Alan Agius",
| "url": "https://github.com/alan-agius4",
| "githubUsername": "alan-agius4"
| },
| {
| "name": "Tanguy Krotoff",
| "url": "https://github.com/tkrotoff",
| "githubUsername": "tkrotoff"
| },
| {
| "name": "John Reilly",
| "url": "https://github.com/johnnyreilly",
| "githubUsername": "johnnyreilly"
| },
| {
| "name": "Piotr Błażejewicz",
| "url": "https://github.com/peterblazejewicz",
| "githubUsername": "peterblazejewicz"
| }
| ],
| "main": "",
| "types": "index.d.ts",
| "repository": {
| "type": "git",
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/uglify-js"
| },
| "scripts": {},
| "dependencies": {
| "source-map": "^0.6.1"
| },
| "typesPublisherContentHash": "f80ad4b80fbc8786d6d2f3158b55355cc42cb65193b944dcdd81654dfe38418a",
| "typeScriptVersion": "4.1"
| }
|
|