forked from antfu/vite-plugin-md
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pnpm-debug.log
128 lines (128 loc) · 5.08 KB
/
.pnpm-debug.log
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
126
127
128
{
"0 debug pnpm:scope": {
"selected": 1
},
"1 debug pnpm:package-manifest": {
"initial": {
"name": "vite-plugin-md",
"version": "0.17.2",
"packageManager": "[email protected]",
"description": "Markdown for Vite",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-plugin-md",
"repository": {
"type": "git",
"url": "https://github.com/antfu/vite-plugin-md"
},
"bugs": "https://github.com/antfu/vite-plugin-md/issues",
"keywords": [
"vite",
"vite-plugin",
"markdown-it"
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --dts --format cjs,esm",
"watch": "tsup src/index.ts --dts --format cjs,esm --watch",
"dev": "npm run build -- --watch",
"example:build": "cp README.md example/README.md && npm -C example run build",
"example:dev": "cp README.md example/README.md && npm -C example run dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepublishOnly": "npm run build",
"release": "bumpp",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:update": "vitest -u",
"test:component": "npx cypress open-ct -p 4000"
},
"peerDependencies": {
"markdown-it": "^13.0.1",
"vite": "^2.9.9"
},
"dependencies": {
"@rollup/pluginutils": "^4.2.1",
"@types/markdown-it": "^12.2.3",
"@types/prismjs": "^1.26.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/runtime-core": "^3.2.37",
"@vueuse/core": "^8.7.4",
"@yankeeinlondon/code-builder": "^1.0.0-alpha.1",
"@yankeeinlondon/happy-wrapper": "^2.1.0",
"@yankeeinlondon/link-builder": "^1.0.0-alpha.1",
"@yankeeinlondon/meta-builder": "^1.0.0-alpha.1",
"gray-matter": "^4.0.3",
"happy-dom": "^5.3.1",
"prismjs": "^1.28.0",
"source-map-js": "^1.0.2",
"ts-morph": "^15.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/ni": "^0.16.2",
"@antfu/utils": "^0.5.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.0.0",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitest/ui": "^0.15.1",
"@vue/runtime-core": "^3.2.37",
"@vue/test-utils": "^2.0.1",
"@vueuse/core": "^8.7.3",
"add": "^2.0.6",
"bumpp": "^8.2.1",
"c8": "^7.11.3",
"callsites": "^3.1.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"fp-ts": "^2.12.1",
"markdown-it": "^13.0.1",
"npm-run-all": "^4.1.5",
"pathe": "^0.3.0",
"prismjs": "^1.28.0",
"rollup": "^2.75.7",
"tsup": "^6.1.2",
"typescript": "^4.7.4",
"unocss": "^0.39.3",
"vite": "^2.9.12",
"vite-plugin-pages": "^0.24.2",
"vite-plugin-vue-layouts": "^0.6.0",
"vitest": "^0.15.1",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
}
},
"prefix": "/Users/kenny/Library/pnpm/global/5"
},
"2 debug pnpm:context": {
"currentLockfileExists": true,
"storeDir": "/Users/kenny/Library/pnpm/store/v3",
"virtualStoreDir": "/Users/kenny/Library/pnpm/global/5/.pnpm"
},
"3 error pnpm": {
"code": "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND",
"err": {
"name": "pnpm",
"message": "No package.json (or package.yaml, or package.json5) was found in \"/Users/kenny/Library/pnpm/global/5/node_modules/meta-builder\".",
"code": "ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND",
"stack": "pnpm: No package.json (or package.yaml, or package.json5) was found in \"/Users/kenny/Library/pnpm/global/5/node_modules/meta-builder\".\n at readProjectManifest (/Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:20853:13)\n at async link (/Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:110951:30)\n at async Object.handler (/Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:123998:27)\n at async /Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:187855:21\n at async run (/Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:187829:34)\n at async runPnpm (/Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:188047:5)\n at async /Users/kenny/Library/pnpm/global/5/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:188039:7"
}
}
}