UNPKG

sails-permissions-sequelize

Version:

Sequelize version of : Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.

99 lines (98 loc) 2.35 kB
{ "_args": [ [ { "raw": "fnv-plus@^1.2.10", "scope": null, "escapedName": "fnv-plus", "name": "fnv-plus", "rawSpec": "^1.2.10", "spec": ">=1.2.10 <2.0.0", "type": "range" }, "C:\\Users\\FOND004\\Documents\\Projects\\sails-permissions-sequelize" ] ], "_from": "fnv-plus@>=1.2.10 <2.0.0", "_id": "fnv-plus@1.2.12", "_inCache": true, "_location": "/fnv-plus", "_npmUser": { "name": "tjwebb", "email": "me@traviswebb.com" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "raw": "fnv-plus@^1.2.10", "scope": null, "escapedName": "fnv-plus", "name": "fnv-plus", "rawSpec": "^1.2.10", "spec": ">=1.2.10 <2.0.0", "type": "range" }, "_requiredBy": [ "/" ], "_resolved": "http://registry.npmjs.org/fnv-plus/-/fnv-plus-1.2.12.tgz", "_shasum": "00752fc2d80761bacda9bfb9ea098f44cb3746be", "_shrinkwrap": null, "_spec": "fnv-plus@^1.2.10", "_where": "C:\\Users\\FOND004\\Documents\\Projects\\sails-permissions-sequelize", "author": { "name": "Travis Webb", "email": "me@traviswebb.com" }, "bugs": { "url": "https://github.com/tjwebb/fnv-plus/issues" }, "bundleDependencies": [ "jsbn" ], "dependencies": { "jsbn": "~0.0.0" }, "description": "Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.", "devDependencies": { "mocha": "~1.14.0" }, "directories": {}, "dist": { "shasum": "00752fc2d80761bacda9bfb9ea098f44cb3746be", "tarball": "https://registry.npmjs.org/fnv-plus/-/fnv-plus-1.2.12.tgz" }, "gitHead": "13ed6b1ab251a052ac500421cc8d7a78aaecf843", "homepage": "https://github.com/tjwebb/fnv-plus", "keywords": [ "id", "unique", "hash", "checksum", "fnv", "fnv1a", "signature", "uniqueness", "bloom", "filter" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "tjwebb", "email": "me@traviswebb.com" } ], "name": "fnv-plus", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/tjwebb/fnv-plus.git" }, "scripts": { "test": "mocha --reporter spec" }, "version": "1.2.12" }