UNPKG

rdf-parser-csvw

Version:
49 lines (48 loc) 1.2 kB
{ "name": "rdf-parser-csvw", "version": "1.0.2", "description": "CSV on the Web parser", "type": "module", "main": "index.js", "scripts": { "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha" }, "bin": { "csvw-metadata": "./bin/csvw-metadata.js" }, "repository": { "type": "git", "url": "https://github.com/rdf-ext/rdf-parser-csvw.git" }, "keywords": [ "rdf", "rdf-ext", "csv", "csvw" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (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": "^2.0.2", "commander": "^13.0.0", "csv-parse": "^5.5.6", "lodash": "^4.17.21", "luxon": "^3.4.4", "readable-stream": "^4.5.2", "uri-templates": "^0.2.0" }, "devDependencies": { "c8": "^10.0.0", "glob": "^11.0.0", "mocha": "^11.0.1", "rdf-ext": "^2.5.1", "rdf-test": "^0.1.0", "shelljs": "^0.9.1", "stream-chunks": "^1.0.0", "stricter-standard": "^0.3.1" } }