{"id":13530827,"url":"https://github.com/nowsecure/ipa-extract-info","last_synced_at":"2025-04-09T23:36:40.342Z","repository":{"id":1901095,"uuid":"45296707","full_name":"nowsecure/ipa-extract-info","owner":"nowsecure","description":"Extract the Info.plist from an IPA","archived":false,"fork":false,"pushed_at":"2023-03-04T02:48:32.000Z","size":175,"stargazers_count":38,"open_issues_count":5,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T01:25:31.539Z","etag":null,"topics":["ipa","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowsecure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-10-31T09:54:06.000Z","updated_at":"2024-12-24T19:44:22.000Z","dependencies_parsed_at":"2023-07-05T18:32:00.547Z","dependency_job_id":null,"html_url":"https://github.com/nowsecure/ipa-extract-info","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/ipa-extract-info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248130900,"owners_count":21052816,"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":["ipa","nodejs"],"created_at":"2024-08-01T07:00:56.031Z","updated_at":"2025-04-09T23:36:40.316Z","avatar_url":"https://github.com/nowsecure.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"\n# ipa-extract-info\n\n  Extract the Info.plist from an IPA, in node.js and the browser!\n\n## Node\n\n```js\nvar fs = require('fs');\nvar extract = require('ipa-extract-info');\n\nvar fd = fs.openSync(__dirname + '/Snapchat.ipa', 'r');\n\nextract(fd, function(err, info, raw){\n  if (err) throw err;\n  console.log(info); // the parsed plist\n  console.log(raw);  // the unparsed plist\n});\n```\n\n## Browser\n\n```js\nvar extract = require('ipa-extract-info');\nvar input = document.querySelector('input');\n\ninput.addEventListener('change', function(){\n  extract(input.files[0], function(err, info, raw){\n    if (err) throw err;\n    console.log('info', info); // the parsed plist\n    console.log('raw', raw);   // the unparsed plist\n  });\n});\n```\n\n## License\n\n  MIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fipa-extract-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Fipa-extract-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fipa-extract-info/lists"}