I have 32 thousands of lines in my package-lock.json while in package.json I have only 31 dependencies.
Is it normal to have so many lines in package-lock.json?
I tried deleting node modules and package-lock.json but whenever I run npm i it installs all again.