UNPKG

wurtle

Version:

Utilities to parse grouped quads from the N3-family of serializations based on parser directives

56 lines (55 loc) 1.12 kB
{ "name": "wurtle", "version": "0.0.1", "description": "Utilities to parse grouped quads from the N3-family of serializations based on parser directives", "main": "dist/index.js", "directories": { "test": "test" }, "type": "module", "scripts": { "test": "jest", "build": "tsc" }, "jest": { "testMatch": [ "**/test/*-test.js" ], "collectCoverage": true, "coverageReporters": [ "json-summary", "text", "lcov" ], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "keywords": [ "Turtle", "N3", "Parser", "Linked", "Data", "RDF" ], "author": "Pieter Colpaert <pieter.colpaert@ugent.be>", "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.25.4", "@babel/register": "^7.16.0", "@rdfjs/types": "^1.1.0", "@types/readable-stream": "^4.0.15", "jest": "^29.7.0" }, "dependencies": { "n3": "^1.21.0" } }