source: trip-planner-front/node_modules/terser-webpack-plugin/package.json@ 84d0fbb

Last change on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 4.1 KB
Line 
1{
2 "_args": [
3 [
4 "terser-webpack-plugin@5.1.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "terser-webpack-plugin@5.1.4",
10 "_id": "terser-webpack-plugin@5.1.4",
11 "_inBundle": false,
12 "_integrity": "sha512-C2WkFwstHDhVEmsmlCxrXUtVklS+Ir1A7twrYzrDrQQOIMOaVAYykaoo/Aq1K0QRkMoY2hhvDQY1cm4jnIMFwA==",
13 "_location": "/terser-webpack-plugin",
14 "_phantomChildren": {
15 "@types/json-schema": "7.0.9",
16 "fast-deep-equal": "3.1.3",
17 "fast-json-stable-stringify": "2.1.0",
18 "uri-js": "4.4.1"
19 },
20 "_requested": {
21 "type": "version",
22 "registry": true,
23 "raw": "terser-webpack-plugin@5.1.4",
24 "name": "terser-webpack-plugin",
25 "escapedName": "terser-webpack-plugin",
26 "rawSpec": "5.1.4",
27 "saveSpec": null,
28 "fetchSpec": "5.1.4"
29 },
30 "_requiredBy": [
31 "/@angular-devkit/build-angular",
32 "/webpack"
33 ],
34 "_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.1.4.tgz",
35 "_spec": "5.1.4",
36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
37 "author": {
38 "name": "webpack Contrib Team"
39 },
40 "bugs": {
41 "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
42 },
43 "dependencies": {
44 "jest-worker": "^27.0.2",
45 "p-limit": "^3.1.0",
46 "schema-utils": "^3.0.0",
47 "serialize-javascript": "^6.0.0",
48 "source-map": "^0.6.1",
49 "terser": "^5.7.0"
50 },
51 "description": "Terser plugin for webpack",
52 "devDependencies": {
53 "@babel/cli": "^7.14.5",
54 "@babel/core": "^7.14.6",
55 "@babel/preset-env": "^7.14.7",
56 "@commitlint/cli": "^12.1.4",
57 "@commitlint/config-conventional": "^12.1.4",
58 "@types/serialize-javascript": "^5.0.0",
59 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
60 "babel-jest": "^27.0.2",
61 "copy-webpack-plugin": "^9.0.0",
62 "cross-env": "^7.0.3",
63 "del": "^6.0.0",
64 "del-cli": "^3.0.1",
65 "eslint": "^7.29.0",
66 "eslint-config-prettier": "^8.3.0",
67 "eslint-plugin-import": "^2.22.1",
68 "file-loader": "^6.2.0",
69 "husky": "^6.0.0",
70 "jest": "^27.0.5",
71 "lint-staged": "^11.0.0",
72 "memfs": "^3.2.2",
73 "npm-run-all": "^4.1.5",
74 "prettier": "^2.3.1",
75 "standard-version": "^9.3.0",
76 "typescript": "^4.3.4",
77 "uglify-js": "^3.13.9",
78 "webpack": "^5.40.0",
79 "worker-loader": "^3.0.8"
80 },
81 "engines": {
82 "node": ">= 10.13.0"
83 },
84 "files": [
85 "dist",
86 "types"
87 ],
88 "funding": {
89 "type": "opencollective",
90 "url": "https://opencollective.com/webpack"
91 },
92 "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
93 "keywords": [
94 "uglify",
95 "uglify-js",
96 "uglify-es",
97 "terser",
98 "webpack",
99 "webpack-plugin",
100 "minification",
101 "compress",
102 "compressor",
103 "min",
104 "minification",
105 "minifier",
106 "minify",
107 "optimize",
108 "optimizer"
109 ],
110 "license": "MIT",
111 "main": "dist/cjs.js",
112 "name": "terser-webpack-plugin",
113 "peerDependencies": {
114 "webpack": "^5.1.0"
115 },
116 "repository": {
117 "type": "git",
118 "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
119 },
120 "scripts": {
121 "_build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
122 "build": "npm-run-all -p \"build:**\"",
123 "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
124 "clean": "del-cli dist",
125 "commitlint": "commitlint --from=master",
126 "lint": "npm-run-all -l -p \"lint:**\"",
127 "lint:js": "eslint --cache .",
128 "lint:prettier": "prettier --list-different .",
129 "lint:types": "tsc --pretty --noEmit",
130 "prebuild": "npm run clean",
131 "prepare": "husky install && npm run build",
132 "pretest": "npm run lint",
133 "release": "standard-version",
134 "security": "npm audit --production",
135 "start": "npm run build -- -w",
136 "test": "npm run test:coverage",
137 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
138 "test:only": "cross-env NODE_ENV=test jest",
139 "test:watch": "npm run test:only -- --watch"
140 },
141 "version": "5.1.4"
142}
Note: See TracBrowser for help on using the repository browser.