2019-07-30 17:02:17 +00:00
|
|
|
{
|
|
|
|
|
"name": "@angular/localize",
|
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"description": "Angular - library for localizing messages",
|
2019-10-08 13:46:28 +00:00
|
|
|
"bin": {
|
2021-09-24 17:19:11 +00:00
|
|
|
"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"
|
|
|
|
|
}
|
2019-10-08 13:46:28 +00:00
|
|
|
},
|
2019-07-30 17:02:17 +00:00
|
|
|
"author": "angular",
|
|
|
|
|
"license": "MIT",
|
2021-04-12 19:12:51 +00:00
|
|
|
"engines": {
|
2025-05-20 12:25:40 +00:00
|
|
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
2021-04-12 19:12:51 +00:00
|
|
|
},
|
2019-07-30 17:02:17 +00:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
|
},
|
2019-10-07 10:06:16 +00:00
|
|
|
"schematics": "./schematics/collection.json",
|
2019-07-30 17:02:17 +00:00
|
|
|
"ng-update": {
|
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
|
},
|
2020-09-02 15:16:10 +00:00
|
|
|
"ng-add": {
|
|
|
|
|
"save": "devDependencies"
|
|
|
|
|
},
|
2019-08-10 11:51:30 +00:00
|
|
|
"sideEffects": [
|
2023-03-16 10:05:31 +00:00
|
|
|
"./fesm2022/init.mjs"
|
2019-08-10 11:51:30 +00:00
|
|
|
],
|
2019-10-08 13:46:28 +00:00
|
|
|
"dependencies": {
|
2026-02-06 16:51:45 +00:00
|
|
|
"@babel/core": "7.29.0",
|
2024-01-31 21:04:56 +00:00
|
|
|
"@types/babel__core": "7.20.5",
|
2025-03-07 09:31:06 +00:00
|
|
|
"tinyglobby": "^0.2.12",
|
2025-06-03 10:13:10 +00:00
|
|
|
"yargs": "^18.0.0"
|
2019-11-11 22:18:13 +00:00
|
|
|
},
|
2020-04-28 20:03:27 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
|
2019-07-30 17:02:17 +00:00
|
|
|
}
|
2020-09-02 15:16:10 +00:00
|
|
|
}
|