@ngx-easy-i18n-js/http-loader
Version:
Http loader for ngx-easy-i18n-js
53 lines • 1.25 kB
JSON
{
"name": "@ngx-easy-i18n-js/http-loader",
"version": "19.0.1",
"description": "Http loader for ngx-easy-i18n-js",
"repository": {
"type": "git",
"url": "git+https://github.com/gabrie-allaigre/ngx-easy-i18n-js.git"
},
"keywords": [
"easy",
"i18n",
"javascript",
"browser",
"translate",
"translator",
"localization",
"easy-i18n-js",
"angular",
"ngx-easy-i18n-js",
"http-loader"
],
"author": "Gabriel Allaigre",
"license": "Apache-2",
"bugs": {
"url": "https://github.com/gabrie-allaigre/ngx-easy-i18n-js/issues"
},
"homepage": "https://github.com/gabrie-allaigre/ngx-easy-i18n-js#readme",
"peerDependencies": {
"easy-i18n-js": "^1.0.6",
"@ngx-easy-i18n-js/core": ">=1.0.0",
"@angular/common": "^19.0.0",
"rxjs": "^7.8.0"
},
"dependencies": {
"lodash": "^4.17.21",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
},
"module": "fesm2022/ngx-easy-i18n-js-http-loader.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-easy-i18n-js-http-loader.mjs"
}
},
"sideEffects": false
}