static Map<dynamic, dynamic> fromPath(String path) { final file = di<FileSystem>().file(path); return fromFile(file); }