Files
marketing-app/server/node_modules/ssri/package.json
fahed 35d84b6bff Marketing Hub: RBAC, i18n (AR/EN), tasks overhaul, team/user merge, tutorial
Features:
- Full RBAC with 3 roles (superadmin/manager/contributor)
- Ownership tracking on posts, tasks, campaigns, projects
- Task system: assign to anyone, filter combobox, visibility scoping
- Team members merged into users table (single source of truth)
- Post thumbnails on kanban cards from attachments
- Publication link validation before publishing
- Interactive onboarding tutorial with Settings restart
- Full Arabic/English i18n with RTL layout support
- Language toggle in sidebar, IBM Plex Sans Arabic font
- Brand-based visibility filtering for non-superadmins
- Manager can only create contributors
- Profile completion flow for new users
- Cookie-based sessions (express-session + SQLite)
2026-02-08 20:46:58 +03:00

53 lines
1.1 KiB
JSON

{
"name": "ssri",
"version": "8.0.1",
"description": "Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
"main": "index.js",
"files": [],
"scripts": {
"prerelease": "npm t",
"postrelease": "npm publish",
"prepublishOnly": "git push --follow-tags",
"posttest": "npm run lint",
"release": "standard-version -s",
"test": "tap",
"coverage": "tap",
"lint": "standard"
},
"tap": {
"check-coverage": true
},
"repository": "https://github.com/npm/ssri",
"keywords": [
"w3c",
"web",
"security",
"integrity",
"checksum",
"hashing",
"subresource integrity",
"sri",
"sri hash",
"sri string",
"sri generator",
"html"
],
"author": {
"name": "Kat Marchán",
"email": "kzm@sykosomatic.org",
"twitter": "maybekatz"
},
"license": "ISC",
"dependencies": {
"minipass": "^3.1.1"
},
"devDependencies": {
"standard": "^16.0.3",
"standard-version": "^9.1.0",
"tap": "^14.10.6"
},
"engines": {
"node": ">= 8"
}
}