详细说明: - 添加了V2版本的工作流页面和结果页面 - 更新了Serena记忆文件 - 添加了详细实施计划文档 - 优化了Vite配置 - 更新了项目文档CLAUDE.md - 构建了演示系统的dist版本 - 包含了exhibition-demo的完整依赖
28 lines
694 B
JSON
28 lines
694 B
JSON
{
|
|
"name": "util-deprecate",
|
|
"version": "1.0.2",
|
|
"description": "The Node.js `util.deprecate()` function with browser support",
|
|
"main": "node.js",
|
|
"browser": "browser.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TooTallNate/util-deprecate.git"
|
|
},
|
|
"keywords": [
|
|
"util",
|
|
"deprecate",
|
|
"browserify",
|
|
"browser",
|
|
"node"
|
|
],
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/TooTallNate/util-deprecate/issues"
|
|
},
|
|
"homepage": "https://github.com/TooTallNate/util-deprecate"
|
|
}
|