{
  "_from": "sql-highlight@^6.1.0",
  "_id": "sql-highlight@6.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ed7OK4e9ywpE7pgRMkMQmZDPKSVdm0oX5IEtZiKnFucSF0zu6c80GZBe38UqHuVhTWJ9xsKgSMjCG2bml86KvA==",
  "_location": "/sql-highlight",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sql-highlight@^6.1.0",
    "name": "sql-highlight",
    "escapedName": "sql-highlight",
    "rawSpec": "^6.1.0",
    "saveSpec": null,
    "fetchSpec": "^6.1.0"
  },
  "_requiredBy": [
    "/typeorm"
  ],
  "_resolved": "https://registry.npmjs.org/sql-highlight/-/sql-highlight-6.1.0.tgz",
  "_shasum": "e34024b4c6eac2744648771edfe3c1f894153743",
  "_spec": "sql-highlight@^6.1.0",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/typeorm",
  "author": {
    "name": "Malcolm Nihlén",
    "email": "malcolm.nihlen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/scriptcoded/sql-highlight/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "pomahtuk"
    }
  ],
  "deprecated": false,
  "description": "A simple and lightweight library for highlighting SQL queries written in pure JavaScript",
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "jest": "^29.7.0",
    "semantic-release": "^24.2.5"
  },
  "engines": {
    "node": ">=14"
  },
  "files": [
    "/lib"
  ],
  "funding": [
    "https://github.com/scriptcoded/sql-highlight?sponsor=1",
    {
      "type": "github",
      "url": "https://github.com/sponsors/scriptcoded"
    }
  ],
  "homepage": "https://github.com/scriptcoded/sql-highlight#readme",
  "keywords": [
    "sql",
    "syntax",
    "highlight",
    "highlighter"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "sql-highlight",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/scriptcoded/sql-highlight.git"
  },
  "scripts": {
    "lint": "biome check",
    "lint:fix": "biome check --write",
    "pretest": "npm run lint",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "types": "./lib/index.d.ts",
  "version": "6.1.0"
}
