Files
n8n-nodes-gwezz-changdunovel/node_modules/ansis/package.json
2025-10-26 23:10:15 +08:00

21 lines
372 B
JSON

{
"name":"ansis",
"version":"3.17.0",
"description":"ANSI color lib",
"keywords":["ansi","color","cli"],
"license":"ISC",
"author":"webdiscus",
"repository":"webdiscus/ansis",
"types":"./index.d.ts",
"exports":{
".":{
"types":"./index.d.ts",
"require":"./index.js",
"import":"./index.mjs"
}
},
"sideEffects":false,
"engines":{"node":">=14"},
"files":["index.*"]
}