I have a use case were I want to have some sort of authentication when resolving through each node. This requires the local resolver to have access to the authentication data.
It seems that the options object could transport any arbitrary data and could fit my purpose as well as other ones. Right now the options object is not passed down to resolver.resolve(binaryBlob, path, callback
I'm opening this issue as it was suggested by @vmx here