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
93 return this[_npm] && this[_npm].config
163 if (this[_npm]) {
166 const value = this[_npm].config.defaults[name]
173 const value = this[_npm].config.defaults[name]
189 this[_npm] = undefined
199 if (this[_npm]) {
200 this[_npm].unload()
278 this[_npm] = new Npm()
279 this[_npm].output = (...args) => this[_output].push(args)
[all …]
/third_party/node/deps/npm/test/lib/
Dcli-entry.js13 exitHandlerMock.setNpm = _npm => npm = _npm argument