New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

semantic-toolkit

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semantic-toolkit - npm Package Compare versions

Comparing version

to
0.1.0

# 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
[![npm version](https://badge.fury.io/js/semantic-toolkit.svg)](https://www.npmjs.com/package/semantic-toolkit)
[![Build Status](https://travis-ci.org/nelson-ai/semantic-toolkit.svg?branch=master)](https://travis-ci.org/nelson-ai/semantic-toolkit)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](#contributing)
JavaScript + Semantic web = &lt;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