{"id":15551358,"url":"https://github.com/bengreenier-archive/unity-package-extract","last_synced_at":"2026-05-01T10:31:12.992Z","repository":{"id":57386575,"uuid":"85497642","full_name":"bengreenier-archive/unity-package-extract","owner":"bengreenier-archive","description":"Client for extracting packages downloaded from the unity package service.","archived":false,"fork":false,"pushed_at":"2017-03-19T20:59:41.000Z","size":3165,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T07:12:44.018Z","etag":null,"topics":["package","unity"],"latest_commit_sha":null,"homepage":null,"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/bengreenier-archive.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-03-19T18:05:19.000Z","updated_at":"2025-03-14T15:51:53.000Z","dependencies_parsed_at":"2022-09-05T12:21:19.830Z","dependency_job_id":null,"html_url":"https://github.com/bengreenier-archive/unity-package-extract","commit_stats":null,"previous_names":["bengreenier/unity-package-extract"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bengreenier-archive/unity-package-extract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier-archive%2Funity-package-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier-archive%2Funity-package-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier-archive%2Funity-package-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier-archive%2Funity-package-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bengreenier-archive","download_url":"https://codeload.github.com/bengreenier-archive/unity-package-extract/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengreenier-archive%2Funity-package-extract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29556404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T18:16:07.221Z","status":"ssl_error","status_checked_at":"2026-02-17T18:16:04.782Z","response_time":100,"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":["package","unity"],"created_at":"2024-10-02T14:04:33.434Z","updated_at":"2026-02-17T20:00:50.852Z","avatar_url":"https://github.com/bengreenier-archive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unity-package-extract\n\n\u003e Note: uses es6 classes, see [this](http://node.green/#ES2015-functions-class) for node version compatibility\n\n[![Build Status](https://travis-ci.org/bengreenier/unity-package-extract.svg?branch=master)](https://travis-ci.org/bengreenier/unity-package-extract)\n\nClient for extracting packages downloaded from the unity package service. \n\n## How\n\nDo I...\n\n### Install\n\nSimple! Just `npm install unity-package-extract`\n\n### Use\n\nSee the following (or the [tests](./test/basic.js)):\n\n```\nconst client = new UnityExtractClient()\n\nclient.extract(src, dest).then(...)\nclient.convert(src, dest).then(...)\n```\n\nWhere `extract` unzips a decrypted package (see [bengreenier/unity-package-decrypt](https://github.com/bengreenier/unity-package-decrypt) for more info)\ninto a given folder. And `convert` moves and appropriately names the content from one directory to another.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengreenier-archive%2Funity-package-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengreenier-archive%2Funity-package-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengreenier-archive%2Funity-package-extract/lists"}