{"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"keywords":["lcid","locale","string","str","id","identifier","windows","language","lang","map","mapping","convert","json","bcp47","ietf","tag"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"description":"Mapping between standard locale identifiers and Windows locale identifiers (LCID)","readme":"# lcid [![Build Status](https://travis-ci.org/sindresorhus/lcid.svg?branch=master)](https://travis-ci.org/sindresorhus/lcid)\n\n> Mapping between [standard locale identifiers](http://en.wikipedia.org/wiki/Locale) and [Windows locale identifiers (LCID)](http://en.wikipedia.org/wiki/Locale#Specifics_for_Microsoft_platforms)\n\nBased on the [mapping](https://github.com/python/cpython/blob/be2a1a76fa43bb1ea1b3577bb5bdd506a2e90e37/Lib/locale.py#L1395-L1604) used in the Python standard library.\n\nThe mapping itself is just a [JSON file](lcid.json) and can be used wherever.\n\n\n## Install\n\n```\n$ npm install --save lcid\n```\n\n\n## Usage\n\n```js\nvar lcid = require('lcid');\n\nlcid.from(1044);\n//=> 'nb_NO'\n\nlcid.to('nb_NO');\n//=> 1044\n\nlcid.all;\n//=> {'af_ZA': 1078, ...}\n```\n\n\n## License\n\nMIT © [Sindre Sorhus](http://sindresorhus.com)\n","repository":{"type":"git","url":"https://github.com/sindresorhus/lcid"},"users":{"jeben":true},"bugs":{"url":"https://github.com/sindresorhus/lcid/issues"},"license":"MIT","versions":{"1.0.0":{"name":"lcid","version":"1.0.0","description":"Mapping between standard locale identifiers and Windows locale identifiers (LCID)","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/lcid"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js","lcid.json"],"keywords":["lcid","locale","string","str","id","identifier","windows","language","lang","map","mapping","convert","json","bcp47","ietf","tag"],"dependencies":{"invert-kv":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"96bb3e617f77f5f8ceb78653c77de5a85abb3b1e","bugs":{"url":"https://github.com/sindresorhus/lcid/issues"},"homepage":"https://github.com/sindresorhus/lcid","_id":"lcid@1.0.0","_shasum":"308accafa0bc483a3867b4b6f2b9506251d1b835","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"308accafa0bc483a3867b4b6f2b9506251d1b835","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/lcid/-/lcid-1.0.0.tgz"},"directories":{}}},"name":"lcid","time":{"modified":"2015-03-16T07:04:47.515Z","created":"2015-03-16T07:04:47.515Z","1.0.0":"2015-03-16T07:04:47.515Z"},"readmeFilename":"readme.md","homepage":"https://github.com/sindresorhus/lcid"}