{
  "name": "@rdfjs/sink-map",
  "version": "2.0.1",
  "description": "Map for RDF/JS Sinks including shortcut methods",
  "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-map.git"
  },
  "keywords": [
    "map",
    "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-map/issues"
  },
  "homepage": "https://github.com/rdfjs-base/sink-map",
  "dependencies": {},
  "devDependencies": {
    "assert": "^2.0.0",
    "c8": "^7.12.0",
    "mocha": "^10.0.0",
    "stricter-standard": "^0.2.0"
  }
}
