{
  "_from": "ngx-webstorage",
  "_id": "ngx-webstorage@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-m96dBjUgLCpaknLRKfsJMEik393xrSX0EwO3paNSkS5d+xj2/cAendE3NwJeKY/W1D9EkKAhCvSUDX9/bAwCUg==",
  "_location": "/ngx-webstorage",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "ngx-webstorage",
    "name": "ngx-webstorage",
    "escapedName": "ngx-webstorage",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ngx-webstorage/-/ngx-webstorage-5.0.0.tgz",
  "_shasum": "e27d9673c2452ca000ff509cd5a8397924c5b433",
  "_spec": "ngx-webstorage",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream-ui-refactor\\src\\app\\modules\\shared\\components\\main-wrapper",
  "author": {
    "name": "Nicolas Gaignoux",
    "email": "https://github.com/PillowPillow"
  },
  "bugs": {
    "url": "https://github.com/PillowPillow/ng2-webstorage/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "This library provides an easy to use service to manage the web storages (local and session) from your Angular application. It provides also two decorators to synchronize the component attributes and the web storages.",
  "es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/ngx-webstorage.js",
  "es2015": "fesm2015/ngx-webstorage.js",
  "esm2015": "esm2015/ngx-webstorage.js",
  "esm5": "esm5/ngx-webstorage.js",
  "fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/ngx-webstorage.js",
  "fesm2015": "fesm2015/ngx-webstorage.js",
  "fesm5": "fesm5/ngx-webstorage.js",
  "homepage": "https://github.com/PillowPillow/ng2-webstorage#readme",
  "keywords": [
    "typescript",
    "angular",
    "angular9",
    "ng",
    "localstorage",
    "sessionStorage"
  ],
  "license": "MIT",
  "main": "bundles/ngx-webstorage.umd.js",
  "metadata": "ngx-webstorage.metadata.json",
  "module": "fesm5/ngx-webstorage.js",
  "name": "ngx-webstorage",
  "peerDependencies": {
    "@angular/common": "^9.0.0",
    "@angular/core": "^9.0.0",
    "tslib": "^1.10.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PillowPillow/ng2-webstorage.git"
  },
  "sideEffects": false,
  "typings": "ngx-webstorage.d.ts",
  "version": "5.0.0",
  "__processed_by_ivy_ngcc__": {
    "es2015": "9.0.5",
    "fesm2015": "9.0.5",
    "typings": "9.0.5"
  },
  "scripts": {
    "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"
  }
}
