Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lib /
node_modules /
npm /
doc /
cli /
Delete
Unzip
Name
Size
Permission
Date
Action
npm-access.md
2.47
KB
-rw-r--r--
2017-11-28 04:37
npm-adduser.md
2.68
KB
-rw-r--r--
2017-11-03 01:22
npm-bin.md
288
B
-rw-r--r--
2017-11-03 01:22
npm-bugs.md
890
B
-rw-r--r--
2017-11-03 01:22
npm-build.md
476
B
-rw-r--r--
2017-11-03 01:22
npm-bundle.md
339
B
-rw-r--r--
2016-10-13 09:50
npm-cache.md
2.56
KB
-rw-r--r--
2017-11-03 01:22
npm-completion.md
797
B
-rw-r--r--
2017-11-03 01:22
npm-config.md
1.39
KB
-rw-r--r--
2017-11-03 01:22
npm-dedupe.md
1.33
KB
-rw-r--r--
2017-11-03 01:22
npm-deprecate.md
719
B
-rw-r--r--
2017-11-03 01:22
npm-dist-tag.md
2.71
KB
-rw-r--r--
2017-11-03 01:22
npm-docs.md
989
B
-rw-r--r--
2017-11-03 01:22
npm-doctor.md
4.54
KB
-rw-r--r--
2017-11-03 01:22
npm-edit.md
850
B
-rw-r--r--
2017-11-03 01:22
npm-explore.md
869
B
-rw-r--r--
2017-11-03 01:22
npm-help-search.md
807
B
-rw-r--r--
2017-11-03 01:22
npm-help.md
816
B
-rw-r--r--
2017-11-03 01:22
npm-init.md
978
B
-rw-r--r--
2017-09-28 04:27
npm-install-test.md
705
B
-rw-r--r--
2017-11-03 01:22
npm-install.md
16.45
KB
-rw-r--r--
2017-11-28 04:37
npm-link.md
2.36
KB
-rw-r--r--
2017-11-03 01:22
npm-logout.md
1.13
KB
-rw-r--r--
2017-11-03 01:22
npm-ls.md
2.14
KB
-rw-r--r--
2017-11-03 01:22
npm-outdated.md
3.34
KB
-rw-r--r--
2017-11-03 01:22
npm-owner.md
1.08
KB
-rw-r--r--
2017-11-03 01:22
npm-pack.md
724
B
-rw-r--r--
2017-11-03 01:22
npm-ping.md
418
B
-rw-r--r--
2017-11-03 01:22
npm-prefix.md
460
B
-rw-r--r--
2017-09-28 04:27
npm-profile.md
2.82
KB
-rw-r--r--
2017-11-03 01:22
npm-prune.md
728
B
-rw-r--r--
2017-11-03 01:22
npm-publish.md
2.66
KB
-rw-r--r--
2017-11-03 01:22
npm-rebuild.md
389
B
-rw-r--r--
2017-11-03 01:22
npm-repo.md
662
B
-rw-r--r--
2017-11-03 01:22
npm-restart.md
757
B
-rw-r--r--
2017-09-28 04:27
npm-root.md
275
B
-rw-r--r--
2017-11-03 01:22
npm-run-script.md
3.08
KB
-rw-r--r--
2017-11-28 04:37
npm-search.md
2.71
KB
-rw-r--r--
2017-11-03 01:22
npm-shrinkwrap.md
690
B
-rw-r--r--
2017-11-03 01:22
npm-star.md
461
B
-rw-r--r--
2017-11-03 01:22
npm-stars.md
458
B
-rw-r--r--
2017-11-03 01:22
npm-start.md
586
B
-rw-r--r--
2017-09-28 04:27
npm-stop.md
271
B
-rw-r--r--
2017-09-28 04:27
npm-team.md
1.75
KB
-rw-r--r--
2017-11-03 01:22
npm-test.md
296
B
-rw-r--r--
2017-11-03 01:22
npm-token.md
2.74
KB
-rw-r--r--
2017-11-28 04:37
npm-uninstall.md
1.35
KB
-rw-r--r--
2017-11-03 01:22
npm-unpublish.md
1.22
KB
-rw-r--r--
2017-11-03 01:22
npm-update.md
3.34
KB
-rw-r--r--
2017-11-03 01:22
npm-version.md
4.23
KB
-rw-r--r--
2017-11-03 01:22
npm-view.md
2.93
KB
-rw-r--r--
2017-11-03 01:22
npm-whoami.md
268
B
-rw-r--r--
2017-11-03 01:22
npm.md
5.21
KB
-rw-r--r--
2017-11-03 01:22
Save
Rename
npm-outdated(1) -- 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. In the output: * `wanted` is the maximum version of the package that satisfies the semver range specified in `package.json`. If there's no available semver range (i.e. you're running `npm outdated --global`, or the package isn't included in `package.json`), then `wanted` shows the currently-installed version. * `latest` is the version of the package tagged as latest in the registry. Running `npm publish` with no special configuration will publish the package with a dist-tag of `latest`. This may or may not be the maximum version of the package, or the most-recently published version of the package, depending on how the package's developer manages the latest dist-tag(1). * `location` is where in the dependency tree the package is located. Note that `npm outdated` defaults to a depth of 0, so unless you override that, you'll always be seeing only top-level dependencies that are outdated. * `package type` (when using `--long` / `-l`) tells you whether this package is a `dependency` or a `devDependency`. Packages not included in `package.json` are always marked `dependencies`. ### An example ``` $ npm outdated Package Current Wanted Latest Location glob 5.0.15 5.0.15 6.0.1 test-outdated-output nothingness 0.0.3 git git test-outdated-output npm 3.5.1 3.5.2 3.5.1 test-outdated-output local-dev 0.0.3 linked linked test-outdated-output once 1.3.2 1.3.3 1.3.3 test-outdated-output ``` With these `dependencies`: ```json { "glob": "^5.0.15", "nothingness": "github:othiym23/nothingness#master", "npm": "^3.5.1", "once": "^1.3.1" } ``` A few things to note: * `glob` requires `^5`, which prevents npm from installing `glob@6`, which is outside the semver range. * Git dependencies will always be reinstalled, because of how they're specified. The installed committish might satisfy the dependency specifier (if it's something immutable, like a commit SHA), or it might not, so `npm outdated` and `npm update` have to fetch Git repos to check. This is why currently doing a reinstall of a Git dependency always forces a new clone and install. * `npm@3.5.2` is marked as "wanted", but "latest" is `npm@3.5.1` because npm uses dist-tags to manage its `latest` and `next` release channels. `npm update` will install the _newest_ version, but `npm install npm` (with no semver range) will install whatever's tagged as `latest`. * `once` is just plain out of date. Reinstalling `node_modules` from scratch or running `npm update` will bring it up to spec. ## CONFIGURATION ### json * Default: false * Type: Boolean Show information in JSON format. ### long * Default: false * Type: Boolean Show extended information. ### parseable * Default: false * Type: Boolean Show parseable output instead of tree view. ### global * Default: false * Type: Boolean Check packages in the global install prefix instead of in the current project. ### depth * Default: 0 * Type: Int Max depth for checking dependency tree. ## SEE ALSO * npm-update(1) * npm-dist-tag(1) * npm-registry(7) * npm-folders(5)