Home
last modified time | relevance | path

Searched refs:_npm (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/fixtures/
Dsandbox.js37 const _npm = Symbol('sandbox.npm') constant
88 return this[_npm] && this[_npm].config
158 if (this[_npm]) {
162 const value = this[_npm].config.defaults[name]
178 this[_npm] = undefined
188 if (this[_npm]) {
189 this[_npm].unload()
267 this[_npm] = new Npm()
268 this[_npm].output = (...args) => this[_output].push(args)
269 await this[_npm].load()
[all …]
/third_party/node/deps/npm/test/lib/
Dcli-entry.js13 exitHandlerMock.setNpm = _npm => npm = _npm argument