You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

70 lines
1.9 KiB

{
"_args": [
[
"circular-dependency-plugin@5.2.2",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "circular-dependency-plugin@5.2.2",
"_id": "circular-dependency-plugin@5.2.2",
"_inBundle": false,
"_integrity": "sha512-g38K9Cm5WRwlaH6g03B9OEz/0qRizI+2I7n+Gz+L5DxXJAPAiWQvwlYNm1V1jkdpUv95bOe/ASm2vfi/G560jQ==",
"_location": "/circular-dependency-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "circular-dependency-plugin@5.2.2",
"name": "circular-dependency-plugin",
"escapedName": "circular-dependency-plugin",
"rawSpec": "5.2.2",
"saveSpec": null,
"fetchSpec": "5.2.2"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.2.tgz",
"_spec": "5.2.2",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": "",
"bugs": {
"url": "https://github.com/aackerman/circular-dependency-plugin/issues"
},
"description": "Detect modules with circular dependencies when bundling with webpack.",
"devDependencies": {
"jest": "^22.4.2",
"memory-fs": "^0.4.1",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^4.0.1",
"webpack5": "npm:webpack@^5.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
"jest": {
"testMatch": [
"**/?(*.)(spec|test).js?(x)"
]
},
"license": "ISC",
"main": "index.js",
"name": "circular-dependency-plugin",
"peerDependencies": {
"webpack": ">=4.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
},
"scripts": {
"test": "jest"
},
"version": "5.2.2"
}