{"id":15801577,"url":"https://github.com/garrettmac/lowbar","last_synced_at":"2025-06-22T07:35:58.243Z","repository":{"id":84888232,"uuid":"102163964","full_name":"garrettmac/lowbar","owner":"garrettmac","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-21T18:49:14.000Z","size":160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-06T01:23:19.114Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garrettmac.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-02T01:06:34.000Z","updated_at":"2017-09-02T03:15:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"5a9eebdb-7aba-4214-81eb-73e66cdd1485","html_url":"https://github.com/garrettmac/lowbar","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.16666666666666663","last_synced_commit":"d367e7e7704b62c8a605b381ad049f5910f89b86"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Flowbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Flowbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Flowbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Flowbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrettmac","download_url":"https://codeload.github.com/garrettmac/lowbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246547388,"owners_count":20794970,"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-05T01:23:13.804Z","updated_at":"2025-03-31T21:55:39.485Z","avatar_url":"https://github.com/garrettmac.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lowbar v4.17.4\n\n[Site](https://lowbar.com/) |\n[Docs](https://lowbar.com/docs) |\n[FP Guide](https://github.com/garrettmac/lowbar/wiki/FP-Guide) |\n[Contributing](https://github.com/garrettmac/lowbar/blob/master/.github/CONTRIBUTING.md) |\n[Wiki](https://github.com/garrettmac/lowbar/wiki \"Changelog, Roadmap, etc.\") |\n[Code of Conduct](https://js.foundation/community/code-of-conduct) |\n[Twitter](https://twitter.com/bestiejs) |\n[Chat](https://gitter.im/garrettmac/lowbar)\n\nThe [lowbar](https://lowbar.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.\n\nGenerated using [lowbar-cli](https://www.npmjs.com/package/lowbar-cli):\n```shell\n$ npm run build\n$ lowbar -o ./dist/lowbar.js\n$ lowbar core -o ./dist/lowbar.core.js\n```\n\n## Download\n\n * [Core build](https://raw.githubusercontent.com/garrettmac/lowbar/4.17.4/dist/lowbar.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/garrettmac/lowbar/4.17.4/dist/lowbar.core.min.js))\n * [Full build](https://raw.githubusercontent.com/garrettmac/lowbar/4.17.4/dist/lowbar.js) ([~24 kB gzipped](https://raw.githubusercontent.com/garrettmac/lowbar/4.17.4/dist/lowbar.min.js))\n * [CDN copies](https://www.jsdelivr.com/projects/lowbar) [![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/lowbar/badge)](https://www.jsdelivr.com/package/npm/lowbar)\n\nlowbar is released under the [MIT license](https://raw.githubusercontent.com/garrettmac/lowbar/4.17.4/LICENSE) \u0026 supports modern environments.\u003cbr\u003e\nReview the [build differences](https://github.com/garrettmac/lowbar/wiki/build-differences) \u0026 pick one that’s right for you.\n\n## Installation\n\nIn a browser:\n```html\n\u003cscript src=\"lowbar.js\"\u003e\u003c/script\u003e\n```\n\nUsing npm:\n```shell\n$ npm i -g npm\n$ npm i --save lowbar\n```\n\nIn Node.js:\n```js\n// Load the full build.\nvar _ = require('lowbar');\n// Load the core build.\nvar _ = require('lowbar/core');\n// Load the FP build for immutable auto-curried iteratee-first data-last methods.\nvar fp = require('lowbar/fp');\n\n// Load method categories.\nvar array = require('lowbar/array');\nvar object = require('lowbar/fp/object');\n\n// Cherry-pick methods for smaller browserify/rollup/webpack bundles.\nvar at = require('lowbar/at');\nvar curryN = require('lowbar/fp/curryN');\n```\n\n**Note:**\u003cbr\u003e\nInstall [n_](https://www.npmjs.com/package/n_) for lowbar use in the Node.js \u003c 6 REPL.\n\n## Why lowbar?\n\nlowbar makes JavaScript easier by taking the hassle out of working with arrays,\u003cbr\u003e\nnumbers, objects, strings, etc. lowbar’s modular methods are great for:\n\n * Iterating arrays, objects, \u0026 strings\n * Manipulating \u0026 testing values\n * Creating composite functions\n\n## Module Formats\n\nlowbar is available in a [variety of builds](https://lowbar.com/custom-builds) \u0026 module formats.\n\n * [lowbar](https://www.npmjs.com/package/lowbar) \u0026 [per method packages](https://www.npmjs.com/browse/keyword/lowbar-modularized)\n * [lowbar-es](https://www.npmjs.com/package/lowbar-es), [babel-plugin-lowbar](https://www.npmjs.com/package/babel-plugin-lowbar), \u0026 [lowbar-webpack-plugin](https://www.npmjs.com/package/lowbar-webpack-plugin)\n * [lowbar/fp](https://github.com/garrettmac/lowbar/tree/npm/fp)\n * [lowbar-amd](https://www.npmjs.com/package/lowbar-amd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Flowbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrettmac%2Flowbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Flowbar/lists"}