{"maintainers":[{"email":"austin.kell47@gmail.com","name":"anonymous"},{"email":"pierceydylan@gmail.com","name":"anonymous"},{"email":"ml.rawlings@gmail.com","name":"anonymous"},{"email":"psteeleidem@ebay.com","name":"anonymous"},{"email":"pnidem@gmail.com","name":"anonymous"}],"keywords":["child","process","promises"],"dist-tags":{"latest":"2.2.1","v0_2_0-SNAPSHOT":"0.2.0-SNAPSHOT.1389671754086"},"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"description":"Simple wrapper around the \"child_process\" module that makes use of promises","readme":"child-process-promise\n=====================\n\n[![Build Status](https://travis-ci.org/patrick-steele-idem/child-process-promise.svg?branch=master)](https://travis-ci.org/patrick-steele-idem/child-process-promise)\n[![NPM](https://img.shields.io/npm/v/child-process-promise.svg)](https://www.npmjs.com/package/child-process-promise)\n[![Downloads](https://img.shields.io/npm/dm/child-process-promise.svg)](http://npm-stat.com/charts.html?package=child-process-promise)\n\nSimple wrapper around the `child_process` module that makes use of promises\n\n# Installation\n```\nnpm install child-process-promise --save\n```\n\n# Usage\n\n## exec\n```javascript\nvar exec = require('child-process-promise').exec;\n\nexec('echo hello')\n    .then(function (result) {\n        var stdout = result.stdout;\n        var stderr = result.stderr;\n        console.log('stdout: ', stdout);\n        console.log('stderr: ', stderr);\n    })\n    .catch(function (err) {\n        console.error('ERROR: ', err);\n    });\n```\n\n## spawn\n```javascript\nvar spawn = require('child-process-promise').spawn;\n\nvar promise = spawn('echo', ['hello']);\n\nvar childProcess = promise.childProcess;\n\nconsole.log('[spawn] childProcess.pid: ', childProcess.pid);\nchildProcess.stdout.on('data', function (data) {\n    console.log('[spawn] stdout: ', data.toString());\n});\nchildProcess.stderr.on('data', function (data) {\n    console.log('[spawn] stderr: ', data.toString());\n});\n\npromise.then(function () {\n        console.log('[spawn] done!');\n    })\n    .catch(function (err) {\n        console.error('[spawn] ERROR: ', err);\n    });\n```\n### Options\n\n#### capture\nType: `Array`  \nDefault: `[]`\n\nPass an additional `capture` option to buffer the result of `stdout` and/or `stderr`\n\n```javascript\nvar spawn = require('child-process-promise').spawn;\n\nspawn('echo', ['hello'], { capture: [ 'stdout', 'stderr' ]})\n    .then(function (result) {\n        console.log('[spawn] stdout: ', result.stdout.toString());\n    })\n    .catch(function (err) {\n        console.error('[spawn] stderr: ', err.stderr);\n    });\n```\n","repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"users":{"adamkdean":true,"rizowski":true,"necinc":true,"muzhen":true,"themainframe":true,"nachbar90":true,"mikestaub":true,"shakakira":true,"hendry":true,"rkopylkov":true,"computistic":true,"saitodisse":true,"tosbodes":true,"bryan.ygf":true,"shuoshubao":true,"loicelthesea":true},"bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"license":"MIT","versions":{"0.1.0":{"name":"child-process-promise","version":"0.1.0","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"_id":"child-process-promise@0.1.0","dist":{"shasum":"43a2a48359e26abb442a085d2325bf00cc58f5cb","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-0.1.0.tgz","integrity":"sha512-YwigT3OG0Fi93NPg1kYkiaYMowdNAPJi+cICb7a6pCg8WQjY9GitSljQFY5HY5jD33Es99Dxh/DA9ChZa5U82w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEuOBvzjR76KKqlOSb/h/4JCCAnBkru+liGz4dhy3W8YAiEAr3S2e8bo72NpOdi6Z9JfBHeSTw4OBv9D8zrbFQWUT4Y="}]},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"anonymous","email":"psteeleidem@ebay.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"}],"directories":{}},"0.1.1":{"name":"child-process-promise","version":"0.1.1","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"_id":"child-process-promise@0.1.1","dist":{"shasum":"996d555e32d561842ea7687f8bbf5531e4870b5e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-0.1.1.tgz","integrity":"sha512-QQNzH9j8XVNcTJYPPKqW+Of29rvpIwYXKLGAmgTZpq5x4mkdWABOw7XxKIPZNG0QX3R8F16+4tBWHJOAVcRVpA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHbVes/t9Bcs2lpVZTn/JUYfnzZ+uoCPmm/dysPgIR8NAiAyoxafHKoPqedRNsZj65l2kNpfrFDsESb3mcDfJKgQEw=="}]},"_from":".","_npmVersion":"1.2.32","_npmUser":{"name":"anonymous","email":"psteeleidem@ebay.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"}],"directories":{}},"0.2.0-SNAPSHOT.1384371455574":{"name":"child-process-promise","version":"0.2.0-SNAPSHOT.1384371455574","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"ebay":{},"_id":"child-process-promise@0.2.0-SNAPSHOT.1384371455574","dist":{"shasum":"c83af1a3146b02f7c4a4416df3a2216e3cebeb76","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-0.2.0-SNAPSHOT.1384371455574.tgz","integrity":"sha512-0fBRYTySAzkzRJoaaY8QRVBGeHgu9NSOzoZ/tflIl4MY5M0Y4PO5cFfMhL3hfZhahIpd+SK+ncDWYZrtUHw/2A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvYB+VmX5ypdz7uIG4jDOwU2UZ/4y6HHBDiNF0Pg3u3AIgNaYqm6r/I9J8bRDkt00hVaIqsslrrG58AuISXu7Zy9E="}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"directories":{}},"0.1.3":{"name":"child-process-promise","version":"0.1.3","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"ebay":{},"_id":"child-process-promise@0.1.3","dist":{"shasum":"74e0e6e850b38910ee4aafdeea10565920703fb6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-0.1.3.tgz","integrity":"sha512-Ag3bYP7wXK/LfOlYfDNulsLNSeqtSEwoSF5mSLhsD7JbgTw4J+8apFYYDIcjpps1LRyQfXegGH8IpHmOeSMFjg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDm8bBYL2CcXqizAtjHo8f2kYMPEX2BPmcT2mvKlwtVpAIgKk87VHiz1EN6YdhTqcYJVcNZbVVIiElEt3y65jghB9Y="}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"directories":{}},"0.2.0-SNAPSHOT.1389671754086":{"name":"child-process-promise","version":"0.2.0-SNAPSHOT.1389671754086","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"ebay":{},"_id":"child-process-promise@0.2.0-SNAPSHOT.1389671754086","dist":{"shasum":"9e3967e4c99d932a56e2f692f72edbbfa2ade8bd","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-0.2.0-SNAPSHOT.1389671754086.tgz","integrity":"sha512-u9CcX/laZdw2m8mYRSQdaQw4FBYa9l4lY7tlWSSLalxtgP+kTy6rnoD0MkQeEQKNFo4FwT/MJztgHAbWE7hEpw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrndMVWjBkrhVCQieo84xwR53NipnPJSIAdr/BX2rgpAIhAJwnjuxS8IQrQkjBFtMl9sZx0UUvViQoIoZR0ToaJZQd"}]},"_from":".","_npmVersion":"1.3.11","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"directories":{}},"1.0.0":{"name":"child-process-promise","version":"1.0.0","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","scripts":{"test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"~0.9.6"},"gitHead":"0786cb8f9d7f46fb201affb4ccd0abb8adbab6cd","homepage":"https://github.com/patrick-steele-idem/child-process-promise","_id":"child-process-promise@1.0.0","_shasum":"e564b06bc70ed7a1691567d78734f03bba0afc04","_from":".","_npmVersion":"2.0.2","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"e564b06bc70ed7a1691567d78734f03bba0afc04","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-1.0.0.tgz","integrity":"sha512-MRwz/UhRI6Z5XgJHZuWH/kgRRFDdbT6wRLSCRXznSFlh3bqXlcCLJI68P9LyTTKhVD9Y+3X8CMBexMStaCsPVA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCr3nemodHcTXMMXKybnW1Z8WETFVkNjLX//aru8cBWSQIhANx22r7EQQaatRdd24MOIEmMrV1IvtEe7vtvAeN7FXtu"}]},"directories":{}},"1.0.1":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","pretest":"npm run lint","test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"^1.1.2"},"devDependencies":{"eslint":"^0.10.2"},"version":"1.0.1","gitHead":"0f31b726a89a8d288acf9b503cc1c2551c72fed5","homepage":"https://github.com/patrick-steele-idem/child-process-promise","_id":"child-process-promise@1.0.1","_shasum":"8133ed00d069165a0fc0e58ffff6c13984b185fa","_from":".","_npmVersion":"2.0.2","_nodeVersion":"0.10.32","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"8133ed00d069165a0fc0e58ffff6c13984b185fa","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-1.0.1.tgz","integrity":"sha512-ksCsCCS3HZboBtyf936WwOroj1q05Q2rdV/7Ia30wcx+Gl+PZd7YoEEYX97gf15BycjT0HkC4jlYguKOBX+xjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFAucdkLae7ZO2scjP1bQk7F1NUA9Rjndng2nw6pcY8mAiEAqauhbhWhoPHJ6rtxOPKtYFsCaTOFi4rAG2Kgw/vtKus="}]},"directories":{}},"1.0.2":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","pretest":"npm run lint","test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"^1.1.2"},"devDependencies":{"eslint":"^0.10.2"},"version":"1.0.2","gitHead":"3cae1c3ca6b9e9d55eb9779bb1192050d9c03079","homepage":"https://github.com/patrick-steele-idem/child-process-promise","_id":"child-process-promise@1.0.2","_shasum":"5eeff9e78096bfe096c18ed9c85843f9809538db","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"5eeff9e78096bfe096c18ed9c85843f9809538db","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-1.0.2.tgz","integrity":"sha512-YwGYcBkmGbcVu9y047f0ZqY7rGwwbMluMqxYsjgGHdwNEpHdUb9PaqAPUOANhKq7qoOg9l/1C1OFIV+dov0gSQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDC2W/IKvHRIUDN7Mj2DIY7bRhSM6a1YY9o3dLeCGkeNAiBrhHOLctL2yGGka3Ney+d7dU0qKTgz2lZK2dYiCzur+w=="}]},"directories":{}},"1.1.0":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","pretest":"npm run lint","test":"node test/test.js"},"repository":{"type":"git","url":"https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"q":"^1.1.2"},"devDependencies":{"eslint":"^0.10.2"},"version":"1.1.0","gitHead":"5037236af17eadccfb7120b6eb2669ed8cb5a339","homepage":"https://github.com/patrick-steele-idem/child-process-promise","_id":"child-process-promise@1.1.0","_shasum":"131e01a705f15ed4a05d554dd5e032e52612cf30","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"131e01a705f15ed4a05d554dd5e032e52612cf30","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-1.1.0.tgz","integrity":"sha512-bjobS4PGjYQE7zvj/krKxCWqhJP4OickIz0kQCsiPabWE+HysbbIqKQOXrqSKffznD4Eg3uwYPAnfkYjF/or8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBjGo7UUE3JhykbTN2s9SQg1bwBAuKK+OTl2DlAqzJraAiAz2fvxw4NOLvh7T+2RXOt8EoJdLwhN0Fj9ZSV1FnDN1g=="}]},"directories":{}},"2.0.0":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{},"devDependencies":{"chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.0.0","engines":{"node":">=4"},"gitHead":"592dbfb91c6ae6c1314064228fa4f380e568bd8d","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.0.0","_shasum":"486b873732d3c1cbc4843aa1cad4930ea285ba5d","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"486b873732d3c1cbc4843aa1cad4930ea285ba5d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.0.0.tgz","integrity":"sha512-TuCecM65tCK7wH4QDmqRuVfhdkSwkRpCYRf1J6fANhXetGDravkxHZTrRglGWXPLgPyqlE3ypL5zUqLJ9CBPMA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBxJFTRsWrrcbduSgvm/P9DnRUlKWoNjQ4eLN/2AdvNLAiEA4CsmINRVKmhdVXg0HlgL986aTpGKUpwwZVV8sKhPkRM="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.0.0.tgz_1460403380858_0.1026049682404846"},"directories":{}},"2.0.1":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{},"devDependencies":{"chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.0.1","engines":{"node":">=4"},"gitHead":"bbf47391b2bd276c6267a6c937cefd46871e07c4","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.0.1","_shasum":"19e2aaef15765dc4862debce59e446beda0fdf2c","_from":".","_npmVersion":"2.14.12","_nodeVersion":"4.3.1","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"dist":{"shasum":"19e2aaef15765dc4862debce59e446beda0fdf2c","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.0.1.tgz","integrity":"sha512-9E1c/VHiUBXmaKz5EYE/vzYPvgM1oOoRJir9HH9LCH54Gkhp8DjetfxqH+CpJ34e8Azj6BT0Q1zm8+Wr6gt8dg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAhCT+9SmeoICKFrgbwuUopBFDpinu83lyssKOClZymAIhANOgkf63dduTWrwPox/8lUga735RrVJjUnnEe/LyrbBU"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/child-process-promise-2.0.1.tgz_1460405815241_0.09002076741307974"},"directories":{}},"2.0.2":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{},"devDependencies":{"chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.0.2","engines":{"node":">=4"},"gitHead":"4e0d971902cee34f463e7b6f3ce760140cc574ab","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.0.2","_shasum":"bdcc8fbfd1b70ff852ee9eef24d89f1f7569d82d","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"bdcc8fbfd1b70ff852ee9eef24d89f1f7569d82d","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.0.2.tgz","integrity":"sha512-Q0ONVlvJftNOk+qLhNBTKQNAwcAPRA3pavtMRMvbxiRYaOxOgQocgzMSUQFHhPo7uI/vKDZltWbAO4BVtk8xeg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEyfsON2BpjXgGBiTi7NeJT9REw26p84mZ6bb1hYKA3MAiEA3qCoZRcogzkHygfKRzCI/DVdwTcSuCSz9JMePmJd9DI="}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.0.2.tgz_1462391703745_0.6011455494444817"},"directories":{}},"2.0.3":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"lib/index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{},"devDependencies":{"chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.0.3","engines":{"node":">=4"},"gitHead":"e64b567c10b45571a7655a1353538746cf8d8946","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.0.3","_shasum":"fef0c6a2d604e05f1311c11bdf9000d4c8c10047","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"fef0c6a2d604e05f1311c11bdf9000d4c8c10047","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.0.3.tgz","integrity":"sha512-y8G1FITySOnkUcABD27Hik4oBn/1rQBy040rwAnsDXKVbqOdNtxbR3uPfWUtbvijXozhFnWyqEhF4BBFrXdfDw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzkv8vb54D6lIfd4vkODYCyDv2cK+ksMDlN+3aafOYBgIgc4ZgJUuD78jLz4+V6WuNOWKEQUCZbYukzbn/1TKDOOY="}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.0.3.tgz_1466451839685_0.8203850931022316"},"directories":{}},"2.1.0":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.1.0","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"6bf1802f902a712b4522df805089f72f61e28fe3","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.1.0","_shasum":"755388b193cd7d39cb7efc68c5975faa923aa7a6","_from":".","_npmVersion":"2.15.0","_nodeVersion":"0.10.44","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"755388b193cd7d39cb7efc68c5975faa923aa7a6","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.1.0.tgz","integrity":"sha512-0tUW9B7zR/Jh73aLD/5r01Z0KLSfXv6jY6LxBCVAnGbw+HLBn7o1+ozmS4XJHTLTcxf+VW4+ZSpGNtWtuVthng==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD0EcvG62gVe474KZQr1VGqQSy8AoXD4aaB1gT2l2dBYAIhAJow5V9LBMaNQ6GLSH0958vxzelFBqiNNA0QdYYRMCVC"}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.1.0.tgz_1470974171547_0.6299855154938996"},"directories":{}},"2.1.1":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.1.1","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"f43f6e47b6afec2484c66b2e5d30a58ce404f6ca","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.1.1","_shasum":"cd25e56c74db067fb25a5561838f0cac48215688","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"cd25e56c74db067fb25a5561838f0cac48215688","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.1.1.tgz","integrity":"sha512-jeKvU5I3lMGzZ9f59ZXUayGVaHc4A7wurvRJO4Baxk2thbDwvwjBl3Qwl70ocdXROp9bqteER86cQELA486Vxw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHK5TGZYTg47Nfjj1WW9EhCmlCekufO9AaSPBQ8fMZ2XAiBhwE81lcx9zlz5vio5+qatQofBTSXOYjFDluTClH3zbA=="}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.1.1.tgz_1471298873032_0.9942871823441237"},"directories":{}},"2.1.2":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","lib-es5","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"BSD","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.1.2","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"49c9acd354b73ad9671157633fd3839f37cbfe6c","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.1.2","_shasum":"035170b86d2a665f27cf6b057f9fe97cea300f4e","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"035170b86d2a665f27cf6b057f9fe97cea300f4e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.1.2.tgz","integrity":"sha512-Ynr73p2TYrXf26MQHgd9WjuYjhktZxyBmZ4GTJkyTLk4IZXbHKcZHJjqmYv9PK/ohOpjcug1fs1q1fotfyXgiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj78cpJ9+4oPcQ4RAKP1k1i2dqXru5UDQmvPpeUTu0hgIhAPUe2pa+pKUCJ2RaaEOslOIeKSKepKS0m3k8EcdE2mAm"}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/child-process-promise-2.1.2.tgz_1471314467899_0.4481949380133301"},"directories":{}},"2.1.3":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","lib-es5","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.1.3","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"7e02485eb8a8db1827af78362c78f3da6b82c556","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.1.3","_shasum":"d2b79f2df7cd6e727cd66b19265e290bbda2b7a7","_from":".","_npmVersion":"2.15.1","_nodeVersion":"4.4.3","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"d2b79f2df7cd6e727cd66b19265e290bbda2b7a7","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.1.3.tgz","integrity":"sha512-QldVot1ghEBwEZhIVied5UdxzWmIByEg6fCoQNsMQ1vx+5sd6LM0uqYhuKkS9Xy3EIKufrDPZH8o9E51AkIhVw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4FTlVBx1m2NLngOr1Y6Vcs1pMDD3bwGZ5pTkm99N5UwIhAI+Z3QosLLPE6b/y7I2gi8F1iBUhvCkKkN3kzAECSOzu"}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/child-process-promise-2.1.3.tgz_1471619765680_0.4023843132890761"},"directories":{}},"2.2.0":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","lib-es5","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"cross-spawn":"^4.0.2","node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.2.0","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"36c0b8c3e139f2c4b47e05037e9320d9cb78d99d","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.2.0","_shasum":"08f6c9ed7848c770c0a2539cb132f4ce0840a866","_from":".","_npmVersion":"2.15.9","_nodeVersion":"4.5.0","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"08f6c9ed7848c770c0a2539cb132f4ce0840a866","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.2.0.tgz","integrity":"sha512-FeG1OIlEhTFROYp6AyM5SYcwEoE5isFC2qb2JLij6dcSaemV95BXBc8Vecw+tD5m8THYWxTKRCFe33nSEpMMZg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID7I26XBk4IO5aCG4zNJUjnP9J8WCx83vIsZC97+WwU2AiEAgyR8BAaLnajUnJEQ/Eoa8EB+ZFxy6o2tvb5CURLKf4M="}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/child-process-promise-2.2.0.tgz_1477950551878_0.779007552890107"},"directories":{}},"2.2.1":{"name":"child-process-promise","description":"Simple wrapper around the \"child_process\" module that makes use of promises","main":"./index.js","files":["lib","lib-es5","Readme.md"],"scripts":{"lint":"eslint lib/*js test/*js","test":"npm run mocha","mocha":"mocha --ui bdd --reporter spec ./test/","prepublish":"babel lib --out-dir lib-es5"},"repository":{"type":"git","url":"git+https://github.com/patrick-steele-idem/child-process-promise.git"},"keywords":["child","process","promises"],"author":{"name":"Patrick Steele-Idem","email":"pnidem@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/patrick-steele-idem/child-process-promise/issues"},"publishConfig":{"registry":"http://registry.npmjs.org/"},"dependencies":{"cross-spawn":"^4.0.2","node-version":"^1.0.0","promise-polyfill":"^6.0.1"},"devDependencies":{"babel-cli":"^6.11.4","babel-plugin-check-es2015-constants":"^6.8.0","babel-plugin-transform-es2015-block-scoping":"^6.10.1","babel-preset-es2015":"^6.13.2","chai":"^3.5.0","eslint":"^0.10.2","jshint":"^2.9.1","mocha":"^2.4.5"},"version":"2.2.1","babel":{"presets":["es2015"],"plugins":["check-es2015-constants","transform-es2015-block-scoping"]},"gitHead":"b324b76eeed3fa8c8e459e6b5b34c0d8b936b879","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme","_id":"child-process-promise@2.2.1","_shasum":"4730a11ef610fad450b8f223c79d31d7bdad8074","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.5.0","_npmUser":{"name":"anonymous","email":"pnidem@gmail.com"},"dist":{"shasum":"4730a11ef610fad450b8f223c79d31d7bdad8074","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/child-process-promise/-/child-process-promise-2.2.1.tgz","integrity":"sha512-Fi4aNdqBsr0mv+jgWxcZ/7rAIC2mgihrptyVI4foh/rrjY/3BNjfP9+oaiFx/fzim+1ZyCNBae0DlyfQhSugog==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTK4qBUBP8Ifre7E2/swau/3UHfpZLAyKNDWidBFkynAiAuXLZ0k8A58NjHxAp1GxQrIeV7YLUhlB4IK6MRXUWFUw=="}]},"maintainers":[{"name":"anonymous","email":"psteeleidem@ebay.com"},{"name":"anonymous","email":"pnidem@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/child-process-promise-2.2.1.tgz_1490821022312_0.5766421107109636"},"directories":{}}},"name":"child-process-promise","time":{"modified":"2022-12-15T09:49:52.582Z","created":"2013-08-07T23:16:57.984Z","0.1.0":"2013-08-07T23:16:58.529Z","0.1.1":"2013-08-07T23:17:31.286Z","0.2.0-SNAPSHOT.1384371455574":"2013-11-13T19:37:39.392Z","0.1.3":"2014-01-14T03:55:00.606Z","0.2.0-SNAPSHOT.1389671754086":"2014-01-14T03:55:54.568Z","1.0.0":"2014-10-07T01:24:39.835Z","1.0.1":"2014-12-18T16:10:44.473Z","1.0.2":"2015-03-23T16:50:57.045Z","1.1.0":"2015-05-15T18:04:09.352Z","2.0.0":"2016-04-11T19:36:22.196Z","2.0.1":"2016-04-11T20:16:55.819Z","2.0.2":"2016-05-04T19:55:05.077Z","2.0.3":"2016-06-20T19:44:01.168Z","2.1.0":"2016-08-12T03:56:12.834Z","2.1.1":"2016-08-15T22:07:53.540Z","2.1.2":"2016-08-16T02:27:49.691Z","2.1.3":"2016-08-19T15:16:07.637Z","2.2.0":"2016-10-31T21:49:12.434Z","2.2.1":"2017-03-29T20:57:04.231Z"},"readmeFilename":"README.md","homepage":"https://github.com/patrick-steele-idem/child-process-promise#readme"}