{
  "_args": [
    [
      "ng-inline-svg@8.6.3",
      "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor"
    ]
  ],
  "_from": "ng-inline-svg@8.6.3",
  "_id": "ng-inline-svg@8.6.3",
  "_inBundle": false,
  "_integrity": "sha512-25uHq47eH3QTjwCDfHxr9KaFqKtf0CcgLBiWRQTDdR+vLwnLBRXpNgIByYVUT9+4Nm0ubWXSOHVTxVaOGmnS3A==",
  "_location": "/ng-inline-svg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ng-inline-svg@8.6.3",
    "name": "ng-inline-svg",
    "escapedName": "ng-inline-svg",
    "rawSpec": "8.6.3",
    "saveSpec": null,
    "fetchSpec": "8.6.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng-inline-svg/-/ng-inline-svg-8.6.3.tgz",
  "_spec": "8.6.3",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor",
  "author": {
    "name": "Eugene Cheung"
  },
  "bugs": {
    "url": "https://github.com/arkon/ng-inline-svg/issues"
  },
  "description": "Angular directive for inserting an SVG inline within an element.",
  "devDependencies": {
    "@angular/common": "^6.1.10",
    "@angular/compiler": "^6.1.10",
    "@angular/compiler-cli": "^6.1.10",
    "@angular/core": "^6.1.10",
    "@angular/platform-browser": "^6.1.10",
    "rimraf": "^2.6.3",
    "rxjs": "^6.4.0",
    "tslint": "^5.15.0",
    "typescript": "~2.9.2",
    "zone.js": "^0.8.20"
  },
  "files": [
    "lib_commonjs/*",
    "lib_esmodule/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "http://echeung.me/ng-inline-svg/",
  "jsnext:main": "./lib_esmodule/index.js",
  "keywords": [
    "angular",
    "ng",
    "svg",
    "inline",
    "inject",
    "element"
  ],
  "license": "MIT",
  "main": "./lib_commonjs/index.js",
  "module_ivy_ngcc": "__ivy_ngcc__/lib_esmodule/index.js",
  "module": "./lib_esmodule/index.js",
  "name": "ng-inline-svg",
  "peerDependencies": {
    "@angular/core": ">=6.0.0",
    "@angular/common": ">=6.0.0",
    "rxjs": "^6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkon/ng-inline-svg.git"
  },
  "scripts": {
    "build": "npm run lint && npm run build:commonjs && npm run build:esmodule",
    "build:commonjs": "rimraf lib_commonjs && ngc -p tsconfig.json",
    "build:esmodule": "rimraf lib_esmodule && ngc -p tsconfig.module.json",
    "lint": "tslint --project tsconfig.json src/**/*.ts",
    "prepare": "npm run build",
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
  },
  "typings": "./lib_commonjs/index.d.ts",
  "version": "8.6.3",
  "__processed_by_ivy_ngcc__": {
    "module": "9.0.5",
    "typings": "9.0.5"
  }
}
