@comunica/actor-query-source-identify-serialized
Version:
A serialized query-source-identify actor
54 lines (53 loc) • 1.43 kB
JSON
{
"name": "@comunica/actor-query-source-identify-serialized",
"version": "4.2.0",
"description": "A serialized query-source-identify 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-serialized"
},
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"keywords": [
"comunica",
"actor",
"query-source-identify",
"serialized"
],
"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-query-source-identify": "^4.2.0",
"@comunica/bus-rdf-parse": "^4.2.0",
"@comunica/core": "^4.2.0",
"@comunica/types": "^4.2.0",
"@rdfjs/types": "*",
"rdf-store-stream": "^3.0.0",
"readable-stream": "^4.2.0"
},
"gitHead": "94e1eacab069551590cc250074b36bce08720c4c"
}