-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "rdf-parser-csvw-xlsx",
"version": "1.0.1",
"description": "A CSV on the Web based XLSX parser with RDF/JS Stream interface",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-parser-csvw-xlsx.git"
},
"keywords": [
"rdf",
"rdfjs",
"rdf-ext",
"parser",
"xlsx",
"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-xlsx/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-parser-csvw-xlsx",
"dependencies": {
"rdf-parser-csvw": "^1.0.0",
"readable-stream": "^4.5.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^10.4.0",
"rdf-ext": "^2.5.1",
"rdf-test": "^0.1.0",
"stream-chunks": "^1.0.0",
"stricter-standard": "^0.3.1"
}
}