{"maintainers":[{"name":"anonymous","email":"michael.hernandez1988@gmail.com"}],"keywords":["Escape","XML","Unesacpe","encoding","xml-escape"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Michael Hernandez - michael.hernandez1988@gmail.com"},"description":"Escape XML ","readme":"xml-escape\n==========\n\nEscape XML in javascript (NodeJS)\n\nnpm install xml-escape\n\n```javascript\n// Warning escape is a reserved word, so maybe best to use xmlescape for var name\nvar xmlescape = require('xml-escape');\n\nxmlescape('\"hello\" \\'world\\' & false < true > -1');\n\n// output\n// '&quot;hello&quot; &apos;world&apos; &amp; false &lt; true &gt; -1'\n\n// don't escape some characters\nxmlescape('\"hello\" \\'world\\' & false < true > -1', '>\"&')\n\n// output\n// '\"hello\" &apos;world&apos; & false &lt; true > -1'\n```\n\n\nThere is also now an ignore function thanks to @jayflo\n\n```javascript\nesc = require('./');\n\nignore = '\"<&'\n// note you should never ignore an &\noutput = esc('I am \"<&not>\" escaped', ignore)\nconsole.log(output)\n\n//I am \"<&not&gt;\" escaped\n```\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/miketheprogrammer/xml-escape/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","repository":{"type":"git","url":"git://github.com/miketheprogrammer/xml-escape.git"},"users":{"hacksalot":true,"hyteer":true,"heineiuo":true,"carlosvillademor":true,"zuojiang":true},"bugs":{"url":"https://github.com/miketheprogrammer/xml-escape/issues"},"license":"MIT License","versions":{"1.0.0":{"name":"xml-escape","version":"1.0.0","description":"Escape XML ","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/miketheprogrammer/xml-escape.git"},"keywords":["Escape","XML","Unesacpe","encoding","xml-escape"],"author":{"name":"Michael Hernandez - michael.hernandez1988@gmail.com"},"license":"MIT License","bugs":{"url":"https://github.com/miketheprogrammer/xml-escape/issues"},"homepage":"https://github.com/miketheprogrammer/xml-escape","dependencies":{},"devDependencies":{"tape":"~2.4.2"},"_id":"xml-escape@1.0.0","dist":{"shasum":"00963d697b2adf0c185c4e04e73174ba9b288eb2","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xml-escape/-/xml-escape-1.0.0.tgz","integrity":"sha512-gCT82WbwOT9SBI/94j5i0tqHpjHIP/0kP11BS8s2wcBtdcFsDNLS9sLvA+C55fD3hpGhgnE/r7hfeBFkiMATjw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIACAO/WLqVZg5f6wPMP9GdWYUSoH9lex9txt76RQM9joAiBchXPRh1/i15y8heGmqjcRm+zrqLjtihtC63/ql3+AMA=="}]},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"anonymous","email":"michael.hernandez1988@gmail.com"},"maintainers":[{"name":"anonymous","email":"michael.hernandez1988@gmail.com"}]},"1.1.0":{"name":"xml-escape","version":"1.1.0","description":"Escape XML ","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git://github.com/miketheprogrammer/xml-escape.git"},"keywords":["Escape","XML","Unesacpe","encoding","xml-escape"],"author":{"name":"Michael Hernandez - michael.hernandez1988@gmail.com"},"license":"MIT License","bugs":{"url":"https://github.com/miketheprogrammer/xml-escape/issues"},"homepage":"https://github.com/miketheprogrammer/xml-escape","dependencies":{},"devDependencies":{"tape":"~2.4.2"},"gitHead":"c42a09afa81e645ca6881dbaf384d7f3c63735e4","_id":"xml-escape@1.1.0","_shasum":"3904c143fa8eb3a0030ec646d2902a2f1b706c44","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"anonymous","email":"michael.hernandez1988@gmail.com"},"dist":{"shasum":"3904c143fa8eb3a0030ec646d2902a2f1b706c44","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/xml-escape/-/xml-escape-1.1.0.tgz","integrity":"sha512-B/T4sDK8Z6aUh/qNr7mjKAwwncIljFuUP+DO/D5hloYFj+90O88z8Wf7oSucZTHxBAsC1/CTP4rtx/x1Uf72Mg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE207l9AaPm6zJn8roCf+cciQFmBsrT42EfBkXg+y6fXAiEA9BiRbleNrpx2Hvuhn/qOEc9D61lHU8ElQJL4JuU8d8Q="}]},"maintainers":[{"name":"anonymous","email":"michael.hernandez1988@gmail.com"}],"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/xml-escape-1.1.0.tgz_1457961063163_0.10634087934158742"}}},"name":"xml-escape","time":{"modified":"2022-06-29T05:35:29.975Z","created":"2014-02-14T17:25:19.012Z","1.0.0":"2014-02-14T17:26:37.305Z","1.1.0":"2016-03-14T13:11:05.684Z"},"readmeFilename":"README.md","homepage":"https://github.com/miketheprogrammer/xml-escape"}