- npm-registry-client: https://github.com/isaacs/npm-registry-client (handles the cli -> couchdb stuff)
- npmlog: https://github.com/isaacs/npmlog (npm's logger utility)
- read-package-json: https://github.com/isaacs/read-package-json (what npm uses to read your package.json files)
- read-installed: https://github.com/isaacs/read-installed (Reads a folder and returns a dependency tree)
- init-package-json: https://github.com/isaacs/init-package-json (What npm uses to create a package.json when you run
npm init
) - npmconf: https://github.com/isaacs/npmconf (What npm uses to manage its configuration, including a list of defaults)
- nopt: https://github.com/isaacs/nopt (what npm uses for option parsing)
Last active
October 22, 2022 04:33
-
-
Save luk-/7743007 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment