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)
43 lines
768 B
JSON
43 lines
768 B
JSON
{
|
|
"name": "mimic-response",
|
|
"version": "3.1.0",
|
|
"description": "Mimic a Node.js HTTP response stream",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/mimic-response",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=10"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"mimic",
|
|
"response",
|
|
"stream",
|
|
"http",
|
|
"https",
|
|
"request",
|
|
"get",
|
|
"core"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^14.0.1",
|
|
"ava": "^2.4.0",
|
|
"create-test-server": "^2.4.0",
|
|
"p-event": "^4.1.0",
|
|
"pify": "^5.0.0",
|
|
"tsd": "^0.11.0",
|
|
"xo": "^0.30.0"
|
|
}
|
|
}
|