Searched refs:_npm (Results 1 – 2 of 2) sorted by relevance
37 const _npm = Symbol('sandbox.npm') constant93 return this[_npm] && this[_npm].config163 if (this[_npm]) {166 const value = this[_npm].config.defaults[name]173 const value = this[_npm].config.defaults[name]189 this[_npm] = undefined199 if (this[_npm]) {200 this[_npm].unload()278 this[_npm] = new Npm()279 this[_npm].output = (...args) => this[_output].push(args)[all …]
13 exitHandlerMock.setNpm = _npm => npm = _npm argument