32 lines
980 B
JSON
32 lines
980 B
JSON
{
|
|
"name": "@angular/platform-webworker",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - library for using Angular in a web browser with web workers",
|
|
"main": "./bundles/platform-webworker.umd.js",
|
|
"module": "./fesm5/platform-webworker.js",
|
|
"es2015": "./fesm2015/platform-webworker.js",
|
|
"esm5": "./esm5/platform-webworker.js",
|
|
"esm2015": "./esm2015/platform-webworker.js",
|
|
"fesm5": "./fesm5/platform-webworker.js",
|
|
"fesm2015": "./fesm2015/platform-webworker.js",
|
|
"typings": "./platform-webworker.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.9.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "0.0.0-PLACEHOLDER",
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"ng-update": {
|
|
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
|
|
},
|
|
"sideEffects": false
|
|
}
|