Skip to content

Script that downlaods all of the dependecies in all of thier version in package.json (nested)

Notifications You must be signed in to change notification settings

Lampent/npm-package-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

npm-package-downloader

The script downloads all of the dependencies in all of their version in package.json (recursive, nested)

The script contains inside of it a package.json object, it will download all of the dependencies (and their dependencies, recursively) in the packages.json object with all of their available versions in the last couple of years. Follow the instructions on how to run the script, the downloaded packages will be found in the folder "create-react-app-deps" as .tgz files.

instructions of how to run the script

  1. execute npm install command before running the script.
  2. open the script in notepad++ or any other editor and replace the package.json object( right now it is hardcoded).
  3. you need to create an empty folder named "create-react-app-deps"
  4. good luck, run the script.

About

Script that downlaods all of the dependecies in all of thier version in package.json (nested)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published