{
  "_from": "vuex-persist@^2.1.0",
  "_id": "vuex-persist@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-H9RqXHeynBQG60rUrsinYNLoRFXkSxh2Xx8kTVFuvLRQ9jZd3HLMvm713m2r1dN/pVZBUgiIzTu6uj5hBsAOqg==",
  "_location": "/vuex-persist",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vuex-persist@^2.1.0",
    "name": "vuex-persist",
    "escapedName": "vuex-persist",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vuex-persist/-/vuex-persist-2.1.0.tgz",
  "_shasum": "16b549aace89892e8cf6f9e2bca457008df2a677",
  "_spec": "vuex-persist@^2.1.0",
  "_where": "/Users/malicktraoredermane/Development/kidim-nuxt",
  "author": {
    "name": "Arnav Gupta",
    "email": "championswimmer@gmail.com"
  },
  "browser": {
    "./dist/cjs/index.js": "./dist/umd/index.js",
    "./dist/esm/index.js": "./dist/esm/index.js"
  },
  "bugs": {
    "url": "https://github.com/championswimmer/vuex-persist/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "flatted": "^2.0.0",
    "lodash.merge": "^4.6.2"
  },
  "deprecated": false,
  "description": "A Vuex persistence plugin in Typescript",
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/lodash.merge": "^4.6.4",
    "@types/mocha": "^5.2.5",
    "chai": "^4.1.2",
    "localforage": "^1.7.2",
    "mkdirp": "^0.5.1",
    "mocha": "^5.2.0",
    "nyc": "^13.0.1",
    "rimraf": "^2.6.2",
    "rollup": "^0.65.2",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-typescript2": "^0.17.0",
    "rollup-plugin-uglify": "^5.0.2",
    "touch": "^3.1.0",
    "ts-node": "^7.0.1",
    "typedoc": "^0.12.0",
    "typescript": "^3.0.3",
    "vue": "^2.5.17",
    "vuex": "^3.0.1"
  },
  "homepage": "https://github.com/championswimmer/vuex-persist#readme",
  "jsdelivr": "dist/umd/index.min.js",
  "keywords": [
    "vue",
    "vuex",
    "persist",
    "localstorage"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "name": "vuex-persist",
  "nyc": {
    "extension": [
      "ts"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "peerDependencies": {
    "vuex": ">=2.5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/championswimmer/vuex-persist.git"
  },
  "scripts": {
    "build": "rollup -c build/rollup.config.js",
    "cover": "nyc npm test",
    "doc": "typedoc --ignoreCompilerErrors --mode modules --name vuex-persist --out docs src",
    "doc:clean": "rimraf docs",
    "postdoc": "nodetouch docs/.nojekyll",
    "postdoc:clean": "mkdirp docs",
    "prebuild": "rimraf dist .rpt2_cache",
    "predoc": "npm run doc:clean",
    "prepublishOnly": "npm run build",
    "pretest": "npm run build",
    "test": "cd test && mocha -r ts-node/register *.ts",
    "test:dirty": "cd test && mocha -r ts-node/register *.ts"
  },
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "unpkg": "dist/umd/index.min.js",
  "version": "2.1.0"
}
