Lines Matching defs:body
27 function hash(algo, body) {
31 h.update(body);
36 h.update(body.replace('\n', '\r\n'));
111 for (const [resourcePath, { body, integrities }] of Object.entries(
121 fs.writeFileSync(filePath, body, 'utf8');
268 body: '',
273 resources[depPath].body += '\n// INVALID INTEGRITY';
286 body: parentBody[parentFormat],
290 resources[parentPath].body += '\n// INVALID INTEGRITY';
319 body: packageBody,