{"id":16583800,"url":"https://github.com/aloisdeniel/node-manifest-uwp","last_synced_at":"2026-04-19T17:02:53.769Z","repository":{"id":81440533,"uuid":"89559128","full_name":"aloisdeniel/node-manifest-uwp","owner":"aloisdeniel","description":"Update your Windows Universal application manifest (version, bundle idenfifier, ...).","archived":false,"fork":false,"pushed_at":"2017-04-27T17:31:25.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T04:16:33.702Z","etag":null,"topics":["manifest","package","tool","update","uwp","versionning","windows"],"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/aloisdeniel.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-27T05:29:23.000Z","updated_at":"2017-04-27T17:31:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb7dd661-bb4a-40f9-84b1-3cfe2f8d4fbd","html_url":"https://github.com/aloisdeniel/node-manifest-uwp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aloisdeniel/node-manifest-uwp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-uwp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-uwp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-uwp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-uwp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aloisdeniel","download_url":"https://codeload.github.com/aloisdeniel/node-manifest-uwp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aloisdeniel%2Fnode-manifest-uwp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27478920,"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-12-03T02:00:06.367Z","response_time":57,"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":["manifest","package","tool","update","uwp","versionning","windows"],"created_at":"2024-10-11T22:43:13.823Z","updated_at":"2025-12-03T17:02:36.436Z","avatar_url":"https://github.com/aloisdeniel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# manifest-uwp\n\nUpdate your Windows Universal application manifest (version, bundle idenfifier, ...).\n\n## Install\n\n```sh\n$ npm install --save manifest-uwp\n```\n\n## Quickstart\n\n```js\nvar path = require('path');\nvar UWPManifest = require('manifest-uwp');\n\nvar uwp = new UWPManifest();\nuwp.load({ file: path.join(__dirname, \"Package.appxmanifest\") }, function(err){\n    uwp.version = \"2.5.6.7\";\n    uwp.bundleIdentifier = \"com.test.sample\";\n    uwp.displayName = \"Sample\";\n    uwp.save({ file: path.join(__dirname, \"Package.Updated.appxmanifest\") }, function(err) {\n        console.log(\"DONE\");\n    })\n})\n```\n\n## Other manifests\n\n* [iOS](https://github.com/aloisdeniel/node-manifest-ios)\n* [Android](https://github.com/aloisdeniel/node-manifest-android)\n\n## Copyright and license\n\nMIT © [Aloïs Deniel](http://aloisdeniel.github.io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-manifest-uwp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faloisdeniel%2Fnode-manifest-uwp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faloisdeniel%2Fnode-manifest-uwp/lists"}