Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ pkg.js
File
pkg.js
deps/npm/test/lib/commands/pkg.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ resolve } = require(
'node:path'
)
2
const
{ readFileSync } = require(
'node:fs'
)
3
const
t = require(
'tap'
)
4
const
_mockNpm = require(
'../../fixtures/mock-npm'
)
Callers
nothing calls this directly
Calls
8
cleanCwd
Function · 0.85
readPackageJson
Function · 0.85
mockWorkspace
Function · 0.85
mockNpm
Function · 0.70
mockWorkspaces
Function · 0.70
parse
Method · 0.65
require
Function · 0.50
test
Method · 0.45
Tested by
no test coverage detected