UNPKG

@rdfine/hydra

Version:

> ## @rdfine/hydra > ### Generated JavaScript types for Hydra Core Vocabulary

121 lines (120 loc) 2.71 kB
{ "name": "@rdfine/hydra", "version": "0.10.6", "main": "index.js", "module": "index.js", "browser": "index.js", "type": "module", "types": "index.d.ts", "sideEffects": false, "exports": { ".": "./index.js", "./Factory": "./Factory.js", "./bundles": "./bundles/index.js", "./lib/*": "./lib/*.js", "./extensions/*": "./extensions/*.js" }, "files": [ "**/*.js", "**/*.d.ts", "CHANGELOG.md" ], "scripts": { "prepack": "npm run build", "clean": "rimraf lib bundles", "build": "tsc", "generate": "{ rdf-vocab prefix hydra ; cat ./overrides.nq ; } | tsx ../../packages/generator/bin/rdfine-gen.ts --format application/n-quads " }, "rdfine": { "prefix": "hydra", "types": { "BaseUriSource": "NamedNode" }, "exclude": [ "apiDocumentation", "memberAssertion", "collection" ], "properties": { "collection": { "values": "array" }, "expects": { "values": "array" }, "memberAssertion": { "values": "array" }, "mapping": { "values": "array" }, "member": { "values": "array" }, "operation": { "values": "array" }, "possibleStatus": { "values": "array" }, "possibleValue": { "values": "array" }, "supportedClass": { "values": "array" }, "supportedOperation": { "values": "array" }, "supportedProperty": { "values": "array" }, "view": { "values": "array" } } }, "dependencies": { "@rdfine/rdf": "^0.7.6", "@rdfine/rdfs": "^0.8.6", "@rdfjs/data-model": "^2", "@tpluscode/rdf-ns-builders": "^5", "@tpluscode/rdfine": ">=0.7.11", "es6-url-template": "^3.0.2" }, "devDependencies": { "@rdfine/env": "^1.1.3", "@rdfine/generator": "^0.8.5", "@rdfjs/namespace": "^2", "@rdfjs/parser-n3": "^2", "@tpluscode/rdf-string": "^1.3.4", "@zazuko/env": "^3", "@zazuko/prefixes": ">=1", "chai": "^4.3.7", "clownface": "^2.0.0", "rdf-dataset-ext": "^1.1.0", "string-to-stream": "^3.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/tpluscode/rdfine.git", "directory": "vocabularies/hydra" }, "publishConfig": { "access": "public" }, "keywords": [ "rdf", "rdfjs", "entity", "decorator", "clownface", "graph" ], "author": "tpluscode", "license": "MIT", "bugs": { "url": "https://github.com/tpluscode/rdfine/issues" }, "homepage": "https://github.com/tpluscode/rdfine/tree/master/vocabularies/csvw#readme" }