MCPcopy Create free account
hub / github.com/npm/cli / util.js

File util.js

scripts/util.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const fsp = require('node:fs/promises')
2const { resolve, join, relative } = require('node:path')
3const { formatWithOptions } = require('node:util')
4const { log } = require('proc-log')

Callers

nothing calls this directly

Calls 8

resolveFunction · 0.85
getArgsFunction · 0.85
spawnFunction · 0.85
npmFunction · 0.85
pushMethod · 0.80
popMethod · 0.80
rmMethod · 0.45
createMethod · 0.45

Tested by

no test coverage detected