rdf-test-suite
Version:
Executes the RDF and SPARQL test suites.
137 lines (136 loc) • 3.62 kB
JSON
{
"name": "rdf-test-suite",
"version": "2.2.0",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"description": "Executes the RDF and SPARQL test suites.",
"typings": "index",
"author": "Ruben Taelman <rubensworks@gmail.com>",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/rubensworks/"
},
"homepage": "https://github.com/rubensworks/rdf-test-suite.js#readme",
"repository": "git@github.com:rubensworks/rdf-test-suite.js.git",
"bugs": {
"url": "https://github.com/rubensworks/rdf-test-suite.js/issues"
},
"keywords": [
"sparql",
"rdf",
"linked data",
"test suite",
"w3c"
],
"main": "index.js",
"bin": {
"rdf-test-suite": "bin/Runner.js"
},
"files": [
"bin/**/*.d.ts",
"bin/**/*.js",
"index.d.ts",
"index.js",
"index.js.map",
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.js.map",
"lib/**/*.json"
],
"pre-commit": [
"build",
"lint",
"test"
],
"jest": {
"transform": {
"^.+\\.ts$": [
"ts-jest",
{
"tsconfig": "test/tsconfig.json"
}
]
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
],
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$",
"moduleFileExtensions": [
"ts",
"js"
],
"collectCoverage": true,
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"coveragePathIgnorePatterns": [
"/node_modules/",
"index.js"
]
},
"scripts": {
"test": "jest ${1}",
"test-watch": "jest ${1} --watch",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint . --cache",
"build": "tsc",
"build-watch": "tsc --watch",
"validate": "npm ls",
"prepare": "npm run build",
"version": "manual-git-changelog onversion"
},
"dependencies": {
"@types/json-stable-stringify": "^1.0.32",
"@types/minimist": "^1.2.0",
"@types/n3": "^1.10.3",
"@types/sax": "^1.0.1",
"arrayify-stream": "^3.0.0",
"cross-fetch": "^4.0.0",
"is-stream": "^2.0.0",
"json-stable-stringify": "^1.0.1",
"jsonld-streaming-parser": "^5.0.0",
"log-symbols": "^4.0.0",
"minimist": "^1.2.0",
"n3": "^2.0.3",
"papaparse": "^5.5.3",
"rdf-data-factory": "^2.0.0",
"rdf-isomorphic": "^2.0.0",
"rdf-literal": "^2.0.0",
"rdf-object": "^3.0.0",
"rdf-quad": "^2.0.0",
"rdf-string": "^2.0.1",
"rdf-string-ttl": "^2.0.1",
"rdf-terms": "^2.0.0",
"rdfxml-streaming-parser": "^3.0.0",
"readable-web-to-node-stream": "^3.0.2",
"relative-to-absolute-iri": "^1.0.7",
"sparqljson-parse": "^3.0.0",
"sparqlxml-parse": "^3.0.0",
"stream-to-string": "^1.1.0",
"streamify-string": "^1.0.1"
},
"devDependencies": {
"@comunica/actor-http-proxy": "^4.0.2",
"@comunica/query-sparql": "^4.0.2",
"@rubensworks/eslint-config": "^3.1.0",
"@types/jest": "^30.0.0",
"@types/papaparse": "^5.5.2",
"coveralls": "^3.0.0",
"eslint": "^8",
"jest": "^30.0.0",
"jest-rdf": "^2.0.0",
"manual-git-changelog": "^1.0.1",
"pre-commit": "^2.0.0",
"rdf-parse": "^4.0.0",
"rimraf": "^6.0.0",
"streamify-array": "^2.0.0",
"ts-jest": "^29.0.0",
"typescript": "^6.0.0"
}
}