| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "invert-kv": "^2.0.0" |
| }, |
| "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=6" |
| }, |
| "files": [ |
| "index.js", |
| "lcid.json" |
| ], |
| "keywords": [ |
| "lcid", |
| "locale", |
| "string", |
| "str", |
| "id", |
| "identifier", |
| "windows", |
| "language", |
| "lang", |
| "map", |
| "mapping", |
| "convert", |
| "json", |
| "bcp47", |
| "ietf", |
| "tag" |
| ], |
| "license": "MIT", |
| "name": "lcid", |
| "repository": "sindresorhus/lcid", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "2.0.0" |
| } |