Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
fsp = require(
'node:fs/promises'
)
2
const
{ resolve, join, relative } = require(
'node:path'
)
3
const
{ formatWithOptions } = require(
'node:util'
)
4
const
{ log } = require(
'proc-log'
)
Callers
nothing calls this directly
Calls
8
resolve
Function · 0.85
getArgs
Function · 0.85
spawn
Function · 0.85
npm
Function · 0.85
push
Method · 0.80
pop
Method · 0.80
rm
Method · 0.45
create
Method · 0.45
Tested by
no test coverage detected