2019-07-30 13:02:17 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/localize",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - library for localizing messages",
|
2019-10-08 09:46:28 -04:00
|
|
|
"bin": {
|
2019-11-18 05:51:04 -05:00
|
|
|
"localize-translate": "./src/tools/src/translate/main.js",
|
|
|
|
"localize-extract": "./src/tools/src/extract/main.js"
|
2019-10-08 09:46:28 -04:00
|
|
|
},
|
2019-07-30 13:02:17 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
},
|
2019-10-07 06:06:16 -04:00
|
|
|
"schematics": "./schematics/collection.json",
|
2019-07-30 13:02:17 -04:00
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
|
|
},
|
2020-09-02 11:16:10 -04:00
|
|
|
"ng-add": {
|
|
|
|
"save": "devDependencies"
|
|
|
|
},
|
2019-08-10 07:51:30 -04:00
|
|
|
"sideEffects": [
|
|
|
|
"**/init/index.js",
|
|
|
|
"**/init.js",
|
|
|
|
"**/localize-init.umd.js"
|
|
|
|
],
|
2019-07-30 13:02:17 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.0"
|
2019-10-08 09:46:28 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-28 10:02:32 -05:00
|
|
|
"@babel/core": "7.8.3",
|
2019-10-08 09:46:28 -04:00
|
|
|
"glob": "7.1.2",
|
2020-03-11 06:18:58 -04:00
|
|
|
"yargs": "15.3.0"
|
2019-11-11 17:18:13 -05:00
|
|
|
},
|
2020-04-28 16:03:27 -04:00
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER"
|
2020-06-08 21:07:39 -04:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"registry": "https://wombat-dressing-room.appspot.com"
|
2019-07-30 13:02:17 -04:00
|
|
|
}
|
2020-09-02 11:16:10 -04:00
|
|
|
}
|