@eggjs/loader-fs
Advanced tools
+15
-11
| { | ||
| "name": "@eggjs/loader-fs", | ||
| "version": "1.0.0-beta.17", | ||
| "version": "1.0.0-beta.19", | ||
| "description": "Loader-facing filesystem abstraction for Egg", | ||
@@ -33,22 +33,26 @@ "keywords": [ | ||
| "publishConfig": { | ||
| "access": "public" | ||
| "access": "public", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./package.json": "./package.json" | ||
| } | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit", | ||
| "test": "vitest run" | ||
| }, | ||
| "dependencies": { | ||
| "@eggjs/utils": "5.0.2-beta.19", | ||
| "globby": "^11.0.2", | ||
| "utility": "^2.5.0", | ||
| "@eggjs/utils": "5.0.2-beta.17" | ||
| "utility": "^2.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@eggjs/tsconfig": "3.1.2-beta.19", | ||
| "@types/node": "^24.10.2", | ||
| "typescript": "^5.9.3", | ||
| "vitest": "^4.0.15", | ||
| "@eggjs/tsconfig": "3.1.2-beta.17" | ||
| "vitest": "^4.0.15" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit", | ||
| "test": "vitest run" | ||
| } | ||
| } | ||
| } |
-21
| MIT License | ||
| Copyright (c) 2017-present Alibaba Group Holding Limited and other contributors. | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
4614
-18.13%4
-20%+ Added
+ Added
- Removed
- Removed
Updated