pgsubst
Version:
Substitutes named parameters with values within PostgreSQL queries
41 lines • 737 B
JSON
{
"name": "pgsubst",
"version": "0.0.3",
"author": "Tamas Czinege <tomi.czinege@gmail.com>",
"description": "Substitutes named parameters with values within PostgreSQL queries",
"contributors": [],
"homepage": "https://github.com/drjokepu/pgsubst",
"bugs": "https://github.com/drjokepu/pgsubst/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "git://github.com/drjokepu/pgsubst.git"
},
"keywords":
[
"escape",
"named",
"parameter",
"pg",
"postgres",
"postgresql",
"replace",
"sql",
"substitute"
],
"main": "./lib/pgsubst.js",
"scripts":
{
"test": "mocha"
},
"dependencies":
{
"moment": "~2.29.4",
"underscore": "~1.13.4"
},
"devDependencies":
{
"mocha": "~10.0.0"
}
}