{
  "_args": [
    [
      "ng-inline-svg@8.0.0",
      "G:\\Development\\Work\\Handelion\\frontend"
    ]
  ],
  "_from": "ng-inline-svg@8.0.0",
  "_id": "ng-inline-svg@8.0.0",
  "_inBundle": false,
  "_integrity": "sha1-DQuGPJutk8funT3DFTQdTrEOuIg=",
  "_location": "/ng-inline-svg",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ng-inline-svg@8.0.0",
    "name": "ng-inline-svg",
    "escapedName": "ng-inline-svg",
    "rawSpec": "8.0.0",
    "saveSpec": null,
    "fetchSpec": "8.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng-inline-svg/-/ng-inline-svg-8.0.0.tgz",
  "_spec": "8.0.0",
  "_where": "G:\\Development\\Work\\Handelion\\frontend",
  "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.0.4",
    "@angular/compiler": "^6.0.4",
    "@angular/compiler-cli": "^6.0.4",
    "@angular/core": "^6.0.4",
    "@angular/platform-browser": "^6.0.4",
    "rimraf": "^2.6.2",
    "rxjs": "^6.2.0",
    "tslint": "^5.10.0",
    "typescript": "~2.7.2",
    "zone.js": "^0.8.26"
  },
  "files": [
    "src/*",
    "lib/*",
    "README.md",
    "LICENSE"
  ],
  "homepage": "http://echeung.me/ng-inline-svg/",
  "keywords": [
    "angular",
    "ng",
    "svg",
    "inline",
    "inject",
    "element"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "ng-inline-svg",
  "peerDependencies": {
    "@angular/core": ">=6.0.0",
    "@angular/common": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arkon/ng-inline-svg.git"
  },
  "scripts": {
    "build": "npm run lint && rimraf lib && ngc",
    "lint": "tslint --project tsconfig.json src/**/*.ts",
    "prepare": "npm run build"
  },
  "typings": "./lib/index.d.ts",
  "version": "8.0.0"
}
