

Little late to the party here, and I’m not primarily a js dev, but… yes. It looks like it’s one of those syntactic sugar kind of packages that devs love to use. The bonus here is you can probably use a find-grep kind of process to check package-lock.json
for references to the package. (there might be an npm command, but like I say - not a js dev.)
For example:
$ grep \"is\"\: package-lock.json
"is": "^3.3.0",
As another engineer, I won’t touch another Mac until it allows me to upgrade memory and disk without buying a whole other unit.