node
-
- Dependency tree npm ls --all
- Overriding a dependency version https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
- Find all versions of package npm view vega-lite versions
- Install a local package eg way
- NPM latest version of a package npm view {pkg} version
- equiv of lein ancient npm outdated Note: shows only toplevel, outdated packages. -a shows the whole tree, no option to do what you obviously want