1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
| {
| "_args": [
| [
| "vuex-class@0.3.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "vuex-class@0.3.2",
| "_id": "vuex-class@0.3.2",
| "_inBundle": false,
| "_integrity": "sha512-m0w7/FMsNcwJgunJeM+wcNaHzK2KX1K1rw2WUQf7Q16ndXHo7pflRyOV/E8795JO/7fstyjH3EgqBI4h4n4qXQ==",
| "_location": "/vuex-class",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "vuex-class@0.3.2",
| "name": "vuex-class",
| "escapedName": "vuex-class",
| "rawSpec": "0.3.2",
| "saveSpec": null,
| "fetchSpec": "0.3.2"
| },
| "_requiredBy": [
| "/nuxt-property-decorator"
| ],
| "_resolved": "https://registry.npmjs.org/vuex-class/-/vuex-class-0.3.2.tgz",
| "_spec": "0.3.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "katashin"
| },
| "bugs": {
| "url": "https://github.com/ktsn/vuex-class/issues"
| },
| "description": "Binding helpers for Vuex and vue-class-component",
| "devDependencies": {
| "@types/mocha": "^5.2.0",
| "@types/power-assert": "1.5.0",
| "@types/sinon": "^4.3.3",
| "es6-promise": "^4.2.4",
| "glob": "^7.1.2",
| "json-loader": "^0.5.7",
| "npm-run-all": "^4.1.3",
| "power-assert": "^1.5.0",
| "rollup": "^0.58.2",
| "rollup-plugin-replace": "^2.0.0",
| "sinon": "^5.0.7",
| "testem": "^2.4.0",
| "ts-loader": "^4.3.0",
| "tslint": "^5.10.0",
| "tslint-config-ktsn": "^2.1.0",
| "typescript": "^2.8.3",
| "uglify-js": "^3.3.25",
| "vue": "^2.5.16",
| "vue-class-component": "^6.2.0",
| "vuex": "^3.0.1",
| "webpack": "^4.8.3",
| "webpack-cli": "^2.1.3",
| "webpack-espower-loader": "^2.0.0"
| },
| "files": [
| "dist",
| "lib"
| ],
| "homepage": "https://github.com/ktsn/vuex-class",
| "keywords": [
| "vue",
| "vuex",
| "bindings"
| ],
| "license": "MIT",
| "main": "dist/vuex-class.cjs.js",
| "module": "lib/index.js",
| "name": "vuex-class",
| "peerDependencies": {
| "vue": "^2.5.0",
| "vuex": "^3.0.0",
| "vue-class-component": "^6.0.0 || ^7.0.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/ktsn/vuex-class.git"
| },
| "scripts": {
| "build": "run-s build:ts build:cjs build:dev build:prod",
| "build:cjs": "rollup -c scripts/rollup.config.js --environment BUILD:commonjs",
| "build:dev": "rollup -c scripts/rollup.config.js --environment BUILD:development",
| "build:prod": "rollup -c scripts/rollup.config.js --environment BUILD:production | uglifyjs -mc warnings=false --comments -o dist/vuex-class.min.js",
| "build:ts": "tsc -p src",
| "clean": "rm -rf lib dist .tmp",
| "dev": "run-p watch:test testem",
| "lint": "tslint \"src/**/*.ts\" && tslint \"test/**/*.ts\"",
| "prepublishOnly": "run-s lint test clean build",
| "test": "webpack --config scripts/webpack.config.test.js && testem ci --launch PhantomJS",
| "testem": "testem",
| "watch:test": "webpack --watch --config scripts/webpack.config.test.js"
| },
| "typings": "lib/index.d.ts",
| "version": "0.3.2"
| }
|
|