UNPKG

@shexjs/visitor

Version:

Shape Expressions Visitor and schema index generator.

39 lines (38 loc) 1 kB
{ "name": "@shexjs/visitor", "version": "1.0.0-alpha.27", "description": "Shape Expressions Visitor and schema index generator.", "author": { "name": "Eric Prud'hommeaux", "email": "eric@w3.org", "url": "http://www.w3.org/People/Eric/" }, "keywords": [ "shex", "shape expressions", "rdf", "query", "parser" ], "license": "MIT", "main": "./shex-visitor.js", "types": "./shex-visitor.d.ts", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "cd .. && mocha -C -R dot", "browser999": "browserify shex.js -s ShEx -o browser/shex-visitor-browserify.js && uglifyjs browser/shex-visitor-browserify.js --comments -mco browser/shex-visitor-browserify.min.js" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/shexjs/shex.js.git" }, "bugs": { "url": "https://github.com/shexSpec/grammar/issues" }, "gitHead": "031f64ab38a625d2cb60130cd1c67f570d6e1025" }