UNPKG

lcid

Version:

Mapping between standard locale identifiers and Windows locale identifiers (LCID)

57 lines (56 loc) 1.01 kB
{ "name": "lcid", "version": "5.0.0", "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)", "license": "MIT", "repository": "sindresorhus/lcid", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "type": "module", "exports": { "types": "./index.d.ts", "default": "./index.js" }, "sideEffects": false, "engines": { "node": ">=18.20" }, "scripts": { "//test": "xo && ava && tsc --noEmit index.d.ts", "test": "ava && tsc --noEmit index.d.ts" }, "files": [ "index.js", "index.d.ts", "lcid.json" ], "keywords": [ "lcid", "locale", "string", "id", "identifier", "windows", "language", "lang", "map", "mapping", "convert", "json", "bcp47", "ietf", "tag" ], "dependencies": { "invert-kv": "^4.2.0" }, "devDependencies": { "ava": "^6.1.2", "tsd": "^0.31.0", "xo": "^0.58.0" } }