this post was submitted on 31 Jul 2024
733 points (99.3% liked)
Programmer Humor
19503 readers
1103 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sadly, it's a stupid dependency of a lot of things.
Just ran
npm explain is-number
on one of my projects, and it's a dependency ofto-regex-range
which is a dependency offill-range
which is a dependency of....and so on up the chain.I was hoping I wouldn't find that in there, but alas, it is.
Given that this screenshot is about
to-regex-range
I think they might be on to something!🤦♂️😆
Didn't even catch that in the screenshot. lol