package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "vuex-persist@^2.2.0",
  3. "_id": "vuex-persist@2.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0QPZQYgQ72SbXkdwctXGFQJhlRiySP0z9wHDBTlyHvNy3CneKvgyJ7Lfob8NUiYbaurJepaC+JFynwshp59FGA==",
  6. "_location": "/vuex-persist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vuex-persist@^2.2.0",
  12. "name": "vuex-persist",
  13. "escapedName": "vuex-persist",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/vuex-persist/-/vuex-persist-2.3.0.tgz",
  22. "_shasum": "f3d21b6d631078667d6834f2f74442ee332ac281",
  23. "_spec": "vuex-persist@^2.2.0",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin",
  25. "author": {
  26. "name": "Arnav Gupta",
  27. "email": "championswimmer@gmail.com"
  28. },
  29. "browser": {
  30. "./dist/cjs/index.js": "./dist/umd/index.js",
  31. "./dist/esm/index.js": "./dist/esm/index.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/championswimmer/vuex-persist/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "flatted": "^2.0.0",
  39. "lodash": "^4.17.19"
  40. },
  41. "deprecated": false,
  42. "description": "A Vuex persistence plugin in Typescript",
  43. "devDependencies": {
  44. "@types/chai": "^4.1.4",
  45. "@types/lodash": "^4.6.4",
  46. "@types/mocha": "^5.2.5",
  47. "chai": "^4.1.2",
  48. "localforage": "^1.7.2",
  49. "mkdirp": "^0.5.1",
  50. "mocha": "^6.2.2",
  51. "nyc": "^14.1.1",
  52. "rimraf": "^3.0.0",
  53. "rollup": "^1.27.4",
  54. "rollup-plugin-replace": "^2.0.0",
  55. "rollup-plugin-typescript2": "^0.25.2",
  56. "rollup-plugin-uglify": "^6.0.3",
  57. "touch": "^3.1.0",
  58. "ts-node": "^8.5.2",
  59. "typedoc": "^0.15.3",
  60. "typescript": "^3.0.3",
  61. "vue": "^2.5.17",
  62. "vuex": "^3.0.1"
  63. },
  64. "homepage": "https://github.com/championswimmer/vuex-persist#readme",
  65. "jsdelivr": "dist/umd/index.min.js",
  66. "keywords": [
  67. "vue",
  68. "vuex",
  69. "persist",
  70. "localstorage"
  71. ],
  72. "license": "MIT",
  73. "main": "dist/cjs/index.js",
  74. "module": "dist/esm/index.js",
  75. "name": "vuex-persist",
  76. "nyc": {
  77. "extension": [
  78. "ts"
  79. ],
  80. "reporter": [
  81. "lcov",
  82. "text-summary"
  83. ]
  84. },
  85. "peerDependencies": {
  86. "vuex": ">=2.5"
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/championswimmer/vuex-persist.git"
  91. },
  92. "scripts": {
  93. "build": "rollup -c build/rollup.config.js",
  94. "cover": "nyc npm test",
  95. "doc": "typedoc --ignoreCompilerErrors --mode modules --name vuex-persist --out docs src",
  96. "doc:clean": "rimraf docs",
  97. "postdoc": "nodetouch docs/.nojekyll",
  98. "postdoc:clean": "mkdirp docs",
  99. "prebuild": "rimraf dist .rpt2_cache",
  100. "predoc": "npm run doc:clean",
  101. "prepublishOnly": "npm run build",
  102. "pretest": "npm run build",
  103. "test": "cd test && mocha -r ts-node/register *.ts",
  104. "test:dirty": "cd test && mocha -r ts-node/register *.ts"
  105. },
  106. "types": "dist/types/index.d.ts",
  107. "typings": "dist/types/index.d.ts",
  108. "unpkg": "dist/umd/index.min.js",
  109. "version": "2.3.0"
  110. }