Searched refs:_npm (Results 1 – 2 of 2) sorted by relevance
37 const _npm = Symbol('sandbox.npm') constant88 return this[_npm] && this[_npm].config158 if (this[_npm]) {162 const value = this[_npm].config.defaults[name]178 this[_npm] = undefined188 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 …]
13 exitHandlerMock.setNpm = _npm => npm = _npm argument