{"_id":"@alotool/vkbeautify","_rev":"2-b1b0556619d048f6dcf72db5ad1ea282","name":"@alotool/vkbeautify","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@alotool/vkbeautify","version":"1.0.0","description":"Javascript plugin to pretty-print or minify text in XML, JSON, CSS and SQL formats.","keywords":["alotool","vkbeautify","google","blogger","blogspot","theme","template"],"author":{"name":"alotool"},"license":"MIT","homepage":"https://github.com/alotool/lib","repository":{"type":"git","url":"git+https://github.com/alotool/lib.git"},"bugs":{"url":"https://github.com/alotool/lib/issues"},"main":"dist/shortcode.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"jquery":"^2.1.1","del":"^6.0.0","gulp":"^4.0.2","gulp-concat":"^2.6.1","gulp-notify":"^3.2.0","gulp-size":"^3.0.0","gulp-uglify":"^3.0.2"},"_id":"@alotool/vkbeautify@1.0.0","_nodeVersion":"14.16.0","_npmVersion":"7.20.3","dist":{"integrity":"sha512-LMEKO3cE4oxOLrufDgYUmEpKIfH8jb6eTUhr3vd/pA0/gHs4Uz+90g3SMhmejJ+q/Hs7aD5VpnMM98agSJsRCg==","shasum":"fe1650a0413f911f5eee74bcbc54916dd97bf383","tarball":"https://registry.npmjs.org/@alotool/vkbeautify/-/vkbeautify-1.0.0.tgz","fileCount":5,"unpackedSize":18363,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwx2FCRA9TVsSAnZWagAAn3UQAKKrP88dJhp2vbwCrxXa\n7xZCqNIMZpzN59D8y1/ScSVPuOMFMDZzkb7Bn7cT3nlCf30Gi5amXwfkmoNT\nLH2SPRkDL9kLj7jHjK4jsZ+qRGdQCnkG5Z5dnd/G6DymBFzBYFD5HqSW0WgX\nOEQX4hSNti6sMxvBymjTDILyJKA47i5DrP3MerVct4EgX+cHCEXAgjbMooQz\nRVO3dBCrrfB6qpsAqb+0S74yx18KxCckmIQW4GWUQDcWlLcGjrRueuZCcIQ4\n5Tqg3B+OMQiuItXeOWneCRmhseKHzU9W1w6Sj1qIj5Oh3A2eQDx1GTSbA+Oj\nrmkED9yLVJy8KX3BmWaoLt8KYeMDygErnvc8mtQNcnl6nRS7TbHYrOOxNZX7\nKCs9AWvc2aE7QiMax4qOibDDaIVqjt0eYNbe6qXmtlPKAa9c0Ms+v0ZF6xJu\nNEZjsNWf+yG+6TRZhtLbgC96YYGnGr6lwVCEPAD5Op1zbjPADKRSjD440o89\nHY7EpUWoYSoRWf4O93O3z8KJjvQpef6qODGz2PxK4P6eR3GSJiacAiLKtMK7\nn7ArzK82dOrHMCP6MARrNndBmdmPANcNf70n/JExDDfjS7J9xPfXOhPmUn0O\nHXcJeIOhBSzP5GjdYXMiryZmC1l4MY03D9awuPOhhqZkOaRSi/AB3mQfSOmP\nSw3A\r\n=u1oP\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBlJ+p5skVRfld3IXRnFtLeO80fVZS2IH3J197JOrAFOAiEAhZgwlMT9oAHV7yzqPxH9cqNu2nZZIn/wENhf2j/Ehhg="}]},"_npmUser":{"name":"alotool","email":"alotool360@gmail.com"},"directories":{},"maintainers":[{"name":"alotool","email":"alotool360@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vkbeautify_1.0.0_1634717353912_0.6416927157134806"},"_hasShrinkwrap":false}},"time":{"created":"2021-10-20T08:09:13.839Z","1.0.0":"2021-10-20T08:09:14.047Z","modified":"2022-04-04T13:37:34.395Z"},"maintainers":[{"name":"alotool","email":"alotool360@gmail.com"}],"description":"Javascript plugin to pretty-print or minify text in XML, JSON, CSS and SQL formats.","homepage":"https://github.com/alotool/lib","keywords":["alotool","vkbeautify","google","blogger","blogspot","theme","template"],"repository":{"type":"git","url":"git+https://github.com/alotool/lib.git"},"author":{"name":"alotool"},"bugs":{"url":"https://github.com/alotool/lib/issues"},"license":"MIT","readme":"# [vkBeautify](https://github.com/vkiryukhin/vkBeautify)\n\njavascript  plugin to **pretty-print** or **minify**\ntext in **XML**, **JSON**, **CSS** and **SQL** formats.\n\n**Version** - 0.98.00.beta\n\n**Home page:** [http://www.eslinstructor.net/vkbeautify/](http://www.eslinstructor.net/vkbeautify/) \n\n   **Pretty print**\n\n        vkbeautify.xml(text [,indent_pattern]);\n        vkbeautify.json(text [,indent_pattern]);\n        vkbeautify.css(text [,indent_pattern]);\n        vkbeautify.sql(text [,indent_pattern]);\n\n        @text - String; text to beatufy;\n        @indent_pattern - Integer | String;\n                Integer:  number of white spaces;\n                String:   character string to visualize indentation ( can also be a set of white spaces )\n  **Minify**\n\n        vkbeautify.xmlmin(text [,preserve_comments]);\n        vkbeautify.jsonmin(text);\n        vkbeautify.cssmin(text [,preserve_comments]);\n        vkbeautify.sqlmin(text);\n\n        @text - String; text to minify;\n        @preserve_comments - Bool; [optional];\n                Set this flag to true to prevent removing comments from @text ( minxml and mincss functions only. )\n\n  **Examples**\n   \n        vkbeautify.xml(text); // pretty print XML\n        vkbeautify.json(text, 4 ); // pretty print JSON\n        vkbeautify.css(text, '. . . .'); // pretty print CSS\n        vkbeautify.sql(text, '----'); // pretty print SQL\n\n        vkbeautify.xmlmin(text, true);// minify XML, preserve comments\n        vkbeautify.jsonmin(text);// minify JSON\n        vkbeautify.cssmin(text);// minify CSS, remove comments ( default )\n        vkbeautify.sqlmin(text);// minify SQL\n","readmeFilename":"README.md"}