| /third_party/node/deps/npm/test/lib/commands/ |
| D | version.js | 118 workspaces: ['workspace-a', 'workspace-b'], property 136 config: { workspaces: true }, property 161 workspaces: ['workspace-a', 'workspace-b'], property 205 workspaces: ['workspace-a', 'workspace-b', 'workspace-c'], property 227 config: { workspaces: true }, property 251 workspaces: ['workspace-a', 'workspace-b'], property 269 config: { workspaces: true }, property 289 workspaces: ['workspace-a', 'workspace-b'], property 313 workspaces: true, property 328 const { version } = await mockNpm(t, { config: { workspaces: true } }) property [all …]
|
| D | dist-tag.js | 10 workspaces: ['workspace-a', 'workspace-b', 'workspace-c'], property 198 const mockWorkspaces = async (t, exec = [], workspaces = true, prefixDir = {}) => { argument 204 config: workspaces === true ? { workspaces } : { workspace: workspaces }, field 258 workspaces: ['workspace-a', 'workspace-b', 'workspace-c', 'workspace-d'], property
|
| D | docs.js | 47 workspaces: { property 51 workspaces: ['workspace-a', 'workspace-b', 'workspace-c'], property 128 config: { workspaces: true }, property
|
| D | view.js | 493 workspaces: ['test-workspace-a', 'test-workspace-b'], property 512 config: { unicode: false, workspaces: true }, property 530 config: { unicode: false, workspaces: true, json: true }, property 539 config: { unicode: false, workspaces: true }, property 548 config: { unicode: false, workspaces: true }, property 557 config: { unicode: false, workspaces: true, json: true }, property 566 config: { unicode: false, workspaces: true, json: true }, property 584 config: { unicode: false, workspaces: true }, property
|
| D | run-script.js | 521 workspaces = true, argument 579 workspaces: ['packages/*'], property 621 const { outputs } = await mockWorkspaces(t, { workspaces: ['a', 'b'] }) property 633 const { outputs } = await mockWorkspaces(t, { workspaces: ['./packages/a'] }) property 642 const { outputs } = await mockWorkspaces(t, { workspaces: ['./packages'] }) property 821 workspaces: ['a', 'b', 'c', 'd'], property 843 mockWorkspaces(t, { workspaces: ['foo', 'bar'] }), property 870 workspaces: ['c'], property 893 workspaces: ['a', 'b'], property
|
| D | explain.js | 164 const mockWorkspaces = async (t, exec = [], workspaces = true) => { argument 170 workspaces: ['packages/*'], property 229 ...(typeof workspaces === 'boolean' ? { workspaces } : { workspace: workspaces }), field
|
| D | init.js | 297 workspaces: ['packages/a'], property 368 workspaces: ['b'], property 392 workspaces: ['b'], property
|
| /third_party/node/deps/npm/lib/commands/ |
| D | version.js | 25 static workspaces = true field in Version 139 async update (workspaces) { argument 151 workspaces, property
|
| D | pack.js | 21 static workspaces = true field in Pack 54 workspaces: this.workspacePaths, property
|
| D | init.js | 39 static workspaces = true field in Init 211 workspaces: [ property 242 workspaces, property
|
| D | prune.js | 26 workspaces: this.workspaceNames, property
|
| D | dedupe.js | 44 workspaces: this.workspaceNames, property
|
| D | publish.js | 37 static workspaces = true field in Publish 88 workspaces: this.workspacePaths, property
|
| D | update.js | 61 workspaces: this.workspaceNames, property
|
| D | uninstall.js | 49 workspaces: this.workspaceNames, property
|
| D | query.js | 44 static workspaces = true field in Query
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
| D | index.js | 87 workspaces: options.workspaces || [], property 108 workspaceNodes (tree, workspaces) { argument 140 workspaceDependencySet (tree, workspaces, includeWorkspaceRoot) { argument
|
| /third_party/node/deps/npm/lib/ |
| D | lifecycle-cmd.js | 8 static workspaces = true field in LifecycleCmd
|
| D | arborist-cmd.js | 20 static workspaces = true field in ArboristCmd
|
| D | package-url-cmd.js | 19 static workspaces = true field in PackageUrlCommand
|
| /third_party/node/deps/npm/lib/workspaces/ |
| D | update-workspaces.js | 10 workspaces, property
|
| D | get-workspaces.js | 14 const workspaces = await mapWorkspaces({ cwd: path, pkg }) constant
|
| /third_party/node/deps/npm/test/lib/ |
| D | load-all-commands.js | 17 workspaces: 0, property
|
| D | npm.js | 214 workspaces: ['./packages/*'], property 255 workspaces: ['./packages/*'], property 308 workspaces: ['./packages/*'], property 580 workspaces: ['./packages/a'], property 613 workspaces: ['./packages/a'], property 647 workspaces: ['./packages/a'], property
|
| /third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
| D | node.js | 72 #workspaces field in Node 286 get workspaces () { getter in Node 290 set workspaces (workspaces) { setter in Node
|