projecte_ionic/node_modules/circular-dependency-plugin/package.json
2022-02-09 18:30:03 +01:00

67 lines
1.9 KiB
JSON
Executable file

{
"_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",
"_shasum": "39e836079db1d3cf2f988dc48c5188a44058b600",
"_spec": "circular-dependency-plugin@5.2.2",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"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",
"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"
}