pg-cache
Version:
PostgreSQL connection pool LRU cache manager
53 lines (52 loc) • 1.26 kB
JSON
{
"name": "pg-cache",
"version": "1.6.14",
"author": "Constructive <developers@constructive.io>",
"description": "PostgreSQL connection pool LRU cache manager",
"main": "index.js",
"module": "esm/index.js",
"types": "index.d.ts",
"homepage": "https://github.com/constructive-io/constructive",
"license": "MIT",
"publishConfig": {
"access": "public",
"directory": "dist"
},
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/constructive"
},
"bugs": {
"url": "https://github.com/constructive-io/constructive/issues"
},
"scripts": {
"clean": "makage clean",
"prepack": "npm run build",
"build": "makage build",
"build:dev": "makage build --dev",
"lint": "eslint . --fix",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch"
},
"dependencies": {
"@pgpmjs/logger": "^1.3.7",
"@pgpmjs/types": "^2.14.0",
"lru-cache": "^11.2.4",
"pg": "^8.16.3",
"pg-env": "^1.2.5"
},
"devDependencies": {
"@types/pg": "^8.16.0",
"makage": "^0.1.10"
},
"keywords": [
"postgresql",
"pg",
"pool",
"cache",
"lru",
"connection",
"constructive"
],
"gitHead": "f2f9c9851beff3214790dfca371e4ca7f6c1373f"
}