tomer953 / npm-downloader

Recursivly download all .tgz deps that listed in the package-lock.json file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download NPM Dependency (TARBALLS)

Recursivly download all .tgz deps that listed in the package-lock.json file

npm start outout for my PC, tested for react-scripts@5.0.0 package (over 1100 deps)

npm start

readDeps: 38.234ms
total deps 1118
packTime: 22.583s
hashTime: 110.522ms
total-time: 22.924s
> node -v
v16.14.0

> npm -v
8.3.1

About

Recursivly download all .tgz deps that listed in the package-lock.json file


Languages

Language:JavaScript 88.5%Language:Dockerfile 11.5%