hdt
Version:
Native bindings to access HDT compressed triple files.
59 lines (58 loc) • 1.34 kB
JSON
{
"name": "hdt",
"version": "3.2.2",
"description": "Native bindings to access HDT compressed triple files.",
"author": "Ruben Verborgh <ruben.verborgh@gmail.com>",
"keywords": [
"turtle",
"rdf",
"hdt",
"triples",
"linkeddata",
"semanticweb"
],
"license": "LGPL-3.0",
"main": "./lib/hdt",
"bin": "./bin/hdt",
"types": "./lib/hdt.d.ts",
"files": [
"bin",
"binding.gyp",
"deps",
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/RubenVerborgh/HDT-Node.git"
},
"bugs": {
"url": "https://github.com/RubenVerborgh/HDT-Node/issues"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "rm test/*.hdt.index.* 2> /dev/null; mocha",
"lint": "eslint --fix lib/*.js test/*.js bin/*",
"validate": "npm ls",
"preinstall": "if [ -e replace-in-file.json ]; then replace-in-file --configFile=replace-in-file.json; fi && node-gyp rebuild"
},
"dependencies": {
"minimist": "^1.1.0",
"n3": "^1.17.3",
"nan": "^2.19.0",
"rdf-string": "^1.6.3"
},
"devDependencies": {
"eslint": "^5.3.0",
"mocha": "^6.2.2",
"precommit-hook": "^3.0.0",
"replace-in-file": "^8.3.0",
"should": "^13.1.0",
"@comunica/utils-bindings-factory": "^4.0.2"
},
"pre-commit": [
"lint",
"test"
]
}