{
  "name": "@rdfjs/sink",
  "version": "2.0.1",
  "description": "Abstract RDF/JS Sink Interface implementation",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdfjs-base/sink.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "sink"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/sink/issues"
  },
  "homepage": "https://github.com/rdfjs-base/sink",
  "devDependencies": {
    "assert": "^2.0.0",
    "c8": "^7.12.0",
    "mocha": "^10.0.0",
    "readable-stream": "^4.2.0",
    "stricter-standard": "^0.2.0"
  }
}
