@rdfjs/parser-n3
Version:
N3 parser that implements the RDF/JS Sink interface
43 lines (42 loc) • 1.05 kB
JSON
{
"name": "@rdfjs/parser-n3",
"version": "2.1.0",
"description": "N3 parser that implements the RDF/JS Sink interface",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rdfjs-base/parser-n3.git"
},
"keywords": [
"rdf",
"rdfjs",
"parser",
"n3",
"ntriples",
"turtle"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdfjs-base/parser-n3/issues"
},
"homepage": "https://github.com/rdfjs-base/parser-n3",
"dependencies": {
"@rdfjs/data-model": "^2.0.2",
"@rdfjs/sink": "^2.0.1",
"duplex-to": "^2.0.0",
"n3": "^1.17.2",
"readable-stream": "^4.5.2"
},
"devDependencies": {
"assert": "^2.1.0",
"c8": "^10.0.0",
"mocha": "^11.0.1",
"stream-chunks": "^1.0.0",
"stricter-standard": "^0.3.0"
}
}