UNPKG

@comunica/actor-rdf-join-multi-smallest

Version:

A multi-smallest rdf-join actor

71 lines (70 loc) 1.71 kB
{ "name": "@comunica/actor-rdf-join-multi-smallest", "version": "1.22.0", "description": "A multi-smallest rdf-join actor", "lsd:module": true, "main": "index.js", "typings": "index", "repository": { "type": "git", "url": "https://github.com/comunica/comunica.git", "directory": "packages/actor-rdf-join-multi-smallest" }, "publishConfig": { "access": "public" }, "keywords": [ "comunica", "actor", "rdf-join", "multi-smallest" ], "license": "MIT", "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "homepage": "https://comunica.dev/", "files": [ "components", "lib/**/*.d.ts", "lib/**/*.js", "index.d.ts", "index.js" ], "dependencies": { "@comunica/bus-query-operation": "^1.22.0", "@comunica/mediatortype-iterations": "^1.22.0", "@comunica/types": "^1.22.0" }, "peerDependencies": { "@comunica/bus-rdf-join": "^1.9.2", "@comunica/core": "^1.9.2" }, "devDependencies": { "@comunica/bus-rdf-join": "^1.22.0", "@comunica/core": "^1.22.0" }, "jest": { "globals": { "ts-jest": { "tsConfig": "../../tsconfig.json" } }, "transform": { "^.+\\.ts$": "ts-jest" }, "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", "moduleFileExtensions": [ "ts", "js" ], "collectCoverage": true }, "scripts": { "test": "node \"../../node_modules/jest/bin/jest.js\" ${1}", "test-watch": "node \"../../node_modules/jest/bin/jest.js\" ${1} --watch", "build": "node \"../../node_modules/typescript/bin/tsc\"", "validate": "npm ls" }, "gitHead": "0a249ba341022eb2f1b9922fcf549a9564671d9f" }