Searched refs:npmManifest (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/npm/test/lib/commands/ |
D | doctor.js | 15 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/ |
D | install.js | 114 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…
|