create project

This commit is contained in:
ismailsosic
2022-12-27 12:05:56 +01:00
parent 2a33a2d3de
commit cd2143287c
16035 changed files with 2489703 additions and 0 deletions

2
kitabcitab/node_modules/next/dist/lib/web/chalk.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
declare const chalk: any;
export default chalk;

30
kitabcitab/node_modules/next/dist/lib/web/chalk.js generated vendored Normal file
View File

@@ -0,0 +1,30 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// In the web runtime, we create an alternative object that just outputs the
// message to the console without any styling. The same APIs are supported
// for compatibility:
// - chalk.red('error')
// - chalk.bold.cyan('message')
// - chalk.hex('#fff').underline('hello')
const chalk = new Proxy((s)=>s, {
get (_, prop) {
if ([
"hex",
"rgb",
"ansi256",
"bgHex",
"bgRgb",
"bgAnsi256"
].includes(prop)) {
return ()=>chalk;
}
return chalk;
}
});
var _default = chalk;
exports.default = _default;
//# sourceMappingURL=chalk.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../lib/web/chalk.ts"],"names":["chalk","Proxy","s","get","_","prop","includes"],"mappings":"AAMA;;;;;AANA,4EAA4E;AAC5E,0EAA0E;AAC1E,qBAAqB;AACrB,uBAAuB;AACvB,+BAA+B;AAC/B,yCAAyC;AACzC,MAAMA,KAAK,GAAQ,IAAIC,KAAK,CAAC,CAACC,CAAS,GAAKA,CAAC,EAAE;IAC7CC,GAAG,EAACC,CAAC,EAAEC,IAAY,EAAE;QACnB,IACE;YAAC,KAAK;YAAE,KAAK;YAAE,SAAS;YAAE,OAAO;YAAE,OAAO;YAAE,WAAW;SAAC,CAACC,QAAQ,CAACD,IAAI,CAAC,EACvE;YACA,OAAO,IAAML,KAAK,CAAA;SACnB;QACD,OAAOA,KAAK,CAAA;KACb;CACF,CAAC;eAEaA,KAAK"}