MCPcopy Create free account
hub / github.com/nodejs/node / global

Method global

deps/npm/lib/npm.js:442–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 }
441
442 get global () {
443 return this.config.get('global') || this.config.get('location') === 'global'
444 }
445
446 get silent () {
447 return this.flatOptions.silent

Calls 1

getMethod · 0.65

Tested by 1

testFunction · 0.64