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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
| {
| "_args": [
| [
| "nuxt-property-decorator@2.9.1",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "nuxt-property-decorator@2.9.1",
| "_id": "nuxt-property-decorator@2.9.1",
| "_inBundle": false,
| "_integrity": "sha512-dE2GrrGKZMhv0dHAr+Lmj+JOQfjIouINgF58QNRDFNOZXMJrXxKO5zGqvCRwmx3hxqqwht7TXHdz9w1AnvL2IA==",
| "_location": "/nuxt-property-decorator",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "nuxt-property-decorator@2.9.1",
| "name": "nuxt-property-decorator",
| "escapedName": "nuxt-property-decorator",
| "rawSpec": "2.9.1",
| "saveSpec": null,
| "fetchSpec": "2.9.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/nuxt-property-decorator/-/nuxt-property-decorator-2.9.1.tgz",
| "_spec": "2.9.1",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "davidbernal"
| },
| "browser": "lib/nuxt-property-decorator.umd.js",
| "bugs": {
| "url": "https://github.com/nuxt-community/nuxt-property-decorator/issues"
| },
| "contributors": [
| {
| "name": "Tony BRIET",
| "email": "tony.briet@viacesi.fr"
| },
| {
| "name": "HG",
| "email": "husayt@gmail.com"
| }
| ],
| "dependencies": {
| "vue-class-component": "^7.2.6",
| "vue-property-decorator": "^9.0.0",
| "vuex-class": "^0.3.2",
| "vuex-module-decorators": "^1.0.1"
| },
| "description": "Property decorators for Nuxt",
| "devDependencies": {
| "@microsoft/api-extractor": "^7.9.22",
| "@std/esm": "^0.26.0",
| "@types/jest": "^26.0.4",
| "@types/node": "12.11.1",
| "@vue/test-utils": "^1.0.0",
| "babel-jest": "^26.3.0",
| "jest": "^26.4.2",
| "rollup": "^2.28.1",
| "rollup-plugin-typescript2": "^0.29.0",
| "standard-version": "^9.0.0",
| "ts-jest": "^26.4.0",
| "ts-node": "^9.0.0",
| "typedoc": "0.17.0-3",
| "typescript": "^4.0.3",
| "vue": "^2.6.12",
| "vue-jest": "^3.0.7",
| "vue-template-compiler": "^2.6.12",
| "vuex": "^3.5.1",
| "yorkie": "^2.0.0"
| },
| "directories": {
| "lib": "lib",
| "test": "test"
| },
| "files": [
| "lib"
| ],
| "gitHooks": {
| "pre-commit": "npm run build:full"
| },
| "homepage": "https://github.com/nuxt-community/nuxt-property-decorator#readme",
| "jest": {
| "transform": {
| "^.+\\.tsx?$": "ts-jest",
| "^.+\\.js$": "<rootDir>/node_modules/babel-jest"
| },
| "testRegex": "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
| "moduleFileExtensions": [
| "ts",
| "tsx",
| "js",
| "jsx",
| "json",
| "node"
| ]
| },
| "keywords": [
| "vue",
| "typescript",
| "nuxt",
| "decorator"
| ],
| "license": "MIT",
| "main": "lib/nuxt-property-decorator.common.js",
| "module": "lib/nuxt-property-decorator.esm.js",
| "name": "nuxt-property-decorator",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/nuxt-community/nuxt-property-decorator.git"
| },
| "scripts": {
| "apiextract": "api-extractor run --local --verbose",
| "build": "rollup -c",
| "build:full": "npm run build && npm run apiextract && npm run tsdoc",
| "release": "standard-version && git push --follow-tags && npm publish",
| "test": "jest",
| "tsdoc": "typedoc --excludeNotExported --mode library --out docs/ src/"
| },
| "typings": "lib/nuxt-property-decorator.d.ts",
| "version": "2.9.1"
| }
|
|