UNPKG

@solid/acl-check

Version:

Web Access Control check access function

65 lines (64 loc) 1.55 kB
{ "name": "@solid/acl-check", "version": "0.4.5", "engines": { "node": ">=8.0" }, "description": "Web Access Control check access function", "main": "./lib/acl-check", "files": [ "lib" ], "scripts": { "build": "babel src -d lib", "preversion": "npm test", "postversion": "git push --follow-tags", "prepublish": "npm test && npm run build", "standard": "standard src/*.js", "tape": "tape test/unit/check-access-test.js test/unit/access-denied-test.js test/unit/configure-logger-test.js test/unit/get-trusted-modes-for-origin-test.js", "test": "npm run standard && npm run tape" }, "repository": { "type": "git", "url": "https://github.com/solid/acl-check" }, "keywords": [ "acl", "access", "control", "WAC", "solid", "decentralized", "web", "rdf", "ldp", "linked", "data" ], "author": "Tim Berners-Lee <timbl@w3.org>", "contributor": [ "Kjetil Kjernsmo <kjetil@kjernsmo.net>", "Dmitri Zagidulin <dzagidulin@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/solid/acl-check/issues" }, "homepage": "https://github.com/solid/acl-check", "dependencies": { "rdflib": "^2.1.7", "solid-namespace": "^0.5.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.24.1", "sinon": "^9.2.4", "solid-auth-cli": "^1.0.15", "solid-auth-client": "^2.5.5", "standard": "^16.0.3", "tape": "^5.1.1" }, "standard": { "globals": [] } }