2.1.3 • Published 12 days ago

@zazuko/env-node v2.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 days ago

RDF/JS Environment with NodeJs support

This package extends @zazuko/env by adding support for NodeJs.

It includes @zazuko/rdf-utils-fs and @rdfjs/fetch-lite and bundles the default set of parsers and serializers.

Using different serializers

It is possible to switch the formats by importing them from a different package. For example, using the pretty-printing package.

import rdf from '@zazuko/env-node'
import formats from '@rdfjs-elements/formats-pretty'

rdf.formats.import(formats)
2.1.3

12 days ago

2.1.2

2 months ago

2.1.1

4 months ago

2.1.0

4 months ago

1.0.4

4 months ago

2.0.0

4 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago