solid-namespace
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -23,2 +23,3 @@ 'use strict' | ||
'app': ns.base('http://www.w3.org/ns/solid/app#'), | ||
'cert': ns.base('http://www.w3.org/ns/auth/cert#'), | ||
'dct': ns.base('http://purl.org/dc/terms/'), | ||
@@ -34,2 +35,3 @@ 'foaf': ns.base('http://xmlns.com/foaf/0.1/'), | ||
'solid': ns.base('http://www.w3.org/ns/solid/terms#'), | ||
'stat': ns.base('http://www.w3.org/ns/posix/stat#'), | ||
'vcard': ns.base('http://www.w3.org/2006/vcard/ns#'), | ||
@@ -36,0 +38,0 @@ 'xsd': ns.base('http://www.w3.org/2001/XMLSchema#') |
{ | ||
"name": "solid-namespace", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "A collection of common RDF namespaces used in the Solid project", | ||
@@ -33,8 +33,6 @@ "main": "./index.js", | ||
}, | ||
"devDependencies": { | ||
}, | ||
"devDependencies": {}, | ||
"standard": { | ||
"globals": [ | ||
] | ||
"globals": [] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4363
39