console.info(`ignoring lockfile entry "${split[0]}" which points at path "${split[1]}"`)
return
}elseif (split.length>2){
thrownewError(`The lockfile entry key "${pkg.key}" contains "${fileMarker}" more than once. Processing is not implemented.`)
}
if (pkg.resolved===undefined){
thrownewError(`The lockfile entry with key "${pkg.key}" cannot be downloaded because it is missing the "resolved" attribute, which should contain the URL to download from. The lockfile might be invalid.`)