{"_id":"prompt-pointer","_rev":"161711","name":"prompt-pointer","description":"Cross-platform prompt pointers. ","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T11:40:59.000Z","created":"2017-05-21T19:49:52.665Z","1.0.0":"2017-05-21T19:49:52.665Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/enquirer/prompt-pointer.git"},"versions":{"1.0.0":{"name":"prompt-pointer","description":"Cross-platform prompt pointers. ","version":"1.0.0","homepage":"https://github.com/enquirer/prompt-pointer","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/enquirer/prompt-pointer.git"},"bugs":{"url":"https://github.com/enquirer/prompt-pointer/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=4"},"scripts":{"test":"mocha"},"keywords":["pointer","prompt"],"devDependencies":{"gulp-format-md":"^0.1.12"},"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"e572a749d89a88c388f4906c78d0c8d9c73e4507","_id":"prompt-pointer@1.0.0","_shasum":"133771273aca0a9623b8d705dc3c26e5efd9fec0","_from":".","_npmVersion":"4.6.1","_nodeVersion":"7.7.3","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"133771273aca0a9623b8d705dc3c26e5efd9fec0","size":2247,"noattachment":false,"key":"/prompt-pointer/-/prompt-pointer-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/prompt-pointer/download/prompt-pointer-1.0.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/prompt-pointer-1.0.0.tgz_1495396191721_0.161269971402362"},"directories":{},"publish_time":1495396192665,"_cnpm_publish_time":1495396192665,"_hasShrinkwrap":false,"deprecated":"This package has been renamed to pointer-symbol. Use that package instead."}},"readme":"# prompt-pointer [![NPM version](https://img.shields.io/npm/v/prompt-pointer.svg?style=flat)](https://www.npmjs.com/package/prompt-pointer) [![NPM monthly downloads](https://img.shields.io/npm/dm/prompt-pointer.svg?style=flat)](https://npmjs.org/package/prompt-pointer) [![NPM total downloads](https://img.shields.io/npm/dt/prompt-pointer.svg?style=flat)](https://npmjs.org/package/prompt-pointer)\n\n> Cross-platform prompt pointers.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save prompt-pointer\n```\n\n## Usage\n\nIf you have any rendering issues on your platform, please create an [issue or pull request](../../issues).\n\n```js\nvar pointer = require('prompt-pointer');\n\nconsole.log(pointer());\n// cygwin, msys, win32 \n// '>'\n\n// linux\n// '‣'\n\n// everything else\n// '❯'\n\nconsole.log(pointer({small: true}));\n// cygwin, msys, win32 \n// '»'\n\n// linux\n// '‣'\n\n// everything else\n// '›'\n```\n\n## About\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\nPlease read the [contributing guide](.github/contributing.md) for advice on opening issues, pull requests, and coding standards.\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on May 21, 2017._","_attachments":{},"homepage":"https://github.com/enquirer/prompt-pointer","bugs":{"url":"https://github.com/enquirer/prompt-pointer/issues"},"license":"MIT"}