npm is creating single line ".cmd" files through this package that do not start with an "@", which causes the command it contains to be echoed to the console.
C:\>test a b c
C:\>"C:\Users\SkyLined\AppData\Roaming\npm\\node_modules\test\test.js" a b c
This is a test
C:\>
npm is creating single line ".cmd" files through this package that do not start with an "@", which causes the command it contains to be echoed to the console.
I've created a pull request to fix this.