source: imaps-frontend/node_modules/terser-webpack-plugin/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[79a0317]1{
2 "_from": "terser-webpack-plugin",
3 "_id": "terser-webpack-plugin@5.3.11",
4 "_inBundle": false,
5 "_integrity": "sha512-RVCsMfuD0+cTt3EwX8hSl2Ks56EbFHWmhluwcqoPKtBnfjiT6olaq7PRIRfhyU8nnC2MrnDrBLfrD/RGE+cVXQ==",
6 "_location": "/terser-webpack-plugin",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "tag",
10 "registry": true,
11 "raw": "terser-webpack-plugin",
12 "name": "terser-webpack-plugin",
13 "escapedName": "terser-webpack-plugin",
14 "rawSpec": "",
15 "saveSpec": null,
16 "fetchSpec": "latest"
17 },
18 "_requiredBy": [
19 "#USER",
20 "/"
21 ],
22 "_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.11.tgz",
23 "_shasum": "93c21f44ca86634257cac176f884f942b7ba3832",
24 "_spec": "terser-webpack-plugin",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
26 "author": {
27 "name": "webpack Contrib Team"
28 },
29 "bugs": {
30 "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "@jridgewell/trace-mapping": "^0.3.25",
35 "jest-worker": "^27.4.5",
36 "schema-utils": "^4.3.0",
37 "serialize-javascript": "^6.0.2",
38 "terser": "^5.31.1"
39 },
40 "deprecated": false,
41 "description": "Terser plugin for webpack",
42 "devDependencies": {
43 "@babel/cli": "^7.24.7",
44 "@babel/core": "^7.24.7",
45 "@babel/preset-env": "^7.24.7",
46 "@commitlint/cli": "^17.7.1",
47 "@commitlint/config-conventional": "^17.7.0",
48 "@swc/core": "^1.3.102",
49 "@types/node": "^18.15.11",
50 "@types/serialize-javascript": "^5.0.2",
51 "@types/uglify-js": "^3.17.5",
52 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
53 "babel-jest": "^28.1.2",
54 "copy-webpack-plugin": "^9.0.1",
55 "cross-env": "^7.0.3",
56 "cspell": "^6.31.2",
57 "del": "^6.0.0",
58 "del-cli": "^3.0.1",
59 "esbuild": "^0.19.11",
60 "eslint": "^7.32.0",
61 "eslint-config-prettier": "^8.9.0",
62 "eslint-plugin-import": "^2.28.1",
63 "file-loader": "^6.2.0",
64 "husky": "^7.0.2",
65 "jest": "^27.5.1",
66 "lint-staged": "^13.2.3",
67 "memfs": "^3.4.13",
68 "npm-run-all": "^4.1.5",
69 "prettier": "^2.8.7",
70 "standard-version": "^9.3.1",
71 "typescript": "^4.9.5",
72 "uglify-js": "^3.18.0",
73 "webpack": "^5.92.1",
74 "webpack-cli": "^4.10.0",
75 "worker-loader": "^3.0.8"
76 },
77 "engines": {
78 "node": ">= 10.13.0"
79 },
80 "files": [
81 "dist",
82 "types"
83 ],
84 "funding": {
85 "type": "opencollective",
86 "url": "https://opencollective.com/webpack"
87 },
88 "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
89 "keywords": [
90 "uglify",
91 "uglify-js",
92 "uglify-es",
93 "terser",
94 "webpack",
95 "webpack-plugin",
96 "minification",
97 "compress",
98 "compressor",
99 "min",
100 "minification",
101 "minifier",
102 "minify",
103 "optimize",
104 "optimizer"
105 ],
106 "license": "MIT",
107 "main": "dist/index.js",
108 "name": "terser-webpack-plugin",
109 "peerDependencies": {
110 "webpack": "^5.1.0"
111 },
112 "peerDependenciesMeta": {
113 "@swc/core": {
114 "optional": true
115 },
116 "uglify-js": {
117 "optional": true
118 },
119 "esbuild": {
120 "optional": true
121 }
122 },
123 "repository": {
124 "type": "git",
125 "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
126 },
127 "scripts": {
128 "build": "npm-run-all -p \"build:**\"",
129 "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
130 "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
131 "clean": "del-cli dist types",
132 "commitlint": "commitlint --from=master",
133 "fix": "npm-run-all -l fix:js fix:prettier",
134 "fix:js": "npm run lint:js -- --fix",
135 "fix:prettier": "npm run lint:prettier -- --write",
136 "lint": "npm-run-all -l -p \"lint:**\"",
137 "lint:js": "eslint --cache .",
138 "lint:prettier": "prettier --list-different .",
139 "lint:spelling": "cspell \"**/*.*\"",
140 "lint:types": "tsc --pretty --noEmit",
141 "prebuild": "npm run clean",
142 "prepare": "husky install && npm run build",
143 "pretest": "npm run lint",
144 "release": "standard-version",
145 "security": "npm audit --production",
146 "test": "npm run test:coverage",
147 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
148 "test:only": "cross-env NODE_ENV=test jest",
149 "test:watch": "npm run test:only -- --watch"
150 },
151 "types": "types/index.d.ts",
152 "version": "5.3.11"
153}
Note: See TracBrowser for help on using the repository browser.