保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/vuex-module-decorators/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "vuex-module-decorators@1.0.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "vuex-module-decorators@1.0.1",
  "_id": "vuex-module-decorators@1.0.1",
  "_from": "vuex-module-decorators@^1.0.1",
  "_id": "vuex-module-decorators@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-FLWZsXV5XAtl/bcKUyQFpnSBtpc3wK/7zSdy9oKbyp71mZd4ut5y2zSd219wWW9OG7WUOlVwac4rXFFDVnq7ug==",
  "_integrity": "sha512-3lHp75qVgrNXUpFKs4J4eRnrxjY3BYUkHwR+ZKvvIycw/7tDwlL0RPuiYLwrHEUBTvJePSZaehZJ0BMTw1/ugQ==",
  "_location": "/vuex-module-decorators",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "vuex-module-decorators@1.0.1",
    "raw": "vuex-module-decorators@^1.0.1",
    "name": "vuex-module-decorators",
    "escapedName": "vuex-module-decorators",
    "rawSpec": "1.0.1",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/nuxt-property-decorator"
  ],
  "_resolved": "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-1.2.0.tgz",
  "_shasum": "efb9690ec8856041ce4e9762bc9b51dc264cd359",
  "_spec": "vuex-module-decorators@^1.0.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\nuxt-property-decorator",
  "author": {
    "name": "Arnav Gupta",
    "email": "arnav@codingblocks.com"
@@ -34,28 +29,30 @@
  "bugs": {
    "url": "https://github.com/championswimmer/vuex-module-decorators/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Decorators to make class-like Vuex modules",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/mocha": "^8.0.3",
    "chai": "^4.2.0",
    "mocha": "^8.1.3",
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0",
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "mock-local-storage": "^1.1.8",
    "nyc": "^15.1.0",
    "prettier": "^2.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.27.1",
    "rollup-plugin-typescript2": "^0.27.2",
    "rollup-plugin-typescript2": "^0.31.0",
    "rollup-plugin-uglify": "^6.0.4",
    "ts-node": "^9.0.0",
    "tslib": "^2.0.1",
    "tslib": "^2.3.1",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "tslint-config-standard": "^9.0.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-plugin-prettier": "^2.3.0",
    "typescript": "^4.0.3",
    "typescript": "^4.5.2",
    "vue": "^2.6.10",
    "vuepress": "^1.0.3",
    "vuex": "^3.1.1",
@@ -79,7 +76,7 @@
  "name": "vuex-module-decorators",
  "peerDependencies": {
    "vue": ">=2",
    "vuex": "3"
    "vuex": ">=3"
  },
  "repository": {
    "type": "git",
@@ -94,6 +91,7 @@
    "docs:serve": "vuepress dev docs",
    "lint": "tslint --project .",
    "lint:fix": "tslint --project . --fix",
    "postinstall": "node -e \"try{require('./postinstall')}catch(e){}\"",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run build",
    "prereport": "npm run cover",
@@ -105,5 +103,5 @@
  "sideEffects": false,
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "version": "1.0.1"
  "version": "1.2.0"
}