@batijs/core 0.0.316 → 0.0.317
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
|
@@ -1160,7 +1160,7 @@ ${t}
|
|
|
1160
1160
|
|
|
1161
1161
|
`));let a=i?i.replace(/^(.+)/gm,"# $1")+`
|
|
1162
1162
|
`:"",l=`${e}=${qbs(n)}
|
|
1163
|
-
`;return t+a+l}function qbs(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 oTs=af(KXr(),1);import{randomBytes as SXs}from"node:crypto";var MEt={name:"@batijs/core",version:"0.0.
|
|
1163
|
+
`;return t+a+l}function qbs(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 oTs=af(KXr(),1);import{randomBytes as SXs}from"node:crypto";var MEt={name:"@batijs/core",version:"0.0.317",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.6","@types/node":"^18.19.68","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.18.0","@typescript-eslint/utils":"^8.18.0","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.24.0",eslint:"^9.17.0","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.3.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.4.2",squirrelly:"^9.1.0",tsup:"^8.3.5",tsx:"^4.19.2",typescript:"^5.7.2","unplugin-purge-polyfills":"^0.0.7",vitest:"^2.1.8","vue-eslint-parser":"^9.4.3",which:"^5.0.0",yaml:"^2.6.1"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function lTs(){if(process.env.npm_config_user_agent)return uTs(process.env.npm_config_user_agent)}function uTs(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 AXs(){switch(lTs()?.name){case"pnpm":return"pnpm create bati";case"yarn":return"yarn dlx @batijs/cli";case"bun":return"bun create bati";default:return"npm create bati ---"}}function DXs(){let t=MEt.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:MEt.version,semver:[e,n,i]}}var export_which=oTs.default;export{LEt as MarkdownV2,cSt as Readme,Bbs as addVitePlugin,_Xs as appendToEnv,mHs as bgBlack,NHs as bgBlackBright,bHs as bgBlue,FHs as bgBlueBright,vHs as bgCyan,RHs as bgCyanBright,gHs as bgGreen,OHs as bgGreenBright,THs as bgMagenta,MHs as bgMagentaBright,hHs as bgRed,IHs as bgRedBright,SHs as bgWhite,jHs as bgWhiteBright,yHs as bgYellow,LHs as bgYellowBright,oHs as black,xHs as blackBright,uHs as blue,DHs as blueBright,tHs as bold,Sse as builders,Nbs as createColors,fHs as cyan,PHs as cyanBright,CXr as deepMergeObject,FEt as dim,tit as formatCode,OV as generateCode,AXs as getArgs,DXs as getVersion,dHs as gray,lHs as green,CHs as greenBright,sHs as hidden,iHs as inverse,wbs as isColorSupported,rHs as italic,eXs as loadAsJson,rXs as loadAsMagicast,oSt as loadFile,ZHs as loadMarkdown,tXs as loadPackageJson,QHs as loadReadme,nXs as loadRelativeFileAsMagicast,iXs as loadYaml,pHs as magenta,wHs as magentaBright,Kqs as markdown,lTs as packageManager,hXr as parseMarkdown,T5e as parseModule,e$r as parseReadme,SXs as randomBytes,cHs as red,EHs as redBright,eHs as reset,aHs as strikethrough,rps as transformAndFormat,nHs as underline,export_which as which,_Hs as white,kHs as whiteBright,SXr as withIcon,vXr as yellow,AHs as yellowBright};
|
|
1164
1164
|
/*! Bundled license information:
|
|
1165
1165
|
|
|
1166
1166
|
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.317",
|
|
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.6",
|
|
14
|
-
"@types/node": "^18.19.
|
|
14
|
+
"@types/node": "^18.19.68",
|
|
15
15
|
"@types/which": "^3.0.4",
|
|
16
16
|
"@typescript-eslint/parser": "^8.18.0",
|
|
17
17
|
"@typescript-eslint/utils": "^8.18.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"vue-eslint-parser": "^9.4.3",
|
|
39
39
|
"which": "^5.0.0",
|
|
40
40
|
"yaml": "^2.6.1",
|
|
41
|
-
"@batijs/features": "0.0.
|
|
41
|
+
"@batijs/features": "0.0.317"
|
|
42
42
|
},
|
|
43
43
|
"exports": {
|
|
44
44
|
".": "./dist/index.js",
|