UNPKG

shex-test

Version:

Shape Expressions library tests.

52 lines (51 loc) 1.23 kB
{ "name": "shex-test", "version": "2.2.0-alpha.1", "description": "Shape Expressions library tests.", "scripts": { "dist": "for d in schemas/ negativeSyntax/ negativeStructure/ validation/; do (cd $d && make); done", "test": "echo no tests for tests" }, "author": { "name": "Eric Prud'hommeaux", "email": "eric@w3.org", "url": "http://www.w3.org/People/Eric/" }, "keywords": [ "shex", "shape expressions", "rdf", "test" ], "license": "MIT", "main": "./shexTest.js", "engines": { "node": ">=0.10.0" }, "dependencies": { "json-grammar": "^0.2.3", "n3": "^0.4.5", "xlsx": "^0.8.0" }, "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags", "file": [ "schemas", "negativeSyntax", "negativeStructure", "validation", "ASTs" ], "np": { "branch": "extends" }, "repository": { "type": "git", "url": "https://github.com/shexSpec/shexTest.git" }, "bugs": { "url": "https://github.com/shexSpec/shexTest/issues" }, "devDependencies": { "np": "^6.4.0" } }