chore: update project state and prepare for image support development
- Add comprehensive image test document with various image types - Update project structure with development artifacts - Prepare foundation for image support enhancement phase - Include test files for validating image editing workflows 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ff6b807f3b
commit
d0abaab63a
2730 changed files with 218268 additions and 174 deletions
21
node_modules/makeerror/package.json
generated
vendored
Normal file
21
node_modules/makeerror/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "makeerror",
|
||||
"description": "A library to make errors.",
|
||||
"version": "1.0.12",
|
||||
"license": "BSD-3-Clause",
|
||||
"author": "Naitik Shah <n@daaku.org>",
|
||||
"main": "lib/makeerror",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daaku/nodejs-makeerror"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "NODE_PATH=./lib mocha --ui exports"
|
||||
},
|
||||
"dependencies": {
|
||||
"tmpl": "1.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "9.1.3"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue