line_push/node_modules/vuex-module-decorators/package.json
2022-07-17 13:16:16 +08:00

108 lines
3.1 KiB
JSON

{
"_args": [
[
"vuex-module-decorators@0.16.1",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
]
],
"_from": "vuex-module-decorators@0.16.1",
"_id": "vuex-module-decorators@0.16.1",
"_inBundle": false,
"_integrity": "sha512-Zz8HF2rMoDYf78uOBbWCq8wGFFo7YyNWc10Yj2eScKxVoRMla9HnFpiqvI3Dm0cLyOnBBklCn1AFUys62BZGAw==",
"_location": "/vuex-module-decorators",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "vuex-module-decorators@0.16.1",
"name": "vuex-module-decorators",
"escapedName": "vuex-module-decorators",
"rawSpec": "0.16.1",
"saveSpec": null,
"fetchSpec": "0.16.1"
},
"_requiredBy": [
"/nuxt-property-decorator"
],
"_resolved": "https://registry.npmjs.org/vuex-module-decorators/-/vuex-module-decorators-0.16.1.tgz",
"_spec": "0.16.1",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"author": {
"name": "Arnav Gupta",
"email": "arnav@codingblocks.com"
},
"bugs": {
"url": "https://github.com/championswimmer/vuex-module-decorators/issues"
},
"dependencies": {},
"description": "Decorators to make class-like Vuex modules",
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"mock-local-storage": "^1.1.8",
"nyc": "^13.2.0",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"rollup": "^1.19.4",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-uglify": "^6.0.2",
"ts-node": "^8.6.2",
"tslib": "^1.10.0",
"tslint": "^6.0.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^9.0.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.5.3",
"vue": "^2.6.10",
"vuepress": "^1.0.3",
"vuex": "^3.1.1",
"vuex-persist": "^2.2.0"
},
"engines": {
"node": ">= 8",
"npm": ">= 5",
"yarn": ">= 1"
},
"homepage": "https://github.com/championswimmer/vuex-module-decorators#readme",
"keywords": [
"vuex",
"vue",
"typescript",
"decorators"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"name": "vuex-module-decorators",
"peerDependencies": {
"vue": ">=2",
"vuex": "3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/championswimmer/vuex-module-decorators.git"
},
"scripts": {
"build": "rollup -c",
"clean": "rimraf dist .rpt2_cache",
"cover": "nyc npm test",
"distclean": "rimraf .nyc_output coverage dist .rpt2_cache",
"docs:build": "vuepress build docs",
"docs:serve": "vuepress dev docs",
"lint": "tslint -p tsconfig.json",
"lint:fix": "tslint -p tsconfig.json --fix",
"prebuild": "npm run clean",
"prepublishOnly": "npm run build",
"prereport": "npm run cover",
"pretest": "npm run build && npm run lint",
"report": "nyc report --reporter lcov --reporter html",
"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",
"version": "0.16.1"
}