GOOD SHELL MAS BOY
Server: Apache/2.4.52 (Ubuntu)
System: Linux vmi1836763.contaboserver.net 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: www-data (33)
PHP: 8.4.10
Disabled: NONE
Upload Files
File: //usr/local/lib/node_modules/firebase-tools/node_modules/sql-formatter/package.json
{
  "name": "sql-formatter",
  "version": "15.4.6",
  "description": "Format whitespace in a SQL query to make it more readable",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "unpkg": "dist/sql-formatter.min.js",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "bin": {
    "sql-formatter": "bin/sql-formatter-cli.cjs"
  },
  "type": "module",
  "sideEffects": false,
  "keywords": [
    "sql",
    "formatter",
    "format",
    "n1ql",
    "redshift",
    "singlestoredb",
    "spark",
    "whitespace",
    "mysql",
    "mariadb",
    "postgresql",
    "pl/sql",
    "transact-sql",
    "db2",
    "db2i",
    "sqlite",
    "tidb",
    "trino",
    "presto",
    "prestosql",
    "snowflake"
  ],
  "files": [
    "dist",
    "bin",
    "AUTHORS"
  ],
  "scripts": {
    "clean": "rimraf lib dist coverage",
    "git:changes": "git diff --name-only --diff-filter d | xargs",
    "ts:check": "tsc --noEmit",
    "ts:changes": "tsc --noEmit --incremental",
    "lint": "eslint --cache .",
    "lint:changes": "sh -c eslint --cache $(yarn git:changes)",
    "pretty": "prettier --write .",
    "pretty:check": "prettier --check .",
    "fix": "yarn pretty && eslint --fix .",
    "test": "yarn grammar && jest",
    "test:watch": "yarn test -- --watch",
    "check": "yarn ts:check && yarn pretty:check && yarn lint && yarn test",
    "prepare": "yarn clean && yarn grammar && yarn fix && yarn check && yarn build",
    "pre-commit": "npm-run-all --parallel ts:changes lint:changes",
    "grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts",
    "build:tsup": "tsup src/index.ts --format cjs,esm --sourcemap --dts",
    "build:webpack": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
    "build": "yarn grammar && npm-run-all --parallel build:tsup build:webpack",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sql-formatter-org/sql-formatter.git"
  },
  "bugs": {
    "url": "https://github.com/sql-formatter-org/sql-formatter/issues"
  },
  "dependencies": {
    "argparse": "^2.0.1",
    "get-stdin": "=8.0.0",
    "nearley": "^2.20.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.4",
    "@babel/core": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-typescript": "^7.15.0",
    "@jest/globals": "^28.1.2",
    "@types/babel__core": "^7.1.15",
    "@types/jest": "^28.1.4",
    "@types/nearley": "^2.11.2",
    "@typescript-eslint/eslint-plugin": "^5.21.0",
    "@typescript-eslint/parser": "^5.21.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^28.1.2",
    "babel-loader": "^8.1.0",
    "babel-plugin-add-module-exports": "^1.0.2",
    "babel-plugin-inline-import": "^3.0.0",
    "dedent-js": "^1.0.1",
    "eslint": "^8.14.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest": "^28.1.2",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "release-it": "^15.1.1",
    "rimraf": "^3.0.2",
    "ts-jest": "^28.0.5",
    "ts-loader": "^9.3.1",
    "tsup": "^8.0.1",
    "typescript": "^4.7.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.9.1",
    "webpack-merge": "^5.8.0"
  },
  "jest": {
    "preset": "ts-jest",
    "roots": [
      "test"
    ],
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.ts"
    ],
    "moduleNameMapper": {
      "^\\.(.+)\\.js": ".$1"
    }
  }
}