{"id":15040954,"url":"https://github.com/lsongdev/android-apk","last_synced_at":"2025-10-26T19:06:22.859Z","repository":{"id":57177762,"uuid":"189387367","full_name":"lsongdev/android-apk","owner":"lsongdev","description":":robot: A Simple Android APK Reader in Node.js","archived":false,"fork":false,"pushed_at":"2019-05-30T11:37:47.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T03:50:06.989Z","etag":null,"topics":["android","android-apk","android-apk-files","android-application","apk","apk-parser"],"latest_commit_sha":null,"homepage":"https://npmjs.org/android-apk","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/lsongdev.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":"2019-05-30T09:42:40.000Z","updated_at":"2024-10-22T13:13:53.000Z","dependencies_parsed_at":"2022-08-30T06:31:06.359Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/android-apk","commit_stats":null,"previous_names":["song940/apk-parser","lsongdev/android-apk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/android-apk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fandroid-apk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fandroid-apk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fandroid-apk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fandroid-apk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/android-apk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fandroid-apk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267536991,"owners_count":24103556,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["android","android-apk","android-apk-files","android-application","apk","apk-parser"],"created_at":"2024-09-24T20:45:19.660Z","updated_at":"2025-10-26T19:06:22.740Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## android-apk [![android-apk](https://img.shields.io/npm/v/android-apk.svg)](https://npmjs.org/android-apk)\n\n\u003e A Simple APK Reader in Node.js\n\n### Installation\n\n```bash\n$ npm i android-apk --save\n```\n\n### Example\n\n```js\nconst apk = require('android-apk');\n\n(async () =\u003e {\n\n  const pkg = await apk.read('/tmp/demo.apk');\n  const manifest = await apk.manifest(pkg);\n  console.log(manifest);\n\n})();\n\n```\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fandroid-apk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fandroid-apk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fandroid-apk/lists"}