Get the version string from the nearest package.json relative to the caller's module URL.
package.json
The import.meta.url of the calling module.
import.meta.url
The version field, or 'unknown' on any error.
version
'unknown'
Get the version string from the nearest
package.jsonrelative to the caller's module URL.