{
  "name": "@rdfjs/serializer-ntriples",
  "version": "2.0.1",
  "description": "N-Triples serializer 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/serializer-ntriples.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "serializer",
    "ntriples"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/serializer-ntriples/issues"
  },
  "homepage": "https://github.com/rdfjs-base/serializer-ntriples",
  "dependencies": {
    "@rdfjs/sink": "^2.0.1",
    "@rdfjs/to-ntriples": "^3.0.1",
    "duplex-to": "^2.0.0",
    "readable-stream": "^4.5.2"
  },
  "devDependencies": {
    "@rdfjs/data-model": "^2.0.2",
    "assert": "^2.1.0",
    "c8": "^9.1.0",
    "mocha": "^10.3.0",
    "stream-chunks": "^1.0.0",
    "stricter-standard": "^0.3.0"
  }
}
