UNPKG

rdf-test-suite

Version:
134 lines (133 loc) 3.54 kB
{ "name": "rdf-test-suite", "version": "2.1.0", "description": "Executes the RDF and SPARQL test suites.", "keywords": [ "sparql", "rdf", "linked data", "test suite", "w3c" ], "main": "index.js", "typings": "index", "repository": "git@github.com:rubensworks/rdf-test-suite.js.git", "author": "Ruben Taelman <rubensworks@gmail.com>", "funding": { "type": "individual", "url": "https://github.com/sponsors/rubensworks/" }, "bugs": { "url": "https://github.com/rubensworks/rdf-test-suite.js/issues" }, "homepage": "https://github.com/rubensworks/rdf-test-suite.js#readme", "license": "MIT", "bin": { "rdf-test-suite": "bin/Runner.js" }, "files": [ "bin/**/*.d.ts", "bin/**/*.js", "lib/**/*.d.ts", "lib/**/*.js", "lib/**/*.json", "lib/**/*.js.map", "index.d.ts", "index.js.map", "index.js" ], "pre-commit": [ "build", "lint", "test" ], "devDependencies": { "@comunica/actor-http-proxy": "^4.0.2", "@comunica/query-sparql": "^4.0.2", "@types/jest": "^29.0.0", "coveralls": "^3.0.0", "jest": "^29.0.0", "jest-rdf": "^2.0.0", "manual-git-changelog": "^1.0.1", "pre-commit": "^1.2.2", "rdf-parse": "^4.0.0", "rimraf": "^3.0.0", "streamify-array": "^1.0.1", "ts-jest": "^29.0.0", "tslint": "^6.0.0", "tslint-eslint-rules": "^5.3.1", "typescript": "^5.7.2" }, "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": "tslint index.ts lib/**/*.ts test/**/*.ts --exclude '**/*.d.ts'", "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": "^2.0.0", "cross-fetch": "^3.0.6", "is-stream": "^2.0.0", "json-stable-stringify": "^1.0.1", "jsonld-streaming-parser": "^4.0.1", "log-symbols": "^4.0.0", "minimist": "^1.2.0", "n3": "^1.22.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.0", "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" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }