Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ resetdeps
Function
resetdeps
scripts/publish.js:9–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
const
fs = require(
'fs'
).promises
8
9
const
resetdeps = () => npm(
'run'
,
'resetdeps'
)
10
11
const
op = () => spawn(
'op'
,
'item'
,
'get'
,
'npm'
,
'--otp'
, { out: true, ok: true })
12
Callers
1
main
Function · 0.85
Calls
1
npm
Function · 0.85
Tested by
no test coverage detected