{"id":15981388,"url":"https://github.com/hideoo/lodash-doc-parser","last_synced_at":"2026-04-12T20:34:10.190Z","repository":{"id":85853442,"uuid":"70426629","full_name":"HiDeoo/lodash-doc-parser","owner":"HiDeoo","description":"Lodash documentation parser generating a JSON representation.","archived":false,"fork":false,"pushed_at":"2017-02-17T13:58:24.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T20:40:36.905Z","etag":null,"topics":["documentation","lodash","node","nodejs","parser"],"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/HiDeoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-10-09T19:49:52.000Z","updated_at":"2023-12-05T06:37:14.000Z","dependencies_parsed_at":"2023-03-13T07:00:03.159Z","dependency_job_id":null,"html_url":"https://github.com/HiDeoo/lodash-doc-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HiDeoo/lodash-doc-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Flodash-doc-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Flodash-doc-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Flodash-doc-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Flodash-doc-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HiDeoo","download_url":"https://codeload.github.com/HiDeoo/lodash-doc-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HiDeoo%2Flodash-doc-parser/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266210832,"owners_count":23893336,"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":["documentation","lodash","node","nodejs","parser"],"created_at":"2024-10-08T00:43:51.747Z","updated_at":"2026-04-12T20:34:05.160Z","avatar_url":"https://github.com/HiDeoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lodash Doc Parser\n\n[Node.js](https://nodejs.org) CLI tool fetching \u0026 parsing the latest [Lodash documentation](https://github.com/lodash/lodash/blob/master/doc/README.md) in order to generate a JSON representation.\n\nThe generated JSON will only contains Lodash methods.\n\nThis tool was originally created to create a JSON representation of the Lodash documentation for the [autocomplete-lodash](https://github.com/HiDeoo/autocomplete-lodash) Atom package.\n\n## Installation\n\nClone the repository and install the dependencies:\n\n```\nnpm install\n```\n\n## Usage\n\nUse the following command:\n\n```\nnpm run start\n```\n\nThe JSON representation will be saved in a `lodash.json` file.\n\n## Configuration\n\nThe configuration is made directly in the `index.js` file using 2 variables located at the top of the file:\n\n* **kDocUrl** (`string`): Lodash documentation URL.\n* **kBlacklistedMethods** (`Array\u003cstring\u003e`): List of blacklisted Lodash methods to exclude from the JSON representation.\n\n## Format\n\nThe JSON representation generated is an array of objects. Each object represents a Lodash method and contains the following properties:\n\n* **name** (`string`): Name of the Lodash method.\n* **description** (`string`): Description of the Lodash method.\n* **args** (`Array\u003cstring\u003e`): List of the method arguments. If the method takes no argument, the array will be empty.\n* **returns** (`string`): Returns value of the Lodash method.\n* **url** (`string`): Direct URL to the Lodash method documentation.\n\n```\n[\n  {\n    \"name\": \"chunk\",\n    \"description\": \"Creates an array of elements split into groups the length of size. If array can't be split evenly, the final chunk will be the remaining elements.\",\n    \"args\": [\n      \"array\",\n      \"[size=1]\"\n    ],\n    \"returns\": \"(Array)\",\n    \"url\": \"https://lodash.com/docs/4.16.4#chunk\"\n  },\n  ...\n]\n```\n\n## Credits\n\n[Lodash](https://github.com/lodash/lodash/)\n\n## Copyright and license\n\nCopyright (c) 2016 HiDeoo. Code released under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideoo%2Flodash-doc-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhideoo%2Flodash-doc-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhideoo%2Flodash-doc-parser/lists"}