()
| 269 | exports.getInstalled = () => ({ ...installed }); |
| 270 | |
| 271 | const commitManifest = () => fs.writeFileSync(manifestPath, JSON.stringify(installed, null, 2)); |
| 272 | |
| 273 | exports.install = (name, def, { version } = {}) => { |
| 274 | if (exports.isInstalled(name, version)) { |
no outgoing calls
no test coverage detected