{
  "_from": "named-placeholders@^1.1.6",
  "_id": "named-placeholders@1.1.6",
  "_inBundle": false,
  "_integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  "_location": "/named-placeholders",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "named-placeholders@^1.1.6",
    "name": "named-placeholders",
    "escapedName": "named-placeholders",
    "rawSpec": "^1.1.6",
    "saveSpec": null,
    "fetchSpec": "^1.1.6"
  },
  "_requiredBy": [
    "/mysql2"
  ],
  "_resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz",
  "_shasum": "c50c6920b43f258f59c16add1e56654f5cc02bb5",
  "_spec": "named-placeholders@^1.1.6",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\mysql2",
  "author": {
    "name": "Andrey Sidorov",
    "email": "sidorares@yandex.com"
  },
  "bugs": {
    "url": "https://github.com/mysqljs/named-placeholders/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lru.min": "^1.1.0"
  },
  "deprecated": false,
  "description": "sql named placeholders to unnamed compiler",
  "devDependencies": {
    "@biomejs/biome": "^2.3.8",
    "prettier": "^3.7.4"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [],
  "homepage": "https://github.com/mysqljs/named-placeholders#readme",
  "keywords": [
    "sql",
    "pdo",
    "named",
    "placeholders",
    "mysql",
    "postgres"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "named-placeholders",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mysqljs/named-placeholders.git"
  },
  "scripts": {
    "lint": "biome lint --error-on-warnings && prettier --check .",
    "lint:fix": "biome lint --write && prettier --write .github/workflows/*.yml .",
    "test": "node --test"
  },
  "version": "1.1.6"
}
