Home
last modified time | relevance | path

Searched refs:parseable (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dteam.js.test.cjs8 …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…
Dls.js.test.cjs19 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 …]
Dprofile.js.test.cjs18 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…
Doutdated.js.test.cjs117 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/
Dteam.js75 } 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) {
Dhook.js44 } else if (opts.parseable) {
56 } else if (opts.parseable) {
97 } else if (opts.parseable) {
109 } else if (opts.parseable) {
Dorg.js72 } else if (opts.parseable) {
111 } else if (opts.parseable) {
139 } else if (opts.parseable) {
Dtoken.js58 } else if (conf.parseable) {
126 } else if (conf.parseable) {
148 } else if (conf.parseable) {
Dls.js58 const parseable = this.npm.config.get('parseable')
158 : parseable
182 parseable ? parseableOutput({ seenNodes, global, long }) :
/third_party/node/deps/npm/test/lib/commands/
Dteam.js49 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
Dls.js1740 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 …]
Doutdated.js365 parseable: true, property
377 parseable: true, property
560 mockWorkspaces(t, { parseable: true })) property
575 mockWorkspaces(t, { parseable: true, workspace: 'a' })) property
Dprofile.js92 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
Dhook.js182 parseable: true, property
347 parseable: true, property
482 parseable: true, property
583 parseable: true, property
Dorg.js183 const config = { parseable: true } property
348 const config = { parseable: true } property
514 const config = { parseable: true } property
Dtoken.js161 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/
DpackageJsonInfo.ts74 assert.isFalse(packageJsonInfo.parseable);
91 assert.isFalse(packageJsonInfo.parseable);
/third_party/node/deps/npm/docs/content/commands/
Dnpm-org.md101 #### `parseable`
106 Output parseable results from commands that write to standard output. For
Dnpm-token.md23 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
Dnpm-profile.md100 #### `parseable`
105 Output parseable results from commands that write to standard output. For
Dnpm-search.md75 #### `parseable`
80 Output parseable results from commands that write to standard output. For
Dnpm-team.md127 #### `parseable`
132 Output parseable results from commands that write to standard output. For
Dnpm-outdated.md123 #### `parseable`
128 Output parseable results from commands that write to standard output. For
/third_party/node/deps/npm/lib/utils/
Dformat-search-stream.js75 if (this.#opts.parseable) {
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs1196 #### \`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 …]

12