summaryrefslogtreecommitdiff
path: root/tests/specs/npm/invalid_package_name/main.js
AgeCommit message (Collapse)Author
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be ↵David Sherret
more terse (#25247) Stores normalized version constraints in the lockfile, which will improve reproducibility and will fix a bug with duplicate specifiers ending up in the lockfile. Also, gets rid of some duplicate data in the specifiers area of the lockfile.