{
  "name": "@comunica/actor-rdf-update-hypermedia-sparql",
  "version": "5.3.0",
  "description": "A sparql rdf-update-hypermedia actor",
  "lsd:module": true,
  "license": "MIT",
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/comunica-association"
  },
  "homepage": "https://comunica.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/comunica/comunica.git",
    "directory": "packages/actor-rdf-update-hypermedia-sparql"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "comunica",
    "actor",
    "rdf-update-hypermedia",
    "sparql"
  ],
  "sideEffects": false,
  "main": "lib/index.js",
  "typings": "lib/index",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "components",
    "lib/**/*.d.ts",
    "lib/**/*.js",
    "lib/**/*.js.map"
  ],
  "scripts": {
    "build": "yarn run build:ts && yarn run build:components",
    "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
    "build:components": "componentsjs-generator"
  },
  "dependencies": {
    "@comunica/bus-http": "^5.3.0",
    "@comunica/bus-rdf-update-hypermedia": "^5.3.0",
    "@comunica/bus-rdf-update-quads": "^5.3.0",
    "@comunica/context-entries": "^5.3.0",
    "@comunica/core": "^5.3.0",
    "@comunica/types": "^5.3.0",
    "@jeswr/stream-to-string": "^2.0.0",
    "@rdfjs/types": "*",
    "asynciterator": "^3.10.0",
    "fetch-sparql-endpoint": "^7.1.0",
    "rdf-string-ttl": "^2.0.1"
  },
  "gitHead": "8a9d8e4a706d64268e1e222b4c561caa47798f72"
}
