gitextract_76r69cho/ ├── .babelrc ├── .editorconfig ├── .gitignore ├── .travis.yml ├── .vscode/ │ └── launch.json ├── README.md ├── appveyor.yml ├── bin/ │ └── cli.js ├── index.d.ts ├── lib/ │ ├── cli.js │ ├── in/ │ │ ├── best-guess-homepage.js │ │ ├── create-package-summary.js │ │ ├── find-module-path.js │ │ ├── get-installed-packages.js │ │ ├── get-latest-from-registry.js │ │ ├── get-unused-packages.js │ │ ├── index.js │ │ └── read-package-json.js │ ├── index.js │ ├── out/ │ │ ├── emoji.js │ │ ├── install-packages.js │ │ ├── interactive-update.js │ │ ├── static-output.js │ │ └── update-all.js │ └── state/ │ ├── debug.js │ ├── init.js │ └── state.js ├── license ├── package.json └── renovate.json