qmemory
Version:
A comprehensive production-ready Node.js utility library with MongoDB document operations, user ownership enforcement, Express.js HTTP utilities, environment-aware logging, and in-memory storage. Features 96%+ test coverage with comprehensive error handli
65 lines (64 loc) • 1.42 kB
JSON
{
"name": "qmemory",
"version": "1.0.1",
"description": "A comprehensive production-ready Node.js utility library with MongoDB document operations, user ownership enforcement, Express.js HTTP utilities, environment-aware logging, and in-memory storage. Features 96%+ test coverage with comprehensive error handling and security patterns.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:unit": "jest test/unit",
"test:integration": "jest test/integration"
},
"keywords": [
"mongodb",
"mongoose",
"database",
"utilities",
"express",
"http",
"storage",
"memory",
"development",
"testing",
"document",
"crud",
"user-management",
"nodejs",
"library",
"logging",
"validation",
"security",
"middleware",
"error-handling",
"production-ready",
"robust",
"tested",
"ownership",
"authentication",
"coverage",
"reliable",
"rest-api",
"sanitization"
],
"author": "Q",
"license": "ISC",
"dependencies": {
"@types/node": "^22.15.31",
"mongoose": "^8.15.1",
"qtests": "^1.0.4"
},
"devDependencies": {
"express": "^4.18.2",
"jest": "^29.7.0",
"supertest": "^6.3.4"
},
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": ""
}