{"id":22281982,"url":"https://github.com/progfay/scrapbox-parser","last_synced_at":"2025-05-07T15:21:50.879Z","repository":{"id":37692475,"uuid":"192863187","full_name":"progfay/scrapbox-parser","owner":"progfay","description":"Scrapbox notation → JavaScript Object","archived":false,"fork":false,"pushed_at":"2025-05-05T13:57:51.000Z","size":10219,"stargazers_count":94,"open_issues_count":3,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-05T14:53:31.356Z","etag":null,"topics":["nodejs","parser","scrapbox","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@progfay/scrapbox-parser","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/progfay.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-20T06:35:34.000Z","updated_at":"2025-05-05T13:57:54.000Z","dependencies_parsed_at":"2023-12-20T16:49:41.384Z","dependency_job_id":"23403695-1a7a-4d1f-8484-f7098ae55114","html_url":"https://github.com/progfay/scrapbox-parser","commit_stats":{"total_commits":1625,"total_committers":11,"mean_commits":"147.72727272727272","dds":"0.43200000000000005","last_synced_commit":"70b9fc006a09c4c68d68deacf3e4d6f2d5c0c39f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progfay","download_url":"https://codeload.github.com/progfay/scrapbox-parser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522060,"owners_count":21761684,"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":["nodejs","parser","scrapbox","typescript"],"created_at":"2024-12-03T16:24:14.130Z","updated_at":"2025-05-07T15:21:50.858Z","avatar_url":"https://github.com/progfay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrapbox Parser\n\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\u0026color=AC1500\u0026labelColor=222222)](LICENSE)\n[![npm version](https://img.shields.io/npm/v/@progfay/scrapbox-parser?style=for-the-badge\u0026message=NPM\u0026color=CB3837\u0026logo=NPM\u0026labelColor=222222\u0026label=npm)](https://www.npmjs.com/package/@progfay/scrapbox-parser)\n[![Maintainability](https://img.shields.io/codeclimate/maintainability/progfay/scrapbox-parser?style=for-the-badge\u0026message=Code+Climate\u0026labelColor=222222\u0026logo=Code+Climate\u0026logoColor=FFFFFF)](https://codeclimate.com/github/progfay/scrapbox-parser/maintainability)\n[![Test Coverage](https://img.shields.io/codeclimate/coverage/progfay/scrapbox-parser?style=for-the-badge\u0026message=Code+Climate\u0026labelColor=222222\u0026logo=Code+Climate\u0026logoColor=FFFFFF)](https://codeclimate.com/github/progfay/scrapbox-parser/coverage)\n\nparse Scrapbox notation to JavaScript Object\n\n## Installation\n\n```sh\n$ npm i @progfay/scrapbox-parser\n```\n\nAlso, you can install `@progfay/scrapbox-parser` via [JSR](https://jsr.io/@progfay/scrapbox-parser).\n\n## Usage\n\n```js\nimport { parse } from \"@progfay/scrapbox-parser\";\n\nconst PROJECT_NAME = \"help\";\nconst PAGE_NAME = \"syntax\";\n\nfetch(`https://scrapbox.io/api/pages/${PROJECT_NAME}/${PAGE_NAME}/text`)\n  .then((response) =\u003e response.text())\n  .then((text) =\u003e parse(text));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogfay%2Fscrapbox-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogfay%2Fscrapbox-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogfay%2Fscrapbox-parser/lists"}