{
  "_from": "ng-inline-svg",
  "_id": "ng-inline-svg@8.1.0",
  "_inBundle": false,
  "_integrity": "sha512-Bt8Buq2ZiFe50wWtMBt1hvS2uy4xLfs9mitBwRLRdaDA76s2Xw08fs7o28EDFTW7St1uBVYtIyuXeA+k9zcZNQ==",
  "_location": "/ng-inline-svg",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ng-inline-svg",
    "name": "ng-inline-svg",
    "escapedName": "ng-inline-svg",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ng-inline-svg/-/ng-inline-svg-8.1.0.tgz",
  "_shasum": "be72c1a88584f37a70bb240c78794d9b32819179",
  "_spec": "ng-inline-svg",
  "_where": "G:\\Development\\Off the work\\csc-angular\\src\\app\\components",
  "author": {
    "name": "Eugene Cheung"
  },
  "bugs": {
    "url": "https://github.com/arkon/ng-inline-svg/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Angular directive for inserting an SVG inline within an element.",
  "devDependencies": {
    "@angular/common": "^6.0.7",
    "@angular/compiler": "^6.0.7",
    "@angular/compiler-cli": "^6.0.7",
    "@angular/core": "^6.0.7",
    "@angular/platform-browser": "^6.0.7",
    "rimraf": "^2.6.2",
    "rxjs": "^6.2.1",
    "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.1.0"
}
