Home
last modified time | relevance | path

Searched refs:cachedir (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/npm/test/tap/
Ddebug-logs.js13 var cachedir = common.cache variable
56 … t.matches(path.relative(cachedir, logfile), /^_logs/, 'debug log is inside the cache in _logs')
78 var files = glob.sync(path.join(cachedir, '_logs', '*'))
85 var files = glob.sync(path.join(cachedir, '_logs', '*'))
90 var files = glob.sync(path.join(cachedir, '_logs', '*'))
Dprepublish-only.js14 var cachedir = common.cache variable
18 'npm_config_cache': cachedir,
74 '--cache', cachedir,
Dinstall-package-lock-only.js13 var cachedir = common.cache variable
23 npm_config_cache: cachedir,
34 npm_config_cache: cachedir,
Danon-cli-metrics.js14 var cachedir = common.cache variable
17 var metricsFile = path.join(cachedir, 'anonymous-cli-metrics.json')
22 npm_config_cache: cachedir,
Dinstall-scoped-with-bundled-dependency.js11 var cachedir = common.cache variable
18 npm_config_cache: cachedir,
Dsave-optional.js13 const cachedir = common.cache constant
21 npm_config_cache: cachedir,
Doutdated-remote.js11 const cachedir = common.cache constant
18 npm_config_cache: cachedir,
Dupgrade-lifecycles.js11 var cachedir = common.cache variable
18 npm_config_cache: cachedir,
D404.js14 const cachedir = common.cache constant
19 npm_config_cache: cachedir,
Dshrinkwrap-default-dev.js12 var cachedir = common.cache variable
19 npm_config_cache: cachedir,
Dshrinkwrap-optional-platform.js11 var cachedir = common.cache variable
18 npm_config_cache: cachedir,
Dlockfile-http-deps.js13 var cachedir = common.cache variable
20 npm_config_cache: cachedir,
Dshrinkwrap-lifecycle-cwd.js12 var cachedir = common.cache variable
19 npm_config_cache: cachedir,
Dls-peer.js11 const cachedir = common.cache constant
18 npm_config_cache: cachedir,
Doutdated-latest.js12 const cachedir = common.cache constant
19 npm_config_cache: cachedir,
Dinvalid-dep-version-filtering.js11 var cachedir = common.cache variable
114 '--cache', cachedir,
Dupdate-symlink.js13 const cachedir = common.cache constant
20 npm_config_cache: cachedir,
Ddedupe-git-semver.js42 const cachedir = common.cache constant
48 cache: cachedir,
Dtagged-version-matching.js12 var cachedir = common.cache variable
19 npm_config_cache: cachedir,
Dgit-npmignore.js45 var cachedir = common.cache variable
59 npm_config_cache: cachedir
Dshrinkwrap-local-dependency.js12 var cachedir = common.cache variable
13 var config = ['--cache=' + cachedir, '--loglevel=error']
Dci-header.js13 var cachedir = common.cache variable
25 npm_config_cache: cachedir,
/third_party/node/deps/npm/test/need-npm5-update/need-outdated/
Dupdate-symlink.js12 var cachedir = path.join(testdir, 'cache') variable
16 'npm_config_cache': cachedir,
36 mkdirp.sync(cachedir)
/third_party/node/deps/npm/scripts/
Dmaketest35 const cachedir = path.join(basedir, 'cache')
42 npm_config_cache: cachedir,
/third_party/node/deps/npm/test/need-npm5-update/
Dpeer-deps-toplevel.js12 var cachedir = path.join(basedir, 'cache') variable
19 npm_config_cache: cachedir,

12