| D | index.js | 7 function checkEngine (target, npmVer, nodeVer, force, strict, cb) { argument 9 var eng = target.engines 15 target._id, eng, {node: nodev, npm: npmVer})) 18 er.pkgid = target._id 29 function checkPlatform (target, force, cb) { argument 39 if (target.os) { 40 osOk = checkList(platform, target.os) 42 if (target.cpu) { 43 cpuOk = checkList(arch, target.cpu) 47 target._id, target, {os: platform, cpu: arch})) [all …]
|