/third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
D | team.js.test.cjs | 8 …mands/team.js TAP team add <scope:team> <user> --parseable > should output success result for pars… 16 …[`test/lib/commands/team.js TAP team create <scope:team> --parseable > should output parseable suc… 24 …`test/lib/commands/team.js TAP team destroy <scope:team> --parseable > should output parseable res… 32 …`test/lib/commands/team.js TAP team ls <scope:team> --parseable > should list users for a parseabl… 56 …orts[`test/lib/commands/team.js TAP team ls <scope> --parseable > should list teams for a parseabl… 78 …est/lib/commands/team.js TAP team rm <scope:team> <user> --parseable > should output parseable res…
|
D | ls.js.test.cjs | 19 exports[`test/lib/commands/ls.js TAP ignore missing optional deps --parseable > ls --parseable resu… 117 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=0 > should output tree containing only … 123 exports[`test/lib/commands/ls.js TAP ls --parseable --depth=1 > should output parseable containing … 130 exports[`test/lib/commands/ls.js TAP ls --parseable --dev > should output tree containing dev deps … 137 exports[`test/lib/commands/ls.js TAP ls --parseable --link > should output tree containing linked d… 142 exports[`test/lib/commands/ls.js TAP ls --parseable --long --depth=0 > should output tree containin… 151 exports[`test/lib/commands/ls.js TAP ls --parseable --long > should output tree info with descripti… 163 exports[`test/lib/commands/ls.js TAP ls --parseable --long missing/invalid/extraneous > should outp… 170 …ports[`test/lib/commands/ls.js TAP ls --parseable --long print symlink target location > should ou… 183 exports[`test/lib/commands/ls.js TAP ls --parseable --long with extraneous deps > should output lon… [all …]
|
D | profile.js.test.cjs | 18 exports[`test/lib/commands/profile.js TAP profile get <key> --parseable > should output parseable r… 22 …st/lib/commands/profile.js TAP profile get multiple args --parseable > should output parseable pro… 47 …ib/commands/profile.js TAP profile get no args --parseable > should output all profile info as par… 114 …ds/profile.js TAP profile set <key> <value> writable key --parseable > should output parseable set…
|
D | outdated.js.test.cjs | 117 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --parseable --long… 124 exports[`test/lib/commands/outdated.js TAP should display outdated deps outdated --parseable > must… 188 exports[`test/lib/commands/outdated.js TAP workspaces should display parseable results filtered by … 228 exports[`test/lib/commands/outdated.js TAP workspaces should display ws outdated deps parseable out…
|
/third_party/node/deps/npm/lib/commands/ |
D | team.js | 75 } else if (opts.parseable) { 89 } else if (opts.parseable) { 104 } else if (opts.parseable) { 119 } else if (opts.parseable) { 130 } else if (opts.parseable) { 144 } else if (opts.parseable) {
|
D | hook.js | 44 } else if (opts.parseable) { 56 } else if (opts.parseable) { 97 } else if (opts.parseable) { 109 } else if (opts.parseable) {
|
D | org.js | 72 } else if (opts.parseable) { 111 } else if (opts.parseable) { 139 } else if (opts.parseable) {
|
D | token.js | 58 } else if (conf.parseable) { 126 } else if (conf.parseable) { 148 } else if (conf.parseable) {
|
D | ls.js | 58 const parseable = this.npm.config.get('parseable') 158 : parseable 182 parseable ? parseableOutput({ seenNodes, global, long }) :
|
/third_party/node/deps/npm/test/lib/commands/ |
D | team.js | 49 config: { parseable: true }, property 100 config: { parseable: true }, property 148 config: { parseable: true }, property 212 config: { parseable: true }, property 294 config: { parseable: true }, property 355 config: { parseable: true }, property
|
D | ls.js | 1740 const parseable = { parseable: true } variable 1743 config: parseable, 1765 config: parseable, 1779 config: parseable, 1797 config: { ...parseable, long: true }, 1835 config: parseable, 1857 config: parseable, 1879 config: parseable, 1911 config: parseable, 1933 config: { ...parseable, all: false }, [all …]
|
D | outdated.js | 365 parseable: true, property 377 parseable: true, property 560 mockWorkspaces(t, { parseable: true })) property 575 mockWorkspaces(t, { parseable: true, workspace: 'a' })) property
|
D | profile.js | 92 config: { parseable: true }, property 192 config: { parseable: true }, property 230 const config = { parseable: true } property 345 const config = { parseable: true } property 517 const config = { parseable: true } property 1013 const config = { parseable: true } property
|
D | hook.js | 182 parseable: true, property 347 parseable: true, property 482 parseable: true, property 583 parseable: true, property
|
D | org.js | 183 const config = { parseable: true } property 348 const config = { parseable: true } property 514 const config = { parseable: true } property
|
D | token.js | 161 config: { registry: 'https://registry.npmjs.org', parseable: true }, property 275 config: { registry: 'https://registry.npmjs.org', parseable: true }, property 441 config: { registry: 'https://registry.npmjs.org', parseable: true }, property
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | packageJsonInfo.ts | 74 assert.isFalse(packageJsonInfo.parseable); 91 assert.isFalse(packageJsonInfo.parseable);
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-org.md | 101 #### `parseable` 106 Output parseable results from commands that write to standard output. For
|
D | npm-token.md | 23 this as JSON with `--json` or tab-separated values with `--parseable`. 74 found in your `.npmrc`), and ids as seen in the parseable or json
|
D | npm-profile.md | 100 #### `parseable` 105 Output parseable results from commands that write to standard output. For
|
D | npm-search.md | 75 #### `parseable` 80 Output parseable results from commands that write to standard output. For
|
D | npm-team.md | 127 #### `parseable` 132 Output parseable results from commands that write to standard output. For
|
D | npm-outdated.md | 123 #### `parseable` 128 Output parseable results from commands that write to standard output. For
|
/third_party/node/deps/npm/lib/utils/ |
D | format-search-stream.js | 75 if (this.#opts.parseable) {
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | docs.js.test.cjs | 1196 #### \`parseable\` 1201 Output parseable results from commands that write to standard output. For 2162 "parseable", 2303 "parseable", 2457 "parseable": false, 2530 * \`-p\`: \`--parseable\` 2531 * \`--porcelain\`: \`--parseable\` 3474 [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>] 3494 #### \`parseable\` 3558 [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth <depth>] [all …]
|