{"id":21278389,"url":"https://github.com/wdalmut/sporasub-sp2","last_synced_at":"2025-03-15T13:41:03.379Z","repository":{"id":57367771,"uuid":"108769473","full_name":"wdalmut/sporasub-sp2","owner":"wdalmut","description":"A set of stream to parse the sporasub sp2 .dive file","archived":false,"fork":false,"pushed_at":"2017-10-29T20:41:07.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T00:05:06.323Z","etag":null,"topics":["dive","sp2","sporasub","watch"],"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/wdalmut.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}},"created_at":"2017-10-29T20:39:22.000Z","updated_at":"2019-07-09T11:59:50.000Z","dependencies_parsed_at":"2022-08-23T19:30:23.792Z","dependency_job_id":null,"html_url":"https://github.com/wdalmut/sporasub-sp2","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/wdalmut%2Fsporasub-sp2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsporasub-sp2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsporasub-sp2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdalmut%2Fsporasub-sp2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdalmut","download_url":"https://codeload.github.com/wdalmut/sporasub-sp2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243738954,"owners_count":20339997,"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":["dive","sp2","sporasub","watch"],"created_at":"2024-11-21T10:12:59.701Z","updated_at":"2025-03-15T13:41:03.357Z","avatar_url":"https://github.com/wdalmut.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sporasub SP2 - Dive reader\n\nA set of streams that read `.dive` files from Sporasub SP2 diving watch\n\n```js\nconst page = require('sporasub-sp2/page');\nconst json = require('sporasub-sp2/to-json');\n\nfs.createReadStream('my.dive')\n    .pipe(page())\n    .pipe(json())\n    .on('data', (dive) =\u003e {\n        console.log(dive); // object\n    });\n;\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fsporasub-sp2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdalmut%2Fsporasub-sp2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdalmut%2Fsporasub-sp2/lists"}