{"_id":"pointer-symbol","_rev":"161712","name":"pointer-symbol","description":"Cross-platform pointer symbols for prompts.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2021-06-03T11:41:00.000Z","created":"2017-05-23T20:50:42.178Z","1.0.0":"2017-05-23T20:50:42.178Z"},"users":{},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/enquirer/pointer-symbol.git"},"versions":{"1.0.0":{"name":"pointer-symbol","description":"Cross-platform pointer symbols for prompts.","version":"1.0.0","homepage":"https://github.com/enquirer/pointer-symbol","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/enquirer/pointer-symbol.git"},"bugs":{"url":"https://github.com/enquirer/pointer-symbol/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=4"},"scripts":{"test":"mocha"},"devDependencies":{"gulp-format-md":"^0.1.12"},"keywords":["pointer","prompt","symbol"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"lint":{"reflinks":true}},"gitHead":"e572a749d89a88c388f4906c78d0c8d9c73e4507","_id":"pointer-symbol@1.0.0","_shasum":"60f9110204ea7a929b62644a21315543cbb3d447","_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":"60f9110204ea7a929b62644a21315543cbb3d447","size":2256,"noattachment":false,"key":"/pointer-symbol/-/pointer-symbol-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/pointer-symbol/download/pointer-symbol-1.0.0.tgz"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/pointer-symbol-1.0.0.tgz_1495572641078_0.5288200853392482"},"directories":{},"publish_time":1495572642178,"_hasShrinkwrap":false,"_cnpm_publish_time":1495572642178}},"readme":"# pointer-symbol [![NPM version](https://img.shields.io/npm/v/pointer-symbol.svg?style=flat)](https://www.npmjs.com/package/pointer-symbol) [![NPM monthly downloads](https://img.shields.io/npm/dm/pointer-symbol.svg?style=flat)](https://npmjs.org/package/pointer-symbol) [![NPM total downloads](https://img.shields.io/npm/dt/pointer-symbol.svg?style=flat)](https://npmjs.org/package/pointer-symbol)\n\n> Cross-platform pointer symbols for prompts.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save pointer-symbol\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('pointer-symbol');\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 23, 2017._","_attachments":{},"homepage":"https://github.com/enquirer/pointer-symbol","bugs":{"url":"https://github.com/enquirer/pointer-symbol/issues"},"license":"MIT"}