| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "circular-dependency-plugin@5.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "circular-dependency-plugin@5.2.0",
- "_id": "circular-dependency-plugin@5.2.0",
- "_inBundle": false,
- "_integrity": "sha512-7p4Kn/gffhQaavNfyDFg7LS5S/UT1JAjyGd4UqR2+jzoYF02eDkj0Ec3+48TsIa4zghjLY87nQHIh/ecK9qLdw==",
- "_location": "/circular-dependency-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "circular-dependency-plugin@5.2.0",
- "name": "circular-dependency-plugin",
- "escapedName": "circular-dependency-plugin",
- "rawSpec": "5.2.0",
- "saveSpec": null,
- "fetchSpec": "5.2.0"
- },
- "_requiredBy": [
- "/@angular-devkit/build-angular"
- ],
- "_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.0.tgz",
- "_spec": "5.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "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",
- "webpack": "^4.0.1",
- "webpack-next": "npm:webpack@^5.0.0-alpha.19"
- },
- "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.0"
- }
|