Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ title
Method
title
deps/npm/lib/commands/run.js:194–194 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
192
const
{ reset, bold, cyan, dim, blue } = this.npm.chalk
193
const
pkgId = `in ${cyan(_id || name)}`
194
const
title = (t) => reset(bold(t))
195
196
if
(cmds.length) {
197
output.standard(`${title(
'Lifecycle scripts'
)} included ${pkgId}:`)
Callers
1
#writeLog
Method · 0.45
Calls
1
reset
Function · 0.50
Tested by
no test coverage detected