forked from onury/accesscontrol
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
243de2f
commit dc81aad
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,41 @@ | ||
{ | ||
"name": "@sellerartifact/accesscontrol", | ||
"description": "Role and Attribute based Access Control for Node.js. Create With modern.js", | ||
"version": "2.3.5", | ||
"description": "Role and Attribute based Access Control for Node.js. Rebuilt with modern.js", | ||
"version": "2.3.6", | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist/lib/index.js", | ||
"module": "./dist/es/index.js", | ||
"author": "wangjue666 <[email protected]>", | ||
"keywords": [ | ||
"access", | ||
"access-control", | ||
"acl", | ||
"role", | ||
"attribute", | ||
"grant", | ||
"deny", | ||
"allow", | ||
"reject", | ||
"permission", | ||
"action", | ||
"possession", | ||
"rbac", | ||
"abac", | ||
"crud", | ||
"create", | ||
"read", | ||
"update", | ||
"delete", | ||
"resource", | ||
"express", | ||
"admin", | ||
"user", | ||
"glob", | ||
"wildcard", | ||
"policy", | ||
"scope", | ||
"context" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/sellerartifact/accesscontrol/issues" | ||
|