@comunica/actor-query-source-identify-hypermedia-qpf
Version:
A qpf query-source-identify-hypermedia actor
65 lines (64 loc) • 1.96 kB
JSON
{
"name": "@comunica/actor-query-source-identify-hypermedia-qpf",
"version": "5.2.3",
"description": "A qpf query-source-identify-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-query-source-identify-hypermedia-qpf"
},
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"keywords": [
"comunica",
"actor",
"query-source-identify-hypermedia",
"qpf"
],
"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-rdf-metadata-extract-hydra-controls": "^5.2.3",
"@comunica/bus-dereference-rdf": "^5.2.3",
"@comunica/bus-merge-bindings-context": "^5.2.3",
"@comunica/bus-query-source-identify": "^5.2.3",
"@comunica/bus-query-source-identify-hypermedia": "^5.2.3",
"@comunica/bus-rdf-metadata": "^5.2.3",
"@comunica/bus-rdf-metadata-extract": "^5.2.3",
"@comunica/context-entries": "^5.2.3",
"@comunica/core": "^5.2.3",
"@comunica/types": "^5.2.3",
"@comunica/utils-algebra": "^5.2.0",
"@comunica/utils-bindings-factory": "^5.2.3",
"@comunica/utils-metadata": "^5.2.3",
"@rdfjs/types": "*",
"asynciterator": "^3.10.0",
"rdf-string": "^2.0.1",
"rdf-string-ttl": "^2.0.1",
"rdf-terms": "^2.0.0"
},
"gitHead": "3fd2744b40b367418b3ac485410096716cdbe71a"
}