{
  "_from": "ngx-cookie-service@^1.0.10",
  "_id": "ngx-cookie-service@1.0.10",
  "_inBundle": false,
  "_integrity": "sha512-TAXpQsIONAupTqkUDcH44hFQsLTvsXpxM80eKgxvy3vhBFfT1uIdR7BRhM7VpUW5J7BN9qCbGNgLN5lsnVu7pw==",
  "_location": "/ngx-cookie-service",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ngx-cookie-service@^1.0.10",
    "name": "ngx-cookie-service",
    "escapedName": "ngx-cookie-service",
    "rawSpec": "^1.0.10",
    "saveSpec": null,
    "fetchSpec": "^1.0.10"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ngx-cookie-service/-/ngx-cookie-service-1.0.10.tgz",
  "_shasum": "dc17ff4f1a0224cf3b0c7a7f52bff2b798396e3d",
  "_spec": "ngx-cookie-service@^1.0.10",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "7leads GmbH",
    "email": "info@7leads.org"
  },
  "bugs": {
    "url": "https://github.com/7leads/ngx-cookie-service/issues",
    "email": "info@7leads.org"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Christopher Parotat",
      "email": "c.parotat@7leads.org"
    },
    {
      "name": "Stefan Bauer",
      "email": "bauer.stefan@live.de"
    },
    {
      "name": "Kristian Thy",
      "email": "thy@42.dk"
    },
    {
      "name": "Jared Clemence"
    }
  ],
  "deprecated": false,
  "description": "an (aot ready) angular (4+) cookie service",
  "devDependencies": {
    "@angular/cli": "1.0.0",
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/compiler-cli": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/platform-server": "^4.0.0",
    "@angular/router": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/node": "~6.0.60",
    "async": "^2.3.0",
    "codelyzer": "~2.0.0",
    "core-js": "^2.4.1",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma": "~1.4.1",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.0",
    "rimraf": "^2.6.1",
    "rxjs": "^5.1.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.2.0",
    "zone.js": "^0.8.4"
  },
  "homepage": "https://github.com/7leads/ngx-cookie-service#readme",
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "angular5",
    "angular-2",
    "angular-4",
    "angular-5",
    "aot",
    "aot-compatible",
    "aot-compilation",
    "ngx",
    "ng2",
    "ng",
    "service",
    "angular-service",
    "cookie-service",
    "cookie",
    "cookies"
  ],
  "license": "MIT",
  "main": "lib/index.ts",
  "name": "ngx-cookie-service",
  "peerDependencies": {
    "@angular/core": ">=4.0.0",
    "@angular/platform-browser": ">=4.0.0",
    "@angular/platform-browser-dynamic": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/7leads/ngx-cookie-service.git"
  },
  "scripts": {
    "build": "npm run compile && ng build",
    "compile": "node scripts/compile.js",
    "e2e": "npm run compile && ng e2e",
    "lint": "npm run compile && ng lint",
    "ng": "ng",
    "publish:dist": "npm run compile && cd dist-lib && npm publish",
    "start": "npm run compile && ng serve",
    "test": "npm run compile && ng test"
  },
  "typings": "lib/index.ts",
  "version": "1.0.10"
}
