source: trip-planner-front/node_modules/copy-webpack-plugin/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 3.6 KB
Line 
1{
2 "_args": [
3 [
4 "copy-webpack-plugin@9.0.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "copy-webpack-plugin@9.0.1",
10 "_id": "copy-webpack-plugin@9.0.1",
11 "_inBundle": false,
12 "_integrity": "sha512-14gHKKdYIxF84jCEgPgYXCPpldbwpxxLbCmA7LReY7gvbaT555DgeBWBgBZM116tv/fO6RRJrsivBqRyRlukhw==",
13 "_location": "/copy-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 "is-glob": "4.0.3",
19 "uri-js": "4.4.1"
20 },
21 "_requested": {
22 "type": "version",
23 "registry": true,
24 "raw": "copy-webpack-plugin@9.0.1",
25 "name": "copy-webpack-plugin",
26 "escapedName": "copy-webpack-plugin",
27 "rawSpec": "9.0.1",
28 "saveSpec": null,
29 "fetchSpec": "9.0.1"
30 },
31 "_requiredBy": [
32 "/@angular-devkit/build-angular"
33 ],
34 "_resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-9.0.1.tgz",
35 "_spec": "9.0.1",
36 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
37 "author": {
38 "name": "Len Boyette"
39 },
40 "bugs": {
41 "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues"
42 },
43 "dependencies": {
44 "fast-glob": "^3.2.5",
45 "glob-parent": "^6.0.0",
46 "globby": "^11.0.3",
47 "normalize-path": "^3.0.0",
48 "p-limit": "^3.1.0",
49 "schema-utils": "^3.0.0",
50 "serialize-javascript": "^6.0.0"
51 },
52 "description": "Copy files && directories with webpack",
53 "devDependencies": {
54 "@babel/cli": "^7.14.5",
55 "@babel/core": "^7.14.6",
56 "@babel/preset-env": "^7.14.7",
57 "@commitlint/cli": "^12.1.4",
58 "@commitlint/config-conventional": "^12.1.4",
59 "@webpack-contrib/eslint-config-webpack": "^3.0.0",
60 "babel-jest": "^27.0.5",
61 "cross-env": "^7.0.3",
62 "del": "^6.0.0",
63 "del-cli": "^4.0.0",
64 "eslint": "^7.29.0",
65 "eslint-config-prettier": "^8.3.0",
66 "eslint-plugin-import": "^2.23.4",
67 "file-loader": "^6.2.0",
68 "husky": "^6.0.0",
69 "is-gzip": "^2.0.0",
70 "jest": "^27.0.5",
71 "lint-staged": "^11.0.0",
72 "memfs": "^3.2.2",
73 "mkdirp": "^1.0.4",
74 "npm-run-all": "^4.1.5",
75 "prettier": "^2.3.1",
76 "standard-version": "^9.3.0",
77 "webpack": "^5.40.0"
78 },
79 "engines": {
80 "node": ">= 12.13.0"
81 },
82 "files": [
83 "dist"
84 ],
85 "funding": {
86 "type": "opencollective",
87 "url": "https://opencollective.com/webpack"
88 },
89 "homepage": "https://github.com/webpack-contrib/copy-webpack-plugin",
90 "keywords": [
91 "webpack",
92 "plugin",
93 "transfer",
94 "move",
95 "copy"
96 ],
97 "license": "MIT",
98 "main": "dist/cjs.js",
99 "name": "copy-webpack-plugin",
100 "peerDependencies": {
101 "webpack": "^5.1.0"
102 },
103 "repository": {
104 "type": "git",
105 "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git"
106 },
107 "scripts": {
108 "build": "cross-env NODE_ENV=production babel src -d dist --copy-files",
109 "clean": "del-cli dist",
110 "commitlint": "commitlint --from=master",
111 "lint": "npm-run-all -l -p \"lint:**\"",
112 "lint:js": "eslint --cache .",
113 "lint:prettier": "prettier --list-different .",
114 "prebuild": "npm run clean",
115 "prepare": "husky install && npm run build",
116 "pretest": "npm run lint",
117 "release": "standard-version",
118 "security": "npm audit --production",
119 "start": "npm run build -- -w",
120 "test": "npm run test:coverage",
121 "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
122 "test:only": "cross-env NODE_ENV=test jest",
123 "test:watch": "npm run test:only -- --watch"
124 },
125 "version": "9.0.1"
126}
Note: See TracBrowser for help on using the repository browser.