{"id":16752052,"url":"https://github.com/psmyrdek/ng-manifest","last_synced_at":"2025-04-07T23:47:05.417Z","repository":{"id":38571517,"uuid":"250539668","full_name":"psmyrdek/ng-manifest","owner":"psmyrdek","description":"Generate JSON manifest based on Angular build artifacts","archived":false,"fork":false,"pushed_at":"2023-01-07T16:26:22.000Z","size":2220,"stargazers_count":1,"open_issues_count":40,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T01:18:46.168Z","etag":null,"topics":["angular","bundle","front-end","json","manifest"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/psmyrdek.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":"2020-03-27T13:19:56.000Z","updated_at":"2020-12-01T07:53:43.000Z","dependencies_parsed_at":"2023-02-07T15:45:47.728Z","dependency_job_id":null,"html_url":"https://github.com/psmyrdek/ng-manifest","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/psmyrdek%2Fng-manifest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmyrdek%2Fng-manifest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmyrdek%2Fng-manifest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psmyrdek%2Fng-manifest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psmyrdek","download_url":"https://codeload.github.com/psmyrdek/ng-manifest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247749968,"owners_count":20989713,"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":["angular","bundle","front-end","json","manifest"],"created_at":"2024-10-13T02:45:46.474Z","updated_at":"2025-04-07T23:47:05.393Z","avatar_url":"https://github.com/psmyrdek.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ng-manifest\n\nGenerate JSON manifest based on Angular build artifacts\n\n## Installation\n\n`npm install ng-manifest --save-dev`\n\n## Usage \n\n```\n$ ng-manifest --root \u003cANGULAR_PROJECT_ROOT_DIR\u003e\n\nOptions:\n--root   [required] Angular project root\n--output [optional] Output directory. Default ${root}/dist\n```\n\n## Output\n\n```json\n{\n  \"stats\": {\n    \"js\": {\n      \"legacy\": [\n        {\n          \"src\": \"runtime-es5.6a940273ca5e26c05ba0.js\",\n          \"type\": \"text\"\n        },\n        {\n          \"src\": \"polyfills-es5.aaacd79a041f45949317.js\",\n          \"type\": \"text\"\n        },\n        {\n          \"src\": \"scripts.634b7bd385f188694b28.js\",\n          \"type\": \"text\"\n        },\n        {\n          \"src\": \"vendor-es5.c259679667c7ac672a6f.js\",\n          \"type\": \"text\"\n        },\n        {\n          \"src\": \"main-es5.7776ac510f3b474d036e.js\",\n          \"type\": \"text\"\n        }\n      ],\n      \"modern\": [\n        {\n          \"src\": \"runtime-es2015.6a940273ca5e26c05ba0.js\",\n          \"type\": \"module\"\n        },\n        {\n          \"src\": \"polyfills-es2015.7d43a779b0c7e0afb61f.js\",\n          \"type\": \"module\"\n        },\n        {\n          \"src\": \"scripts.634b7bd385f188694b28.js\",\n          \"type\": \"text\"\n        },\n        {\n          \"src\": \"vendor-es2015.c259679667c7ac672a6f.js\",\n          \"type\": \"module\"\n        },\n        {\n          \"src\": \"main-es2015.7776ac510f3b474d036e.js\",\n          \"type\": \"module\"\n        }\n      ],\n      \"files\": {\n        \"runtimeES5\": \"runtime-es5.6a940273ca5e26c05ba0.js\",\n        \"runtimeES2015\": \"runtime-es2015.6a940273ca5e26c05ba0.js\",\n        \"polyfillsES5\": \"polyfills-es5.aaacd79a041f45949317.js\",\n        \"polyfillsES2015\": \"polyfills-es2015.7d43a779b0c7e0afb61f.js\",\n        \"vendorES5\": \"vendor-es5.c259679667c7ac672a6f.js\",\n        \"vendorES2015\": \"vendor-es2015.c259679667c7ac672a6f.js\",\n        \"mainES5\": \"main-es5.7776ac510f3b474d036e.js\",\n        \"mainES2015\": \"main-es2015.7776ac510f3b474d036e.js\",\n        \"scripts\": \"scripts.634b7bd385f188694b28.js\"\n      }\n    },\n    \"css\": \"styles.3d39eed1adc54183abac.css\"\n  }\n}\n```\n\n## Credits\n\nSpecial thanks to [@smartrecruiters](https://github.com/smartrecruiters)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmyrdek%2Fng-manifest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsmyrdek%2Fng-manifest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsmyrdek%2Fng-manifest/lists"}