{"id":28391470,"url":"https://github.com/tediousjs/node-ssrp","last_synced_at":"2025-06-25T21:31:17.283Z","repository":{"id":23247801,"uuid":"85993397","full_name":"tediousjs/node-ssrp","owner":"tediousjs","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-30T20:34:36.000Z","size":569,"stargazers_count":2,"open_issues_count":16,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-31T20:04:18.307Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/tediousjs.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-03-23T20:15:44.000Z","updated_at":"2025-01-19T20:10:46.000Z","dependencies_parsed_at":"2023-01-13T23:00:15.753Z","dependency_job_id":null,"html_url":"https://github.com/tediousjs/node-ssrp","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tediousjs/node-ssrp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fnode-ssrp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fnode-ssrp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fnode-ssrp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fnode-ssrp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tediousjs","download_url":"https://codeload.github.com/tediousjs/node-ssrp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tediousjs%2Fnode-ssrp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261955931,"owners_count":23235978,"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":[],"created_at":"2025-05-31T09:39:08.458Z","updated_at":"2025-06-25T21:31:17.276Z","avatar_url":"https://github.com/tediousjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-ssrp\n\n\u003e An implementation of the SQL Server Resolution protocol.\n\n```js\nconst { listInstances } = require('ssrp');\n\nconst instances = await listInstances({ address: \"192.168.0.4\", family: 4 });\nif (instances.length === 0) {\n  console.log(\"Found no SQLServer instances.\");\n  return;\n}\n\nconsole.log(\"Found the following SQLServer instances:\");\nfor (let i = 0, length = instances.length; i \u003c length; i++) {\n  console.log(`* ${instance.instanceName} - ${instance.version}`);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftediousjs%2Fnode-ssrp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftediousjs%2Fnode-ssrp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftediousjs%2Fnode-ssrp/lists"}