SYMBOL INDEX (37 symbols across 18 files) FILE: index.d.ts type INpmCheckOptions (line 2) | interface INpmCheckOptions { type INpmCheckGetSetValues (line 13) | type INpmCheckGetSetValues = "packages" | "debug" | "global" | "cwd" | "... type INpmVersionBumpType (line 15) | type INpmVersionBumpType = "patch" | "minor" | "major" | "prerelease" | ... type INpmCheckCurrentState (line 17) | interface INpmCheckCurrentState { type INpmCheckPackage (line 22) | interface INpmCheckPackage { FILE: lib/cli.js constant SUPPORTED_INSTALLERS (line 159) | const SUPPORTED_INSTALLERS = new Set(['npm', 'pnpm', 'ied', 'yarn']); function detectPreferredInstaller (line 161) | async function detectPreferredInstaller(cwd) { FILE: lib/in/best-guess-homepage.js function bestGuessHomepage (line 5) | function bestGuessHomepage(data) { FILE: lib/in/create-package-summary.js function createPackageSummary (line 13) | function createPackageSummary(moduleName, currentState) { FILE: lib/in/find-module-path.js function findModulePath (line 11) | function findModulePath(moduleName, currentState) { FILE: lib/in/get-latest-from-registry.js function getNpmInfo (line 10) | function getNpmInfo(packageName) { FILE: lib/in/get-unused-packages.js function skipUnused (line 8) | function skipUnused(currentState) { function loadRcFile (line 15) | function loadRcFile(rcFileName) { function getSpecialParsers (line 29) | function getSpecialParsers(currentState) { function checkUnused (line 38) | function checkUnused(currentState) { FILE: lib/in/index.js function dependencies (line 18) | function dependencies(pkg) { FILE: lib/in/read-package-json.js function readPackageJson (line 5) | function readPackageJson(filename) { FILE: lib/index.js function init (line 6) | async function init(userOptions) { FILE: lib/out/emoji.js function output (line 7) | function output(name) { function enabled (line 15) | function enabled(val) { FILE: lib/out/install-packages.js function install (line 7) | function install(packages, currentState) { FILE: lib/out/interactive-update.js constant UI_GROUPS (line 11) | const UI_GROUPS = [ function label (line 39) | function label(pkg) { function short (line 55) | function short(pkg) { function choice (line 59) | function choice(pkg) { function unselectable (line 71) | function unselectable(options) { function createChoices (line 75) | function createChoices(packages, options) { function buildPackageToUpdate (line 100) | function buildPackageToUpdate(moduleName, version, isYarn, saveExact) { function interactive (line 105) | function interactive(currentState) { FILE: lib/out/static-output.js function uppercaseFirstLetter (line 9) | function uppercaseFirstLetter(str) { function render (line 13) | function render(pkg, currentState) { function outputConsole (line 94) | function outputConsole(currentState) { FILE: lib/out/update-all.js function buildPackageToUpdate (line 7) | function buildPackageToUpdate(moduleName, version, isYarn, saveExact) { function updateAll (line 12) | function updateAll(currentState) { FILE: lib/state/debug.js function debug (line 4) | function debug() { FILE: lib/state/init.js function init (line 11) | function init(currentState, userOptions) { FILE: lib/state/state.js function state (line 32) | function state(userOptions) {