-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1 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
{
"name": "rdf-parser-px",
"version": "0.2.2",
"description": "PX RDF/JS Parser",
"main": "index.js",
"bin": {
"px-to-nt": "bin/px-to-nt.js"
},
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/zazuko/rdf-parser-px.git"
},
"keywords": [
"rdf",
"px"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/rdf-parser-px/issues"
},
"homepage": "https://github.com/zazuko/rdf-parser-px",
"dependencies": {
"@rdfjs/namespace": "^1.0.0",
"@rdfjs/term-map": "^1.0.1",
"clownface": "^1.2.0",
"commander": "^3.0.2",
"get-stream": "^5.1.0",
"iconv-lite": "^0.5.0",
"luxon": "^1.19.3",
"rdf-ext": "^1.3.0",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"mocha": "^8.4.0",
"node-fetch": "^2.6.0",
"rdf-utils-fs": "^2.1.0",
"standard": "^16.0.3"
}
}