Lines Matching refs:info
17 var info = { class
55 info.url = res.url;
56 info.length = res.length;
57 info.module_name = res.module_name;
58 info.version = res.version;
59 info.hash = res.hash;
60 info.hashType = res.hash_type;
63 url: info.url,
64 store_path: info.store_path
69 console.log(info.hashType);
71 length: info.length,
72 hash_type: info.hashType,
73 hash: info.hash,
74 store_path: info.store_path
80 length: info.length,
81 store_path: info.store_path,
82 install_path: info.install_path