@mnakhla/rocketrml
Version:
This is a forked rocketrml mapper for the RDF mapping language
64 lines (63 loc) • 1.63 kB
JSON
{
"name": "@mnakhla/rocketrml",
"version": "2.1.5",
"description": "This is a forked rocketrml mapper for the RDF mapping language",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"format": "prettier --write src/**",
"lint": "eslint src/**",
"lint:fix": "eslint src/** --fix",
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MNakhla/RocketRML"
},
"keywords": [
"rml",
"rocketrml",
"RML Mapper",
"Semantic Web",
"RDF Mapping language",
"RDF",
"json-ld",
"fork",
"dependency update crash fix"
],
"homepage": "https://github.com/MNakhla/RocketRML#readme",
"author": "Maria Nakhla",
"license": "CC-BY-SA",
"dependencies": {
"@xmldom/xmldom": "^0.8.6",
"csv-parse": "^5.3.3",
"fontoxpath": "^3.28.2",
"html2plaintext": "^2.1.4",
"jsonld": "^8.3.2",
"jsonpath-plus": "^7.2.0",
"language-tags": "^1.0.7",
"n3": "^1.16.3",
"slimdom": "^4.1.0",
"utm": "^1.1.1",
"xpath": "^0.0.32"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"colors": "^1.4.0",
"diff": "^5.1.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"mocha": "^10.2.0",
"prettier": "^2.8.1"
},
"optionalDependencies": {
"xpath-iterator": "git+https://abc@github.com/ThibaultGerrier/XpathIterator#647ba7c2973b3feadcc010f83f7086fe043e0810"
},
"files": [
"LICENSE",
"index.js",
"src/",
"Readme.md"
]
}