Home
last modified time | relevance | path

Searched refs:npmManifest (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/test/lib/commands/
Ddoctor.js15 const npmManifest = (version) => { function
92 .get('/npm').reply(200, npmManifest(npm.version))
111 .get('/npm').reply(200, npmManifest(npm.version))
130 .get('/npm').reply(200, npmManifest(npm.version))
164 .get('/npm').reply(200, npmManifest(npm.version))
185 .get('/npm').reply(200, npmManifest(npm.version))
201 .get('/npm').reply(200, npmManifest(npm.version))
217 .get('/npm').reply(200, npmManifest(npm.version))
233 .get('/npm').reply(200, npmManifest('2.0.0'))
258 .get('/npm').reply(200, npmManifest(npm.version))
[all …]
/third_party/node/deps/npm/lib/commands/
Dinstall.js114 const npmManifest = await pacote.manifest(npmInstall, npmOptions)
116 checks.checkEngine(npmManifest, npmManifest.version, process.version)
122 …`Forcing global npm install with incompatible version ${npmManifest.version} into node ${process.v…