{"id":32286967,"url":"https://github.com/thitlwincoder/js_packer","last_synced_at":"2026-02-23T17:04:36.992Z","repository":{"id":56833299,"uuid":"306410172","full_name":"thitlwincoder/js_packer","owner":"thitlwincoder","description":"Flutter Package for decode Dean Edwards' JavaScript Packer.","archived":false,"fork":false,"pushed_at":"2023-03-18T06:18:58.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-14T09:26:27.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/js_packer","language":"Dart","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/thitlwincoder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"thitlwincoder","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null}},"created_at":"2020-10-22T17:23:04.000Z","updated_at":"2023-12-09T06:53:12.000Z","dependencies_parsed_at":"2022-09-16T17:41:29.395Z","dependency_job_id":null,"html_url":"https://github.com/thitlwincoder/js_packer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thitlwincoder/js_packer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fjs_packer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fjs_packer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fjs_packer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fjs_packer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thitlwincoder","download_url":"https://codeload.github.com/thitlwincoder/js_packer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thitlwincoder%2Fjs_packer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29748813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: 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":[],"created_at":"2025-10-23T02:02:02.164Z","updated_at":"2026-02-23T17:04:36.987Z","avatar_url":"https://github.com/thitlwincoder.png","language":"Dart","funding_links":["https://ko-fi.com/thitlwincoder"],"categories":[],"sub_categories":[],"readme":"# js_packer\n\n[![pub package](https://img.shields.io/pub/v/js_packer.svg?logo=dart\u0026logoColor=00b9fc)](https://pub.dev/packages/js_packer)\n[![Last Commits](https://img.shields.io/github/last-commit/thitlwincoder/js_packer?logo=git\u0026logoColor=white)](https://github.com/thitlwincoder/js_packer/commits/master)\n[![GitHub repo size](https://img.shields.io/github/repo-size/thitlwincoder/js_packer)](https://github.com/thitlwincoder/js_packer)\n[![License](https://img.shields.io/github/license/thitlwincoder/js_packer?logo=open-source-initiative\u0026logoColor=green)](https://github.com/thitlwincoder/js_packer/blob/master/LICENSE)\n\u003cbr\u003e\n[![Uploaded By](https://img.shields.io/badge/uploaded%20by-thitlwincoder-blue)](https://github.com/thitlwincoder)\n\nDecoder for Dean Edwards' JavaScript Packer\n\n## Usage\n\nFirst call `JSPacker()` with your JS value\n\n```dart\nJSPacker jsPacker = JSPacker(eval); // add your eval js code\n```\n\nUse `detect` class to check your JS value format is correct\n\n```dart\njsPacker.detect()\n```\n\nUse `unpack` class to get value\n\n```dart\njsPacker.unpack()\n```\n\n### Example\n\n```dart\n\nJSPacker jsPacker = JSPacker(eval); // add your value\n\nif (jsPacker.detect()) {\n    print(jsPacker.unpack());\n} else {\n    print(\"Not P.A.C.K.E.R. coded\");\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthitlwincoder%2Fjs_packer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthitlwincoder%2Fjs_packer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthitlwincoder%2Fjs_packer/lists"}