1、克隆外部库,将多个仓库合并为一个仓库
上级
正在显示
.gitignore
0 → 100644
build/rollup.config.js
0 → 100644
lib/cjs/index.js
0 → 100644
lib/esm/index.mjs
0 → 100644
lib/index.d.ts
0 → 100644
lib/umd/index.umd.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "mf-lib", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "./lib/cjs/index.js", | ||
| "module": "./lib/esm/index.mjs", | ||
| "browser": "./lib/umd/index.umd.js", | ||
| "types": "./lib/index.d.ts", | ||
| "type": "commonjs", | ||
| "scripts": { | ||
| "lib": " rimraf ./lib && rollup -c ./build/rollup.config.js", | ||
| "build": "rimraf ./dist && tsc -p tsconfig.json", | ||
| "test": "jest --no-cache && exit 0", | ||
| "doc": "typedoc --options typedoc.json && npm run doc:gh-fix", | ||
| "doc:gh-fix": "touch docs/.nojekyll" | ||
| }, | ||
| "author": "bluefox", | ||
| "license": "ISC", | ||
| "files": [ | ||
| "lib" | ||
| ], | ||
| "devDependencies": { | ||
| "@types/jest": "^27.0.3", | ||
| "dts": "^0.1.1", | ||
| "jest": "^27.4.3", | ||
| "rimraf": "^3.0.2", | ||
| "rollup": "^2.60.2", | ||
| "rollup-plugin-commonjs": "^10.1.0", | ||
| "rollup-plugin-dts": "^4.0.1", | ||
| "rollup-plugin-node-resolve": "^5.2.0", | ||
| "rollup-plugin-terser": "^7.0.2", | ||
| "rollup-plugin-typescript": "^1.0.1", | ||
| "rollup-plugin-typescript2": "^0.31.1", | ||
| "ts-jest": "^27.1.0", | ||
| "tslib": "^2.3.1", | ||
| "typedoc": "^0.19.2", | ||
| "typedoc-neo-theme": "^1.0.10", | ||
| "typescript": "^4.0.5", | ||
| "yargs": "^17.3.0" | ||
| } | ||
| } |
src/calendar/CalendarData.ts
0 → 100644
src/calendar/DayData.ts
0 → 100644
src/calendar/MonthData.ts
0 → 100644
src/helper/ArrayHelper.ts
0 → 100644
src/helper/CountDownTimer.ts
0 → 100644
src/helper/DateConstants.ts
0 → 100644
src/helper/DateHelper.ts
0 → 100644
src/helper/EventBus.ts
0 → 100644
src/helper/IdCardHelper.ts
0 → 100644
src/helper/LogUtils.ts
0 → 100644
src/helper/ObjectHelper.ts
0 → 100644
src/helper/StringHelper.ts
0 → 100644
src/helper/UrlHelper.ts
0 → 100644
src/https/HttpClient.ts
0 → 100644
src/https/HttpRequest.ts
0 → 100644
src/https/InterceptorsConfig.ts
0 → 100644
src/https/ResponseInterceptor.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
typedoc.json
0 → 100644
请
注册
或者
登录
后发表评论