create project
This commit is contained in:
2
kitabcitab/node_modules/next/dist/lib/web/chalk.d.ts
generated
vendored
Normal file
2
kitabcitab/node_modules/next/dist/lib/web/chalk.d.ts
generated
vendored
Normal 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
30
kitabcitab/node_modules/next/dist/lib/web/chalk.js
generated
vendored
Normal 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
|
||||
1
kitabcitab/node_modules/next/dist/lib/web/chalk.js.map
generated
vendored
Normal file
1
kitabcitab/node_modules/next/dist/lib/web/chalk.js.map
generated
vendored
Normal 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"}
|
||||
Reference in New Issue
Block a user