{"_id":"is-palindrome-js","_rev":"6-1a299b894e2321e514ec47f075d960d4","name":"is-palindrome-js","description":"Check if input string is palindrome.","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"is-palindrome-js","version":"0.0.1","description":"Check if input string is palindrome.","main":"index.js","scripts":{"jshint":"jshint lib","test":"mocha --reporter spec","coveralls":"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"},"repository":{"type":"git","url":"https://github.com/Frederick-S/is-palindrome-js.git"},"author":{"name":"Frederick-S"},"license":"MIT","bugs":{"url":"https://github.com/Frederick-S/is-palindrome-js/issues"},"devDependencies":{"mocha":"1.21.5","coveralls":"2.11.2","istanbul":"0.3.2","mocha-lcov-reporter":"0.0.1","jshint":"2.5.8"},"_id":"is-palindrome-js@0.0.1","dist":{"shasum":"47818e5c286eeb69d1deb491f2b43ca8ae0aa0dc","tarball":"https://registry.npmjs.org/is-palindrome-js/-/is-palindrome-js-0.0.1.tgz","integrity":"sha512-4M2dZ19CfHfGLG9Wy0pT+6ULDfSmznnfKfYp2/o/8rPv5AdZ1bp2HGNDWO7h+38F+4LDOW9xz63JhSLrqzvqZQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBcSbAHHyUUYKU8+3B0xugi2y3QAGWuORqeMubUk8pbRAiEAjdEHGX1EyhPTaagwepQYvB6e18BHf8rqsMZASPj1IMI="}]},"_from":".","_npmVersion":"1.3.10","_npmUser":{"name":"frederick-s","email":"mao.xiaodan.cn@gmail.com"},"maintainers":[{"name":"frederick-s","email":"mao.xiaodan.cn@gmail.com"}]}},"readme":"# is-palindrome-js [![Build Status](https://travis-ci.org/Frederick-S/is-palindrome-js.svg)](https://travis-ci.org/Frederick-S/is-palindrome-js) [![Coverage Status](https://img.shields.io/coveralls/Frederick-S/is-palindrome-js.svg)](https://coveralls.io/r/Frederick-S/is-palindrome-js)\nCheck if input string is palindrome.\n\n## Usage\n```js\nvar isPalindrome = require('is-palindrome');\n\nconsole.log(isPalindrome('aba')); // => true\n```\n\n## License\nMIT.\n","maintainers":[{"name":"frederick-s","email":"mao.xiaodan.cn@gmail.com"}],"time":{"modified":"2022-06-19T02:47:41.160Z","created":"2014-12-10T05:50:31.322Z","0.0.1":"2014-12-10T05:50:35.681Z"},"readmeFilename":"README.md","repository":{"type":"git","url":"https://github.com/Frederick-S/is-palindrome-js.git"},"author":{"name":"Frederick-S"},"bugs":{"url":"https://github.com/Frederick-S/is-palindrome-js/issues"},"license":"MIT"}