Lines Matching defs:body
27 function hash(algo, body) {
31 h.update(body);
36 h.update(body.replace('\n', '\r\n'));
110 for (const [resourcePath, { body, integrities }] of Object.entries(
120 fs.writeFileSync(filePath, body, 'utf8');
278 body: '',
283 resources[depPath].body += '\n// INVALID INTEGRITY';
297 body: parentBody[parentFormat],
301 resources[parentPath].body += '\n// INVALID INTEGRITY';
332 body: packageBody,