Update N3.js

This commit is contained in:
Pieter Colpaert 2018-02-16 11:16:18 +01:00
parent 3b60ed473a
commit 3588565038
3 changed files with 2980 additions and 2304 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "turtle-validator",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"n3": {
"version": "0.11.2",
"resolved": "https://registry.npmjs.org/n3/-/n3-0.11.2.tgz",
"integrity": "sha512-ICSiOmFLbZ4gI35+4H3e2vYGHDC944WZkCa1iVNRAx/mRZESEevQNFhfHaui/lhqynoZYvBVDNjM/2Tfd3TICQ=="
}
}
}

View File

@ -1,16 +1,17 @@
{
"name": "turtle-validator",
"version": "1.0.1",
"version": "1.0.2",
"description": "This command line tool validates Turtle documents and does XSD datatype checks",
"main": "TurtleValidator.js",
"main": "lib/validator.js",
"bin": {
"ttl": "./TurtleValidator.js"
},
"dependencies": {
"n3": "^0.4.0"
"n3": "^0.11.x"
},
"devDependencies": {},
"scripts": {
"build": "browserify lib/validator.js -o public/js/ttl.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

File diff suppressed because it is too large Load Diff