{
  "name": "@rdfjs/sink-to-duplex",
  "version": "1.0.0",
  "description": "Duplex wrapper for RDFJS Sink",
  "main": "index.js",
  "scripts": {
    "pretest": "standard",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rdfjs-base/sink-to-duplex.git"
  },
  "keywords": [
    "rdf",
    "rdfjs",
    "sink",
    "duplex"
  ],
  "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rdfjs-base/sink-to-duplex/issues"
  },
  "homepage": "https://github.com/rdfjs-base/sink-to-duplex",
  "dependencies": {
    "duplexify": "^3.6.1",
    "readable-stream": "^3.0.6"
  },
  "devDependencies": {
    "get-stream": "^5.1.0",
    "isstream": "^0.1.2",
    "jest": "^24.8.0",
    "standard": "^13.1.0"
  },
  "engines": {
    "node": ">=6"
  }
}
