package.json 3.0 KB

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