{"id":15131009,"url":"https://github.com/elonehoo/unboxing","last_synced_at":"2025-09-28T21:30:42.379Z","repository":{"id":57676443,"uuid":"488411609","full_name":"elonehoo/unboxing","owner":"elonehoo","description":"Fast, small and purely functional utility library for TypeScript.","archived":true,"fork":false,"pushed_at":"2023-11-13T18:00:50.000Z","size":1162,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-13T07:01:58.433Z","etag":null,"topics":["typescript","utils","vite"],"latest_commit_sha":null,"homepage":"https://unboxing.elonehoo.xyz","language":"TypeScript","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/elonehoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"elonehoo","open_collective":"elonehoo"}},"created_at":"2022-05-04T01:07:39.000Z","updated_at":"2023-11-14T12:54:23.000Z","dependencies_parsed_at":"2023-11-13T19:24:19.464Z","dependency_job_id":"7f7884bf-450f-40b8-9b12-64448a99bcc6","html_url":"https://github.com/elonehoo/unboxing","commit_stats":{"total_commits":511,"total_committers":3,"mean_commits":"170.33333333333334","dds":"0.017612524461839585","last_synced_commit":"677a0ee2f692bf57c8bc7f6c3140e7977cdd7c20"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elonehoo%2Funboxing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elonehoo%2Funboxing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elonehoo%2Funboxing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elonehoo%2Funboxing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elonehoo","download_url":"https://codeload.github.com/elonehoo/unboxing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234563130,"owners_count":18853058,"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":["typescript","utils","vite"],"created_at":"2024-09-26T03:20:54.648Z","updated_at":"2025-09-28T21:30:36.619Z","avatar_url":"https://github.com/elonehoo.png","language":"TypeScript","funding_links":["https://github.com/sponsors/elonehoo","https://opencollective.com/elonehoo"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/logo.svg\" width=\"100px\" height=\"100px\" /\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eUnboxing\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@unboxing/unboxing\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@unboxing/unboxing?color=81A2BE\u0026label=\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Fast, small and purely functional utility library for TypeScript.\n\n## Install\n\n```bash\n# npm\nnpm i @unboxing/unboxing\n# yarn\nyarn add @unboxing/unboxing\n# pnpm\npnpm i @unboxing/unboxing\n```\n\n## Features\n- Fast\n- Small\n- Fully Tested\n- Purely functional\n- Modern codebase\n\n## Structure of the library\n\n- [@unboxing/object](https://www.npmjs.com/package/@unboxing/object) – for objects\n- [@unboxing/string](https://www.npmjs.com/package/@unboxing/string) – for strings\n- [@unboxing/promise](https://www.npmjs.com/package/@unboxing/promise) – for promises\n- [@unboxing/array](https://www.npmjs.com/package/@unboxing/array) – for arrays or array-like objects\n- [@unboxing/function](https://www.npmjs.com/package/@unboxing/function) – for functions – composition, currying and so on, also a set of simple functions (noop, T, F)\n- [@unboxing/is](https://www.npmjs.com/package/@unboxing/is) – set of type checking methods\n- [@unboxing/unboxing](https://www.npmjs.com/package/@unboxing/unboxing) – root contains utilities which don't satisfy any of the above categories or are universal\n\n## Usage\n\n```typescript\nimport {pathOr,compose,toLower,map} from '@unboxing/unboxing'\n\nconst toLowerName = compose(\n  toLower,\n  pathOr(['name'], '')\n)\nconst result = map(toLowerName)([{name: 'testA'}, {name: 'testb'}])\n```\n\n## License\n\n[MIT](./LICENSE) License © 2022-Present [Elone Hoo](https://github.com/elonehoo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felonehoo%2Funboxing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felonehoo%2Funboxing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felonehoo%2Funboxing/lists"}