Skip to content

Check a list of package.json files for the liberated @azerbike modules

License

Notifications You must be signed in to change notification settings

lini/CheckForAzerModules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CheckForAzerModules

Check a list of package.json files for the liberated @azerbike modules

howto

First you need to create a list of the package.json files to check. If you are checking a module, you can use the following shell command from the module directory:

find "$(pwd)" -name "package.json" > packageList.txt

Next you need to pass the file created in the above step to the script:

node check packageList.txt

This will output a list of modules that will have problems because they depend on the removed ones from npmjs. For example:

bson uses: one line-numbers uses: left-pad

About

Check a list of package.json files for the liberated @azerbike modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published