forked from rdf-ext/rdf-parser-csvw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "rdf-parser-csvw",
"version": "0.15.2",
"description": "CSV on the Web parser",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"bin": {
"csvw-metadata": "./bin/csvw-metadata.js"
},
"repository": {
"type": "git",
"url": "git://github.com/rdf-ext/rdf-parser-csvw.git"
},
"keywords": [
"rdf",
"rdf-ext",
"csv",
"csvw"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-parser-csvw/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-parser-csvw",
"dependencies": {
"@rdfjs/data-model": "^1.1.2",
"commander": "^3.0.1",
"csv-parse": "^4.4.5",
"lodash": "^4.17.15",
"luxon": "^1.17.3",
"readable-stream": "^3.4.0",
"uri-templates": "^0.2.0"
},
"devDependencies": {
"@rdfjs/dataset": "^1.1.1",
"@rdfjs/parser-jsonld": "^1.1.2",
"@rdfjs/parser-n3": "^1.1.3",
"get-stream": "^6.0.0",
"glob": "^7.1.4",
"mocha": "^6.2.0",
"rdf-dataset-ext": "^1.0.0",
"standard": "^14.3.0"
}
}