source: trip-planner-front/node_modules/circular-dependency-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: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "circular-dependency-plugin@5.2.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "circular-dependency-plugin@5.2.2",
10 "_id": "circular-dependency-plugin@5.2.2",
11 "_inBundle": false,
12 "_integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==",
13 "_location": "/circular-dependency-plugin",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "circular-dependency-plugin@5.2.2",
19 "name": "circular-dependency-plugin",
20 "escapedName": "circular-dependency-plugin",
21 "rawSpec": "5.2.2",
22 "saveSpec": null,
23 "fetchSpec": "5.2.2"
24 },
25 "_requiredBy": [
26 "/@angular-devkit/build-angular"
27 ],
28 "_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz",
29 "_spec": "5.2.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": "",
32 "bugs": {
33 "url": "https://github.com/aackerman/circular-dependency-plugin/issues"
34 },
35 "description": "Detect modules with circular dependencies when bundling with webpack.",
36 "devDependencies": {
37 "jest": "^22.4.2",
38 "memory-fs": "^0.4.1",
39 "ts-loader": "^8.0.7",
40 "typescript": "^4.0.5",
41 "webpack": "^4.0.1",
42 "webpack5": "npm:webpack@^5.0.0"
43 },
44 "engines": {
45 "node": ">=6.0.0"
46 },
47 "files": [
48 "index.js"
49 ],
50 "homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
51 "jest": {
52 "testMatch": [
53 "**/?(*.)(spec|test).js?(x)"
54 ]
55 },
56 "license": "ISC",
57 "main": "index.js",
58 "name": "circular-dependency-plugin",
59 "peerDependencies": {
60 "webpack": ">=4.0.1"
61 },
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
65 },
66 "scripts": {
67 "test": "jest"
68 },
69 "version": "5.2.2"
70}
Note: See TracBrowser for help on using the repository browser.