@olizilla/lol
Version:
A CLI tool to get a list of language names from a directory of locales
39 lines (38 loc) • 790 B
JSON
{
"name": "@olizilla/lol",
"version": "2.0.0",
"description": "A CLI tool to get a list of language names from a directory of locales",
"main": "index.js",
"bin": {
"lol": "./bin.js"
},
"dependencies": {
"langmap": "^0.0.16"
},
"devDependencies": {
"faucet": "^0.0.1",
"standard": "^14.3.4",
"tape": "^5.0.1"
},
"scripts": {
"test": "standard && node test | faucet"
},
"author": "olizilla",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/olizilla/lol.git"
},
"keywords": [
"browser",
"locale",
"iso-639",
"iso-3166",
"language",
"name"
],
"bugs": {
"url": "https://github.com/olizilla/lol/issues"
},
"homepage": "https://github.com/olizilla/lol#readme"
}