about summary refs log tree commit diff
path: root/pkgs/build-support/node/fetch-npm-deps/src/parse/mod.rs
AgeCommit message (Expand)AuthorFilesLines
2023-11-23prefetch-npm-deps: instrument some loggingLily Foster1-0/+5
2023-11-22prefetch-npm-deps: detect and error out when generating an empty cacheLily Foster1-2/+16
2023-10-10prefetch-npm-deps: read url bodies within the retry loopLily Foster1-10/+4
2023-08-09prefetch-npm-deps: fix error typo and unnecessary name qualifierLily Foster1-2/+2
2023-06-29prefetch-npm-deps: use isahc instead of ureqLily Foster1-33/+6
2023-06-29prefetch-npm-deps: add retryXYenon1-3/+30
2023-04-30prefetch-npm-deps: look up hashes from cache when fixing up lockfilesWinter1-1/+1
2023-04-28prefetch-npm-deps: fix reproducibilityWinter1-39/+9
2023-04-06prefetch-npm-deps: throw better error when unsupported git service is usedWinter1-21/+25
2023-04-06prefetch-npm-deps: download dev deps for git deps with install scriptsWinter1-5/+60
2023-04-06prefetch-npm-deps: refactorWinter1-0/+311