@batijs/core 0.0.447 → 0.0.448
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1162,7 +1162,7 @@ ${t}
|
|
|
1162
1162
|
|
|
1163
1163
|
`));let a=i?i.replace(/^(.+)/gm,"# $1")+`
|
|
1164
1164
|
`:"",c=`${e}=${yEs(n)}
|
|
1165
|
-
`;return t+a+c}function yEs(t){let e="";switch(typeof t){case"string":t&&(e=JSON.stringify(t));break;case"boolean":case"number":e=String(t);break;case"undefined":e="";break;case"object":t!==null&&(e=JSON.stringify(t));break}return e}var jEs=lf(Aen(),1);import{randomBytes as wta}from"crypto";var J2t={name:"@batijs/core",version:"0.0.
|
|
1165
|
+
`;return t+a+c}function yEs(t){let e="";switch(typeof t){case"string":t&&(e=JSON.stringify(t));break;case"boolean":case"number":e=String(t);break;case"undefined":e="";break;case"object":t!==null&&(e=JSON.stringify(t));break}return e}var jEs=lf(Aen(),1);import{randomBytes as wta}from"crypto";var J2t={name:"@batijs/core",version:"0.0.448",description:"",type:"module",types:"./dist/index.d.ts",scripts:{"check-types":"tsc --noEmit",vue:"tsx src/parse/linters/vue.ts",test:"vitest run","test:ci":"vitest run",build:"tsup"},keywords:[],author:"Jo\xEBl Charles <joel.charles91@gmail.com>",repository:"https://github.com/vikejs/bati",license:"MIT",devDependencies:{"@batijs/features":"workspace:*","@types/eslint":"^9.6.1","@types/estree":"^1.0.8","@types/node":"^20.19.0","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.34.0","@typescript-eslint/utils":"^8.34.0","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.25.5",eslint:"^9.29.0","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.4.0",magicast:"^0.3.5","mdast-builder":"^1.1.1","mdast-util-from-markdown":"^2.0.2","mdast-util-to-markdown":"^2.1.2","mdast-util-to-string":"^4.0.0","mdast-util-toc":"^7.1.0",prettier:"^3.5.3",squirrelly:"^9.1.0",tsup:"^8.5.0",tsx:"^4.20.3",typescript:"^5.8.3","unplugin-purge-polyfills":"^0.1.0",vitest:"^3.2.3","vue-eslint-parser":"^10.1.3",which:"^5.0.0",yaml:"^2.8.0"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function UEs(){if(process.env.npm_config_user_agent)return qEs(process.env.npm_config_user_agent)}function qEs(t){let e=t.split(" ")[0],n=e.lastIndexOf("/"),i=e.substring(0,n);return{name:i==="npminstall"?"cnpm":i,version:e.substring(n+1)}}function Ita(){switch(UEs()?.name){case"pnpm":return"pnpm create vike@latest";case"yarn":return"yarn create vike@latest";case"bun":return"bun create vike@latest";default:return"npm create vike@latest ---"}}function Ota(){let t=J2t.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:J2t.version,semver:[e,n,i]}}var export_which=jEs.default;export{Y2t as MarkdownV2,bEt as Readme,hEs as addVitePlugin,bta as appendToEnv,Tea as bgBlack,Mea as bgBlackBright,xea as bgBlue,Uea as bgBlueBright,Aea as bgCyan,Vea as bgCyanBright,Sea as bgGreen,jea as bgGreenBright,Cea as bgMagenta,qea as bgMagentaBright,vea as bgRed,Rea as bgRedBright,Dea as bgWhite,zea as bgWhiteBright,Eea as bgYellow,Bea as bgYellowBright,fea as black,wea as blackBright,mea as blue,Iea as blueBright,aea as bold,sae as builders,lEs as createColors,gea as cyan,Lea as cyanBright,ren as deepMergeObject,W2t as dim,cst as formatCode,bz as generateCode,Ita as getArgs,Ota as getVersion,bea as gray,dea as green,kea as greenBright,uea as hidden,cea as inverse,sEs as isColorSupported,oea as italic,sta as loadAsJson,ota as loadAsMagicast,yEt as loadFile,ita as loadMarkdown,ata as loadPackageJson,nta as loadReadme,lta as loadRelativeFileAsMagicast,cta as loadYaml,hea as magenta,Oea as magentaBright,nJs as markdown,UEs as packageManager,$Zr as parseMarkdown,ERe as parseModule,DGr as parseReadme,wta as randomBytes,_ea as red,Pea as redBright,sea as reset,pea as strikethrough,wds as transformAndFormat,lea as underline,export_which as which,yea as white,Fea as whiteBright,ZZr as withIcon,QZr as yellow,Nea as yellowBright};
|
|
1166
1166
|
/*! Bundled license information:
|
|
1167
1167
|
|
|
1168
1168
|
uri-js/dist/es5/uri.all.js:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.448",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@types/eslint": "^9.6.1",
|
|
13
13
|
"@types/estree": "^1.0.8",
|
|
14
|
-
"@types/node": "^
|
|
14
|
+
"@types/node": "^20.19.0",
|
|
15
15
|
"@types/which": "^3.0.4",
|
|
16
16
|
"@typescript-eslint/parser": "^8.34.0",
|
|
17
17
|
"@typescript-eslint/utils": "^8.34.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue-eslint-parser": "^10.1.3",
|
|
39
39
|
"which": "^5.0.0",
|
|
40
40
|
"yaml": "^2.8.0",
|
|
41
|
-
"@batijs/features": "0.0.
|
|
41
|
+
"@batijs/features": "0.0.448"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.js",
|