|
1 | 1 | {
|
2 |
| - "name": "@vuedoc/parser", |
3 |
| - "version": "4.0.0-beta12", |
| 2 | + "name": "@webfansplz/vuedoc-parser", |
| 3 | + "version": "0.0.1", |
4 | 4 | "description": "Generate a JSON documentation for a Vue file",
|
5 | 5 | "type": "module",
|
6 | 6 | "exports": {
|
|
48 | 48 | "lint": "eslint .",
|
49 | 49 | "gimtoc": "gimtoc -f README.md -s 'Table of Contents' -o README.md"
|
50 | 50 | },
|
51 |
| - "repository": { |
52 |
| - "type": "git", |
53 |
| - "url": "git+https://gitlab.com/vuedoc/parser.git" |
54 |
| - }, |
55 | 51 | "keywords": [
|
56 | 52 | "vuedoc",
|
57 | 53 | "vuefile",
|
58 | 54 | "vue",
|
59 | 55 | "doc",
|
60 | 56 | "parser"
|
61 | 57 | ],
|
62 |
| - "author": "Sébastien Demanou", |
63 |
| - "contributors": [ |
64 |
| - { |
65 |
| - "name": "Sébastien Demanou", |
66 |
| - "url": "https://gitlab.com/demsking" |
67 |
| - }, |
68 |
| - { |
69 |
| - "name": "Patrick Schmiedel", |
70 |
| - "url": "https://github.com/pschmiedel" |
71 |
| - }, |
72 |
| - { |
73 |
| - "name": "Devon Rueckner", |
74 |
| - "url": "https://github.com/indirectlylit" |
75 |
| - }, |
76 |
| - { |
77 |
| - "name": "Hello Deadline", |
78 |
| - "url": "https://github.com/HelloDeadline" |
79 |
| - }, |
80 |
| - { |
81 |
| - "name": "Magali Boizot-Roche", |
82 |
| - "url": "https://github.com/magali-br" |
83 |
| - }, |
84 |
| - { |
85 |
| - "name": "Rmaiy", |
86 |
| - "url": "https://github.com/ljwrer" |
87 |
| - } |
88 |
| - ], |
89 | 58 | "license": "MIT",
|
90 |
| - "bugs": { |
91 |
| - "url": "https://gitlab.com/vuedoc/parser/issues" |
92 |
| - }, |
93 |
| - "homepage": "https://gitlab.com/vuedoc/parser", |
94 | 59 | "dependencies": {
|
95 | 60 | "@b613/utils": "^1.0.0-beta21",
|
96 | 61 | "@babel/parser": "^7.18.11",
|
|
0 commit comments