UNPKG

@on2ts/ontologies-utils

Version:

Utility functions for generating ontology data in on2ts

45 lines (44 loc) 1.01 kB
{ "name": "@on2ts/ontologies-utils", "version": "1.0.51", "description": "Utility functions for generating ontology data in on2ts", "keywords": [ "Utils", "Ontology", "JSONLD" ], "author": "jeswr <jesse.wright@anu.edu.au>", "homepage": "https://github.com/on2ts/ontologies#readme", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.js", "directories": { "lib": "dist", "test": "__tests__" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/on2ts/ontologies.git" }, "scripts": { "tsc": "tsc", "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/on2ts/ontologies/issues" }, "dependencies": { "@types/rdf-js": "^4.0.1", "jsonld-streaming-parser": "^2.2.1" }, "devDependencies": { "@types/rdf-js": "^4.0.1" }, "publishConfig": { "access": "public" }, "gitHead": "f75a5ff7eaadd62f2aba570d9127cc535a093b25" }