{"id":15814172,"url":"https://github.com/mateusmaso/underscore.catenate","last_synced_at":"2025-04-01T01:50:23.805Z","repository":{"id":11024286,"uuid":"13354580","full_name":"mateusmaso/underscore.catenate","owner":"mateusmaso","description":"Underscore helper for merging functions with same context","archived":false,"fork":false,"pushed_at":"2014-12-03T01:48:06.000Z","size":180,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-06T04:23:01.034Z","etag":null,"topics":["function-wrapper","javascript","underscore"],"latest_commit_sha":null,"homepage":"","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/mateusmaso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-05T23:49:33.000Z","updated_at":"2014-12-03T01:48:06.000Z","dependencies_parsed_at":"2022-09-03T02:10:40.348Z","dependency_job_id":null,"html_url":"https://github.com/mateusmaso/underscore.catenate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.catenate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.catenate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.catenate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mateusmaso%2Funderscore.catenate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mateusmaso","download_url":"https://codeload.github.com/mateusmaso/underscore.catenate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246569007,"owners_count":20798341,"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":["function-wrapper","javascript","underscore"],"created_at":"2024-10-05T04:23:20.674Z","updated_at":"2025-04-01T01:50:23.786Z","avatar_url":"https://github.com/mateusmaso.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"underscore.catenate [![Build Status](https://travis-ci.org/mateusmaso/underscore.catenate.svg?branch=master)](https://travis-ci.org/mateusmaso/underscore.catenate)\n===================\n\nThis library is an extension for Underscore which allows chaining functions into a single method that executes them in sequence.\n\n## Features\n\n* Merge functions.\n\n## Dependencies\n\n* underscore.js (\u003e= 1.5.0)\n\n## Node\n\n```javascript\nvar _ = require('underscore');\n_.mixin(require('underscore.catenate'));\n```\n\n## Examples\n\n```javascript\nvar hello = function() {\n  console.log('hello');\n};\n\nvar world = function() {\n  console.log('world');\n};\n\nvar helloWorld = _.catenate(hello, world);\nhelloWorld(); // hello world\n```\n\n## License\n\nCopyright (c) 2013-2014 Mateus Maso. Released under an MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmaso%2Funderscore.catenate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmateusmaso%2Funderscore.catenate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmateusmaso%2Funderscore.catenate/lists"}