CommonJS = is a specification for a module format/pattern in javascript where dependencies between two modules is defined or established using the keywords 'exports' and 'require' .
SystemJS & RequireJS are module loaders that are built using the implementation of few module pattern specifications including CommonJS (they also support other module formats like AMD and ES6)