npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

@isaacs/pathological-dep-nesting-b

2.0.0

@isaacs

npmSnykSocket
Downloads:9
$ npm install @isaacs/pathological-dep-nesting-b
DailyWeeklyMonthlyYearly
a@1 -> b@1
a@2 -> b@2
b@1 -> a@2
b@2 -> a@1

Resulting nesting goes:

a@1
+-- b@1
    +-- a@2
        +-- b@2
            +-- a@1 ...