{"id":16832675,"url":"https://github.com/zswang/jchecks","last_synced_at":"2026-07-17T18:33:34.563Z","repository":{"id":57279878,"uuid":"91887976","full_name":"zswang/jchecks","owner":"zswang","description":"Checklist black box testing.","archived":false,"fork":false,"pushed_at":"2017-05-23T07:17:18.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T06:49:21.983Z","etag":null,"topics":["backbox","checklist","test"],"latest_commit_sha":null,"homepage":"","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/zswang.png","metadata":{"files":{"readme":"README.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":"2017-05-20T12:35:07.000Z","updated_at":"2017-05-23T05:49:29.000Z","dependencies_parsed_at":"2022-09-09T14:50:32.046Z","dependency_job_id":null,"html_url":"https://github.com/zswang/jchecks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zswang/jchecks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjchecks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjchecks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjchecks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjchecks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zswang","download_url":"https://codeload.github.com/zswang/jchecks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zswang%2Fjchecks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35592242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-17T02:00:06.162Z","response_time":116,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backbox","checklist","test"],"created_at":"2024-10-13T11:50:00.936Z","updated_at":"2026-07-17T18:33:34.534Z","avatar_url":"https://github.com/zswang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jchecks\n-----------\n\n# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]\n\nchecklist\n\n## 使用方法\n\n### 示例\n\n```js\n  var flag = 0;\n  var flagTimer = setInterval(function () {\n      flag++;\n  }, 1000);\n  var checklist = new jchecks.Checklist({\n    items: [{\n      checker: function () {\n        console.log('checker 1')\n        return flag \u003e 0\n      },\n      processor: function () {\n        console.log('processor 1')\n        return null\n      },\n      timeout: 5000,\n    }, {\n      checker: function () {\n        console.log('checker 2')\n        return flag \u003e 3\n      },\n      processor: function () {\n        console.log('processor 2')\n        return null\n      },\n    }]\n  });\n\n  checklist.on('error', function (error) {\n\tconsole.error(error);\n  }).on('stop', function () {\n\tconsole.info('stop');\n  });\n```\n\n## License\n\nMIT © [zswang](http://weibo.com/zswang)\n\n[npm-url]: https://npmjs.org/package/jchecks\n[npm-image]: https://badge.fury.io/js/jchecks.svg\n[travis-url]: https://travis-ci.org/zswang/jchecks\n[travis-image]: https://travis-ci.org/zswang/jchecks.svg?branch=master\n[coverage-url]: https://coveralls.io/github/zswang/jchecks?branch=master\n[coverage-image]: https://coveralls.io/repos/zswang/jchecks/badge.svg?branch=master\u0026service=github","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fjchecks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzswang%2Fjchecks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzswang%2Fjchecks/lists"}