UNPKG

nodejs-i18n

Version:

Minimalistic internationalization using gettext style for NodeJS

73 lines (72 loc) 1.35 kB
{ "name": "nodejs-i18n", "main": "index.js", "bin": { "nodejs-i18n": "cli.js" }, "preferGlobal": true, "version": "2.4.0", "description": "Minimalistic internationalization using gettext style for NodeJS", "author": { "name": "TiagoDanin", "email": "TiagoDanin@outlook.com", "url": "https://TiagoDanin.github.io" }, "license": "MIT", "keywords": [ "gettext", "i18n", "i18n-js", "i18n-node", "internationalization", "javascript", "nodejs", "translations" ], "scripts": { "start": "node index.js", "test": "mocha --exit --timeout 10000" }, "engines": { "node": ">=10" }, "private": false, "repository": { "type": "git", "url": "git+https://github.com/TiagoDanin/NodeJS-i18n.git" }, "homepage": "https://TiagoDanin.github.io/NodeJS-i18n", "bugs": { "url": "https://github.com/TiagoDanin/NodeJS-i18n/issues" }, "github": { "name": "NodeJS-i18n", "owner": "TiagoDanin" }, "files": [ "LICENSE", "README.md", "cli.js", "index.js", "package.json" ], "dependencies": { "argv": "0.0.2", "esprima": "^4.0.1", "gettext-parser": "^4.0.3", "minimist": "^1.2.5", "tempy": "0.5.0" }, "devDependencies": { "mocha": "7.2.0" }, "features": [ "Gettext Style", "Easy Imprementation", "Create .po via CLI", "Select Lang per User" ], "related": [ "gettext-parser" ] }