- 将所有图片路径从绝对路径改为使用 process.env.PUBLIC_URL - 修复 HomePage.tsx 中所有图片引用 - 修复 CoursePage.tsx 中所有图片引用 - 确保图片在 GitHub Pages 上正确加载 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
45 lines
775 B
JSON
45 lines
775 B
JSON
{
|
|
"name": "builtin-modules",
|
|
"version": "3.3.0",
|
|
"description": "List of the Node.js builtin modules",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/builtin-modules",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd",
|
|
"make": "node make.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"static.js",
|
|
"static.d.ts",
|
|
"builtin-modules.json"
|
|
],
|
|
"keywords": [
|
|
"builtin",
|
|
"built-in",
|
|
"builtins",
|
|
"node",
|
|
"modules",
|
|
"core",
|
|
"bundled",
|
|
"list",
|
|
"array",
|
|
"names"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
}
|
|
}
|