UNPKG

@bedrock/resource-restriction

Version:
53 lines (52 loc) 1.3 kB
{ "name": "@bedrock/resource-restriction", "version": "16.0.0", "type": "module", "description": "Bedrock Resource Restriction", "main": "./lib/index.js", "scripts": { "lint": "eslint ." }, "repository": { "type": "git", "url": "https://github.com/digitalbazaar/bedrock-resource-restriction" }, "keywords": [ "bedrock", "resource", "restriction" ], "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "https://digitalbazaar.com/" }, "bugs": { "url": "https://github.com/digitalbazaar/bedrock-resource-restriction/issues" }, "homepage": "https://github.com/digitalbazaar/bedrock-resource-restriction", "dependencies": { "assert-plus": "^1.0.0", "base64url-universal": "^2.0.0", "moment": "^2.30.1" }, "peerDependencies": { "@bedrock/core": "^6.3.0", "@bedrock/https-agent": "^4.1.0", "@bedrock/jsonld-document-loader": "^5.2.0", "@bedrock/mongodb": "^11.0.0", "@bedrock/tokenizer": "^11.0.0" }, "devDependencies": { "eslint": "^8.57.1", "eslint-config-digitalbazaar": "^5.2.0", "eslint-plugin-jsdoc": "^50.6.9", "eslint-plugin-unicorn": "^56.0.1" }, "directories": { "lib": "./lib" }, "engines": { "node": ">=20" } }