{"id":16492621,"url":"https://github.com/sokis/zip-parse","last_synced_at":"2025-03-01T06:29:49.101Z","repository":{"id":72086865,"uuid":"100174841","full_name":"sokis/zip-parse","owner":"sokis","description":"从zip中读取文件,模块，支持普通require，fs等操作及各种构建工具","archived":false,"fork":false,"pushed_at":"2017-08-14T07:39:21.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T20:41:58.248Z","etag":null,"topics":["parse","zip","zipfile","zipfs-law","zipparse"],"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/sokis.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-13T12:23:55.000Z","updated_at":"2017-08-14T03:56:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2f0273b-18e9-436b-abe4-765fc6172aee","html_url":"https://github.com/sokis/zip-parse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokis%2Fzip-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokis%2Fzip-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokis%2Fzip-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sokis%2Fzip-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sokis","download_url":"https://codeload.github.com/sokis/zip-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329447,"owners_count":19944982,"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":["parse","zip","zipfile","zipfs-law","zipparse"],"created_at":"2024-10-11T14:06:38.005Z","updated_at":"2025-03-01T06:29:49.080Z","avatar_url":"https://github.com/sokis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Zip Parse\n从zip中读取文件,模块，支持普通require，fs等操作及各种构建工具\n\n### 例子\n创建模块\n```shell\n$ (cd node_modules \u0026\u0026 zip -r ../mods.zip *) \u0026\u0026 rm -r node_modules\n```\n\n引入钩子函数:\n```javascript\nrequire(\"zip-parse\");\nrequire(\"./mods.zip/request\");\t// Load 'request' from mods.zip\n```\n\n或者通过，设置 **NODE_PATH** 变量:\n```shell\n$ NODE_PATH=./mods.zip node ./yourapp.js\n```\n使用的时候省略`./mods.zip/`路径。\n```javascript\nrequire(\"zip-parse\");\nrequire(\"request\");\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokis%2Fzip-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsokis%2Fzip-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsokis%2Fzip-parse/lists"}