UNPKG

rdf-utils-fs

Version:
40 lines (39 loc) 965 B
{ "name": "rdf-utils-fs", "version": "3.0.1", "description": "RDF/JS file system utils", "type": "module", "main": "index.js", "scripts": { "coverage": "codecov", "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha" }, "repository": { "type": "git", "url": "https://github.com/rdf-ext/rdf-utils-fs.git" }, "keywords": [ "rdf", "rdfjs", "fs", "utils" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/rdf-ext/rdf-utils-fs/issues" }, "homepage": "https://github.com/rdf-ext/rdf-utils-fs", "dependencies": { "@rdfjs/formats": "^4.0.1", "readable-stream": "^4.4.2" }, "devDependencies": { "c8": "^10.1.2", "is-stream": "^4.0.1", "mocha": "^11.0.1", "rdf-ext": "^2.4.0", "shelljs": "^0.9.1", "stricter-standard": "^0.3.0" } }