Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ exec
Method
exec
deps/npm/lib/commands/ll.js:7–10 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
5
static usage = [
'[[<@scope>/]<pkg> ...]'
]
6
7
async
exec (args) {
8
this.npm.config.set(
'long'
, true)
9
return
super.exec(args)
10
}
11
}
12
13
module.exports = LL
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected