{
  "name": "@comunica/actor-context-preprocess-query-source-skolemize",
  "version": "4.5.0",
  "description": "A query-source-skolemize context-preprocess 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-context-preprocess-query-source-skolemize"
  },
  "bugs": {
    "url": "https://github.com/comunica/comunica/issues"
  },
  "keywords": [
    "comunica",
    "actor",
    "context-preprocess",
    "query-source-skolemize"
  ],
  "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-context-preprocess": "^4.5.0",
    "@comunica/context-entries": "^4.5.0",
    "@comunica/core": "^4.5.0",
    "@comunica/types": "^4.5.0",
    "@comunica/utils-data-factory": "^4.0.1",
    "@comunica/utils-metadata": "^4.5.0",
    "@rdfjs/types": "*",
    "asynciterator": "^3.9.0",
    "rdf-terms": "^1.11.0",
    "sparqlalgebrajs": "^5.0.2"
  },
  "gitHead": "2bcd98c387a021fc5c08d375793c205ca3d1bf0d"
}
