This is the command npm-outdated that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
プログラム:
NAME
npm-outdated - Check for outdated packages
SYNOPSIS
npm outdated [[<@scope>/]<pkg> ...]
DESCRIPTION
This command will check the registry to see if any (or, specific) installed packages are
currently outdated.
The resulting field ´wanted´ shows the latest version according to the version specified
in the package.json, the field ´latest´ the very latest version of the package.
CONFIGURATION
JSON
・デフォルト:false
・タイプ:ブール値
JSON形式で情報を表示します。
長い
・デフォルト:false
・タイプ:ブール値
拡張情報を表示します。
解析可能
・デフォルト:false
・タイプ:ブール値
ツリービューの代わりに解析可能な出力を表示します。
全体的な
・デフォルト:false
・タイプ:ブール値
Check packages in the global install prefix instead of in the current project.
深さ
・タイプ:Int
Max depth for checking dependency tree.
Use npm-outdated online using onworks.net services