{"id":17398508,"url":"https://github.com/vweevers/about-native-addons","last_synced_at":"2025-08-23T02:36:30.279Z","repository":{"id":66220529,"uuid":"217835297","full_name":"vweevers/about-native-addons","owner":"vweevers","description":"Collects data on all Node.js native addons found in the npm registry.","archived":false,"fork":false,"pushed_at":"2022-02-06T11:56:18.000Z","size":209,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-19T21:56:31.684Z","etag":null,"topics":["addons","native-addons","nodejs","wip"],"latest_commit_sha":null,"homepage":"","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/vweevers.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":"2019-10-27T09:59:10.000Z","updated_at":"2023-03-01T23:26:58.000Z","dependencies_parsed_at":"2023-03-21T11:04:15.550Z","dependency_job_id":null,"html_url":"https://github.com/vweevers/about-native-addons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vweevers/about-native-addons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fabout-native-addons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fabout-native-addons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fabout-native-addons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fabout-native-addons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vweevers","download_url":"https://codeload.github.com/vweevers/about-native-addons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vweevers%2Fabout-native-addons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271732692,"owners_count":24811382,"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-08-23T02:00:09.327Z","response_time":69,"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":["addons","native-addons","nodejs","wip"],"created_at":"2024-10-16T14:57:47.506Z","updated_at":"2025-08-23T02:36:30.238Z","avatar_url":"https://github.com/vweevers.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# about-native-addons\n\n**Collects data on all Node.js native addons found in the npm registry.**\n\n## Data\n\nSee [`data.md`](data.md).\n\n## Development\n\nTo generate the above data, clone the repository and run:\n\n```\nnpm i\nmkdir cache\n\n# Collect packages from npm (takes between 2 and 24 hours)\nmkdir cache/raw\nnode bin/collect-npm-data \u003e cache/raw/raw-01.ndjson\n\n# Deduplicate and clean\nmkdir cache/deduped\nnode bin/dedupe-npm-data cache/raw \u003e cache/deduped/deduped.ndjson\n\n# Process the data (this also takes time; subsequent runs use caches)\nnode bin/process-npm-data cache/deduped\n```\n\nThe result is written to `data.json` and `data.md`.\n\nTo update later, make note of the last seq (sequence number) that is written to stderr by `node bin/collect-npm-data`, for example 8257575. Then pull in new and updated packages starting from there:\n\n```\nnode bin/collect-npm-data 8257575 \u003e cache/raw/raw-02.ndjson\nnode bin/dedupe-npm-data cache/raw \u003e cache/deduped/deduped.ndjson\nnode bin/process-npm-data cache/deduped\n```\n\nThe dedupe step will read `cache/raw/*.ndjson` which means it'll include `raw-01.ndjson` and `raw-02.ndjson`.\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fabout-native-addons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvweevers%2Fabout-native-addons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvweevers%2Fabout-native-addons/lists"}