详细说明: - 添加了V2版本的工作流页面和结果页面 - 更新了Serena记忆文件 - 添加了详细实施计划文档 - 优化了Vite配置 - 更新了项目文档CLAUDE.md - 构建了演示系统的dist版本 - 包含了exhibition-demo的完整依赖
70 lines
1.2 KiB
JSON
70 lines
1.2 KiB
JSON
{
|
|
"name": "is-extglob",
|
|
"description": "Returns true if a string has an extglob.",
|
|
"version": "2.1.1",
|
|
"homepage": "https://github.com/jonschlinkert/is-extglob",
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
"repository": "jonschlinkert/is-extglob",
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/is-extglob/issues"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-format-md": "^0.1.10",
|
|
"mocha": "^3.0.2"
|
|
},
|
|
"keywords": [
|
|
"bash",
|
|
"braces",
|
|
"check",
|
|
"exec",
|
|
"expression",
|
|
"extglob",
|
|
"glob",
|
|
"globbing",
|
|
"globstar",
|
|
"is",
|
|
"match",
|
|
"matches",
|
|
"pattern",
|
|
"regex",
|
|
"regular",
|
|
"string",
|
|
"test"
|
|
],
|
|
"verb": {
|
|
"toc": false,
|
|
"layout": "default",
|
|
"tasks": [
|
|
"readme"
|
|
],
|
|
"plugins": [
|
|
"gulp-format-md"
|
|
],
|
|
"related": {
|
|
"list": [
|
|
"has-glob",
|
|
"is-glob",
|
|
"micromatch"
|
|
]
|
|
},
|
|
"reflinks": [
|
|
"verb",
|
|
"verb-generate-readme"
|
|
],
|
|
"lint": {
|
|
"reflinks": true
|
|
}
|
|
}
|
|
}
|