babel-plugin-ltag
Advanced tools
+7
-5
| { | ||
| "name": "babel-plugin-ltag", | ||
| "version": "1.0.13", | ||
| "version": "1.1.0", | ||
| "description": "a babel-plugin to transform l-template tags.", | ||
@@ -11,5 +11,6 @@ "main": "lib/index.js", | ||
| "type": "git", | ||
| "url": "git+https://github.com/arash16/ltag.git" | ||
| "url": "git+https://github.com/arash16/babel-plugin-ltag.git" | ||
| }, | ||
| "keywords": [ | ||
| "babel", | ||
| "babel-plugin", | ||
@@ -19,3 +20,4 @@ "l10n", | ||
| "localization", | ||
| "translation" | ||
| "translation", | ||
| "internationalization" | ||
| ], | ||
@@ -25,5 +27,5 @@ "author": "Arash Shakery <arash.shakery@gmail.com> (arash16.com)", | ||
| "bugs": { | ||
| "url": "https://github.com/arash16/ltag/issues" | ||
| "url": "https://github.com/arash16/babel-plugin-ltag/issues" | ||
| }, | ||
| "homepage": "https://github.com/arash16/ltag#readme", | ||
| "homepage": "https://github.com/arash16/babel-plugin-ltag#readme", | ||
| "devDependencies": { | ||
@@ -30,0 +32,0 @@ "babel-preset-env": "^1.4.0" |
+3
-3
@@ -1,3 +0,3 @@ | ||
| # ltag | ||
| ltag is a [babel](https://babeljs.io/) pluging for client-side javascript localization using templates. | ||
| # babel-plugin-ltag | ||
| ltag is a [babel](https://babeljs.io/) plugin for client-side javascript localization using templates. | ||
| You can tag your template strings with `l` and afterwards you will be able to generate different versions of the same code, for different languages. | ||
@@ -60,4 +60,4 @@ | ||
| ## TODO | ||
| * Plural Forms | ||
| * Plural Forms | ||
| * TRANSLATOR comments extraction | ||
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12924
0.69%