2019-07-30 13:02:17 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/localize",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - library for localizing messages",
|
|
|
|
"main": "./bundles/localize.umd.js",
|
|
|
|
"module": "./fesm5/localize.js",
|
|
|
|
"es2015": "./fesm2015/localize.js",
|
2019-08-10 07:51:30 -04:00
|
|
|
"esm5": "./esm5/index.js",
|
|
|
|
"esm2015": "./esm2015/index.js",
|
2019-07-30 13:02:17 -04:00
|
|
|
"fesm5": "./fesm5/localize.js",
|
|
|
|
"fesm2015": "./fesm2015/localize.js",
|
|
|
|
"typings": "./index.d.ts",
|
2019-10-08 09:46:28 -04:00
|
|
|
"bin": {
|
|
|
|
"localize-translate": "./src/tools/src/translate/main.js"
|
|
|
|
},
|
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"
|
|
|
|
},
|
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",
|
|
|
|
"yargs": "13.1.0"
|
2019-11-11 17:18:13 -05:00
|
|
|
},
|
|
|
|
"publishConfig":{
|
|
|
|
"registry":"https://wombat-dressing-room.appspot.com"
|
2019-07-30 13:02:17 -04:00
|
|
|
}
|
|
|
|
}
|