forked from semantifyit/RocketRML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "rocketrml",
"version": "1.7.0",
"description": "This is a mapper for the RDF mapping language",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/semantifyit/RocketRML"
},
"keywords": [
"rml",
"rocketrml",
"RML Mapper",
"Semantic Web",
"RDF Mapping language",
"RDF",
"json-ld"
],
"homepage": "https://semantify.it",
"author": "STI Innsbruck",
"license": "CC-BY-SA",
"dependencies": {
"csvjson": "^5.1.0",
"fontoxpath": "^3.11.1",
"html2plaintext": "^2.1.2",
"jsonld": "^3.1.0",
"jsonpath-plus": "^0.18.0",
"language-tags": "^1.0.5",
"n3": "^1.3.5",
"safe-eval": "^0.4.1",
"slimdom": "^2.3.2",
"slimdom-sax-parser": "^1.3.0",
"sync-request": "^6.0.0",
"utm": "^1.1.1",
"xmldom": "^0.1.27",
"xpath": "0.0.27"
},
"devDependencies": {
"colors": "^1.3.3",
"diff": "^4.0.1",
"eslint": "^5.15.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-google": "^0.12.0",
"eslint-plugin-import": "^2.16.0",
"mocha": "^7.1.1"
},
"optionalDependencies": {
"xpath-iterator": "git+https://github.com/ThibaultGerrier/XpathIterator#7a4f28657cd9b3987839d2493e30ac5f446f6d9b"
},
"files": [
"LICENSE",
"index.js",
"src/",
"Readme.md"
]
}