Lines Matching refs:info
14 var info = { class
49 info.url = res.url;
50 info.length = res.length;
51 info.module_name = res.module_name;
52 info.version = res.version;
53 info.hash = res.hash;
54 info.hashType = res.hash_type;
57 url: info.url,
58 store_path: info.store_path
63 console.log(info.hashType);
65 length: info.length,
66 hash_type: info.hashType,
67 hash: info.hash,
68 store_path: info.store_path
74 length: info.length,
75 store_path: info.store_path,
76 install_path: info.install_path