{
  "_from": "git+https://github.com/doits/vuex-persist.git#fix_possible_null_error_built",
  "_id": "vuex-persist@2.1.0",
  "_inBundle": false,
  "_integrity": "",
  "_location": "/vuex-persist",
  "_phantomChildren": {},
  "_requested": {
    "type": "git",
    "raw": "vuex-persist@git+https://github.com/doits/vuex-persist.git#fix_possible_null_error_built",
    "name": "vuex-persist",
    "escapedName": "vuex-persist",
    "rawSpec": "git+https://github.com/doits/vuex-persist.git#fix_possible_null_error_built",
    "saveSpec": "git+https://github.com/doits/vuex-persist.git#fix_possible_null_error_built",
    "fetchSpec": "https://github.com/doits/vuex-persist.git",
    "gitCommittish": "fix_possible_null_error_built"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git+https://github.com/doits/vuex-persist.git#d502645038a1f4b0a46356f332155fa1eed3ba3b",
  "_spec": "vuex-persist@git+https://github.com/doits/vuex-persist.git#fix_possible_null_error_built",
  "_where": "/var/www/html",
  "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"
}
