Comparing version 1.0.0-beta.2 to 1.0.0
{ | ||
"name": "n3", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0", | ||
"description": "Lightning fast, asynchronous, streaming Turtle / N3 / RDF library.", | ||
@@ -27,3 +27,2 @@ "author": "Ruben Verborgh <ruben.verborgh@gmail.com>", | ||
"colors": "^1.1.2", | ||
"coveralls": "^3.0.0", | ||
"docco": "^0.8.0", | ||
@@ -39,3 +38,2 @@ "eslint": "^4.1.1", | ||
"lint": "eslint lib perf test spec", | ||
"coveralls": "nyc --reporter=text-lcov mocha | coveralls", | ||
"spec": "node spec/turtle-spec && node spec/trig-spec && node spec/ntriples-spec && node spec/nquads-spec", | ||
@@ -42,0 +40,0 @@ "spec-clean": "rm -r spec/turtle spec/trig", |
@@ -109,2 +109,8 @@ # Lightning fast, asynchronous, streaming RDF for JavaScript | ||
It is possible to provide the base IRI of the document that you want to parse. | ||
This is done by passing a `baseIRI` argument upon creation: | ||
```JavaScript | ||
const parser = new N3.Parser({ baseIRI: 'http://example.org/' }); | ||
``` | ||
### From an RDF stream to quads | ||
@@ -111,0 +117,0 @@ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
125807
10
1
351