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
| {
| "_args": [
| [
| "vue-property-decorator@9.1.2",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "vue-property-decorator@9.1.2",
| "_id": "vue-property-decorator@9.1.2",
| "_inBundle": false,
| "_integrity": "sha512-xYA8MkZynPBGd/w5QFJ2d/NM0z/YeegMqYTphy7NJQXbZcuU6FC6AOdUAcy4SXP+YnkerC6AfH+ldg7PDk9ESQ==",
| "_location": "/vue-property-decorator",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "vue-property-decorator@9.1.2",
| "name": "vue-property-decorator",
| "escapedName": "vue-property-decorator",
| "rawSpec": "9.1.2",
| "saveSpec": null,
| "fetchSpec": "9.1.2"
| },
| "_requiredBy": [
| "/nuxt-property-decorator"
| ],
| "_resolved": "https://registry.npmjs.org/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz",
| "_spec": "9.1.2",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "kaorun343"
| },
| "bugs": {
| "url": "https://github.com/kaorun343/vue-property-decorator/issues"
| },
| "dependencies": {},
| "description": "property decorators for Vue Component",
| "devDependencies": {
| "@types/jest": "^26.0.15",
| "@types/node": "^14.14.9",
| "jest": "^26.6.3",
| "reflect-metadata": "^0.1.13",
| "rollup": "^2.33.3",
| "ts-jest": "^26.4.4",
| "typescript": "^4.1.2",
| "vue": "^2.6.10",
| "vue-class-component": "^7.2.3"
| },
| "directories": {
| "tests": "tests"
| },
| "files": [
| "lib"
| ],
| "homepage": "https://github.com/kaorun343/vue-property-decorator#readme",
| "keywords": [
| "vue",
| "typescript",
| "decorator"
| ],
| "license": "MIT",
| "main": "lib/index.umd.js",
| "module": "lib/index.js",
| "name": "vue-property-decorator",
| "peerDependencies": {
| "vue": "*",
| "vue-class-component": "*"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/kaorun343/vue-property-decorator.git"
| },
| "scripts": {
| "build": "tsc -p ./src/tsconfig.json && rollup -c",
| "test": "jest"
| },
| "typings": "./lib/index.d.ts",
| "version": "9.1.2"
| }
|
|