{"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"dist-tags":{"latest":"2.2.5"},"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"description":"Cross platform child_process#spawn","readme":"# cross-spawn-async\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]\n\n[npm-url]:https://npmjs.org/package/cross-spawn-async\n[downloads-image]:http://img.shields.io/npm/dm/cross-spawn-async.svg\n[npm-image]:http://img.shields.io/npm/v/cross-spawn-async.svg\n[travis-url]:https://travis-ci.org/IndigoUnited/node-cross-spawn-async\n[travis-image]:http://img.shields.io/travis/IndigoUnited/node-cross-spawn-async/master.svg\n[appveyor-url]:https://ci.appveyor.com/project/satazor/node-cross-spawn-async\n[appveyor-image]:https://img.shields.io/appveyor/ci/satazor/node-cross-spawn-async/master.svg\n[david-dm-url]:https://david-dm.org/IndigoUnited/node-cross-spawn-async\n[david-dm-image]:https://img.shields.io/david/IndigoUnited/node-cross-spawn-async.svg\n[david-dm-dev-url]:https://david-dm.org/IndigoUnited/node-cross-spawn-async#info=devDependencies\n[david-dm-dev-image]:https://img.shields.io/david/dev/IndigoUnited/node-cross-spawn-async.svg\n\nA cross platform solution to node's spawn.\n\n**This module is deprecated, use [cross-spawn](https://github.com/IndigoUnited/node-cross-spawn) instead which no longer requires a build toolchain.**\n\n\n## Installation\n\n`$ npm install cross-spawn-async`\n\n\n## Why\n\nNode has issues when using spawn on Windows:\n\n- It ignores [PATHEXT](https://github.com/joyent/node/issues/2318)\n- It does not support [shebangs](http://pt.wikipedia.org/wiki/Shebang)\n- It does not allow you to run `del` or `dir`\n- It does not properly escape arguments with spaces or special characters\n\nAll these issues are handled correctly by `cross-spawn-async`.\nThere are some known modules, such as [win-spawn](https://github.com/ForbesLindesay/win-spawn), that try to solve this but they are either broken or provide faulty escaping of shell arguments.\n\n\n## Usage\n\nExactly the same way as node's [`spawn`](https://nodejs.org/api/child_process.html#child_process_child_process_spawn_command_args_options), so it's a drop in replacement.\n\n```javascript\nvar spawn = require('cross-spawn-async');\n\nvar child = spawn('npm', ['list', '-g', '-depth', '0'], { stdio: 'inherit' });\n```\n\n\n## Tests\n\n`$ npm test`\n\n\n## License\n\nReleased under the [MIT License](http://www.opensource.org/licenses/mit-license.php).\n","repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"users":{"sobear":true,"kael":true,"mysticatea":true,"antixrist":true,"akabeko":true,"satazor":true,"takonyc":true},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"license":"MIT","versions":{"0.1.0":{"name":"cross-spawn-async","version":"0.1.0","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"mocha --bail -R spec"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^2.6.5"},"devDependencies":{"expect.js":"^0.3.0","mocha":"^2.2.5"},"gitHead":"1a4ad8a4297214adbb553e41f13bdbd59c726376","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@0.1.0","_shasum":"0c09a10e73bbd2075531beaab8e5867b5537b5a8","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"0c09a10e73bbd2075531beaab8e5867b5537b5a8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-0.1.0.tgz","integrity":"sha512-dOpWRImC3ko3la80aIp5Y5bvf4bEmCdm4pVRStWmo+oJORJUunVzG2gEl+ULk1Lhu5wk+vKNsi4xZCBt2b4T8w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgXF+Ne2Q77mZ6AS4clK50sqKNMkJ/x303ryUx/zEc1QIgMTRJl60GxQKwsDf+mxjV6f9wDV/U4tTRACFS8+51uQY="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"1.0.0":{"name":"cross-spawn-async","version":"1.0.0","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^2.6.5","which":"^1.1.1"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mocha":"^2.2.5"},"gitHead":"8717a3ce394e83bd556f77e88827f36e53958306","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@1.0.0","_shasum":"0548c632c2f879b33889e1fc65973171895c3aff","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"0548c632c2f879b33889e1fc65973171895c3aff","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-1.0.0.tgz","integrity":"sha512-+pkM09ZQ3jB00T7wT1b6nYZbl184WeV0FK8THndij4gr+QgWDqOE5tZTCACpgBjUK0PoX7yx0XxwtCbDeAiV7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICzCY6pb1QUeQFec6pghBENgxKOPsqKMxF02cKMfRyKGAiEAgZj9yoSFT+Ct8oyZrM3Fj8JhHF11qwCzdjG82oalliI="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"1.0.1":{"name":"cross-spawn-async","version":"1.0.1","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^2.6.5","which":"^1.1.1"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mocha":"^2.2.5"},"gitHead":"aaa60af213fbf7651b4f408826cce75b9a47b233","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async","_id":"cross-spawn-async@1.0.1","_shasum":"bb525c1e420d9942552e04791a3eb2d9887a105f","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"bb525c1e420d9942552e04791a3eb2d9887a105f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-1.0.1.tgz","integrity":"sha512-S+TDVFnMGqp7fHCa3OWCl1p/1+jhDlXw02nJNrcEFFjhfQ5i5zXqS5VrLeGfJSE22ccsVawK9KpBx9yf0gQ2xA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDcsJab+IN9w3QqYLNtKExhr/xdyCIzsycHaqjUixtoBQIgfX1XRHBY1TzLRktXjkTvXTPKH0TVAG8wSDajmXUiYIE="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.0.0":{"name":"cross-spawn-async","version":"2.0.0","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^2.6.5","which":"^1.1.1"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mocha":"^2.2.5"},"gitHead":"16e2adf3fafc07c962c5d69f9bddd0742e87aed4","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.0.0","_shasum":"4af143df4156900d012be41cabf4da3abfc797c0","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"4af143df4156900d012be41cabf4da3abfc797c0","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.0.0.tgz","integrity":"sha512-PmB99CXZhcLyuPpuQ2wVVaE5sKQWEeIMCFXtPvD/jVRiSFzbCzU8u7ekxyUZG/H/nEPx7uNMC7/aWOrbBjhyPg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP0FIbTft7r1HXdT4Mn/ejJ2enzi0kAyfuUBi/v16+7AIhAOSfh8Worrp9+O/xAlpA/lFHP6oMANVr7CZfuKCXCiLX"}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.0.1":{"name":"cross-spawn-async","version":"2.0.1","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^3.2.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.4.4"},"gitHead":"ec2b4d5f2446d6453ab147612c0841254e9cd8a3","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.0.1","_shasum":"08067a895d7177adebe3933fc99300b9a2bd7d33","_from":".","_npmVersion":"2.13.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"08067a895d7177adebe3933fc99300b9a2bd7d33","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.0.1.tgz","integrity":"sha512-9nSb3Hf8eifXE9JNWdl3+X5jy6l1vvdFR1rMqrFOHsU0lLGbXJEzARu71K5xsYkiLpuV0d3W+ZiaMFGIt7QL2g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEnDQqBJrbVE6/rqfbw7kEoBdZda2ihYqTax2N4YJqiQIhAM1obwoALNTs8PBZYGrGMz8gQ85lcrI+nAq+xHBMLiLu"}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.0":{"name":"cross-spawn-async","version":"2.1.0","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^3.2.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^1.0.9"},"gitHead":"51d4ea7d6709c7fe8fa9e95eef388d810b661579","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.0","_shasum":"56c007f65f3d5281c545a82585b99e39cd02b70b","_from":".","_npmVersion":"2.13.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"56c007f65f3d5281c545a82585b99e39cd02b70b","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.0.tgz","integrity":"sha512-SZqJVOAJwFnudHsYJFUZgKztZe3+qX10HxNQaUpGLUY/KuxMNfsGy5cvaX6LlRTK0uR/wNoaYViAWFAUj1xSzw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCh3q4GUYUbMN9PxLnniZih8yHtZN45g7pcFpiDPK1DIQIgLBeL1NSYggI2kAzqQ+NoIYdezNyGfxqmhueDV4Drhzc="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.1":{"name":"cross-spawn-async","version":"2.1.1","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^3.2.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^1.0.9"},"gitHead":"823bdc17758ac1f29c98960fe4a0445580c9d388","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.1","_shasum":"c630a1181183a77c75647a0e8eefdf97c4d0e812","_from":".","_npmVersion":"2.13.1","_nodeVersion":"0.12.7","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"c630a1181183a77c75647a0e8eefdf97c4d0e812","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.1.tgz","integrity":"sha512-ysA8uUNmzSsFsy5+oppZ4/ysTdTYIoTcbf9k2JcLzmMEjVz6yhN1JhAfR3fLV0qHo9J/VswthvuPEFfmyEdKyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBK9dLBWIj3jT3P0Z7n8VNcEy1qEExaIiiuRuEylejOsAiEAz8aXkSiNk12vBeMa7STm1JEwMnireJYTEa4x+2jtqYo="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.2":{"name":"cross-spawn-async","version":"2.1.2","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^5.0.12","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^1.0.9"},"gitHead":"9280b1144ba66dbc121d884e4e0952e302b94055","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.2","_shasum":"2480c9aa5fd440bc841688f29ac2ff78942a63f4","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"2480c9aa5fd440bc841688f29ac2ff78942a63f4","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.2.tgz","integrity":"sha512-+BjzgI6xwHR9fXIhQRIuq7Ir/Ci+VDi6sYLB4XU33C5Qx1f+TRYoWv3DjDWU587sxN0y3vdvC3fD5tgGstSC6g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCS61eGy6QSeHJxuawFzMVw04UKD0CfFZAQNt94LZlFFgIhAMKrCWU6QcryCRIvU3Qpr+HcPg3GuesnxpCUAVxjnv1G"}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.3":{"name":"cross-spawn-async","version":"2.1.3","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"6dd9d2b228fc32b60ab2d937ccf2db7ee8ec52f0","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.3","_shasum":"729e48bd48cd4c0a16c129c1fa0a56152fab136f","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"729e48bd48cd4c0a16c129c1fa0a56152fab136f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.3.tgz","integrity":"sha512-TKHY+sI1hdHjlcmA696DQXDN/WuR8Z3Md8HQAI5AxevyP1Ms6LxSb8v122i7kyFkZTB3pjwk7tywNLgNSsVcFQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYAmVyj1p7o9oJ01OT0caNAoh9zWOXWHHFQ6vGxN9paQIhAPpVULOua0D1JzrsQaqXOPB6NrZs/+3jcUEP7mjYKa3y"}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.4":{"name":"cross-spawn-async","version":"2.1.4","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"37869250790c863b9881bcc1a11f33c573a9ef98","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.4","_shasum":"065e094b0f0e48e1ebf0e718e1f44e2a81d2961e","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"065e094b0f0e48e1ebf0e718e1f44e2a81d2961e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.4.tgz","integrity":"sha512-0hKuCS+kxMhQzwioIClDcVeHfMTsX0648SSOLSabTXqWajrbbSIB4mvya/HCz6kkuK3faKYhsUkL3U+VnHbg0Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxqNL8OKsTNvFa5uK9JhAlf4r6nPGlbZgk2L1beHyevwIhAK1OCgtKCIeMXiEMz/2Gw5gvU4QdPf394j/R33HQrGk5"}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.5":{"name":"cross-spawn-async","version":"2.1.5","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"96d467744a81564646d4a1fddafb61cc83e342dd","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.5","_shasum":"374d95a5982b49df325de4d25c252c2fb63d3ef7","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"374d95a5982b49df325de4d25c252c2fb63d3ef7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.5.tgz","integrity":"sha512-9oe9TDiWbl6r7ySOJWMybrTaw4yGOKDermFG6izusf0i0fPt6iQJrNvfiZIiQ6N628jYwUBEsXvBFqZpMpfjdA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFmZArkHzTngIdYkMpkOB+lJlNPkFEi7VFbyjMxFoKt2AiEAx5jiKBCHRkNpsFFMSeC4cp9iqyI6kxHLhkowl2zr/+I="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.6":{"name":"cross-spawn-async","version":"2.1.6","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail -R spec test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.0"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"07bbd71150e98f3a96711460ab7713ac3d6958a7","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.1.6","_shasum":"bba3739e5442236830c53d750225243c792f0512","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"bba3739e5442236830c53d750225243c792f0512","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.6.tgz","integrity":"sha512-Q04UYcMX8Gg8iXe/KfZ1LSHQzQs4DsOLX03VAPBhenydtnIy2h35QQjw5gIywUxaDPVZqyg8DQLTYtH97dEANA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmbfvl3ga44lBxnvlvxoL2W1deSOR5rbzNZGxsMwcifAIgUu5Hh2bMXJv4lH+Myp3pIRMLVSWTTCqZaK6TExPBIfM="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.7":{"name":"cross-spawn-async","version":"2.1.7","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"1.2.1"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"d331cf8286a69e47b8437b6d0086f237972df06c","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async","_id":"cross-spawn-async@2.1.7","_shasum":"398900414ce46eff87443a402addb4c8a5d49163","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"398900414ce46eff87443a402addb4c8a5d49163","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.7.tgz","integrity":"sha512-hkF1fhEEVv0KmnR/TECRE2JVRHXZgKYsecBwj0YiwkWmN0p8DeU0htZi5bHX+r43bEioBrKifxQskgkVeaHvTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHJaplCthRWpEtfY7r3s/AbI78LMInRCCp4sDFJQNLwDAiA//Fna/4xonrCsItdaWzsE6HwJY2WCMXv2kaCU6w2RfQ=="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.8":{"name":"cross-spawn-async","version":"2.1.8","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^6.0.3","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"37414fa2ef9e1ed91c5e66f52a609e66c08cf653","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async","_id":"cross-spawn-async@2.1.8","_shasum":"2d8769b249d40dbe231fdd0d18cea990328aaf2c","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.4","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"2d8769b249d40dbe231fdd0d18cea990328aaf2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.8.tgz","integrity":"sha512-596knKmatxe2b+iaMoQ1+snIBC9ZFI65iVd8agORJWlm2+rF4Igy4V1//yeEePtfUOK2d1fIVgu6tEJsTPMzuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAPV0c4hyrqUuVvaWw+1eVxbOgWuNaanWTTeEBqSvfS3AiEA0uxBwwVdWLq7UgxL126GYgsEwcxZtNSsSZR4A0zeRPc="}]},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.1.9":{"name":"cross-spawn-async","version":"2.1.9","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"458db95eb5056c0bf6c7b15145a747ba30933da5","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async","_id":"cross-spawn-async@2.1.9","_shasum":"cbe69a808daef2c5b2a30bb776a857a744026c35","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.2.6","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"cbe69a808daef2c5b2a30bb776a857a744026c35","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.1.9.tgz","integrity":"sha512-S0xYApZN791aUDkn7tBY6numjRS+eZ5H2VZGoyvsL49RieafNPJc/0KSsbG/Yo7Nd3gY5RmV01wJTtmYg7kAVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF400CKXPEPSMeusujEfRUwBIUWbeSlGtBxJUCf95SHdAiBHKDtb3s/6DUK0FedzOb8RfYdvh3UkeAYSlyDNALUr+g=="}]},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.1.9.tgz_1455928880555_0.11877618823200464"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.0":{"name":"cross-spawn-async","version":"2.2.0","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"415ff4702789a555628f6b45e616686a643be825","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.0","_shasum":"2ba48c5fd671df711a898e9c43776c7b47df8558","_from":".","_npmVersion":"2.14.20","_nodeVersion":"4.4.0","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"2ba48c5fd671df711a898e9c43776c7b47df8558","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.0.tgz","integrity":"sha512-PuJT7OFO1+7Z6zzvZrTet3XMUf0N4tPgSHzecxQy7I4dQhD0GvwDWC4no1e2r+X9gdqrQT5+H2ze0YAMAl4OpA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLpyozcSglt4PKqdaX6XL36uXUGTRiR5f++VZCBEpepAIgTprBARmSi7C25oIlR2EG2UGM3rsQIyeMxjJnF6F9NbA="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.0.tgz_1459975619751_0.4269669665955007"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.1":{"name":"cross-spawn-async","version":"2.2.1","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"481fc1a182609219e500d199a3f8d62812d7e90c","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.1","_shasum":"6de4ee99d686debb67f81df8591842c992f69076","_from":".","_npmVersion":"2.14.20","_nodeVersion":"4.4.0","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"6de4ee99d686debb67f81df8591842c992f69076","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.1.tgz","integrity":"sha512-/peTop8cWHIIvOfRytol4hVUjNnOa7HsG1X4ET4PTkmp4Go00hModGUAFnP3WuPYZ4u9LZ8eO/fVedvPZv5dgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEaHub+Ug+Js0GQhmGkH8xMNANfcloTvhkPE74jewl3/AiAa9ghTUMaYDZgyCSBuZ+6LDCswcJ2scAtp/nv+LdicEg=="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.1.tgz_1459980431877_0.07019800902344286"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.2":{"name":"cross-spawn-async","version":"2.2.2","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"e7f79dad43eda6dde7912ef37d4c4bd845bf2492","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.2","_shasum":"90dea9b6920f03b2f7bc7499615001aee6f2317e","_from":".","_npmVersion":"2.14.20","_nodeVersion":"4.4.0","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"90dea9b6920f03b2f7bc7499615001aee6f2317e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.2.tgz","integrity":"sha512-jDI90nT26q4vJu978y22PivwcYqkVUz6DO8yxnQTRcjpAWnNrndEc/vIIkxA6MTr5j58BnT0g8YSuHfNLI/deg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEP+qezxt+YjerqIruR8DlOpSvfOyVIZSkUdNhDMpFNSAiAsA6l1/wbAdAsQorgRKIPZkTdHVjPa23qlJeEzr9wmAg=="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.2.tgz_1460574312242_0.9984670127741992"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.3":{"name":"cross-spawn-async","version":"2.2.3","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"1.2.4"},"devDependencies":{"expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"04a201c75b0caa095f9f47a8617b964c0f5537b4","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.3","_shasum":"fd2ba48009cf748df8d798d84b92eb18bc34aa56","_from":".","_npmVersion":"2.15.4","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"fd2ba48009cf748df8d798d84b92eb18bc34aa56","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.3.tgz","integrity":"sha512-dElM/700h1CsL8dUU8Nar35dEolUkKix0shqQrW+ZmxwrAkMu2Ripr66/wQup60Oz5lxg7pBlrd8QdMijmBwkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAayejEsqb0KJtGA77FyZdPq5u/aZdKS9y8da8r02QALAiEA7EkAdf4EM88DfLWI0tcjdbCmrEjqhdP9G6zBTszb6ds="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.3.tgz_1463557500633_0.7051394246518612"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.4":{"name":"cross-spawn-async","version":"2.2.4","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test","lint":"eslint '{*.js,lib/**/*.js,test/**/*.js}'"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.8"},"devDependencies":{"@satazor/eslint-config":"^2.3.0","eslint":"^2.10.2","expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^2.2.5","rimraf":"^2.5.0"},"gitHead":"ede8f4ea904f43184fd8fdc90356a07cf2cb668d","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.4","_shasum":"c9a8d8e9a06502c7a46296e33a1a054b5d2f1812","_from":".","_npmVersion":"2.15.4","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"dist":{"shasum":"c9a8d8e9a06502c7a46296e33a1a054b5d2f1812","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.4.tgz","integrity":"sha512-m+MadmofjFKvc8YhrXNuE3kuRLv0/7t+2mTowHO2qsVC7o1tkGgY95UW+vjJC5zvRNUNdWZlZQTJC0Sq2my2Wg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmBYHfIEnSUXjhODetLXqR/+MU9i6weuJ96rHCsfLDWwIgbggdTUy/UplhDry5wDjE7NPBqo7MkwT700isvOKDmqA="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.4.tgz_1463576428626_0.09064486157149076"},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead","directories":{}},"2.2.5":{"name":"cross-spawn-async","version":"2.2.5","description":"Cross platform child_process#spawn","main":"index.js","scripts":{"test":"node test/prepare && mocha --bail test/test","lint":"eslint '{*.js,lib/**/*.js,test/**/*.js}'"},"bugs":{"url":"https://github.com/IndigoUnited/node-cross-spawn-async/issues/"},"repository":{"type":"git","url":"git://github.com/IndigoUnited/node-cross-spawn-async.git"},"keywords":["spawn","windows","cross","platform","path","ext","path-ext","path_ext","shebang","hashbang","cmd","execute"],"author":{"name":"IndigoUnited","email":"hello@indigounited.com","url":"http://indigounited.com"},"license":"MIT","dependencies":{"lru-cache":"^4.0.0","which":"^1.2.8"},"devDependencies":{"@satazor/eslint-config":"^3.0.0","eslint":"^3.0.0","expect.js":"^0.3.0","glob":"^7.0.0","mkdirp":"^0.5.1","mocha":"^3.0.2","rimraf":"^2.5.0"},"gitHead":"4ff1e02130b9d54c327002f7953f549e2d143bef","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme","_id":"cross-spawn-async@2.2.5","_shasum":"845ff0c0834a3ded9d160daca6d390906bb288cc","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"anonymous","email":"andremiguelcruz@msn.com"},"dist":{"shasum":"845ff0c0834a3ded9d160daca6d390906bb288cc","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz","integrity":"sha512-snteb3aVrxYYOX9e8BabYFK9WhCDhTlw1YQktfTthBogxri4/2r9U2nQc0ffY73ZAxezDc+U8gvHAeU1wy1ubQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH+0A8EDsV4+HtmSgMFqrB057bAHBaIaN4aFHUwv8KRtAiAY7d02g5SKnVyBGCghwdcs/aXC/JgFmQqrC3JsaGzaPA=="}]},"maintainers":[{"name":"anonymous","email":"andremiguelcruz@msn.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/cross-spawn-async-2.2.5.tgz_1477593813246_0.9181264599319547"},"directories":{},"deprecated":"cross-spawn no longer requires a build toolchain, use it instead"}},"name":"cross-spawn-async","time":{"modified":"2022-06-14T03:41:18.926Z","created":"2015-07-01T20:44:46.966Z","0.1.0":"2015-07-01T20:44:46.966Z","1.0.0":"2015-07-02T19:01:42.786Z","1.0.1":"2015-07-02T20:05:49.943Z","2.0.0":"2015-07-21T22:23:01.257Z","2.0.1":"2015-11-29T17:30:19.447Z","2.1.0":"2015-12-07T10:13:27.041Z","2.1.1":"2015-12-07T10:16:17.629Z","2.1.2":"2016-01-02T09:53:40.265Z","2.1.3":"2016-01-02T14:21:38.660Z","2.1.4":"2016-01-02T14:39:07.080Z","2.1.5":"2016-01-02T14:42:31.924Z","2.1.6":"2016-01-02T15:26:07.157Z","2.1.7":"2016-01-25T18:06:45.239Z","2.1.8":"2016-01-27T01:11:18.612Z","2.1.9":"2016-02-20T00:41:23.721Z","2.2.0":"2016-04-06T20:47:01.919Z","2.2.1":"2016-04-06T22:07:14.099Z","2.2.2":"2016-04-13T19:05:14.083Z","2.2.3":"2016-05-18T07:45:03.710Z","2.2.4":"2016-05-18T13:00:31.170Z","2.2.5":"2016-10-27T18:43:35.328Z"},"readmeFilename":"README.md","homepage":"https://github.com/IndigoUnited/node-cross-spawn-async#readme"}