Hope this hasn't been raised before, i did search.. Everyone has done this: ``` var thing = require('../../../../thing'); ``` Why not add a symbol that resolves to the closest package.json? ``` var thing = require('^/thing'); ``` Doesn't have to be a ^.