{"_id":"ends-with-string","_rev":"229681","name":"ends-with-string","description":"Check if a string or buffer ends with a given string","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"bconnorwhite","email":"connor.bcw@gmail.com"}],"time":{"modified":"2021-06-03T15:45:10.000Z","created":"2020-10-03T16:51:31.542Z","1.0.1":"2020-10-03T17:01:50.278Z","1.0.0":"2020-10-03T16:51:31.542Z"},"users":{},"author":{"name":"Connor White","email":"connor.bcw@gmail.com","url":"https://connorwhite.org"},"repository":{"type":"git","url":"git+https://github.com/bconnorwhite/ends-with-string.git"},"versions":{"1.0.1":{"name":"ends-with-string","version":"1.0.1","description":"Check if a string or buffer ends with a given string","license":"MIT","author":{"name":"Connor White","email":"connor.bcw@gmail.com","url":"https://connorwhite.org"},"homepage":"https://connorwhite.org/github/ends-with-string","repository":{"type":"git","url":"git+https://github.com/bconnorwhite/ends-with-string.git"},"keywords":["string","ends","with","buffer","endsWith","char","end","check","last"],"main":"./build/index.js","scripts":{"build":"bob build","commit":"bob commit","lint":"bob lint","release":"bob publish","test":"bob test"},"dependencies":{"char-to-string":"^1.0.0"},"devDependencies":{"@bconnorwhite/bob":"^2.9.2"},"eslintConfig":{"extends":"eslint-config-bob"},"husky":{"hooks":{"commit-msg":"bob lint commit"}},"npmpackagejsonlint":{"extends":"npm-package-json-lint-config-bob"},"_id":"ends-with-string@1.0.1","dist":{"shasum":"ce76999307ebef92d039e2cb895c22f0677540ec","size":1647,"noattachment":false,"key":"/ends-with-string/-/ends-with-string-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ends-with-string/download/ends-with-string-1.0.1.tgz"},"maintainers":[{"name":"bconnorwhite","email":"connor.bcw@gmail.com"}],"_npmUser":{"name":"bconnorwhite","email":"connor.bcw@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ends-with-string_1.0.1_1601744510137_0.5859609153735248"},"_hasShrinkwrap":false,"publish_time":1601744510278,"_cnpm_publish_time":1601744510278},"1.0.0":{"name":"ends-with-string","version":"1.0.0","description":"Check if a string or buffer ends with a given string","license":"MIT","author":{"name":"Connor White","email":"connor.bcw@gmail.com","url":"https://connorwhite.org"},"homepage":"https://connorwhite.org/github/ends-with-string","repository":{"type":"git","url":"git+https://github.com/bconnorwhite/ends-with-string.git"},"keywords":[],"main":"./build/index.js","scripts":{"build":"bob build","commit":"bob commit","lint":"bob lint","release":"bob publish","test":"bob test"},"dependencies":{"char-to-string":"^1.0.0"},"devDependencies":{"@bconnorwhite/bob":"^2.9.2"},"eslintConfig":{"extends":"eslint-config-bob"},"husky":{"hooks":{"commit-msg":"bob lint commit"}},"npmpackagejsonlint":{"extends":"npm-package-json-lint-config-bob"},"_id":"ends-with-string@1.0.0","dist":{"shasum":"c11ec1419aa17feadab2c82e1ddc2471e8739c53","size":1578,"noattachment":false,"key":"/ends-with-string/-/ends-with-string-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ends-with-string/download/ends-with-string-1.0.0.tgz"},"maintainers":[{"name":"bconnorwhite","email":"connor.bcw@gmail.com"}],"_npmUser":{"name":"bconnorwhite","email":"connor.bcw@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ends-with-string_1.0.0_1601743891401_0.687305870734658"},"_hasShrinkwrap":false,"publish_time":1601743891542,"_cnpm_publish_time":1601743891542}},"readme":"<div align=\"center\">\n  <h1>ends-with-string</h1>\n  <a href=\"https://npmjs.com/package/ends-with-string\">\n    <img alt=\"NPM\" src=\"https://img.shields.io/npm/v/ends-with-string.svg\">\n  </a>\n  <a href=\"https://github.com/bconnorwhite/ends-with-string\">\n    <img alt=\"TypeScript\" src=\"https://img.shields.io/github/languages/top/bconnorwhite/ends-with-string.svg\">\n  </a>\n  <a href='https://coveralls.io/github/bconnorwhite/ends-with-string?branch=master'>\n    <img alt=\"Coverage Status\" src=\"https://img.shields.io/coveralls/github/bconnorwhite/ends-with-string.svg?branch=master\">\n  </a>\n  <a href=\"https://github.com/bconnorwhite/ends-with-string\">\n    <img alt=\"GitHub Stars\" src=\"https://img.shields.io/github/stars/bconnorwhite/ends-with-string?label=Stars%20Appreciated%21&style=social\">\n  </a>\n  <a href=\"https://twitter.com/bconnorwhite\">\n    <img alt=\"Twitter Follow\" src=\"https://img.shields.io/twitter/follow/bconnorwhite.svg?label=%40bconnorwhite&style=social\">\n  </a>\n</div>\n\n<br />\n\n> Check if a string or buffer ends with a given string.\n\n## Installation\n\n```sh\nyarn add ends-with-string\n```\n\n```sh\nnpm install ends-with-string\n```\n\n## API\n\n```ts\nimport endsWith from \"ends-with-string\";\n\nfunction endsWith(input: string | Buffer, string: string): boolean;\n```\n\n<br />\n\n<h2>Dependencies<img align=\"right\" alt=\"dependencies\" src=\"https://img.shields.io/david/bconnorwhite/ends-with-string.svg\"></h2>\n\n- [char-to-string](https://www.npmjs.com/package/char-to-string): Convert a character or character code to string\n\n<br />\n\n<h2>Dev Dependencies<img align=\"right\" alt=\"David\" src=\"https://img.shields.io/david/dev/bconnorwhite/ends-with-string.svg\"></h2>\n\n- [@bconnorwhite/bob](https://www.npmjs.com/package/@bconnorwhite/bob): Bob is a tookit for TypeScript projects\n\n<br />\n\n<h2>License <img align=\"right\" alt=\"license\" src=\"https://img.shields.io/npm/l/ends-with-string.svg\"></h2>\n\n[MIT](https://opensource.org/licenses/MIT)\n","_attachments":{},"homepage":"https://connorwhite.org/github/ends-with-string","license":"MIT"}