/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-outdated.md | 3 title: npm-outdated 4 description: Check for outdated packages 7 # npm-outdated(1) 9 ## Check for outdated packages 14 npm outdated [[<@scope>/]<pkg> ...] 20 packages are currently outdated. 26 you're running `npm outdated --global`, or the package isn't included in 34 `npm outdated` defaults to a depth of 0, so unless you override that, you'll 35 always be seeing only top-level dependencies that are outdated. 46 $ npm outdated [all …]
|
D | npm-update.md | 124 package that is `outdated` -- that is, has a version that is different from 136 * [npm outdated](/cli-commands/npm-outdated)
|
D | npm-ls.md | 128 * [npm outdated](/cli-commands/npm-outdated)
|
/third_party/node/deps/npm/lib/ |
D | update.js | 10 const outdated = Bluebird.promisify(npm.commands.outdated) constant 17 update.completion = npm.commands.outdated.completion 28 return outdated(args, true).then((rawOutdated) => { 29 const outdated = rawOutdated.map(function (ww) { 41 const wanted = outdated.filter(function (ww) {
|
D | outdated.js | 17 module.exports = outdated 19 outdated.usage = 'npm outdated [[<@scope>/]<pkg> ...]' 21 outdated.completion = require('./utils/completion/installed-deep.js') 85 function outdated (args, silent, cb) { function
|
/third_party/node/deps/npm/test/tap/ |
D | outdated-bad-read-tree.js | 12 var outdated = requireInject('../../lib/outdated.js', { 17 outdated([], function (err) {
|
D | outdated-depth.js | 52 npm.outdated(function (err, d) { 61 npm.outdated(function (err, d) {
|
D | update-path.js | 12 outdated: function (args, silent, cb) { method
|
D | outdated-git.js | 36 npm.commands.outdated([], function (er, d) {
|
D | outdated-long.js | 77 npm.outdated(function (er, d) {
|
D | outdated.js | 101 npm.outdated(function (er, d) {
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/ |
D | History.md | 7 * Update package.json - outdated debug version (#7) 47 * package: update outdated deps
|
/third_party/flatbuffers/conan/travis/ |
D | install.sh | 8 brew outdated pyenv || brew upgrade pyenv
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/ |
D | History.md | 32 * README: remove outdated `secureEndpoint` reference 62 * package: update outdated dependencies
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 592 node_modules/npm/lib/outdated.js(36,16): error TS2339: Property 'config' does not exist on type 'Ev… 593 node_modules/npm/lib/outdated.js(71,30): error TS2339: Property 'dir' does not exist on type 'Event… 594 node_modules/npm/lib/outdated.js(74,11): error TS2339: Property 'config' does not exist on type 'Ev… 595 node_modules/npm/lib/outdated.js(74,49): error TS2339: Property 'config' does not exist on type 'Ev… 596 node_modules/npm/lib/outdated.js(85,15): error TS2339: Property 'config' does not exist on type 'Ev… 597 node_modules/npm/lib/outdated.js(87,22): error TS2339: Property 'config' does not exist on type 'Ev… 598 node_modules/npm/lib/outdated.js(100,17): error TS2339: Property 'color' does not exist on type 'Ev… 599 node_modules/npm/lib/outdated.js(129,12): error TS2339: Property 'config' does not exist on type 'E… 600 node_modules/npm/lib/outdated.js(141,11): error TS2339: Property 'color' does not exist on type 'Ev… 601 node_modules/npm/lib/outdated.js(182,14): error TS2339: Property 'config' does not exist on type 'E… [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/Xcode/Specifications/ |
D | gyp.pbfilespec | 7 outdated documentation at:
|
/third_party/node/tools/gyp/tools/Xcode/Specifications/ |
D | gyp.pbfilespec | 7 outdated documentation at:
|
/third_party/node/deps/npm/test/need-npm5-update/ |
D | outdated-include-devdependencies.js | 39 npm.outdated(function (er, d) {
|
D | outdated-depth-integer.js | 64 npm.outdated(function (err, d) {
|
D | outdated-new-versions.js | 43 npm.outdated(function (er, d) {
|
D | outdated-private.js | 68 npm.outdated(function (er, d) {
|
/third_party/node/deps/npm/changelogs/ |
D | CHANGELOG-1.md | 84 outdated: Don't show headings if there's nothing to output 87 outdated: Default to `latest` rather than `*` for unspecified deps 207 build: remove outdated `docpublish` make target 252 outdated: Don't show headings if there's nothing to output 255 outdated: Default to `latest` rather than `*` for unspecified deps 516 * Fix `npm outdated` to respect the `color` configuration option. 519 * Fix `npm outdated --parseable`. 701 * Added a `--json` mode to `npm outdated` to give a parseable output. 704 * Made `npm outdated` much prettier and more useful. It now outputs a 708 * Added the `--depth` option to `npm outdated`, so that e.g. you can do `npm [all …]
|
/third_party/ltp/testcases/kernel/device-drivers/ |
D | README | 14 are outdated and need to be upgraded.
|
/third_party/openssl/doc/man3/ |
D | X509_check_ca.pod | 24 B<basicConstraints>, and 5 if it has outdated Netscape Certificate Type
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | Makefile.am | 67 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
|