{"_id":"deromanize","_rev":"5-c09d7570d751edbdb7602bc6ecdb925b","name":"deromanize","description":"Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)","dist-tags":{"latest":"1.0.0"},"versions":{"0.1.0":{"name":"deromanize","description":"Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)","version":"0.1.0","homepage":"https://github.com/jonschlinkert/deromanize","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git://github.com/jonschlinkert/deromanize.git"},"bugs":{"url":"https://github.com/jonschlinkert/deromanize/issues"},"licenses":[{"type":"MIT","url":"https://github.com/jonschlinkert/deromanize/blob/master/LICENSE-MIT"}],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha -R spec"},"devDependencies":{"verb-tag-jscomments":">= 0.2.0","verb":">= 0.2.6","mocha":"*"},"keywords":["1-10","1-1000","1-30","10","100","1000","arabic","calculator","chart","clock","conversion","convert","converter","date","dates","integer","iv","ix","javascript","l","math","mean","node.js","number","numbers","numeral","numerals","roman","translation","translator","util","utility","v","vi","vii","viii","x","xi","xiii","xiv","xix","xl","xlviii","xv","xvi"],"_id":"deromanize@0.1.0","_shasum":"70d6e19f735ce7b63944e62902159bbd9e6014d7","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"70d6e19f735ce7b63944e62902159bbd9e6014d7","tarball":"https://registry.npmjs.org/deromanize/-/deromanize-0.1.0.tgz","integrity":"sha512-3/J1SSRl9+68ZAYvsPSCA5WxtXq0LyFVqvyjkZL1zBiumgoAtpcBQVAKapWoINKlWRYqi55/OmyqdaO75pBZUw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCRFub2QVMwy1q5SIvXgafjHl6lR2PS0uMdu3TCPkOVFgIhANg3+AQY4QjOw6ZwpHmPR4xmsQ163GoZmeRksuv/zFJO"}]}},"1.0.0":{"name":"deromanize","description":"Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)","version":"1.0.0","homepage":"https://github.com/jonschlinkert/deromanize","author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/deromanize.git"},"bugs":{"url":"https://github.com/jonschlinkert/deromanize/issues"},"license":"MIT","files":["index.js"],"main":"index.js","engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"devDependencies":{"gulp-format-md":"^0.1.12","mocha":"^3.2.0"},"keywords":["arabic","calculator","chart","clock","conversion","convert","converter","date","dates","deromanize","integer","math","mean","number","numbers","numeral","numerals","roman","translation","translator","util","utility"],"verb":{"toc":false,"layout":"default","tasks":["readme"],"plugins":["gulp-format-md"],"related":{"list":["romanize","repeat-string","to-regex-range"]},"lint":{"reflinks":true}},"gitHead":"e5f16d5c079417001e3489e5b378e00b26ebaf9b","_id":"deromanize@1.0.0","_shasum":"cf40704ae5e49f1011b5e9f66e5fa60d72acc058","_from":".","_npmVersion":"4.2.0","_nodeVersion":"7.7.3","_npmUser":{"name":"jonschlinkert","email":"github@sellside.com"},"maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"dist":{"shasum":"cf40704ae5e49f1011b5e9f66e5fa60d72acc058","tarball":"https://registry.npmjs.org/deromanize/-/deromanize-1.0.0.tgz","integrity":"sha512-D+dozYRQOZWCighw0+vsfBDbpXEpSUnMUcJfm59SfHF+dh5g9qiAVApCMeNWdhCG+L1cxO98mNp3y2wlS8Bg7g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFkGym4RgIxfy6kuVx6YKXC34cIYKbtbnT48yOl1RHJAIgBPJre2JXpSJLcsMi4BhiwDsFEF0w9U1w78Bij2aEr+A="}]},"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/deromanize-1.0.0.tgz_1492925945948_0.6390204059425741"}}},"readme":"# deromanize [![NPM version](https://img.shields.io/npm/v/deromanize.svg?style=flat)](https://www.npmjs.com/package/deromanize) [![NPM monthly downloads](https://img.shields.io/npm/dm/deromanize.svg?style=flat)](https://npmjs.org/package/deromanize)  [![NPM total downloads](https://img.shields.io/npm/dt/deromanize.svg?style=flat)](https://npmjs.org/package/deromanize) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/deromanize.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/deromanize)\n\n> Convert roman numerals to arabic numbers (useful for books, outlines, documentation, slide decks, etc)\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save deromanize\n```\n\nInstall with [yarn](https://yarnpkg.com):\n\n```sh\n$ yarn add deromanize\n```\n\n## Usage\n\n```js\nvar deromanize = require('deromanize');\nconsole.log(deromanize('LVIII'));\n//=> 58\n```\n\n## Attribution\n\nInspired by this [blog post](http://blog.stevenlevithan.com/archives/javascript-roman-numeral-converter) by [Steven Levithan](https://github.com/slevithan).\n\n## About\n\n### Related projects\n\n* [repeat-string](https://www.npmjs.com/package/repeat-string): Repeat the given string n times. Fastest implementation for repeating a string. | [homepage](https://github.com/jonschlinkert/repeat-string \"Repeat the given string n times. Fastest implementation for repeating a string.\")\n* [romanize](https://www.npmjs.com/package/romanize): Convert arabic numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc) | [homepage](https://github.com/jonschlinkert/romanize \"Convert arabic numbers to roman numerals (useful for books, outlines, documentation, slide decks, etc)\")\n* [to-regex-range](https://www.npmjs.com/package/to-regex-range): Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than… [more](https://github.com/jonschlinkert/to-regex-range) | [homepage](https://github.com/jonschlinkert/to-regex-range \"Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.87 million test assertions.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\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.5.0, on April 23, 2017._","maintainers":[{"name":"jonschlinkert","email":"github@sellside.com"}],"time":{"modified":"2022-06-15T01:31:31.877Z","created":"2014-09-10T09:19:52.190Z","0.1.0":"2014-09-10T09:19:52.190Z","1.0.0":"2017-04-23T05:39:06.586Z"},"homepage":"https://github.com/jonschlinkert/deromanize","keywords":["arabic","calculator","chart","clock","conversion","convert","converter","date","dates","deromanize","integer","math","mean","number","numbers","numeral","numerals","roman","translation","translator","util","utility"],"repository":{"type":"git","url":"git+https://github.com/jonschlinkert/deromanize.git"},"author":{"name":"Jon Schlinkert","url":"https://github.com/jonschlinkert"},"bugs":{"url":"https://github.com/jonschlinkert/deromanize/issues"},"readmeFilename":"README.md","license":"MIT"}