Lines Matching refs:_npm
37 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()
271 const cmd = this[_npm].argv.shift()
272 return this[_npm].exec(cmd, this[_npm].argv)
320 this[_npm] = new Npm()
321 this[_npm].output = (...args) => this[_output].push(args)
322 await this[_npm].load()