UNPKG

npm

Version:

a package manager for JavaScript

11 lines (8 loc) 358 B
const AllowScriptsCmd = require('../utils/allow-scripts-cmd.js') class ApproveScripts extends AllowScriptsCmd { static description = 'Approve install scripts for specific dependencies' static name = 'approve-scripts' static usage = ['<pkg> [<pkg> ...]', '--all', '--allow-scripts-pending'] static verb = 'approve' } module.exports = ApproveScripts