12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "@angular/platform-browser",
- "version": "19.2.13",
- "description": "Angular - library for using Angular in a web browser",
- "author": "angular",
- "license": "MIT",
- "engines": {
- "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
- },
- "dependencies": {
- "tslib": "^2.3.0"
- },
- "peerDependencies": {
- "@angular/animations": "19.2.13",
- "@angular/core": "19.2.13",
- "@angular/common": "19.2.13"
- },
- "peerDependenciesMeta": {
- "@angular/animations": {
- "optional": true
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/angular/angular.git",
- "directory": "packages/platform-browser"
- },
- "ng-update": {
- "packageGroup": [
- "@angular/core",
- "@angular/bazel",
- "@angular/common",
- "@angular/compiler",
- "@angular/compiler-cli",
- "@angular/animations",
- "@angular/elements",
- "@angular/platform-browser",
- "@angular/platform-browser-dynamic",
- "@angular/forms",
- "@angular/platform-server",
- "@angular/upgrade",
- "@angular/router",
- "@angular/language-service",
- "@angular/localize",
- "@angular/service-worker"
- ]
- },
- "sideEffects": false,
- "module": "./fesm2022/platform-browser.mjs",
- "typings": "./index.d.ts",
- "type": "module",
- "exports": {
- "./package.json": {
- "default": "./package.json"
- },
- ".": {
- "types": "./index.d.ts",
- "default": "./fesm2022/platform-browser.mjs"
- },
- "./animations": {
- "types": "./animations/index.d.ts",
- "default": "./fesm2022/animations.mjs"
- },
- "./animations/async": {
- "types": "./animations/async/index.d.ts",
- "default": "./fesm2022/animations/async.mjs"
- },
- "./testing": {
- "types": "./testing/index.d.ts",
- "default": "./fesm2022/testing.mjs"
- }
- }
- }
|