mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.9 KiB
76 lines
1.9 KiB
{
|
|
"name": "@angular/localize",
|
|
"version": "21.1.1",
|
|
"description": "Angular - library for localizing messages",
|
|
"bin": {
|
|
"localize-translate": "./tools/bundles/src/translate/cli.js",
|
|
"localize-extract": "./tools/bundles/src/extract/cli.js",
|
|
"localize-migrate": "./tools/bundles/src/migrate/cli.js"
|
|
},
|
|
"exports": {
|
|
"./tools": {
|
|
"types": "./tools/index.d.ts",
|
|
"default": "./tools/bundles/index.js"
|
|
},
|
|
"./package.json": {
|
|
"default": "./package.json"
|
|
},
|
|
".": {
|
|
"types": "./types/localize.d.ts",
|
|
"default": "./fesm2022/localize.mjs"
|
|
},
|
|
"./init": {
|
|
"types": "./types/init.d.ts",
|
|
"default": "./fesm2022/init.mjs"
|
|
}
|
|
},
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"schematics": "./schematics/collection.json",
|
|
"ng-update": {
|
|
"packageGroup": [
|
|
"@angular/core",
|
|
"@angular/bazel",
|
|
"@angular/common",
|
|
"@angular/compiler",
|
|
"@angular/compiler-cli",
|
|
"@angular/animations",
|
|
"@angular/elements",
|
|
"@angular/platform-browser",
|
|
"@angular/platform-browser-dynamic",
|
|
"@angular/forms",
|
|
"@angular/platform-server",
|
|
"@angular/upgrade",
|
|
"@angular/router",
|
|
"@angular/language-service",
|
|
"@angular/localize",
|
|
"@angular/service-worker"
|
|
]
|
|
},
|
|
"ng-add": {
|
|
"save": "devDependencies"
|
|
},
|
|
"sideEffects": [
|
|
"./fesm2022/init.mjs"
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "7.28.5",
|
|
"@types/babel__core": "7.20.5",
|
|
"tinyglobby": "^0.2.12",
|
|
"yargs": "^18.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler": "21.1.1",
|
|
"@angular/compiler-cli": "21.1.1"
|
|
},
|
|
"module": "./fesm2022/localize.mjs",
|
|
"typings": "./types/localize.d.ts",
|
|
"type": "module"
|
|
}
|