Skip to content

npmdoc/node-npmdoc-rdfstore

Repository files navigation

npmdoc-rdfstore

basic api documentation for rdfstore (v0.9.17) npm package travis-ci.org build-status

RDF graph store supporting the SPARQL query language

NPM

apidoc

npmPackageListing

npmPackageDependencyTree

package.json

{
    "author": {
        "name": "Antonio Garrote"
    },
    "bugs": {
        "url": "https://github.com/antoniogarrote/rdfstore-js/issues"
    },
    "dependencies": {
        "indexeddb-js": "0.0.14",
        "jsonld": "^0.4.11",
        "n3": "^0.5.0",
        "sqlite3": "^3.0.5"
    },
    "description": "RDF graph store supporting the SPARQL query language",
    "devDependencies": {
        "acorn": "^1.0.1",
        "async": "^0.9.0",
        "bower-resolve": "^2.2.1",
        "browserify": "7.0.0",
        "debowerify": "^1.2.0",
        "escodegen": "^1.6.1",
        "glob": "^5.0.3",
        "gulp": "3.9.1",
        "gulp-browserify": "~0.5.1",
        "gulp-clean": "~0.3.1",
        "gulp-closure-compiler": "~0.4.0",
        "gulp-electron": "0.0.8",
        "gulp-jasmine": "^2.3.0",
        "gulp-rename": "~1.2.2",
        "lodash": "^2.4.1",
        "minimatch": "^2.0.4",
        "moment": "^2.9.0",
        "pegjs": "^0.10.0",
        "vinyl-source-stream": "^1.0.0"
    },
    "directories": {},
    "dist": {
        "shasum": "c59fd9a9287de387a594c34fea19f51acaa4612f",
        "tarball": "https://registry.npmjs.org/rdfstore/-/rdfstore-0.9.17.tgz"
    },
    "engines": {
        "node": ">=0.6.1"
    },
    "gitHead": "1b19a61ede04ba19605ca3b7dc331c990ab7336f",
    "homepage": "https://github.com/antoniogarrote/rdfstore-js#readme",
    "keywords": [
        "RDF",
        "SPARQL",
        "graph",
        "store"
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "http://opensource.org/licenses/MIT"
        }
    ],
    "main": "src/store",
    "maintainers": [
        {
            "name": "antoniogarrote"
        }
    ],
    "name": "rdfstore",
    "optionalDependencies": {
        "indexeddb-js": "0.0.14",
        "sqlite3": "^3.0.5"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/antoniogarrote/rdfstore-js.git"
    },
    "scripts": {
        "test": "gulp specs"
    },
    "version": "0.9.17",
    "bin": {}
}

misc

  • this document was created with utility2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published