| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "vuex-persist@^2.2.0",
- "_id": "vuex-persist@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-0QPZQYgQ72SbXkdwctXGFQJhlRiySP0z9wHDBTlyHvNy3CneKvgyJ7Lfob8NUiYbaurJepaC+JFynwshp59FGA==",
- "_location": "/vuex-persist",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "vuex-persist@^2.2.0",
- "name": "vuex-persist",
- "escapedName": "vuex-persist",
- "rawSpec": "^2.2.0",
- "saveSpec": null,
- "fetchSpec": "^2.2.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/vuex-persist/-/vuex-persist-2.3.0.tgz",
- "_shasum": "f3d21b6d631078667d6834f2f74442ee332ac281",
- "_spec": "vuex-persist@^2.2.0",
- "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
- "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": "^4.17.19"
- },
- "deprecated": false,
- "description": "A Vuex persistence plugin in Typescript",
- "devDependencies": {
- "@types/chai": "^4.1.4",
- "@types/lodash": "^4.6.4",
- "@types/mocha": "^5.2.5",
- "chai": "^4.1.2",
- "localforage": "^1.7.2",
- "mkdirp": "^0.5.1",
- "mocha": "^6.2.2",
- "nyc": "^14.1.1",
- "rimraf": "^3.0.0",
- "rollup": "^1.27.4",
- "rollup-plugin-replace": "^2.0.0",
- "rollup-plugin-typescript2": "^0.25.2",
- "rollup-plugin-uglify": "^6.0.3",
- "touch": "^3.1.0",
- "ts-node": "^8.5.2",
- "typedoc": "^0.15.3",
- "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.3.0"
- }
|