UNPKG

@comunica/actor-rdf-update-hypermedia-patch-sparql-update

Version:

A patch-sparql-update rdf-update-hypermedia actor

56 lines (55 loc) 1.54 kB
{ "name": "@comunica/actor-rdf-update-hypermedia-patch-sparql-update", "version": "5.2.3", "description": "A patch-sparql-update 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-patch-sparql-update" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "actor", "rdf-update-hypermedia", "patch-sparql-update" ], "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.2.3", "@comunica/bus-rdf-update-hypermedia": "^5.2.3", "@comunica/bus-rdf-update-quads": "^5.2.3", "@comunica/core": "^5.2.3", "@comunica/types": "^5.2.3", "@rdfjs/types": "*", "asynciterator": "^3.10.0", "rdf-string-ttl": "^2.0.1", "readable-stream": "^4.7.0" }, "gitHead": "3fd2744b40b367418b3ac485410096716cdbe71a" }