UNPKG

@innotrade/enapso-sparql-tools

Version:
53 lines 1.5 kB
{ "name": "@innotrade/enapso-sparql-tools", "version": "1.4.38", "description": "ENAPSO Platform Independent SPARQL Tools", "main": "index.js", "scripts": { "test": "mocha --timeout 10000" }, "repository": { "type": "git", "url": "git+https://github.com/innotrade/enapso-sparql-tools.git" }, "keywords": [ "enapso", "innotrade", "node", "graphdb", "graphdatabase", "ontology", "knowledgegraph", "sparql", "rdf", "owl", "json", "model", "generator", "tools", "toolbox", "mdd", "odsd" ], "author": "Alexander Schulze <aschulze@innotrade.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/innotrade/enapso-sparql-tools/issues" }, "homepage": "https://github.com/innotrade/enapso-sparql-tools#readme", "dependencies": { "@innotrade/enapso-args": "^1.0.1", "@innotrade/enapso-config": "^1.3.3", "@innotrade/enapso-graphdb-admin": "^1.5.4", "@innotrade/enapso-graphdb-client": "^1.9.3", "@innotrade/enapso-logger": "1.1.0", "chai": "^4.3.10", "cross-env": "^7.0.3", "joi": "^17.11.0", "lodash": "^4.17.21", "mocha": "^10.2.0", "randomstring": "^1.3.0", "sparqljs": "^3.7.1", "uuid": "^9.0.1" } }