UNPKG

@comunica/actor-init-query

Version:
71 lines (70 loc) 1.85 kB
{ "name": "@comunica/actor-init-query", "version": "4.3.0", "description": "A query init 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-init-query" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "actor", "init", "query" ], "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/actor-http-proxy": "^4.2.0", "@comunica/bus-http-invalidate": "^4.2.0", "@comunica/bus-init": "^4.2.0", "@comunica/bus-query-process": "^4.2.0", "@comunica/bus-query-result-serialize": "^4.2.0", "@comunica/context-entries": "^4.2.0", "@comunica/core": "^4.2.0", "@comunica/logger-pretty": "^4.2.0", "@comunica/runner": "^4.2.0", "@comunica/types": "^4.2.0", "@rdfjs/types": "*", "@types/yargs": "^17.0.24", "asynciterator": "^3.9.0", "negotiate": "^1.0.1", "process": "^0.11.10", "rdf-quad": "^1.5.0", "readable-stream": "^4.5.2", "yargs": "^17.7.2" }, "optionalDependencies": { "process": "^0.11.10" }, "browser": { "./lib/index.js": "./lib/index-browser.js" }, "gitHead": "1e53e7a688be2bdb428a8c46e45f7a3c5c64a2aa" }