Lines Matching defs:body
27 function hash(algo, body) {
31 h.update(body);
36 h.update(body.replace('\n', '\r\n'));
128 for (const [resourcePath, { body, integrities }] of Object.entries(
138 fs.writeFileSync(filePath, body, 'utf8');
285 body: '',
290 resources[depPath].body += '\n// INVALID INTEGRITY';
303 body: parentBody[parentFormat],
307 resources[parentPath].body += '\n// INVALID INTEGRITY';
317 body: workerSpawningBody,
341 body: packageBody,