UNPKG

stardog-js

Version:

Node.js library for communicating with the Stardog HTTP server.

50 lines (49 loc) 1.07 kB
{ "name": "stardog-js", "version": "0.6.2", "description": "Node.js library for communicating with the Stardog HTTP server.", "author": "x0r2", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/x0r2/stardog-js.git" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "stardog", "triplestore", "graph database", "graph store", "semantic web", "linked data", "sparql" ], "files": [ "index.mjs", "index.js", "test.js" ], "scripts": { "build": "babel index.mjs -o index.js", "test": "jest", "prepublishOnly": "npm run build && npm test" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "jest": "^21.2.1", "request": "^2.34.0" }, "dependencies": { "clone": "^2.1.1", "common-tags": "^1.4.0", "request-promise-native": "^1.0.5" }, "peerDependencies": { "request": "^2.34.0" } }