package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "circular-dependency-plugin@5.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "circular-dependency-plugin@5.2.0",
  10. "_id": "circular-dependency-plugin@5.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7p4Kn/gffhQaavNfyDFg7LS5S/UT1JAjyGd4UqR2+jzoYF02eDkj0Ec3+48TsIa4zghjLY87nQHIh/ecK9qLdw==",
  13. "_location": "/circular-dependency-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "circular-dependency-plugin@5.2.0",
  19. "name": "circular-dependency-plugin",
  20. "escapedName": "circular-dependency-plugin",
  21. "rawSpec": "5.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "5.2.0"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/circular-dependency-plugin/-/circular-dependency-plugin-5.2.0.tgz",
  29. "_spec": "5.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  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.",
  36. "devDependencies": {
  37. "jest": "^22.4.2",
  38. "memory-fs": "^0.4.1",
  39. "webpack": "^4.0.1",
  40. "webpack-next": "npm:webpack@^5.0.0-alpha.19"
  41. },
  42. "engines": {
  43. "node": ">=6.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/aackerman/circular-dependency-plugin#readme",
  49. "jest": {
  50. "testMatch": [
  51. "**/?(*.)(spec|test).js?(x)"
  52. ]
  53. },
  54. "license": "ISC",
  55. "main": "index.js",
  56. "name": "circular-dependency-plugin",
  57. "peerDependencies": {
  58. "webpack": ">=4.0.1"
  59. },
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/aackerman/circular-dependency-plugin.git"
  63. },
  64. "scripts": {
  65. "test": "jest"
  66. },
  67. "version": "5.2.0"
  68. }