{"_id":"round-precision","_rev":"3-9a840e05a803b95c95c6a06a783e01ec","name":"round-precision","description":"Round a number to a specified decimal precision","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"round-precision","main":"index.js","version":"1.0.0","description":"Round a number to a specified decimal precision","license":"MIT","repository":{"type":"git","url":"git+https://github.com/bendrucker/round-precision.git"},"author":{"name":"Ben Drucker","email":"bvdrucker@gmail.com","url":"bendrucker.me"},"engines":{"node":">=0.10.0"},"scripts":{"test":"standard && tape test.js"},"keywords":["number","round","decimal","precision"],"dependencies":{"is-finite":"~1.0.1","is-integer":"~1.0.4"},"devDependencies":{"tape":"^4.0.0","standard":"^4.0.0"},"files":["index.js","readme.md"],"gitHead":"ad52e72a0915dff62f3e248431d60dc8a5824fee","bugs":{"url":"https://github.com/bendrucker/round-precision/issues"},"homepage":"https://github.com/bendrucker/round-precision#readme","_id":"round-precision@1.0.0","_shasum":"f5a2beb7ed59e6fe85312fbf553769102ea8f64f","_from":".","_npmVersion":"2.11.0","_nodeVersion":"2.2.1","_npmUser":{"name":"bendrucker","email":"bvdrucker@gmail.com"},"maintainers":[{"name":"bendrucker","email":"bvdrucker@gmail.com"}],"dist":{"shasum":"f5a2beb7ed59e6fe85312fbf553769102ea8f64f","tarball":"https://registry.npmjs.org/round-precision/-/round-precision-1.0.0.tgz","integrity":"sha512-L2a0XDSNeaaBTEGmzuENMK4T8c0HqKYeS3pCDurW4MRPo8O6LeCLqVPWUt5+xW9rrEcG9QaYrAFcApEFXKziyw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFhb2DD2g09DHAy+zKhcZJFdNDmoZpjEtWs75VzbdxyXAiEAyJr67yt8gXweZ+gMrXTIB0JF0MonECdUdOuoPIC1nts="}]}}},"readme":"# round-precision [![Build Status](https://travis-ci.org/bendrucker/round-precision.svg?branch=master)](https://travis-ci.org/bendrucker/round-precision)\n\n> Round a number to a specified decimal precision\n\n\n## Install\n\n```\n$ npm install --save round-precision\n```\n\n\n## Usage\n\n```js\nvar roundPrecision = require('round-precision')\nroundPrecision(12.34, 1)\n//=> 12.3\n```\n\n## API\n\n#### `roundPrecision(value, places)` -> `number`\n\n##### value\n\n*Required*  \nType: `number`\n\nA finite number to round.\n\n##### value\n\n*Required*  \nType: `number`\n\nA non-negative number of integer places.\n\n## License\n\nMIT © [Ben Drucker](http://bendrucker.me)\n","maintainers":[{"name":"bendrucker","email":"bvdrucker@gmail.com"}],"time":{"modified":"2022-06-26T14:15:38.957Z","created":"2015-06-18T15:01:54.931Z","1.0.0":"2015-06-18T15:01:54.931Z"},"homepage":"https://github.com/bendrucker/round-precision#readme","keywords":["number","round","decimal","precision"],"repository":{"type":"git","url":"git+https://github.com/bendrucker/round-precision.git"},"author":{"name":"Ben Drucker","email":"bvdrucker@gmail.com","url":"bendrucker.me"},"bugs":{"url":"https://github.com/bendrucker/round-precision/issues"},"license":"MIT","readmeFilename":"readme.md"}