{
  "_from": "@sqltools/formatter@^1.2.2",
  "_id": "@sqltools/formatter@1.2.5",
  "_inBundle": false,
  "_integrity": "sha512-Uy0+khmZqUrUGm5dmMqVlnvufZRSK0FbYzVgp0UMstm+F5+W2/jnEEQyc9vo1ZR/E5ZI/B1WjjoTqBqwJL6Krw==",
  "_location": "/@sqltools/formatter",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@sqltools/formatter@^1.2.2",
    "name": "@sqltools/formatter",
    "escapedName": "@sqltools%2fformatter",
    "scope": "@sqltools",
    "rawSpec": "^1.2.2",
    "saveSpec": null,
    "fetchSpec": "^1.2.2"
  },
  "_requiredBy": [
    "/typeorm"
  ],
  "_resolved": "https://registry.npmmirror.com/@sqltools/formatter/-/formatter-1.2.5.tgz",
  "_shasum": "3abc203c79b8c3e90fd6c156a0c62d5403520e12",
  "_spec": "@sqltools/formatter@^1.2.2",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo/node_modules/typeorm",
  "authors": [
    "Matheus Teixeira <matheus@mteixeira.dev>"
  ],
  "bugs": {
    "url": "https://github.com/mtxr/vscode-sqltools/labels/formatting"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Formats SQL queries. Part of SQLTools",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "dedent-js": "^1.0.1",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "rimraf": "^3.0.0",
    "ts-jest": "^26.5.4",
    "typescript": "~4.8.3"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://github.com/mtxr/vscode-sqltools#readme",
  "keywords": [
    "sql",
    "formatter",
    "format",
    "n1ql",
    "whitespaces",
    "sqltools"
  ],
  "license": "MIT",
  "main": "./lib/sqlFormatter.js",
  "name": "@sqltools/formatter",
  "private": false,
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mtxr/vscode-sqltools.git",
    "directory": "packages/formatter"
  },
  "scripts": {
    "beta": "npm pack && npm publish *.tgz --tag beta --access public",
    "build": "yarn run compile",
    "check": "yarn run test",
    "clean": "rimraf lib dist *.tgz",
    "compile": "tsc -p ./tsconfig.json",
    "precompile": "yarn run check && yarn run clean",
    "prepack": "yarn run build",
    "prepare": "yarn run build",
    "release": "npm pack && npm publish *.tgz --tag latest --access public",
    "tag": "git tag  formatter/$(node -e 'console.log(require(\"./package.json\").version)')",
    "test": "jest --config jest.config.js",
    "test:tsc": "tsc --noEmit -p ./tsconfig.json --skipLibCheck",
    "test:watch": "yarn run test -- --watch"
  },
  "types": "./lib/sqlFormatter.d.ts",
  "version": "1.2.5"
}
