{"id":17166176,"url":"https://github.com/enncy/jpptr","last_synced_at":"2026-02-27T01:31:08.714Z","repository":{"id":57281845,"uuid":"446092785","full_name":"enncy/jpptr","owner":"enncy","description":"a json syntactic sugar for execute puppeteer 一个使用 json 语法糖去执行 puppeteer 的框架","archived":false,"fork":false,"pushed_at":"2022-02-05T17:14:17.000Z","size":746,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T19:38:25.082Z","etag":null,"topics":["headless-chrome","jpptr","json","nodejs","puppeteer","syntatic-sugar","typescript"],"latest_commit_sha":null,"homepage":"https://enncy.github.io/jpptr-docs/","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/enncy.png","metadata":{"files":{"readme":"README.en-US.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-09T13:14:33.000Z","updated_at":"2025-01-07T23:14:35.000Z","dependencies_parsed_at":"2022-08-31T10:53:04.010Z","dependency_job_id":null,"html_url":"https://github.com/enncy/jpptr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/enncy/jpptr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enncy%2Fjpptr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enncy%2Fjpptr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enncy%2Fjpptr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enncy%2Fjpptr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enncy","download_url":"https://codeload.github.com/enncy/jpptr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enncy%2Fjpptr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29880687,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"ssl_error","status_checked_at":"2026-02-26T23:50:46.793Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["headless-chrome","jpptr","json","nodejs","puppeteer","syntatic-sugar","typescript"],"created_at":"2024-10-14T23:04:58.378Z","updated_at":"2026-02-27T01:31:08.695Z","avatar_url":"https://github.com/enncy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jpptr\n\n![GitHub top language](https://img.shields.io/github/languages/top/enncy/jpptr) ![GitHub repo size](https://img.shields.io/github/repo-size/enncy/jpptr)  ![npm](https://img.shields.io/npm/v/jpptr) ![npm](https://img.shields.io/npm/dw/jpptr) ![GitHub](https://img.shields.io/github/license/enncy/jpptr)\n\n[中文](https://github.com/enncy/jpptr/blob/main/README.md) | [English](https://github.com/enncy/jpptr/blob/main/README.en-US.md)\n\n[Document](https://enncy.github.io/jpptr-docs/) | [API](https://github.com/enncy/jpptr/blob/main/docs/api.md) | [Sample](https://github.com/enncy/jpptr/tree/main/sample)\n\n\u003e a json syntactic sugar for execute puppeteer.     \n\u003e Jpptr use json to execute puppeteer, just as you can use javascript to execute puppeteer.         \n- you can extend the functionality as much as you want.\n- you can dynamically add and modify events.\n- and more...\n\n## Example\n```json\n[\"goto\",\"https://example.com\"]\n```\nparse to\n```json\n{\n    \"use\":\"function\",\n    \"name\":\"goto\",\n    \"args\":[\"https://example.com\"]\n}\n```\nfinally\n```js\npage.goto(\"https://example.com\")\n```\n\n## Document\nhttps://enncy.github.io/jpptr-docs/\n## API\n\nhttps://github.com/enncy/jpptr/blob/main/docs/api.md\n\n## Sample\nhttps://github.com/enncy/jpptr/tree/main/sample\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenncy%2Fjpptr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenncy%2Fjpptr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenncy%2Fjpptr/lists"}