{
  "name": "@rdfjs/serializer-turtle",
  "version": "1.1.5",
  "description": "Turtle serializer that implements the RDF/JS Sink interface",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdfjs-base/serializer-turtle.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "tree"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/serializer-turtle/issues"
  },
  "homepage": "https://github.com/rdfjs-base/serializer-turtle",
  "dependencies": {
    "@rdfjs/data-model": "^2.0.1",
    "@rdfjs/namespace": "^2.0.0",
    "@rdfjs/prefix-map": "^0.1.1",
    "@rdfjs/sink": "^2.0.0",
    "@rdfjs/term-map": "^2.0.0",
    "@rdfjs/to-ntriples": "^3.0.1",
    "@rdfjs/tree": "^0.2.1",
    "readable-stream": "^4.3.0",
    "stream-chunks": "^1.0.0"
  },
  "devDependencies": {
    "c8": "^10.0.0",
    "mocha": "^11.0.1",
    "rdf-utils-fs": "^3.0.0",
    "stricter-standard": "^0.3.1"
  }
}
