semantic-toolkit
Advanced tools
# Changelog | ||
# 0.1.0 | ||
## 0.1.0 | ||
First release! :tada: |
{ | ||
"name": "semantic-toolkit", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "JavaScript + Semantic web = <3", | ||
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)", | ||
"author": "David Hérault <dherault@nelson.ai> (https://github.com/dherault)", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha $npm_package_options_mocha", | ||
@@ -20,9 +17,9 @@ "coverage": "./node_modules/.bin/istanbul cover _mocha -- $npm_package_options_mocha", | ||
}, | ||
"homepage": "https://github.com/dherault/semantic-toolkit#readme", | ||
"homepage": "https://github.com/nelson-ai/semantic-toolkit#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dherault/semantic-toolkit.git" | ||
"url": "git+https://github.com/nelson-ai/semantic-toolkit.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dherault/semantic-toolkit/issues" | ||
"url": "https://github.com/nelson-ai/semantic-toolkit/issues" | ||
}, | ||
@@ -35,6 +32,9 @@ "keywords": [ | ||
], | ||
"engines": { | ||
"node": ">=6.9.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"eslint": "^3.12.0", | ||
"eslint-config-airbnb-base": "^10.0.1", | ||
"eslint": "^3.12.2", | ||
"eslint-config-nelson": "^0.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
@@ -41,0 +41,0 @@ "istanbul": "^0.4.5", |
@@ -1,2 +0,29 @@ | ||
# semantic-toolkit | ||
# Semantic toolkit | ||
[](https://www.npmjs.com/package/semantic-toolkit) | ||
[](https://travis-ci.org/nelson-ai/semantic-toolkit) | ||
[](#contributing) | ||
JavaScript + Semantic web = <3 | ||
## Notes | ||
- Does not deal with relative IRIs | ||
- Focuses on SPARQL, Turtle and TriG specifications | ||
## References | ||
- [IRI specification](https://www.ietf.org/rfc/rfc3987.txt) | ||
- [Common syntactic constructs, XML recommendation](https://www.w3.org/TR/xml11/sec-common-syn) | ||
- [Namespaces in XML recommendation](https://www.w3.org/TR/xml-names11/) | ||
- [Literals, RDF recommendation](https://www.w3.org/TR/rdf11-concepts/#h3_section-Graph-Literal) | ||
- [Literals, SPARQL recommendation](https://www.w3.org/TR/rdf-sparql-query/#QSynLiterals) | ||
- [Literals, Turtle recommendation](https://www.w3.org/TR/turtle/#literals) | ||
## Contributing | ||
Yes, thank you. Please lint, update/write tests and add your name to the package.json file before you PR. | ||
## License | ||
MIT |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20991
120.19%11
37.5%417
244.63%30
900%1
Infinity%