- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/circular-dependency-plugin/package.json
rceaed42 r59329aa 1 1 { 2 "name": "circular-dependency-plugin", 3 "main": "index.js", 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.", 4 36 "devDependencies": { 5 37 "jest": "^22.4.2", … … 10 42 "webpack5": "npm:webpack@^5.0.0" 11 43 }, 12 "peerDependencies": {13 "webpack": ">=4.0.1"14 },15 "description": "Detect modules with circular dependencies when bundling with webpack.",16 "version": "5.2.2",17 44 "engines": { 18 45 "node": ">=6.0.0" 19 },20 "scripts": {21 "test": "jest"22 46 }, 23 47 "files": [ 24 48 "index.js" 25 49 ], 26 "repository": {27 "type": "git",28 "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"29 },30 "author": "",31 "license": "ISC",32 "bugs": {33 "url": "https://github.com/aackerman/circular-dependency-plugin/issues"34 },35 50 "homepage": "https://github.com/aackerman/circular-dependency-plugin#readme", 36 51 "jest": { … … 38 53 "**/?(*.)(spec|test).js?(x)" 39 54 ] 40 } 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" 41 70 }
Note:
See TracChangeset
for help on using the changeset viewer.