/third_party/node/deps/npm/test/need-npm5-update/ |
D | move-no-clobber-dest-node-modules.js | 10 function fixturepath () { function 57 modc: fixturepath('modc@1.0.0') 70 moda: fixturepath('moda@1.0.1'), 71 modb: fixturepath('modb@1.0.0') 79 _requested: { rawSpec: fixturepath('moda@1.0.0') }, 81 modb: fixturepath('modb@1.0.0') 111 common.npm('install', {cwd: fixturepath('modb@1.0.0')}, function (err, code, stdout, stderr) { 115 cwd: fixturepath('node_modules', 'moda') 128 exists(t, fixturepath('node_modules', 'moda'), 'moda') 129 exists(t, fixturepath('node_modules', 'modb'), 'modb') [all …]
|
D | legacy-array-bin.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-array-bin') variable 48 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 60 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 74 fixture.create(fixturepath) 78 fixture.remove(fixturepath)
|
D | legacy-dir-bin.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-dir-bin') variable 48 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 59 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 73 fixture.create(fixturepath) 77 fixture.remove(fixturepath)
|
D | legacy-optional-deps.js | 10 var fixturepath = path.resolve(basepath, 'npm-test-optional-deps') variable 51 common.npm(opts.concat(['install', fixturepath]), {cwd: basepath}, installCheckAndTest) 73 fixture.create(fixturepath) 78 fixture.remove(fixturepath)
|
/third_party/node/deps/npm/test/tap/ |
D | ls.js | 7 var fixturepath = path.resolve(basepath, 'npm-test-files') variable 8 var pkgpath = path.resolve(fixturepath, 'npm-test-ls') 80 cwd: path.join(fixturepath, 'npm-test-ls') 118 cwd: path.join(fixturepath, 'npm-test-ls') 155 cwd: path.join(fixturepath, 'npm-test-ls') 207 fixture.create(fixturepath) 209 cwd: path.join(fixturepath, 'npm-test-ls') 218 fixture.remove(fixturepath)
|
D | legacy-missing-bindir.js | 9 var fixturepath = path.resolve(basepath, 'npm-test-missing-bindir') variable 47 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 54 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 71 fixture.create(fixturepath) 76 fixture.remove(fixturepath)
|
D | legacy-test-package.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-test-package') variable 35 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 46 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 63 fixture.create(fixturepath) 68 fixture.remove(fixturepath)
|
D | legacy-ignore-nested-nm.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-ignore-nested-nm') variable 35 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 43 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 58 fixture.create(fixturepath) 62 fixture.remove(fixturepath)
|
D | legacy-platform-all.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-platform-all') variable 55 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 71 fixture.create(fixturepath) 75 fixture.remove(fixturepath)
|
D | legacy-private.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-private') variable 34 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 51 fixture.create(fixturepath) 56 fixture.remove(fixturepath)
|
D | legacy-platform.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-platform') variable 41 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 57 fixture.create(fixturepath) 62 fixture.remove(fixturepath)
|
D | bundled-dependencies.js | 10 var fixturepath = path.resolve(basepath, 'npm-test-bundled-deps') variable 83 fixture.create(fixturepath) 85 common.npm(['pack', fixturepath], {cwd: basepath}, extractAndCheck) 97 fixture.remove(fixturepath)
|
D | pack-files-and-ignores.js | 10 var fixturepath = path.resolve(basepath, 'npm-test-files') variable 678 fixture.create(fixturepath) 680 common.npm(['pack', fixturepath], {cwd: basepath}, extractAndCheck) 692 fixture.remove(fixturepath)
|
/third_party/node/deps/npm/test/network/ |
D | legacy-bundled-git.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-bundled-git') variable 69 common.npm(['install', '--global-style', fixturepath], {cwd: basepath}, installCheckAndTest) 79 common.npm(['rm', fixturepath], {cwd: basepath}, removeCheckAndDone) 93 fixture.create(fixturepath) 97 fixture.remove(fixturepath)
|
D | legacy-url-dep.js | 8 var fixturepath = path.resolve(basepath, 'npm-test-url-dep') variable 37 common.npm(['install', fixturepath], {cwd: basepath}, installCheckAndTest) 52 fixture.create(fixturepath) 57 fixture.remove(fixturepath)
|