| 43 | .replace(/"size": [0-9]*,/g, '"size": "{size}",') |
| 44 | |
| 45 | const cleanPackumentCache = str => str |
| 46 | .replace(/heap:[0-9]*/g, 'heap:{heap}') |
| 47 | .replace(/maxSize:[0-9]*/g, 'maxSize:{maxSize}') |
| 48 | .replace(/maxEntrySize:[0-9]*/g, 'maxEntrySize:{maxEntrySize}') |
| 49 | |
| 50 | module.exports = { |
| 51 | cleanCwd, |