UNPKG

jsxgettext-andris

Version:

Extracts gettext strings from JavaScript, EJS, Jade, Jinja and Handlebars files. A fork of https://github.com/zaach/jsxgettext

66 lines (65 loc) 2.45 kB
{ "author": "Zach Carter <zcarter@mozilla.com> (http://twitter.com/zii)", "contributors": [ "Szigetvári Áron (https://github.com/AronSzigetvari)", "Arpad Borsos <arpad.borsos@googlemail.com> (http://swatinem.de/)", "Damian Krzeminski <pirxpilot@code42day.com> (http://pirxpilot.me/)", "Doug Beck <doug@douglasbeck.com> (http://douglasbeck.com/)", "Chia-liang Kao <clkao@clkao.org> (http://www.clkao.org/)", "Vlad Filippov <github@vf.io> (http://vf.io)", "Lloyd Hilaiel <lloyd@hilaiel.com> (http://lloyd.io)", "Burak Yigit Kaya <me@byk.im> (http://byk.im)", "Ryan Kelly <ryan@rfk.id.au> (http://www.rfk.id.au)", "Austin King <shout@ozten.com> (https://ozten.com)", "Kaare A. Larsen <kaare.a.larsen@gmail.com> (http://bottleno.se)", "Francois Marier <francois@fmarier.org> (http://fmarier.org)", "Eduardo Vaz de Mello (https://github.com/wirapuru)", "Justin van der Merwe (https://github.com/justinvdm)", "Andris Reinman <andris.reinman@gmail.com> (http://www.andrisreinman.com)", "Valentin Rouet <v.rouet@gmail.com> (https://github.com/vrouet)", "Sergey Slipchenko <faergeek@gmail.com> (https://github.com/faergeek)", "Gero Takke <gero@gerotakke.de>", "Michael Weibel (https://github.com/mweibel)", "Yasu <mahata777@gmail.com> (https://github.com/mahata)", "Marcus (https://github.com/mphasize)" ], "name": "jsxgettext-andris", "version": "0.9.0-patch.1", "license": "MPL-2.0", "description": "Extracts gettext strings from JavaScript, EJS, Jade, Jinja and Handlebars files. A fork of https://github.com/zaach/jsxgettext", "keywords": [ "i18n", "internationalization", "gettext", "xgettext" ], "homepage": "https://github.com/andris9/jsxgettext", "bugs": "https://github.com/andris9/jsxgettext/issues", "repository": { "type": "git", "url": "git://github.com/andris9/jsxgettext.git" }, "main": "lib/jsxgettext.js", "bin": "lib/cli.js", "preferGlobal": true, "engineStrict": true, "engines": { "node": ">= 4.0.0" }, "dependencies": { "acorn": "^3.0.0", "acorn-jsx": "^3.0.0", "commander": "^2.9.0", "escape-string-regexp": "^1.0.4", "gettext-parser": "^1.1.2", "jade": "^1.11.0" }, "devDependencies": { "jshint": "2.5.5", "test": "0.6.0", "i18n-abide": "0.0.17" }, "scripts": { "test": "node ./node_modules/jshint/bin/jshint . && node test" } }