ngx-translate-po-http-loader/package.json
Vasiliy Tolstov bf0dd0cf00 update all
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2022-06-26 14:44:03 +03:00

77 lines
2.1 KiB
JSON

{
"name": "@unistack-org/ngx-translate-po-http-loader",
"version": "1.0.0",
"description": "Load po files for use with ngx-translate",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"watch": "npm run clean && tsc --watch",
"clean": "rm -rf ./dist",
"lint": "tslint --force '*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unistack-org/ngx-translate-po-http-loader.git"
},
"keywords": [],
"author": "Vasiliy Tolstov <v.tolstov@unistack.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/unistack-org/ngx-translate-po-http-loader/issues"
},
"homepage": "https://github.com/unistack-org/ngx-translate-po-http-loader",
"engines": {
"node": ">=4.1.1"
},
"config": {},
"devDependencies": {
"@angular/common": "^14.0.3",
"@ngx-translate/core": "^14.0.0",
"@types/node": "^17.0.45",
"tslint": "^6.1.3",
"typescript": "^4.7.4"
},
"dependencies": {
"ansi-styles": "^3.2.1",
"argparse": "^1.0.10",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"builtin-modules": "^1.1.1",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.4",
"commander": "^2.20.3",
"concat-map": "^0.0.1",
"diff": "^4.0.2",
"escape-string-regexp": "^1.0.5",
"esprima": "^4.0.1",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"glob": "^7.2.3",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-core-module": "^2.9.0",
"js-tokens": "^4.0.0",
"js-yaml": "^3.14.1",
"minimatch": "^3.1.2",
"minimist": "^1.2.6",
"mkdirp": "^0.5.6",
"once": "^1.4.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"resolve": "^1.22.1",
"rxjs": "^7.5.5",
"semver": "^5.7.1",
"sprintf-js": "^1.1.2",
"supports-color": "^5.5.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"tslib": "^2.4.0",
"tsutils": "^2.29.0",
"wrappy": "^1.0.2",
"zone.js": "^0.11.6"
}
}