{"_id":"@bddavidson/number-formatter","_rev":"1-3c68665725b9227a3bd7ff7cfa4b3113","name":"@bddavidson/number-formatter","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@bddavidson/number-formatter","version":"0.1.0","description":"A basic number formatter from the codeburst.io tutorial","main":"index.js","scripts":{"test-spec":"mocha --reporter spec","test-nyan":"mocha --reporter nyan"},"repository":{"type":"git","url":"git+https://github.com/briandaviddavidson/number-formatter.git"},"author":{"name":"Brian Davidson","email":"briandaviddavidson@gmail.com","url":"www.briandavidson.dev"},"license":"MIT","bugs":{"url":"https://github.com/briandaviddavidson/number-formatter/issues"},"engines":{"node":">=8.15.1"},"homepage":"https://github.com/briandaviddavidson/number-formatter#readme","devDependencies":{"chai":"^4.2.0","mocha":"^6.2.1"},"gitHead":"ef8c2d3c3e6da87d92e3c0cc534ac997e6fafffa","_id":"@bddavidson/number-formatter@0.1.0","_nodeVersion":"8.15.1","_npmVersion":"6.11.3","dist":{"integrity":"sha512-baclxi8TK3YHrUXf0Kc5bJ8IGhLmwKSSHWiPK3yvrpwl19BxZPKcf9EvenyiW6eFEQRTrznLR5lqpCQajaV+1A==","shasum":"4ed2e3c9c0da97ef5042c0694dba23a6f67cf52b","tarball":"https://registry.npmjs.org/@bddavidson/number-formatter/-/number-formatter-0.1.0.tgz","fileCount":5,"unpackedSize":3935,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqfo2CRA9TVsSAnZWagAA5nEQAIVdBJDYZqcEYXT1pnjf\n8iA91TBiwLZVroRNlptEAMZo9VMnPOvJq2Sp0N4P7hqZHx/htKA8HMd2hF7Q\n1OOYddiOcV3aRFzIHDjyYP6zMEiheJ7jHdTRwG6mF2TWtsukeusTM7+6nQqi\nx67aTzjvzkvJALo0dC1LKB9YPF0DQfkOUIedXm1PSMHqk9/uOXTGHmHdyhc2\nNzIF/v9/c+E0NuE3g125hk/DI7AfRQlo1lnaqq6THfJUvMO776MmORTWxkDD\nGp6HOq57p2JWyuu/+B70jpOLvOShCiz6ke6Lr+HdXsA2aGtLUGn7kEQB7lNG\nga8Y59MsURO8nnLWlwpQCFEIgfsFBKLCpuKfvGIOyiZ7q65PKvlTZSsn8o1y\nMNLXIPQhRqALfLSqZQHQBlw3fSjAq9k9exejB0liRuGFaJWhtvQruItBByLh\nPguKCbsU6yumHYa9G10DQ+GWFizZ9M52asFMY39iGX1I3pRp9VPKjQJrZxZw\nPs6V6QhSXjC2bzqJusTzNs9BtRzsbjrPg69JCrm6dbICyk/kc5tAGgunUPqT\nMBcGXHHR5GRiLu1N77H2dF5S3ZQzDe2E8YyzILsKzW3IoAECQpXf8R30dX7R\n7XAUOpfZW6hI7TqcF1pG8BZ7zaehfLBV5OeHbbnejo/Va+CKeK+jZBQPgPoo\nwgc0\r\n=YUod\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCH0rrnPdtxWUcExsRCS9eHyIysW/QVJP5FwybyWAdk78CIQDIYnft4WozTmlEPNwKcTeKxdJV6IuGqAa2by9lol1g0g=="}]},"maintainers":[{"name":"bddavidson","email":"briandaviddavidson@gmail.com"}],"_npmUser":{"name":"bddavidson","email":"briandaviddavidson@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number-formatter_0.1.0_1571420725541_0.5482265513554161"},"_hasShrinkwrap":false}},"time":{"created":"2019-10-18T17:45:25.313Z","0.1.0":"2019-10-18T17:45:25.667Z","modified":"2022-04-04T18:03:03.971Z"},"maintainers":[{"name":"bddavidson","email":"briandaviddavidson@gmail.com"}],"description":"A basic number formatter from the codeburst.io tutorial","homepage":"https://github.com/briandaviddavidson/number-formatter#readme","repository":{"type":"git","url":"git+https://github.com/briandaviddavidson/number-formatter.git"},"author":{"name":"Brian Davidson","email":"briandaviddavidson@gmail.com","url":"www.briandavidson.dev"},"bugs":{"url":"https://github.com/briandaviddavidson/number-formatter/issues"},"license":"MIT","readme":"Number Formatter\n=========\n\nA small library that adds commas to numbers. This is based on a walkthrough from [codeburst.io](https://codeburst.io/how-to-create-and-publish-your-first-node-js-module-444e7585b738)\n\n## Installation\n\n  `npm install number-formatter`\n\n## Usage\n\n    var numFormatter = require('number-formatter');\n\n    var formattedNum = numFormatter(35666);\n  \n  \n  Output should be `35,666`\n\n\n## Tests\n\n  `npm test`\n\n## Contributing\n\nIn lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.\n","readmeFilename":"README.md"}