File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 209209 "name" : "@ontologies/core" ,
210210 "description" : "An RDF data factory for using ontologies in your JS projects" ,
211211 "implements" : [ "DataFactory" ]
212+ } , {
213+ "@id" : "https://github.com/rdf-esm/formats-common" ,
214+ "name" : "@rdf-esm/formats-common" ,
215+ "description" : "A browser-friendly set of sinks (parsers and serializers) for common RDF formats" ,
216+ "implements" : [ "Sink" ]
217+ } , {
218+ "@id" : "https://github.com/zazuko/rdfjs-elements/tree/master/packages/formats" ,
219+ "name" : "@rdfjs-elements/formats-pretty" ,
220+ "description" : "A browser-friendly set of sinks, with serializers optimized for pretty output" ,
221+ "implements" : [ "Sink" ]
222+ } , {
223+ "@id" : "https://github.com/zazuko/rdfjs-elements" ,
224+ "name" : "@rdfjs-elements" ,
225+ "description" : "Web components for editing RDF" ,
226+ "implements" : [ ]
212227 }
213228 ]
214229 } ]
You can’t perform that action at this time.
0 commit comments