{
  "_from": "nativescript-angular@8.2.1",
  "_id": "nativescript-angular@8.2.1",
  "_inBundle": false,
  "_integrity": "sha512-J0Hk40uKHDu8UoKZxE6xsV7225FwCCmMNq2lgUO0dqNO6TD5NmNhYJAP3CGILPA5NbbNmqA/oDhw+fcvnx0l4Q==",
  "_location": "/nativescript-angular",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nativescript-angular@8.2.1",
    "name": "nativescript-angular",
    "escapedName": "nativescript-angular",
    "rawSpec": "8.2.1",
    "saveSpec": null,
    "fetchSpec": "8.2.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/nativescript-angular/-/nativescript-angular-8.2.1.tgz",
  "_shasum": "eafa43352d22ba38be9705358147ccd7b669121d",
  "_spec": "nativescript-angular@8.2.1",
  "_where": "C:\\Users\\Hannes\\Desktop\\Angular\\nativescript-letter-avatar\\src\\angular",
  "author": {
    "name": "NativeScript Team"
  },
  "bin": {
    "update-app-ng-deps": "./bin/update-app-ng-deps"
  },
  "bugs": {
    "url": "https://github.com/NativeScript/nativescript-angular/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Hristo Deshev",
      "email": "hristo.deshev@telerik.com"
    },
    {
      "name": "Alexander Vakrilov",
      "email": "alexander.vakrilov@progress.com"
    },
    {
      "name": "Stanimira Vlaeva",
      "email": "Stanimira.Vlaeva@progress.com"
    }
  ],
  "dependencies": {
    "nativescript-intl": "^3.0.0",
    "reflect-metadata": "^0.1.8"
  },
  "deprecated": false,
  "description": "An Angular renderer that lets you build mobile apps with NativeScript.",
  "devDependencies": {
    "@angular/animations": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/compiler-cli": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/platform-browser": "~8.2.0",
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/router": "~8.2.0",
    "codelyzer": "^5.1.0",
    "conventional-changelog-cli": "^1.3.22",
    "nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
    "rxjs": "^6.4.0",
    "tns-core-modules": "next",
    "tslint": "^5.5.0",
    "typedoc": "^0.13.0",
    "typescript": "~3.5.3",
    "zone.js": "^0.9.1"
  },
  "homepage": "https://www.nativescript.org/",
  "keywords": [
    "NativeScript",
    "Angular"
  ],
  "license": "Apache-2.0",
  "name": "nativescript-angular",
  "nativescript": {
    "platforms": {
      "android": "6.0.0",
      "ios": "6.0.0"
    }
  },
  "peerDependencies": {
    "@angular/platform-browser-dynamic": "~8.2.0",
    "@angular/common": "~8.2.0",
    "@angular/compiler": "~8.2.0",
    "@angular/core": "~8.2.0",
    "@angular/forms": "~8.2.0",
    "@angular/platform-browser": "~8.2.0",
    "@angular/router": "~8.2.0",
    "rxjs": "^6.4.0",
    "tns-core-modules": "^6.0.0 || >6.1.0-",
    "typescript": "~3.5.3",
    "zone.js": "^0.9.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NativeScript/nativescript-angular.git"
  },
  "scripts": {
    "ngc": "ngc -p tsconfig.json",
    "postinstall": "node postinstall.js",
    "prepare": "npm run ngc",
    "tsc": "tsc -p tsconfig.json",
    "tsc-w": "tsc -p tsconfig.json -w",
    "tslint": "tslint --project tsconfig.json --config tslint.json",
    "typedoc": "typedoc --tsconfig \"./tsconfig.typedoc.json\" --out ./bin/dist/ng-api-reference --includeDeclarations --name \"NativeScript Angular\" --theme ./node_modules/nativescript-typedoc-theme --excludeExternals --externalPattern \"**/+(tns-core-modules|module|declarations).d.ts\"",
    "version": "rm -rf package-lock.json && conventional-changelog -p angular -i ../CHANGELOG.md -s && git add ../CHANGELOG.md"
  },
  "version": "8.2.1"
}
