UNPKG

@rdfc/sparql-ingest-processor-ts

Version:
57 lines (56 loc) 1.62 kB
{ "name": "@rdfc/sparql-ingest-processor-ts", "version": "2.1.7", "description": "SPARQL Update function to be within RDF-Connect pipelines", "author": "Julián Rojas", "contributors": [ "Ieben Smessaert" ], "type": "module", "scripts": { "build": "tspc && tsc-alias", "prepublishOnly": "npm run build", "test": "vitest run --coverage --coverage.include src", "prepare": "husky" }, "files": [ "lib/**/*", "./processors.ttl" ], "keywords": [ "SPARQL", "RDF-Connect" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/rdf-connect/sparql-ingest-processor-ts.git" }, "dependencies": { "@treecg/types": "^0.4.6", "n3": "^1.26.0", "rdf-data-factory": "^2.0.2", "rdf-stores": "^2.1.1", "undici": "^7.22.0", "winston": "^3.19.0" }, "devDependencies": { "@comunica/query-sparql": "^5.1.3", "@rdfc/js-runner": "^3.0.2", "@rdfjs/types": "^2.0.1", "@types/n3": "^1.26.1", "@types/node": "^25.3.0", "@typescript-eslint/eslint-plugin": "^8.56.1", "@typescript-eslint/parser": "^8.56.1", "@vitest/coverage-v8": "^4.0.18", "eslint": "^9.39.3", "eslint-config-prettier": "^10.1.8", "fastify": "^5.7.4", "husky": "^9.1.7", "ts-patch": "^3.3.0", "tsc-alias": "^1.8.16", "typescript": "^5.9.3", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" } }