{
  "_from": "circular-dependency-plugin@^5.0.2",
  "_id": "circular-dependency-plugin@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-oC7/DVAyfcY3UWKm0sN/oVoDedQDQiw/vIiAnuTWTpE5s0zWf7l3WY417Xw/Fbi/QbAjctAkxgMiS9P0s3zkmA==",
  "_location": "/circular-dependency-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "circular-dependency-plugin@^5.0.2",
    "name": "circular-dependency-plugin",
    "escapedName": "circular-dependency-plugin",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "/",
    "/vistorian-vis"
  ],
  "_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.0.2.tgz",
  "_shasum": "da168c0b37e7b43563fb9f912c1c007c213389ef",
  "_spec": "circular-dependency-plugin@^5.0.2",
  "_where": "C:\\Users\\Asus\\Desktop\\AVIZ\\vistorian\\vistorian-matrix",
  "author": "",
  "bugs": {
    "url": "https://github.com/aackerman/circular-dependency-plugin/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Detect modules with circular dependencies when bundling with webpack.",
  "devDependencies": {
    "jest": "^22.4.2",
    "memory-fs": "^0.4.1",
    "webpack": "^4.0.1"
  },
  "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.0.2"
}
