{"id":16127003,"url":"https://github.com/mikolalysenko/untar-all","last_synced_at":"2025-08-24T00:13:00.549Z","repository":{"id":9777502,"uuid":"11749893","full_name":"mikolalysenko/untar-all","owner":"mikolalysenko","description":"Untars a stream, unpacking all the files into memory","archived":false,"fork":false,"pushed_at":"2013-07-29T21:15:20.000Z","size":108,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T06:04:44.907Z","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/mikolalysenko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-29T21:11:15.000Z","updated_at":"2018-08-12T23:50:32.000Z","dependencies_parsed_at":"2022-09-03T06:12:01.995Z","dependency_job_id":null,"html_url":"https://github.com/mikolalysenko/untar-all","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mikolalysenko/untar-all","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Funtar-all","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Funtar-all/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Funtar-all/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Funtar-all/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikolalysenko","download_url":"https://codeload.github.com/mikolalysenko/untar-all/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikolalysenko%2Funtar-all/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265220292,"owners_count":23729787,"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-10-09T21:41:37.122Z","updated_at":"2025-07-13T23:33:18.960Z","avatar_url":"https://github.com/mikolalysenko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"untar-all\n=========\nUntars all the files in a tar stream.\n\nExample\n=======\n\n```javascript\nvar untarAll = require(\"untar-all\")\n\nuntarAll(process.stdin, function(err, result) {\n  console.log(\"tar stream contents:\", results)\n})\n```\n\nInstall\n=======\n\n    npm install untar-all\n\n\n### `require(\"untar-all)(stream, callback(err, result) )`\nUntars a tar stream in memory.\n\n* `stream` is a stream which gets untar'd\n* `callback(err, result)` gets the results of untarring the stream\n\n## Credits\n(c) 2013 Mikola Lysenko. MIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolalysenko%2Funtar-all","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikolalysenko%2Funtar-all","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikolalysenko%2Funtar-all/lists"}