Commit dist files

This commit is contained in:
Federico Grandi
2019-12-20 22:58:12 +01:00
parent 08a333fd51
commit ff8ca18c9f
216 changed files with 16147 additions and 0 deletions

29
node_modules/shelljs/commands.js generated vendored Normal file
View File

@@ -0,0 +1,29 @@
module.exports = [
'cat',
'cd',
'chmod',
'cp',
'dirs',
'echo',
'exec',
'find',
'grep',
'head',
'ln',
'ls',
'mkdir',
'mv',
'pwd',
'rm',
'sed',
'set',
'sort',
'tail',
'tempdir',
'test',
'to',
'toEnd',
'touch',
'uniq',
'which',
];