{
  "name": "rdf-transform-triple-to-quad",
  "version": "2.0.1",
  "description": "RDF/JS Source which transforms a triple stream to a quad stream",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdf-ext/rdf-transform-triple-to-quad.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "rdf-ext",
    "triple",
    "quad",
    "stream",
    "transform"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdf-ext/rdf-transform-triple-to-quad/issues"
  },
  "homepage": "https://github.com/rdf-ext/rdf-transform-triple-to-quad",
  "dependencies": {
    "@rdfjs/data-model": "^2.0.2",
    "readable-stream": "^4.5.2"
  },
  "devDependencies": {
    "c8": "^9.1.0",
    "is-stream": "^4.0.1",
    "mocha": "^10.4.0",
    "rdf-ext": "^2.5.1",
    "rdf-test": "^0.1.0",
    "stricter-standard": "^0.3.1"
  }
}
