{"id":13526638,"url":"https://github.com/junosuarez/exec-stream","last_synced_at":"2025-07-24T14:33:39.501Z","repository":{"id":143878563,"uuid":"11440496","full_name":"junosuarez/exec-stream","owner":"junosuarez","description":"npm module:  stream to a child process","archived":false,"fork":false,"pushed_at":"2014-04-07T05:50:46.000Z","size":666,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-07T13:16:03.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junosuarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-16T04:18:54.000Z","updated_at":"2025-04-27T00:13:20.000Z","dependencies_parsed_at":"2023-03-21T07:50:43.459Z","dependency_job_id":null,"html_url":"https://github.com/junosuarez/exec-stream","commit_stats":null,"previous_names":["jden/exec-stream","suarasaur/exec-stream"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/junosuarez/exec-stream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fexec-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fexec-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fexec-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fexec-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junosuarez","download_url":"https://codeload.github.com/junosuarez/exec-stream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junosuarez%2Fexec-stream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264543539,"owners_count":23625385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T06:01:32.496Z","updated_at":"2025-07-24T14:33:39.356Z","avatar_url":"https://github.com/junosuarez.png","language":"JavaScript","readme":"# exec-stream\nstream to a child process\n\n## usage\n```js\nvar execStream = require('exec-stream')\n\n// a strawman wrapper of `cat`\n\nprocess.stdin\n  .pipe(execStream('cat', process.argv.slice(2)))\n  .pipe(process.stdout)\n```\navailable as `example.js` in the package root.\n\n\n## api\n\n`execStream: (command: String, args?: Array, opts?: Object) =\u003e DuplexStream`\n\nThe returned [`DuplexStream`](http://nodejs.org/api/stream.html#stream_class_stream_duplex) is the stdin and stdout of the execd process.\n\n\n## installation\n\n    $ npm install exec-stream\n\n\n## running the tests\n\nFrom package root:\n\n    $ npm install\n    $ npm test\n\n\n## contributors\n\n- jden \u003cjason@denizac.org\u003e\n\n\n## license\n\nMIT. (c) 2013 jden \u003cjason@denizac.org\u003e. See LICENSE.md\n","funding_links":[],"categories":["Repository"],"sub_categories":["Streams"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fexec-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunosuarez%2Fexec-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunosuarez%2Fexec-stream/lists"}