/
sturg872
/
test-clone
Обзор
Документация
Войти
/
sturg872
/
test-clone
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/pg-pool/package.json
41 строка
900 B
Андрей Соловьев
first commit
01 май 2024, 11:55
01 май 2024, 11:55
3387fd3
Код
Авторство
О чём код?
{ "name": "pg-pool", "version": "3.6.2", "description": "Connection pool for node-postgres", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": " node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git", "directory": "packages/pg-pool" }, "keywords": [ "pg", "postgres", "pool", "database" ], "author": "Brian M. Carlson", "license": "MIT", "bugs": { "url": "https://github.com/brianc/node-pg-pool/issues" }, "homepage": "https://github.com/brianc/node-pg-pool#readme", "devDependencies": { "bluebird": "3.4.1", "co": "4.6.0", "expect.js": "0.3.1", "lodash": "^4.17.11", "mocha": "^7.1.2", "pg-cursor": "^1.3.0" }, "peerDependencies": { "pg": ">=8.0" }, "gitHead": "b03c071d2d15af259e1e008e9628191c865e58fa" }