{"_id":"sql-formatter-plus","_rev":"15-8eaa2ddd75c41c0051aa140e2476df4d","name":"sql-formatter-plus","dist-tags":{"latest":"1.3.6"},"versions":{"1.0.0":{"name":"sql-formatter-plus","version":"1.0.0","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"cross-env NODE_ENV=development webpack src/sqlFormatter.js dist/sql-formatter.js","build:umd:min":"cross-env NODE_ENV=production webpack src/sqlFormatter.js dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"lodash":"^4.17.15"},"devDependencies":{"babel-cli":"^6.14.0","babel-core":"^6.11.4","babel-eslint":"^7.1.0","babel-jest":"^17.0.2","babel-loader":"^6.2.4","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-class-properties":"^6.11.5","babel-plugin-transform-es3-member-expression-literals":"^6.5.0","babel-plugin-transform-es3-property-literals":"^6.5.0","babel-plugin-transform-function-bind":"^6.8.0","babel-plugin-transform-object-rest-spread":"^6.8.0","babel-preset-es2015":"^6.14.0","cross-env":"^3.1.3","eslint":"^6.5.1","eslint-config-prettier":"^6.4.0","eslint-config-zt":"^2.0.0","jest":"^17.0.2","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^1.13.1"},"jest":{"testPathDirs":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"5c872ac5bf650fbc2e7135a58e000da9d1044510","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.0.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-3rGzLbu7zRSmQez3BFMV3q5ZbkxJOUiImhtqDMHQgRVEGkNInOO9PObYVh81jkD6MoLs34RmDdhRV6gPbW9oBw==","shasum":"65868008adebd711e070b9924f1edd641e371b76","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.0.0.tgz","fileCount":27,"unpackedSize":273098,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrLAvCRA9TVsSAnZWagAA84sP/3nkegasHmOOfMNWxvUk\nc1F4khhYK749+GQSdaQ7mch/0Srg9xcD4POHGkAAxHvU3y2iWkbQ5j6mcZei\nl7OBxuIjFMh3dObwZ3KMY8rGXxBA/zj2miTZP7dxg0wpmgXxbV3qy/HhRMIo\n5xA0MPRj9DP3I3v0v3MR4BJ3YKVY+sNAQTJaWJ9nD5PNA5A5sEkGjEVPLeit\nWu9zvKIhm5EEY/F9ZMdqsMHV7H/XO9P7O3GL2U7o7UYGvddBZLdToJEhzAiL\nrew+nFyG/MGkS8g96buNtwYLsc/9zaQto03S+CKCC7Bfc0yjOvBfhkdw5FrM\nUSoyEWtSWPn4VL7IElFN9arGLMMFumsn5pkRxE9C5z/MbOcMQk4b67JrX5Dv\nOChaukO1fIugGmksw+m+VatX8Yu+4o6JkYP33vFJal45GQoS+un9mb5xWnt4\nTv60yee5EejdXBvk2M88wCmT8WwKJF5W3dIY2QfTX3aNxggzmjhMW7cRTWw/\npuEJJRj7h8xxEhJmRoO7E87vVLRq7Eb1fNtYN9I8iUfPxRMnRzbJ3x6CbCy4\nT4SRF3+h1FtTHfezJMmI+35n4NjVeFxyvpHNMD1EER9yveTxKucGQkD0oKdY\nE/BrSSuCZN3Rip+lcHS/pmrQ1vz8iRpZzmy65Qf87yvPjqKV4gt126AJ7dlO\nr16D\r\n=+zJ/\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXR+HgoSjztoa1WktNgr1AgcBgFq3Qaop/9flBQL6lwAIhAL382o9DIsIYhFQTTOyPq7oBr8K8+2pvYlPsb5MJ+I73"}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.0.0_1571598382313_0.6630836253134786"},"_hasShrinkwrap":false},"1.1.0":{"name":"sql-formatter-plus","version":"1.1.0","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"cross-env NODE_ENV=development webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"cross-env NODE_ENV=production webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","cross-env":"^6.0.3","eslint":"^6.5.1","eslint-config-adpyke-es6":"^1.4.12","eslint-config-prettier":"^6.4.0","jest":"^24.9.0","jest-multiline-matchers":"^0.2.1","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"a42b47c8144343a52e01a7bb5e21512623fabf4a","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.1.0","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-nydHFb/bStakxuLGElq7hEyNriURwMyYNuQEBfxdztn0/Q1ww5WMTHNwj+544APei5VjK1qMpI4nwiggjlkMFw==","shasum":"3d88b3f9872c5a7a9f0e12dabbe8dd9eb816d1b5","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.1.0.tgz","fileCount":27,"unpackedSize":314466,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrM0tCRA9TVsSAnZWagAArBEQAIZ4G+i2RUfMg9BBPlfm\nvgHE57/uGMtgPxV/l74TtxYB+bnr6flRlf5FfA5mSZovIIELPxaGG1aDHjPV\nu2ve54+XR72vI2KxvIWQzmgZ+2IYSk6wPB0xQOGycSuUykXVSednFRiOnKkV\nVXF89Guz47nkiGJiutVW8aAAxG9zpDObOYjkehEhdg0Idh1m7DenYF8wdUtC\noUALK+9+OtsuFzY8pkwpqBbI7XUkfaBMNcq8/DqF2tCiErLSGeEyO+rkNygm\nxsRpDHQSUhnE/sW1NbtbysvXl7NO1BkU0gf3BACmH/qWXYYyupnhjkeT7NaB\n78vMWd9AzzitI8L2E/JO1cavwc73q2/cjs6hxqzf1rRBREFbXuqUjDNP3yHn\nUuCTHaj7Cl4tYohy5QbXa8XV52ylwfER3KCtBEFcapcnoakZ/NphmclgQ9Ik\n7huND+tPDiy1WFmO/bj8v4nqfRNkOfoAmnWr/d527EbvCMQEUAAhgaABAo5k\n2hiEjyUuIoAXf38NDsc5RBnoc1eRSX65MlS+uxKb2aGZNFcyw9AdrLJt7VjM\nwltQqhpHM+mgPfVSBTaZhYa+9LyMohfBxzugAkldYBU0CgBWUYV7IYL5aMGq\nqlqK3ZiBbye/OH6CdumIFG2Jd8aWa4yMsW2jpbRR7csLC/uSx1QJl82Imdp0\nGQ1/\r\n=ralu\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6hx5Rsx+CUuSqD4zMD4rmOkcRbU3yHNUDv5xfQ2z6XwIhANcLSphlWf4dj2sSgjBqM5Bk4IVUBh341tO0hq1Y3oOO"}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.1.0_1571605804313_0.5220339496696254"},"_hasShrinkwrap":false},"1.1.1":{"name":"sql-formatter-plus","version":"1.1.1","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"cross-env NODE_ENV=development webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"cross-env NODE_ENV=production webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","cross-env":"^6.0.3","eslint":"^6.5.1","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.4.0","jest":"^24.9.0","jest-multiline-matchers":"^0.2.1","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"0852f8f25120be379c28b70e57baa37ea18d1dc3","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.1.1","_nodeVersion":"12.10.0","_npmVersion":"6.10.3","dist":{"integrity":"sha512-qKtIB5H5c3AdkGZtwFF0ywTP9m/sXOtwZZSZ3A7cdKPBYvKaTVOzoOEODesOLKJxPcQRRAip44QirQjRF62Kww==","shasum":"655c78526d43dc416420037e19189b15a86c95fe","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.1.1.tgz","fileCount":27,"unpackedSize":316167,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrNlwCRA9TVsSAnZWagAAqrAP/3d6SyrLyW7QhyD3WL/C\nRkOm60u1sqJaRmgIyLKndrgQIB7ZGa3CmVhinW2/VvtlIFysYNkY2YGd3rvS\nX/oKeS8iF4/+19GtIc7mSQLpFcTrJgIdCYcCpimilDLAvbNs/gh7B7ur+jBq\niGbWFbfEmTYoTqiaIxm7LKYhORt241grzmLpE2TpNjqKPTnKxUytBJFXXa/Z\nHHwLfMeSLzo6B7uumSnI/jzDEQnEYUOOblkJsqAEj9jgRqovWBAx0ofcNwPx\nvny32En4PAKe56zMtvg8LBksL9k3dfugOzYwkB+zYEYaA6svPwtIpKDkQe8j\nAvAltBvh9Q36++EcSrDJUt4K0bSQ178vOmnmvueBEzu/1TsW4H+S2QFRa5TO\nhIeD1m8TdTN6YYTjfYVmYzDmTvxhooyr4BUceaT+MeKhwXYi/JfvSTy18EKq\nkF/NfC8kVFvp0r922s2pocvHVmR+zFPl7aITsobv/2I0gILFulhjqxJNW22D\nIpV1m/HgyPKQPvzUwspw5+rSIQh2klztPAZ36qez5V8SXr6KjAaR5RJwSM+r\n0p9/3DakltkEwHJgdU2G+9tW4PIFmnsE5p1L1Fpy/WvSDf8Y0+C7iiGaRzwZ\nPIs3g6T6CFEGJAwtzlAP2Kmr/wy+DFVMTA2eMmkIYgM3/HZidPD5xzfHMLvx\njuWu\r\n=0Bpb\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuSRpXRU5YAdEP0pibc9fhm55ralEVGuzx+B2xJofv+AIgdxkbSUVb1MyqbvVitRtB+HKiPOzS/QvtidN1DueVk7k="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.1.1_1571608944192_0.8799515471456383"},"_hasShrinkwrap":false},"1.1.2":{"name":"sql-formatter-plus","version":"1.1.2","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"cross-env NODE_ENV=development webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"cross-env NODE_ENV=production webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","cross-env":"^6.0.3","eslint":"^6.5.1","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.4.0","jest":"^24.9.0","jest-multiline-matchers":"^0.2.1","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"2eb3d3539e71d68744573b91fa267608cbaef6d5","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.1.2","_nodeVersion":"12.10.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-xbN4t6wXcbQE/asDVfA5S5pQK2F9ay1cgmzhMtVkWoiNnsKLneHOKRpUlFyP07HjlMOE5wrrRJuKmPC/o+/5ug==","shasum":"dec94e35a868ed34be663cf8f16a0559cf53249c","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.1.2.tgz","fileCount":27,"unpackedSize":319701,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrb0aCRA9TVsSAnZWagAAaloP/jthZ6D/XP5m6w13BmpW\nxIzrUCeyHvIuS8PYEjJ23B2H9v0qujwdA0+t0R+kCD4y1qsJHN4GdL+Oizn0\nb9LI3639rnMzFeAHnSN/7bWAtCjXr+EozbeueXHFTj/Bu4NKawoPhUK/FMc+\nhphx7e7MtILr2Lg4tXGQUyRtzV+Ifg0hz5K7+0f7/Ntf6jPneW+esDkHf9TS\nCcjUoGZ3diS5Uuq5kWe93j3x2AGeu+jz3gP+VQTh6jEWJ5JYlJ3NKLmb5yvf\nn9M7KF7Cb/AxaAlYeBY1GK3ObxrAtPe7+yoHNXN1c8uIblX81PO+5pNNHB07\n1dhgeRMbEYwoJ+F0ZTBZ9pBjGKQDO1WnPrcJ/oAUgbBKVkmq8gqoHrl6K79d\n+GwGtXNaR1gJSdYJhFKWzifm+1pV5cW1GVYRql0w4sbHkayPcz+JYl4QzrKn\nUVaHDC/l70wPIQG1swrg3V+pztLhg+wPF7dIBC+z0DFAsdmRVhG869H6xihm\n7Kber8AWJ/9UK2V5rmz4snDaA7Xh3JZAkJyPD7Cl33aX9mliM+oCl9m5lEKk\ncu40renWUF4FrvV1asGd+GTOsmMonfBc+NTpp9Tu4vv3i0BYgpClN/ax98ES\n6zwyxu1dcdt+u5gPsPIgGtQ6ZMW6MT0mpEd4noXACvfbS+rf4FiocO9pjZeU\nnbMg\r\n=Q3hC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBd6OCnhxXHnjCGyTg6LIQuMrwroqLsPtyvvYbsHGPY2AiEAyVPW+EkfEZoBkr4M9DTNsRaetXlVs7yZvLRCdM4GzxQ="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.1.2_1571667225437_0.18512979772940574"},"_hasShrinkwrap":false},"1.1.3":{"name":"sql-formatter-plus","version":"1.1.3","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"cross-env NODE_ENV=development webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"cross-env NODE_ENV=production webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-loader":"^8.0.6","babel-plugin-add-module-exports":"^1.0.2","cross-env":"^6.0.3","eslint":"^6.5.1","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.4.0","jest":"^24.9.0","jest-multiline-matchers":"^0.2.1","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"cc7f54ef0c5e4c9225c37ac961a3df1e62b111a2","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.1.3","_nodeVersion":"12.10.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-VqgBxwdPRDFkkIoxgv7MM9bnLGqi9keDAnCRAHN1RCCTO/ozRP8XKybEPBv5DS1uUs8Y7e1feIxs/9a/fRdmIw==","shasum":"49a7708c5e740010b5f8ba25d2818ae35e9901dd","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.1.3.tgz","fileCount":27,"unpackedSize":319956,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdrcG7CRA9TVsSAnZWagAAcuEP/R1DLHgGS07hDPmnBqAH\nsdnpM7DXTJhanOBDfGRh9i/Nt97XY/QCOgGyRo9H//dxwvVO/+8rzCpBHCkg\nyzcxsg4Hz0yi0l9G8BL9ciJuD9lfozAMGD7v/wsX2Awo2Sgay5Jmi9CbEiW5\n4wBOTPYrYfSkGrb8Mrj0kK7y/TnxNs6S5wviN6rrxz3u5Q4AoFo2Tz0Pun38\n6SS4i4fZNH7/Mnyb/oWLOZ16fUp08OpzuCKGnXRj3wV01ClC9ZW1u/beEt5J\nVAdrvpRZLrOSl3i40U1TPYckmWFos5sXX3Tc9P61I0DW7MVo3IUB59o9ANVP\n9Sd0lAIJ7lgZK3w3KSymiotC/Q5cigPr0EbOJYAr+ZCk4/jqSnhZpKc5FrCP\n2QLA3N2nt42GBKSEsDOiZAC2rygx0EvEeOFj+5SJh8gEkkeNErBKFgaqKf/Y\nlgAKA6sN0VeNH+U11yYIS1JfDzisBic1OdlZZx9wx4QK+9OpKf9j1BXx1Tdw\ntMYtgcKWbjYpZ/ozIGIqFbSakir/wd9P8OXvqpSZ5fKQeXchSFMSUKxA+Re+\nZKStibkaY0yD2/cpBFZTTosy3wxQLMt2QHb2ZIsf9JeZfch2gK8x7nPvlOoM\nwL+hfpGeS4GQkXFDmTx5UlB9ypUd8n0CJYfVxdNQbTp0uq5RZlLXBImE3B37\nJ3Pu\r\n=q8YL\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICSo75GSz2vPnK2gq+o5H9RE8kE+AFYmf3GLTnDERSSoAiEAm3yfOsr+IL7d77GJi3eKID5Hwz5rn0BZESfN3Z645gE="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.1.3_1571668410733_0.6630970882818745"},"_hasShrinkwrap":false},"1.2.0":{"name":"sql-formatter-plus","version":"1.2.0","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","dedent":"^0.7.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"f4ef5503ff21dbd35fb8854a506ffae37a810aac","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.2.0","_nodeVersion":"12.10.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-n89JbYNL8a20RlJf/I+kpXVyOF6NKpP0mOn15F2qTS1e/Vvj/+JzM6eDEZjKd8WKDWoo3l/+s4fJSMkW3UlrJQ==","shasum":"9abf8dc97039c2a6fbcf3c677e1b209c13d2cb14","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.2.0.tgz","fileCount":27,"unpackedSize":308145,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduGiPCRA9TVsSAnZWagAA8iMP/1K8xvu/J3iz5mLy7c1m\nHCwC9C4m5e/hIkd3bQyqN1ugqhvn/M1IwCdxtlH7ISpCSZHxt5JFL67kUM/R\nsJa7bzYkMIWoFwNBlluC2rhExvfvwgYoCrhvVXld3pXwGfG7/lwReDQJqe//\n83BtwPDHzBCsAyM4oNEIVNNrrfVnXHzotwoZIr/d4BMSmjU9SEtVP0KpawTX\n6G0OFpXyA9kVGq3+eTemoz/1ag8L5x9Yul6ihiExQecpyO8Aq2CQHcJG3Nns\nH0F6zsvsnvQiOT1knsHWzIsg6glv8S9IK0jmkBtxqUcR0bMFqkDCaImYP+px\nhA4ZEiqZUX/CSKDrCHYcJgK1cgsUzd7fiv4RQLJlshhWAcPWQ8wEzcrphXEe\nvvvY7BPku7izxV/g8G+VmUZLOmc7GTVQDtqaHyoPpdKVcXNG1k8FWeSyjOEl\nWrZCOg2t1q2ZNbV8QPbIzbjxsfblviwsxqYL876fcPfRFZEAGFxYXbhS5fPq\naGklIZaSZ+Ka3meF02xTsgjtMds6V//Qe2hNlHba7MrxdaQJnnMJrELnWqM6\nBA7BfGdq1pl7aXFfH0goIUX4YAjdhDo9RbtFf5O7zJIitPvKnU6mGz5W/wX9\n7poq273dgx0qnrKA23L8CQyQ47Dl7l6T8Qkq3BB3T3U2rDUZEQR52lHQVvHu\npiRw\r\n=zLgE\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDDW5kxIYCmgAs9z2ZZoKmmKtODEDYzdBWqNVMHZhgaoAiEAlHAO6See1naIqe+NWs+RqSs32pcekFDzrTLs7QKC4dg="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.2.0_1572366478452_0.19422964579978808"},"_hasShrinkwrap":false},"1.3.0":{"name":"sql-formatter-plus","version":"1.3.0","description":"Formats whitespaces in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespaces"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent":"^0.7.0","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true,"setupFilesAfterEnv":["<rootDir>/test/helpers/customMatchers.js"]},"gitHead":"e6633c710a96891a172873daaf1638476dde36c3","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.0","_nodeVersion":"12.10.0","_npmVersion":"6.12.0","dist":{"integrity":"sha512-ZhpLoIBPJUHnwVDl10AOSmShCN3RO879vZytMAoDF9pmd0APZfWss7KNwIMOXeyTd+T+2biPvsP1CUVZa2M7zw==","shasum":"454083b620ffbedc8871f3df514c3f1c33f8c233","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.0.tgz","fileCount":27,"unpackedSize":296235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduIZQCRA9TVsSAnZWagAAN+UQAJ7N0B9SFQyrMJw2Kp/E\ntbMV+OxFugR3CBolq5P1t5IXdC/JNlFfzLKYB3oFpDyG2jxLErTiVCmTSEW2\nYS25fN6QwKwc0BQnehR302tmxJDQeutmBlakPYhaGfMWuRuvZ/5Tr/rQvStH\ntyfrI5ZTkeT9TFVskqtj0+STpVEaoPzBD/VlQMTP7txrJXyOEmiUnRpWttjZ\n6nGezRTY3EmsVlZiRAGowywNLxOfQthZwccr0PnhFmbtlrRiQX6hboyWK9AZ\nBEO4ESUiJ547MwnCAiweZs7pkLWu8CcMb3d4uoUGHVXrFwsoxYlM+gJxTvFI\nhgp4V4l1iWf0fUCM1ZrW0kxVmtR838YD9pxEuNhyFcLlSWCV7GhZBujCLxsx\nCqv6Zjt4ThuM35QFr/Qb4rab39/gIf3gsTtMOJal+91pKT9BTR6ZvGxlS3pe\nibNwrRWNd6a7b4BVRYuVl0DuC49FLZochz3jAYn+RyjC8MgTa4AHBcJ26ylX\n4+2iO5wKFVJCbgwG25bAv/TSU4/inzy5JmGlbuB8m7lSiQ0hFoQh6BsDXX2A\nqWMnypGwpxQrvkdW8wSyjKDaOPXpbtp4VrroHutqh8bF5zu/cmHOSL3/WduG\n+5lc2CXKHLBY5rmdRycPWaQRIl3rbs8ndvkeOmnGTVIIc2BJkEWgWXxPk98k\nogw2\r\n=EYDf\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICtTAZMDxVijcypa69gyvgC90tpP+u13BVfgyg4sG+JpAiBnJ6c6311uHv8bcN9QVnICZasgU2waOURe06hzVLVaxw=="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.0_1572374095625_0.21938976288889966"},"_hasShrinkwrap":false},"1.3.1":{"name":"sql-formatter-plus","version":"1.3.1","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"e3ed39b3beec526777504f5d99224637e4f796af","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.1","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-8zGg4KPrPpHUetTf7qHq3LgTKU0ZbLUa6hdfdE2EzQijRTiNkU2GJmTj1r3QODaHgQShE7vW7uclJorxPN8D+A==","shasum":"6965f0897cf57504df4413752a4e43eec7d82cdb","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.1.tgz","fileCount":27,"unpackedSize":295444,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduZxeCRA9TVsSAnZWagAA3qwP/2hQdKjYmz0njc9Z2M+T\n96rW6QMP13JzcCpDOf0dcWGg+X6L3zaPtmmPrhuvlQQCNha3d2AlXzbxSpQo\n5pMmZaZ204iutdl1Mw036L1+XJToelWF+PEUA9MmrsayOLkHW3Nq1XKJElYA\n/2yEY/KG8aJqL5xfObHYqMvtU8drtW5PzPxdibETnNdz1Ud7o225QuaWM/5q\nk9aMm8aKk/6Ner9GKY6trOVmkzQdmkIyZuo8JsqjXWKwryCi4Ng8N365waYz\nsmHtQdWVLCKc7DxVVkd7rEh9nAk5++i4AJhQGPn+xwIKWUd4ioPObSM+2kD5\nf7Yp5Xc89HaBHB+gIAD6+oPbvKe4qu5cSWNEqxJXZfxaaeX2XdJG/EMWknV/\nv56jJCv6EWOtccrppp7APgfjbAHJFVpXQYkDG0tSVh7Cwc28VZfsKOrfDJMH\nv3mEfODHAhbrxsebeIUkfR/ZZdyimsHuRBeqq/EieMOEHRHnIIUX/aqa8nU2\nV4+melsragcpWvtwRTsfIBJr+ODaYnL8Z7he2sVMCOvwup+esReGGn1/7Vt4\n9JjK+Hn5WZwLulYBFg7zBnTYZBemgu9ih3+Nbn6hZUuHp1zgRne7UAlKDqFm\n7TPuH0vn1JInOf/KA6uciRbf74JEfPZd2ydfeQPDg+BUucJ2FHgx9Q0fExd0\nVl6E\r\n=PR9U\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDVu+LoIesZJO+Ta1vmRX6Bwsa9MIrq09dfbJ6waEERvAIhAKI9c7OlEAuDezrzkARySPQ7Ytg4dlIe41Z2mTP86Z/+"}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.1_1572445277675_0.3513656944758248"},"_hasShrinkwrap":false},"1.3.2":{"name":"sql-formatter-plus","version":"1.3.2","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"690cca843231697c2a6d4f2d04c23cf935e3002d","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.2","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-jcudIP2sAVpLL8UlIyTNfglO3kt3+uGPvMSBn/RDCWgKv+oCfgTgIgVx1/6cQXFTQbW9sKIEYIr9y8Dk/jmZkw==","shasum":"53102ebd028517a80a13effd930b6561cbbb7b42","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.2.tgz","fileCount":27,"unpackedSize":295721,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduZ5PCRA9TVsSAnZWagAACxYP/1A+60zDTvwiushaYk1A\nCxnj/xnNodyj2gb7INkZ0p1Kh6lNVnt0MhaPtIY2uzJqvKb4STAq5QXiWVdd\n3R2RTLg/swf0xIGXvAF91J5QfYJDyNx+77WykfEQzxoAL2BYEARUIm7SNs8A\nNy5ZBJdDJYYhtdjhQKu1+u8CXeZMJZMwqJbEEJRfLozKMu4VLRkgJ77W7Vii\n6j4cV3AtdrwVhlkIqTMREIMKyVWXuJ94BDUh5F3n6o5r6r3/SQmuvdyRGyiq\nQevweGAIKdzYhINm67TOPfsgJDY1nPwbpATMh0nkJlkdEiN+6v8iK4LFP5DK\nN/hcAhVXsMgjQ69A+gXrAkoxIXK4waom69Xb2SN+STIIVjfFNXT00nuMy8hZ\nRrTJT8RuEaZTdkN2ShTDnItrOXAkG8uccsMRWxSAui1sFzwNsui49vNlewTz\nHX0Eg9omXXzkIRM8DjM4cby+ARv3its1LBEg+AJ89M/aoY32B9xvc+k5kjmv\n9QbxIuMLa1AQxGt0heMFniwMDH79VyikraklRB46k84lElYjWYNjBepuYZVo\nZcNSgzr7R6kgqduPj+jYKKxSlPFxdUUZ3SYYZBopZD4ikM8zo+Zrqw83l+YT\n+oMiQVJhFHeBLsca78TOWwnH6CMKFyKNq/g9ftVi0p8HPDJA0z8ZNGOR2KnD\nKOjt\r\n=era4\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDa+vVI5i1pMcpaLs+aGIsTZj91B8bichYA8uizksdgAIhANGsQbgF/NScVmj7bKiSmbRHTZong2/WInMRinOKRgow"}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.2_1572445775147_0.7904529882157958"},"_hasShrinkwrap":false},"1.3.3":{"name":"sql-formatter-plus","version":"1.3.3","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"81416860637a142e0e1a8547b5a3dcd5937a24b8","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.3","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-Teju5Ja9TrUK3nz7pOk6PcfxIxLAsL3ZHc/d+GmOnev5rPAhZMYRvLgJw44DN2OwU803oEjG7ebq6BwZy2Avyw==","shasum":"512b77a350de6c036015e912cb7af2a3c56da288","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.3.tgz","fileCount":27,"unpackedSize":295718,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduZ+wCRA9TVsSAnZWagAATxAQAITs5lpr+h5jWlbSVB0P\nbhgdYelHy56TDj3baLUzFkC1Lv0P9G0x0Qg6EwNCXqGtaUE/+nVio9Abz0fr\nOCF03GYtt60ZtlyPggTrPj3AMEB91RtOkl5usLc87e4gm01n/YF/I+pr2x1a\n91Shved19dViJ5zNLVh5ixdMfKGk37rDvKWtegHGJcTTfJrifvNOVkj7H62m\nke10H1Hc1jsCPiJfIgQAwQbm8GITvUXv8LUpeb4MRbk1KFcDlJ95AhWLQHTu\n0k4P6tF9ngZN01dCYMoCVQlNBR+TI/jKBhsNiit6Pmyl03xdFTpIzUd/aRJq\n8V+49KVLzxenZ2JGgplwxXf67hnnN+R0GAJWZaQOs1nLZ6USGVl1WnbtlF8Z\n5fZyplLcQpMhUGDOkJI+rPnn/ZfnyOhis2Pqpr4jvOkILeWzTBqAbS/XeCHo\nnfWwvWkE3Wg3bxZk+/kiJjsQP6wAlMTLBPl/PhhCkC3DYpFXNQU40TfQ8g6U\ntyqwFzraUFFALHmNPkwyUK0J+HnQauAfTlCeKpBSYv82mB1iMdZa5KzOocc8\nEBmkevkLZtboH1/s+xUTKz+4dZ8+3nrMiSeyilvNSP8LrdExCgtHAedmfeft\n+MOfT1BkRODfXHSRt1tI+MwEBTAB7TN4JiKnVAs/VwSLmrUymc5DZQSTqWIJ\nC63m\r\n=0AHh\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD/4YlzXT2ufrVqSScZbGWmgBDaNQOyUmyhhcVMSANVAgIgDRIe69oRXXhJoKVAnSTylYwp4d4ZrvNl2opJw5kJ/+s="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.3_1572446128154_0.13949098098708368"},"_hasShrinkwrap":false},"1.3.4":{"name":"sql-formatter-plus","version":"1.3.4","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","jest-diff":"^24.9.0","jest-matcher-utils":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"ba506560e0ccc5e48d71ed9fb0ce469ba53b41ac","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.4","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-VRQ2G5vfgFqkHKT6vMoqG0PMzTjnDzUfCyXk3uPF3sH7bJ/Jj1SNZduaX0+UZSXFYgpN2zIjoknRb9eLOWkwoA==","shasum":"f4b48746cbc2dc0553f834d8dbc8faaaf2ff02d6","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.4.tgz","fileCount":27,"unpackedSize":297241,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduayrCRA9TVsSAnZWagAAWnwP+wc9TM376YoOKRkfhKiV\nDsjBz0RMajgG685pQfQMUFfpY02If4Y8HfnW4ZB/iDi12a5ZUDrFZsg99nbz\n1zCMPcP6jX86LSg+tvE/THYnqSmf2OwFE2whdzucM9nh1wcSKOWduDEJX4Yd\nCLAMiWkLkS6TbuznoQIK9HuLFDjYtUsDZdyHXx0tOHpU+qBW0OMkJ51Thqod\nKls+PUu9l757wrvwHhFcCzRe7OkcnzcCXN/LjgmQc9qzBDmh6VUbPPFdkr0A\n9ta1sUe9hFOkDMWmNIIh+CeEgfhk38W/Nhk7QWdJeOH5STaphyHCs9Js0D9i\nSZt/eFZCqmeN8HFnrXJIP49qKNYVgSRFMblDIHNKIpoC3o7SnjisA/m0eRwZ\nvbgAk68985jOf393AsJdV7bRmL092Y9CnhAbAKDPdDf1p3LFyNboHdy097HQ\nbUC4aEoc4DCepW6Icx1uAifeh5uh/lBAkeXduCS4jnuspthMxpDl3Wz9dVg9\nex/OgzaPGr6OgpZ2t1Ou0en6exEj6u7t/2Iy9o9uerMVPdPZ+gk2NF1u//vB\njzLQJunRaNHjFyUmvVhjwpCJ5jCRNC6HZ1RVyIcyouiKLLHfOtHmRQ4ckOQ5\n59kNd9yscz9wGpGs00YyiRGfblFXk41JsY5QF2n0IGdA6ofeMRmDjpP+obqh\ncJLd\r\n=u9Dm\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDc1l8jUl+4IahbrYF4PxtZdVLIyk7x2lEeZGMdy4DSAgIhALn5CIthEtJ40LHGUniq9fAJXF1fCQM6/EVcCa1X2r6e"}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.4_1572449450816_0.853330136290894"},"_hasShrinkwrap":false},"1.3.5":{"name":"sql-formatter-plus","version":"1.3.5","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"324e277a5f2b41da703f152a569711aba9f06f6e","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.5","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-WRrPqlmRXvEZXrYocx9oP+3XDEV+meDprMci32+7ZZglrQIZAigBZFYvpVA6/E165mR3RCqIIBGOBW9FlT5BmA==","shasum":"8fc4cf14fbf5fb0270b491f04ca7f698e10b4b9a","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.5.tgz","fileCount":27,"unpackedSize":297713,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduv7LCRA9TVsSAnZWagAA2CQP/iQXFQLbgV73t9MHKSTQ\n7N9z3LKtxObJMDu/ufMujSgQyz2ViOzjaSIl7sDHGBpYVvMeG2HMWiSzQN+y\nNFq+pqdMmDkEUzeV/BYwIYynRMHfyLhkSGqx5wy5VVYprCmmcdRlwoHP7Y9E\nXtzpcK6B1v5FktcJPXpBP+cRuSDCG1EjFFBF1hYgOA0MHluFhFl7NcBzkuQY\nfbV8B4Y+Um9GWHcGY8Y9AFrPtJIFWH5gEPzyVgOzQLUiDjC4168CAfzvv4rW\n3zTekvY1mf+e2lXTXfWXHbVAZsXOH7T/I2DS55gC0ak+gQAq/aBmM8O5QTii\nxTMlKGyoUAwSLgrXdz0+qoPGvS+i0WiYwYzASj764mNeNuO6bq8QwyB7jdWe\n2hml+O3mJyxMVf7/kIb4dyGxb59s34PPtvkpP0BMuLeNKB2PTkX6B23Tk4OV\nUKUVBwq3pAbSxwivTtIwvbXOl9FhgF6czAoK6Gqh3U0NQPhgsh0wgDWWTmcy\nHOIBm/IUZYZE4VmurCOabpD84cAll7qzBRl3WgaJwq/UTBwQfoIcOE6ZQ3AH\nE3QGjO7p2Cq6B3iXQlmIyZOn1Iuv6DFXf/CcfQxe9rIzvcnmx8QwFmsd7V0C\ntX3BUEtXQT/i48G9Nvmkq81JX1knGdQvvERVTzEs3YkadvnQHw90HXCj4KxH\nwXEj\r\n=3B8g\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDM1Pb4rKpNkALCOib4YqLbOwbrJDc7lsJFDpoAalyQlQIgNxrqhJitNPNF2jBz+vaXJVJA7hJkgVNd/dzA6q5KwF4="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.5_1572536011207_0.6481683243092085"},"_hasShrinkwrap":false},"1.3.6":{"name":"sql-formatter-plus","version":"1.3.6","description":"Formats whitespace in a SQL query to make it more readable","license":"MIT","main":"lib/sqlFormatter.js","keywords":["sql","formatter","format","n1ql","whitespace"],"authors":["Rene Saarsoo","Uku Pattak"],"scripts":{"clean":"rimraf lib dist","lint":"eslint .","test":"jest","test:watch":"npm run test -- --watch","check":"npm run lint && npm run test","build":"npm run build:commonjs && npm run build:umd && npm run build:umd:min","build:commonjs":"babel src --out-dir lib","build:umd":"webpack --mode development src/sqlFormatter.js --output dist/sql-formatter.js","build:umd:min":"webpack --mode production src/sqlFormatter.js --output dist/sql-formatter.min.js","prepublish":"npm run clean && npm run check && npm run build","format":"prettier --write \"**/*.{js,jsx,md,json,css,html,prettierrc,eslintrc,babelrc}\""},"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"dependencies":{"@babel/polyfill":"^7.6.0","lodash":"^4.17.15"},"devDependencies":{"@babel/cli":"^7.6.4","@babel/core":"^7.6.4","@babel/preset-env":"^7.6.3","babel-eslint":"^10.0.3","babel-plugin-add-module-exports":"^1.0.2","dedent-js":"^1.0.1","eslint":"^6.6.0","eslint-config-adpyke-es6":"^1.4.13","eslint-config-prettier":"^6.5.0","jest":"^24.9.0","prettier":"^1.18.2","rimraf":"^3.0.0","webpack":"^4.41.2","webpack-cli":"^3.3.9"},"jest":{"roots":["test"],"testRegex":".*Test","collectCoverage":true},"gitHead":"08258072148b181cd96c3b0f6e4e65d075c6adab","homepage":"https://github.com/kufii/sql-formatter-plus#readme","_id":"sql-formatter-plus@1.3.6","_nodeVersion":"12.10.0","_npmVersion":"6.12.1","dist":{"integrity":"sha512-3pelcpLve9GgsXshWL/59zyDkhICkXDURKjXyUN+PJqVGAt+ZmNPB2JY+hgnaQG5X9TQI7Q+WiyLEprHQAWuaQ==","shasum":"56e671181ff34c0dc403bac6f950486626f9d406","tarball":"https://registry.npmjs.org/sql-formatter-plus/-/sql-formatter-plus-1.3.6.tgz","fileCount":27,"unpackedSize":305398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJduyrdCRA9TVsSAnZWagAAK08QAKPgmANPDqqfTxahNQyl\nyCyKs0o0+sFxuNbOaQQs0qDwI8e9EZHwQDOmAfXZmDgaI+ZFqFIj0sDJ82d/\nbDRQFTX7Ld5xN2C+denMRkuYnCu8Vtz0ddvKpwcTHEdFkBAdVfGgHYRKtXk5\n0zRrZ3qcbDPy8iVnI+nH9mlIc/O3Tjo+0Usm5DgHys+Pga6K7LEFpB7NmCC7\nlqhZ2qYNx/cAc1S9QMlsUNLFj3oFH6GzJvSAwoWy5pfSdzH9U72mPaE0GH0o\nmfC7D1n2ZJ0QbtrR9kP1fhUsKbS2u0PbvFB0fhzC/5RGT/5Hp2s2gedTuO09\nQce3Yi7lKORR3NpeDhXWgYI65jFBMTNS5RjMsDFCSGRoFt7moCSL02Bhm4B1\nuoD5Qk/1vXXcoNurl/tnIK8ngIe/aAsBiK7Z75zrVDzLEif9k113M31LWl2c\nIIT0VUJyAhwJzloZx3n/LJjUqOjZw1AfMKd05/ic9EYUaFMAb3wIAkv/+c4B\nmz1Mvs87hqXcr2f2cSiSLBKHBHCB+VLzoLLpE9vJ0JY2xKQ+ta4t2VrnJ+68\nY9dvRv6oo56jqFYQa0IXFc9l+J7ZARomflrGSn5uAUsrlVljHcUYF2P1UgKZ\nJaew8Ouogn8l84rFvVDUTcZKJj9oQvzqPiQcEN0YZjWcsm3hkHmT7KE/YmaK\nPyuA\r\n=hyBI\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGeDmuMj4iWAldq3h7ZRvWspQEFuPwtZYDzNTtW+ZK8NAiEA3CbS2f+8eUjB7DJKuAXR7UDdlNSR7uQVASfDdwmYV5M="}]},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"_npmUser":{"name":"kufii","email":"adpyke@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/sql-formatter-plus_1.3.6_1572547293398_0.11013061009905578"},"_hasShrinkwrap":false}},"time":{"created":"2019-10-20T19:06:22.312Z","1.0.0":"2019-10-20T19:06:22.463Z","modified":"2022-05-18T12:27:53.662Z","1.1.0":"2019-10-20T21:10:04.492Z","2.3.3":"2019-10-20T21:56:38.198Z","1.1.1":"2019-10-20T22:02:24.367Z","1.1.2":"2019-10-21T14:13:45.618Z","1.1.3":"2019-10-21T14:33:30.888Z","1.2.0":"2019-10-29T16:27:58.758Z","1.3.0":"2019-10-29T18:34:55.748Z","1.3.1":"2019-10-30T14:21:17.882Z","1.3.2":"2019-10-30T14:29:35.254Z","1.3.3":"2019-10-30T14:35:28.370Z","1.3.4":"2019-10-30T15:30:50.926Z","1.3.5":"2019-10-31T15:33:31.397Z","1.3.6":"2019-10-31T18:41:33.584Z"},"maintainers":[{"name":"kufii","email":"adpyke@gmail.com"}],"description":"Formats whitespace in a SQL query to make it more readable","homepage":"https://github.com/kufii/sql-formatter-plus#readme","keywords":["sql","formatter","format","n1ql","whitespace"],"repository":{"type":"git","url":"git+https://github.com/kufii/sql-formatter-plus.git"},"bugs":{"url":"https://github.com/kufii/sql-formatter-plus/issues"},"license":"MIT","readme":"# SQL Formatter Plus\r\n\r\nA fork of [SQL Formatter](https://github.com/zeroturnaround/sql-formatter) with some extra bug fixes and features.\r\n\r\nFixes:\r\n\r\n- Fixed formatting issue with unicode characters\r\n- Fixed comment formatting for non-unix line endings\r\n- Fixed null reference on input tokenization\r\n- Fixed indentation of multiple statements\r\n\r\nNew Features:\r\n\r\n- Convert keywords to uppercase with the `uppercase` config option\r\n- Configurable number of line breaks between queries with the `linesBetweenQueries` config option\r\n\r\n**SQL Formatter** is a JavaScript library for pretty-printing SQL queries.\r\nIt started as a port of a [PHP Library][], but has since considerably diverged.\r\nIt supports [Standard SQL][], [Couchbase N1QL][], [IBM DB2][] and [Oracle PL/SQL][] dialects.\r\n\r\n[Try the demo.](https://kufii.github.io/sql-formatter-plus//)\r\n\r\n## Install\r\n\r\nGet the latest version from NPM:\r\n\r\n```shell\r\nnpm install sql-formatter\r\n```\r\n\r\n## Usage\r\n\r\n```javascript\r\nimport sqlFormatter from 'sql-formatter-plus';\r\n\r\nconsole.log(sqlFormatter.format('SELECT * FROM table1'));\r\n```\r\n\r\nThis will output:\r\n\r\n```sql\r\nSELECT\r\n  *\r\nFROM\r\n  table1\r\n```\r\n\r\nYou can also pass in configuration options:\r\n\r\n```javascript\r\nsqlFormatter.format('SELECT *', {\r\n  language: 'n1ql', // Defaults to \"sql\"\r\n  indent: '    ', // Defaults to two spaces,\r\n  uppercase: true, // Defaults to false\r\n  linesBetweenQueries: 2 // Defaults to 1\r\n});\r\n```\r\n\r\nCurrently just four SQL dialects are supported:\r\n\r\n- **sql** - [Standard SQL][]\r\n- **n1ql** - [Couchbase N1QL][]\r\n- **db2** - [IBM DB2][]\r\n- **pl/sql** - [Oracle PL/SQL][]\r\n\r\n### Placeholders replacement\r\n\r\n```javascript\r\n// Named placeholders\r\nsqlFormatter.format(\"SELECT * FROM tbl WHERE foo = @foo\", {\r\n  params: {foo: \"'bar'\"}\r\n}));\r\n\r\n// Indexed placeholders\r\nsqlFormatter.format(\"SELECT * FROM tbl WHERE foo = ?\", {\r\n  params: [\"'bar'\"]\r\n}));\r\n```\r\n\r\nBoth result in:\r\n\r\n```sql\r\nSELECT\r\n  *\r\nFROM\r\n  tbl\r\nWHERE\r\n  foo = 'bar'\r\n```\r\n\r\n## Usage without NPM\r\n\r\nIf you don't use a module bundler, clone the repository, run `npm install` and grab a file from `/dist` directory to use inside a `<script>` tag.\r\nThis makes SQL Formatter available as a global variable `window.sqlFormatter`.\r\n\r\n## Contributing\r\n\r\n```shell\r\n# run linter and tests\r\nnpm run check\r\n```\r\n\r\n...and you're ready to poke us with a pull request.\r\n\r\n## License\r\n\r\n[MIT](https://github.com/zeroturnaround/sql-formatter/blob/master/LICENSE)\r\n\r\n[php library]: https://github.com/jdorn/sql-formatter\r\n[standard sql]: https://en.wikipedia.org/wiki/SQL:2011\r\n[couchbase n1ql]: http://www.couchbase.com/n1ql\r\n[ibm db2]: https://www.ibm.com/analytics/us/en/technology/db2/\r\n[oracle pl/sql]: http://www.oracle.com/technetwork/database/features/plsql/index.html\r\n","readmeFilename":"README.md"}