{"id":28100351,"url":"https://github.com/tidev/appcd-dump-viewer","last_synced_at":"2025-05-13T18:33:36.510Z","repository":{"id":57182704,"uuid":"113156490","full_name":"tidev/appcd-dump-viewer","owner":"tidev","description":"Appc Daemon Dump Viewer","archived":false,"fork":false,"pushed_at":"2024-03-06T21:46:47.000Z","size":195,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-10T05:26:32.942Z","etag":null,"topics":["npm-package"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tidev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"tidev","liberapay":"tidev"}},"created_at":"2017-12-05T08:47:02.000Z","updated_at":"2023-08-25T07:14:45.000Z","dependencies_parsed_at":"2022-09-14T04:41:26.925Z","dependency_job_id":null,"html_url":"https://github.com/tidev/appcd-dump-viewer","commit_stats":null,"previous_names":["appcelerator/appcd-dump-viewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fappcd-dump-viewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fappcd-dump-viewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fappcd-dump-viewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tidev%2Fappcd-dump-viewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tidev","download_url":"https://codeload.github.com/tidev/appcd-dump-viewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254003523,"owners_count":21997898,"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":["npm-package"],"created_at":"2025-05-13T18:33:25.805Z","updated_at":"2025-05-13T18:33:36.492Z","avatar_url":"https://github.com/tidev.png","language":"Vue","funding_links":["https://github.com/sponsors/tidev","https://liberapay.com/tidev"],"categories":[],"sub_categories":[],"readme":"# Appc Daemon Dump Viewer\n\nThe [Appc Daemon](https://github.com/appcelerator/appc-daemon) has a `dump` command that generates\na JSON object containing the daemon's config, status, health, and log messages. This file can be\ncumbersome to grok, so this tool will allow the data to be rendered in a format that is easier to\nread.\n\n## Usage\n\nOpen the `dist/index.html` file in a web browser, then drag and drop the file or a link into the\nbrowser. A web server is not required.\n\n## Node.js API\n\n### launch()\n\n### launch(dumpFile)\n\n### launch(dumpFile, cleanupTimer)\n\nOpens the dump viewer in the default browser.\n\n * `dumpFile` - (String) Optional path to the JSON dump file to load. The dump file is converted to\n   a temporary JavaScript file and loaded via JSONP. If the temporary file already exists, it will\n   be overwritten by the new file.\n\n * `cleanupTimer` - (Number) Optional number of milliseconds to wait before deleting the temporary\n   JavaScript file. By default the temporary JavaScript file is not deleted.\n\nReturns a `Promise` which resolves once the browser has launched.\n\n#### Example\n\n```js\nimport launch from 'appcd-dump-viewer';\n\nlaunch('/path/to/dump.json');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fappcd-dump-viewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftidev%2Fappcd-dump-viewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftidev%2Fappcd-dump-viewer/lists"}