This commit is contained in:
2026-03-15 12:22:42 +01:00
parent cd99275933
commit 311ba5e7f3
558 changed files with 55182 additions and 22981 deletions

View File

@@ -1,32 +1,36 @@
{
"name": "named-placeholders",
"version": "1.1.3",
"version": "1.1.6",
"description": "sql named placeholders to unnamed compiler",
"main": "index.js",
"scripts": {
"test": "mocha"
"test": "node --test",
"lint": "biome lint --error-on-warnings && prettier --check .",
"lint:fix": "biome lint --write && prettier --write .github/workflows/*.yml ."
},
"repository": {
"type": "git",
"url": "https://github.com/sidorares/named-placeholders"
"url": "https://github.com/mysqljs/named-placeholders"
},
"keywords": [
"sql",
"pdo",
"named",
"placeholders"
"placeholders",
"mysql",
"postgres"
],
"engines": {
"node": ">=12.0.0"
"node": ">=8.0.0"
},
"author": "Andrey Sidorov <sidorares@yandex.com>",
"files": [],
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3"
},
"dependencies": {
"lru-cache": "^7.14.1"
"lru.min": "^1.1.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"prettier": "^3.7.4"
}
}