File tree 2 files changed +7
-9
lines changed
2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webfansplz/vuedoc-parser" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Generate a JSON documentation for a Vue file" ,
5
5
"type" : " module" ,
6
6
"exports" : {
63
63
"vue-template-compiler" : " ^2.6.14"
64
64
},
65
65
"devDependencies" : {
66
+ "@types/node" : " ^18.6.3" ,
66
67
"@types/pug" : " ^2.0.6" ,
67
68
"@typescript-eslint/eslint-plugin" : " ^5.30.7" ,
68
69
"@typescript-eslint/parser" : " ^5.30.7" ,
82
83
"vitest" : " ^0.22.0"
83
84
},
84
85
"peerDependencies" : {
85
- "@types/node" : " ^18.6.3" ,
86
86
"pug" : " ^3.0.2"
87
87
},
88
88
"engines" : {
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- " @b613/utils@^1.0.0-beta21 " :
6
- version "1.0.0-beta21"
7
- resolved "https://registry.yarnpkg.com/@b613/utils/-/utils-1.0.0-beta21.tgz#b75d2b47780a21489809493a7390246eafdbfea4"
8
- integrity sha512-OUvU9c8XiH+GISiecz/dEhwykDSRn5NY+ejhppjGCTarEHvvDqcqWaTYGTspzWkHdiqSxZKKV+cJeoLNGFnJPw==
9
- dependencies :
10
- tslib "^2.4.0"
11
-
12
5
" @babel/code-frame@^7.18.6 " :
13
6
version "7.18.6"
14
7
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
292
285
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.14.tgz#0fe081752a3333392d00586d815485a17c2cf3c9"
293
286
integrity sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==
294
287
288
+ " @types/node@^18.6.3 " :
289
+ version "18.17.5"
290
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5"
291
+ integrity sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==
292
+
295
293
" @types/pug@^2.0.6 " :
296
294
version "2.0.6"
297
295
resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.6.tgz#f830323c88172e66826d0bde413498b61054b5a6"
You can’t perform that action at this time.
0 commit comments