Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
19
Frontend-Learner/node_modules/ansis/package.json
generated
vendored
Normal file
19
Frontend-Learner/node_modules/ansis/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name":"ansis",
|
||||
"version":"4.2.0",
|
||||
"description":"ANSI color lib",
|
||||
"keywords":["ansi","colors","cli"],
|
||||
"license":"ISC",
|
||||
"author":"webdiscus",
|
||||
"repository":"webdiscus/ansis",
|
||||
"type":"module",
|
||||
"exports":{
|
||||
".":{
|
||||
"types":"./index.d.ts",
|
||||
"require":"./index.cjs",
|
||||
"import":"./index.mjs"
|
||||
}
|
||||
},
|
||||
"sideEffects":false,
|
||||
"engines":{"node":">=14"}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue