/opt/canhelp/node_modules/browserslist
NameSizeModeActions
browser.js11170644editdlrm
cli.js43470755editdlrm
error.d.ts1550644editdlrm
error.js2990644editdlrm
index.d.ts49610644editdlrm
index.js381690644editdlrm
LICENSE11180644editdlrm
node.js134810644editdlrm
package.json11120644editdlrm
parse.js17890644editdlrm
README.md24270644editdlrm
Edit: /opt/canhelp/node_modules/browserslist/error.js (299B)
function BrowserslistError(message) { this.name = 'BrowserslistError' this.message = message this.browserslist = true if (Error.captureStackTrace) { Error.captureStackTrace(this, BrowserslistError) } } BrowserslistError.prototype = Error.prototype module.exports = BrowserslistError