{"id":18243993,"url":"https://github.com/rybesh/jsonldtransform","last_synced_at":"2025-04-08T18:29:45.278Z","repository":{"id":66852264,"uuid":"11037158","full_name":"rybesh/jsonldtransform","owner":"rybesh","description":"A streaming JSON-LD parser for Node.js","archived":false,"fork":false,"pushed_at":"2013-07-15T17:19:13.000Z","size":144,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T14:51:31.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rybesh.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":"2013-06-28T20:26:09.000Z","updated_at":"2016-10-18T20:04:21.000Z","dependencies_parsed_at":"2023-02-20T12:50:34.922Z","dependency_job_id":null,"html_url":"https://github.com/rybesh/jsonldtransform","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/rybesh%2Fjsonldtransform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybesh%2Fjsonldtransform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybesh%2Fjsonldtransform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rybesh%2Fjsonldtransform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rybesh","download_url":"https://codeload.github.com/rybesh/jsonldtransform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247901575,"owners_count":21015288,"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":"2024-11-05T09:04:31.716Z","updated_at":"2025-04-08T18:29:45.259Z","avatar_url":"https://github.com/rybesh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## jsonldtransform\n\nA streaming [JSON-LD](http://json-ld.org/) parser for Node.js, implemented as a [Transform](http://nodejs.org/api/stream.html#stream_class_stream_transform) stream.\n\n## example\n\n```JavaScript\nvar JSONLDTransform = require('jsonldtransform').JSONLDTransform\n  , fs = require('fs')\n  , transform = new JSONLDTransform()\n\n transform.on('context', function(o, scope){\n   console.log('context', o, scope)\n })\n transform.on('graph', function(o){\n   console.log('graph', o)\n })\n\nfs.createReadStream('test/data/dpla_items.json')\n  .pipe(this.transform)\n  .pipe(process.stdout)\n```\n\n## why?\n\nTo make it easier to work with large and complex JSON-LD documents.\n\n## install\n\n```Shell\nnpm install jsonldtransform\n```\n\n## test\n\n```Shell\nnpm test jsonldtransform\n```\n\n## license\n\n[MIT](http://opensource.org/licenses/MIT)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frybesh%2Fjsonldtransform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frybesh%2Fjsonldtransform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frybesh%2Fjsonldtransform/lists"}