{
  "_from": "angular-async-local-storage@^5.0.2",
  "_id": "angular-async-local-storage@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-VCICHoF4e3e6DMLEdR8smHwg0AounocQnSOHzRECY79zWUqZcIAWyVTDDU50R6UBh9s5eBidmqO8HmzX2N8Qqg==",
  "_location": "/angular-async-local-storage",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "angular-async-local-storage@^5.0.2",
    "name": "angular-async-local-storage",
    "escapedName": "angular-async-local-storage",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/angular-async-local-storage/-/angular-async-local-storage-5.0.2.tgz",
  "_shasum": "7fa08cfb5bc76d699e35af2d6fad98123375d178",
  "_spec": "angular-async-local-storage@^5.0.2",
  "_where": "/Users/cyrille/Web/tests/v6finale",
  "author": {
    "name": "Cyrille Tuzi"
  },
  "bugs": {
    "url": "https://github.com/cyrilletuzi/angular-async-local-storage/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": "This package has been renamed @ngx-pwa/local-storage. For new projects, install the new package with: npm install @ngx-pwa/local-storage. For existing projects, the old package still works for Angular 4 and Angular 5, but migration is required for Angular 6. See full migration guide on Github: https://github.com/cyrilletuzi/angular-async-local-storage/blob/master/MIGRATION.md",
  "description": "Efficient local storage module for Angular : simple API based on native localStorage API, but internally stored via the asynchronous IndexedDB API for performance, and wrapped in RxJS observables to be homogeneous with other Angular modules.",
  "devDependencies": {
    "@angular/common": "^5.2.9",
    "@angular/compiler": "^5.2.9",
    "@angular/compiler-cli": "^5.2.9",
    "@angular/core": "^5.2.9",
    "@angular/platform-browser": "^5.2.9",
    "@angular/platform-browser-dynamic": "^5.2.9",
    "@types/jasmine": "2.5.36",
    "@types/node": "^6.0.46",
    "camelcase": "^4.0.0",
    "concurrently": "3.4.0",
    "core-js": "^2.4.1",
    "glob": "^7.1.1",
    "jasmine-core": "^2.5.2",
    "karma": "^1.5.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-cli": "^1.0.1",
    "karma-coverage": "^1.1.1",
    "karma-edge-launcher": "^0.4.2",
    "karma-firefox-launcher": "^1.0.1",
    "karma-html-reporter": "^0.2.7",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "karma-remap-coverage": "^0.1.4",
    "karma-safari-launcher": "^1.0.0",
    "lite-server": "^2.2.2",
    "rimraf": "^2.6.1",
    "rollup": "^0.42.0",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-sourcemaps": "^0.4.1",
    "rollup-plugin-uglify": "^2.0.1",
    "rxjs": "^5.5.2",
    "standard-version": "^4.0.0",
    "systemjs": "^0.19.40",
    "tslint": "^4.4.2",
    "typescript": "~2.4.2",
    "zone.js": "^0.8.4"
  },
  "engines": {
    "node": ">= 6.9.0",
    "npm": ">= 3.0.0"
  },
  "es2015": "./angular-async-local-storage.js",
  "homepage": "https://github.com/cyrilletuzi/angular-async-local-storage",
  "keywords": [
    "angular",
    "angular2",
    "angular 2",
    "angular4",
    "angular 4",
    "angular5",
    "angular 5",
    "localstorage",
    "local storage"
  ],
  "license": "MIT",
  "main": "./bundles/angular-async-local-storage.umd.js",
  "module": "./angular-async-local-storage.es5.js",
  "name": "angular-async-local-storage",
  "peerDependencies": {
    "@angular/core": ">=5.0.0 <6.0.0",
    "@angular/common": ">=5.0.0 <6.0.0",
    "rxjs": "^5.5.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cyrilletuzi/angular-async-local-storage.git"
  },
  "scripts": {
    "build": "node build.js",
    "build-demo": "tsc -p src/demo/",
    "build-demo:watch": "tsc -p src/demo/ -w",
    "build-test": "tsc -p src/lib/tsconfig.spec.json",
    "build-test:watch": "tsc -p src/lib/tsconfig.spec.json -w",
    "clean": "rimraf out-tsc dist/*",
    "coverage": "karma start karma-coverage.conf.js --single-run",
    "integration": "npm run integration:aot && npm run integration:jit",
    "integration:aot": "cd integration && npm run e2e:aot",
    "integration:jit": "cd integration && npm run e2e",
    "lint": "tslint ./src/**/*.ts -t verbose",
    "prebuild": "npm run clean",
    "preintegration": "npm run build && cd integration && npm run clean && npm install",
    "prestart": "npm run build-demo",
    "pretest": "npm run build-test",
    "pretest:once": "npm run build-test",
    "publish": "npm publish dist",
    "reinstall": "rimraf node_modules && npm install",
    "release": "standard-version",
    "serve": "lite-server -c=bs-config.json",
    "start": "concurrently \"npm run build-demo:watch\" \"npm run serve\"",
    "test": "concurrently \"npm run build-test:watch\" \"karma start karma.conf.js\"",
    "test:once": "karma start karma.conf.js --single-run"
  },
  "typings": "./angular-async-local-storage.d.ts",
  "version": "5.0.2"
}
