tomer953 / npm-downloader-typescript

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)

readDeps: 36.831ms
packTime: 1:04.793 (m:ss.mmm)
hashTime: 65.91ms
> 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:TypeScript 100.0%