mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 00:56:00 +00:00
29 lines
545 B
JSON
29 lines
545 B
JSON
{
|
|
"name": "named-placeholders",
|
|
"version": "1.1.4",
|
|
"description": "sql named placeholders to unnamed compiler",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node --test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sidorares/named-placeholders"
|
|
},
|
|
"keywords": [
|
|
"sql",
|
|
"pdo",
|
|
"named",
|
|
"placeholders"
|
|
],
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"author": "Andrey Sidorov <sidorares@yandex.com>",
|
|
"files": [],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"lru.min": "^1.1.0"
|
|
}
|
|
}
|