{"id":19292239,"url":"https://github.com/oshliaer/lodashgs","last_synced_at":"2025-04-22T06:32:06.385Z","repository":{"id":20052136,"uuid":"88663245","full_name":"oshliaer/lodashgs","owner":"oshliaer","description":"Lodash is a library that enables the use of the lodash.js library in Google Apps Script","archived":false,"fork":false,"pushed_at":"2023-04-18T10:16:00.000Z","size":1065,"stargazers_count":162,"open_issues_count":3,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-01T20:32:30.454Z","etag":null,"topics":["google-apps-script","javascript","library","lodash","lodash-library","underscore"],"latest_commit_sha":null,"homepage":"https://github.com/contributorpw/lodashgs","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/oshliaer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2017-04-18T19:36:34.000Z","updated_at":"2025-03-04T06:36:37.000Z","dependencies_parsed_at":"2023-11-29T07:26:04.699Z","dependency_job_id":"33fb3552-5373-4935-a73e-e4337430ac59","html_url":"https://github.com/oshliaer/lodashgs","commit_stats":null,"previous_names":["oshliaer/lodashgs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshliaer%2Flodashgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshliaer%2Flodashgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshliaer%2Flodashgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oshliaer%2Flodashgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oshliaer","download_url":"https://codeload.github.com/oshliaer/lodashgs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250183306,"owners_count":21388691,"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":["google-apps-script","javascript","library","lodash","lodash-library","underscore"],"created_at":"2024-11-09T22:29:44.636Z","updated_at":"2025-04-22T06:32:06.015Z","avatar_url":"https://github.com/oshliaer.png","language":"JavaScript","funding_links":[],"categories":["3. Libraries \u0026 Modules","Libraries \u0026 Modules"],"sub_categories":["3.3. Utility","Utility"],"readme":"# LodashGS\n\nLodash for Google Apps Script is a library that enables the use of the [lodash.js](https://lodash.com) library in [Google Apps Script](https://developers.google.com/apps-script/).\nAPI docs are available [here](https://script.google.com/macros/library/versions/d/1SQ0PlSMwndIuOAgtVJdjxsuXueECtY9OGejVDS37ckSVbMll73EXf2PW).\n\n## Adding the library to your project\n\nLodash for Google Apps Script is made available as a script library. This is how you add it to your project:\n\n1. Select \"Resources\" \u003e \"Libraries...\" in the Google Apps Script editor.\n2. Enter the project key (`1SQ0PlSMwndIuOAgtVJdjxsuXueECtY9OGejVDS37ckSVbMll73EXf2PW`) in the \"Find a Library\" field, and choose \"Select\". (If you have copied the library, enter instead the project key of your copy.)\n3. Select the highest version number, and choose Lodash as the identifier. (Do not turn on Development Mode unless you know what you are doing. The development version may not work.)\n4. Press Save. You can now use the Lodash library in your code.\n\n### Custom copying\n\nYou can find the current build for the Apps Script platform in the [build](./build) folder.\n\n## Versions\n\n- The `6` version (full description `v1.0.2-1 (4.17.21)`) of the LodashGS corresponds to the `4.17.21` version of the Lodash.\n\n## Loading the library\n\nTo load LodashGS:\n\n```js\nvar _ = LodashGS.load();\n```\n\nSame for v8:\n\n```js\nconst _ = LodashGS.load();\n```\n\n## Copying the library\n\nA Google Apps Script project for Lodash is available [here](https://script.google.com/d/1SQ0PlSMwndIuOAgtVJdjxsuXueECtY9OGejVDS37ckSVbMll73EXf2PW/edit?usp=sharing).\n\nTo copy the library, Select \"File\" \u003e \"Make a copy...\" in the Google\nApps Script editor.\n\n## Testing the library\n\n{TO DO}\n\n## Links\n\n- [Underscore for Google Apps Script](https://github.com/simula-innovation/gas-underscore)\n- [Differences between lodash and underscore](http://stackoverflow.com/questions/13789618)\n\n## License\n\nLodash for Google Apps Script is released under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshliaer%2Flodashgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foshliaer%2Flodashgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foshliaer%2Flodashgs/lists"}