{
  "_args": [
    [
      "@sqltools/formatter@1.2.2",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "@sqltools/formatter@1.2.2",
  "_id": "@sqltools/formatter@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-/5O7Fq6Vnv8L6ucmPjaWbVG1XkP4FO+w5glqfkIsq3Xw4oyNAdJddbnYodNDAfjVUvo/rrSCTom4kAND7T1o5Q==",
  "_location": "/@sqltools/formatter",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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.npmjs.org/@sqltools/formatter/-/formatter-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "authors": [
    "Matheus Teixeira <matheus@mteixeira.dev>"
  ],
  "bugs": {
    "url": "https://github.com/mtxr/vscode-sqltools/labels/formatting"
  },
  "description": "Formats SQL queries. Part of SQLTools",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "dedent-js": "^1.0.1",
    "jest": "^24.7.0",
    "jest-cli": "^24.7.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.0.1",
    "typescript": "^3.4.1"
  },
  "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": {
    "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 --latest",
    "test": "jest --config jest.config.js",
    "test:watch": "yarn run test -- --watch"
  },
  "types": "./lib/index.d.ts",
  "version": "1.2.2"
}
