{"id":15509633,"url":"https://github.com/willin/pipefn","last_synced_at":"2025-09-02T23:32:15.026Z","repository":{"id":57324814,"uuid":"102057965","full_name":"willin/pipefn","owner":"willin","description":"Pipeline Operator Function Creator","archived":false,"fork":false,"pushed_at":"2017-09-01T03:21:11.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T22:37:31.769Z","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/willin.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":"2017-09-01T00:45:17.000Z","updated_at":"2018-07-04T00:29:04.000Z","dependencies_parsed_at":"2022-09-06T06:40:57.474Z","dependency_job_id":null,"html_url":"https://github.com/willin/pipefn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willin%2Fpipefn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willin%2Fpipefn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willin%2Fpipefn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willin%2Fpipefn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willin","download_url":"https://codeload.github.com/willin/pipefn/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243021756,"owners_count":20223068,"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-02T09:43:23.641Z","updated_at":"2025-03-11T14:27:21.568Z","avatar_url":"https://github.com/willin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipefn\nPipeline Function Creator\n\n[![github](https://img.shields.io/github/followers/willin.svg?style=social\u0026label=Follow)](https://github.com/willin) [![npm](https://img.shields.io/npm/v/pipefn.svg)](https://npmjs.org/package/pipefn) [![npm](https://img.shields.io/npm/dm/pipefn.svg)](https://npmjs.org/package/pipefn) [![npm](https://img.shields.io/npm/dt/pipefn.svg)](https://npmjs.org/package/pipefn) ![size](https://img.shields.io/github/size/willin/pipefn/index.js.svg) ![dep](https://img.shields.io/david/willin/pipefn.svg)\n\n## Usage\n\n```js\na |\u003e _(fn,b)\n//=\u003e fn(a,b)\na |\u003e _(fn,b,c,d)\n//=\u003e fn(a,b,c,d)\n```\n\nDemo:\n\n```js\nconst _ = require('pipefn');\n\nconst result = [1, 2, 3, 4, 5] |\u003e _([].concat, [6, 7, 8, 9, 0]);\n//=\u003e means [].concat([1,2,3,4,5],[6,7,8,9,0])\n\nconsole.log(result);\n//=\u003e [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 0 ]\n```\n\n## License\n\nMIT\n\n通过支付宝捐赠：\n\n![qr](https://cloud.githubusercontent.com/assets/1890238/15489630/fccbb9cc-2193-11e6-9fed-b93c59d6ef37.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillin%2Fpipefn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillin%2Fpipefn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillin%2Fpipefn/lists"}