2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/platform-server",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - library for using Angular in Node.js",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/platform-server.umd.js",
|
2018-03-15 17:13:13 -04:00
|
|
|
"module": "./fesm5/platform-server.js",
|
|
|
|
"es2015": "./fesm2015/platform-server.js",
|
|
|
|
"esm5": "./esm5/platform-server.js",
|
|
|
|
"esm2015": "./esm2015/platform-server.js",
|
|
|
|
"fesm5": "./fesm5/platform-server.js",
|
|
|
|
"fesm2015": "./fesm2015/platform-server.js",
|
2017-09-13 19:20:29 -04:00
|
|
|
"typings": "./platform-server.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2017-03-13 20:31:03 -04:00
|
|
|
"@angular/animations": "0.0.0-PLACEHOLDER",
|
2016-05-27 19:17:16 -04:00
|
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
2018-02-23 14:03:22 -05:00
|
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
2017-08-16 12:00:03 -04:00
|
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
|
|
|
|
"@angular/platform-browser-dynamic": "0.0.0-PLACEHOLDER"
|
2016-05-03 20:06:04 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-23 14:03:22 -05:00
|
|
|
"domino": "^2.0.1",
|
2018-03-08 18:47:04 -05:00
|
|
|
"tslib": "^1.9.0",
|
2017-02-10 20:00:27 -05:00
|
|
|
"xhr2": "^0.1.4"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2018-02-27 18:04:35 -05:00
|
|
|
},
|
|
|
|
"ng-update": {
|
|
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
2018-03-14 21:30:18 -04:00
|
|
|
},
|
2018-04-12 02:10:28 -04:00
|
|
|
"sideEffects": false,
|
|
|
|
"engines" : {
|
|
|
|
"node" : ">=8.0"
|
|
|
|
}
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|