{"_id":"spawn-cmd","_rev":"9-fe5a5cbdb83692c639d75f01750c7e7a","name":"spawn-cmd","description":"Wraps child_process.spawn with 'cmd /c <command>' when it's a windows machine","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"spawn-cmd","version":"0.0.1","description":"Wraps child_process.spawn with 'cmd /c <command>' when it's a windows machine","main":"spawn.js","scripts":{"test":"node_modules/.bin/pogo -c ./spawn.pogo && node_modules/.bin/mocha ./test/spawn_test.pogo"},"repository":{"type":"git","url":"https://github.com/featurist/spawn-cmd.git"},"keywords":["windows","child_process"],"author":{"name":"@joshski"},"license":"BSD","devDependencies":{"should":"~2.1.0","mocha":"~1.14.0","pogo":"~0.6.2"},"_id":"spawn-cmd@0.0.1","dist":{"shasum":"c7f3f079454cba4b45d4f47634a5eb0a010a520c","tarball":"https://registry.npmjs.org/spawn-cmd/-/spawn-cmd-0.0.1.tgz","integrity":"sha512-u93jPbZ5pZa/5jYmKRtfBY9Zw4ghwYOTzC90QBnK5mDeBy+3jOOy4nniy6SYGPvCO4GsK+IjX8uNmCO6l03cTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHUjQUskXpEWxAO2NH9+92iP6wDOoUuh1e/WMFRs1z2TAiEAr5okMSEskVKDLmFR+wLT8yVzZtP3UtrAHfAJHRScdjE="}]},"_npmVersion":"1.1.63","_npmUser":{"name":"joshski","email":"josh@featurist.co.uk"},"maintainers":[{"name":"joshski","email":"josh@featurist.co.uk"}]},"0.0.2":{"name":"spawn-cmd","version":"0.0.2","description":"Wraps child_process.spawn with 'cmd /c <command>' when it's a windows machine","main":"spawn.js","scripts":{"test":"node_modules/.bin/pogo -c ./spawn.pogo && node_modules/.bin/mocha ./test/spawn_test.pogo"},"repository":{"type":"git","url":"https://github.com/featurist/spawn-cmd.git"},"keywords":["windows","child_process"],"author":{"name":"@joshski"},"license":"BSD","devDependencies":{"should":"~2.1.0","mocha":"~1.14.0","pogo":"~0.6.2"},"bugs":{"url":"https://github.com/featurist/spawn-cmd/issues"},"homepage":"https://github.com/featurist/spawn-cmd","_id":"spawn-cmd@0.0.2","dist":{"shasum":"6d5e251fad0eab00b0f193d245669a7a228ec0de","tarball":"https://registry.npmjs.org/spawn-cmd/-/spawn-cmd-0.0.2.tgz","integrity":"sha512-X2L1ympl8ij/0/mfrFDhxHg+lKYd4Fg3qG/977bEqWPXUZBeDgvSSF0a/jg9AgbcI05MBFZ2d9m7q9TZAA6GKg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDLcWxvm/qCFICzxLISi6ArRGwQa81KXNHpooCwhcQ7GAiEArhoNAXq5DVrgsahiWcCynquH9pgRDrqoDq27/pNcmz8="}]},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"joshski","email":"josh@featurist.co.uk"},"maintainers":[{"name":"joshski","email":"josh@featurist.co.uk"}]}},"readme":"# spawn-cmd\n\nchild_process.spawn ignores PATHEXT on Windows:\n\nhttps://github.com/joyent/node/issues/2318\n\nThis tiny shim provides a uniform interface to spawn a process on linux and windows:\n\n    var spawn = require('spawn-cmd').spawn;\n\n    var echo = spawn('echo', ['OHRLLY']);\n\n    echo.stdout.on('data', function() { ... });\n\nThis doesn't make commands portable, because this library doesn't do any translation of unix commands to their windows equivalents. It just uses the 'comspec' environment variable on windows. You might want to look at this if you want more:\n\nhttps://github.com/ForbesLindesay/win-spawn\n","maintainers":[{"name":"joshski","email":"josh@featurist.co.uk"}],"time":{"modified":"2022-06-26T22:38:08.951Z","created":"2013-12-01T13:05:04.076Z","0.0.1":"2013-12-01T13:05:05.957Z","0.0.2":"2014-01-19T13:33:36.761Z"},"author":{"name":"@joshski"},"repository":{"type":"git","url":"https://github.com/featurist/spawn-cmd.git"},"readmeFilename":"README.md"}