Update N3.js
This commit is contained in:
parent
3b60ed473a
commit
3588565038
|
@ -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=="
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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": {
|
||||
|
|
5264
public/js/ttl.js
5264
public/js/ttl.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue