{"id":20691341,"url":"https://github.com/metafizzy/transfob","last_synced_at":"2025-04-22T17:03:59.777Z","repository":{"id":57379003,"uuid":"72640516","full_name":"metafizzy/transfob","owner":"metafizzy","description":"get a transform stream, like through2.obj()","archived":false,"fork":false,"pushed_at":"2016-11-02T13:12:04.000Z","size":1,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T17:01:27.986Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metafizzy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-02T13:03:40.000Z","updated_at":"2023-12-05T08:02:00.000Z","dependencies_parsed_at":"2022-09-02T20:22:12.357Z","dependency_job_id":null,"html_url":"https://github.com/metafizzy/transfob","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Ftransfob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Ftransfob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Ftransfob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metafizzy%2Ftransfob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metafizzy","download_url":"https://codeload.github.com/metafizzy/transfob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248840506,"owners_count":21170001,"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-11-16T23:16:20.741Z","updated_at":"2025-04-22T17:03:59.720Z","avatar_url":"https://github.com/metafizzy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# transfob\n\nGet a transform stream, like `through2.obj()`. Useful for gulp tasks where you want to iterate over files.\n\n``` js\nvar transfob = require('transfob');\n\n// convert files to JS object\nvar data = {};\n\ngulp.task( 'data', function() {\n  return gulp.src('data/*.md')\n    .pipe( transfob( function( file, enc, next ) {\n      var basename = path.basename( file.path, path.extname( file.path ) );\n      data[ file.path ] = file.contents.toString();\n      next( null, file );\n    }) );\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafizzy%2Ftransfob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetafizzy%2Ftransfob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetafizzy%2Ftransfob/lists"}