@eggjs/typings
Advanced tools
| import { BundleModuleLoader } from "./index.js"; | ||
| //#region src/global.d.ts | ||
| declare global { | ||
| var __EGG_BUNDLE_MODULE_LOADER__: BundleModuleLoader | undefined; | ||
| } |
| export { }; |
| //#region src/index.d.ts | ||
| /** | ||
| * Module loader for bundled Egg apps. Called with the `importModule()` filepath | ||
| * after POSIX path normalization. Return `undefined` to fall through to the | ||
| * standard import path. | ||
| */ | ||
| type BundleModuleLoader = (filepath: string) => unknown; | ||
| //#endregion | ||
| export { BundleModuleLoader }; |
| export { }; |
+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. |
+45
-2
| { | ||
| "name": "@eggjs/typings", | ||
| "version": "0.0.0" | ||
| } | ||
| "version": "4.1.2-beta.10", | ||
| "description": "Shared typings for egg projects", | ||
| "keywords": [ | ||
| "egg", | ||
| "typescript", | ||
| "typings" | ||
| ], | ||
| "homepage": "https://github.com/eggjs/egg/tree/next/packages/typings", | ||
| "bugs": { | ||
| "url": "https://github.com/eggjs/egg/issues" | ||
| }, | ||
| "license": "MIT", | ||
| "author": "eggjs", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/eggjs/egg.git", | ||
| "directory": "packages/typings" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "type": "module", | ||
| "main": "./dist/index.js", | ||
| "module": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "exports": { | ||
| ".": "./dist/index.js", | ||
| "./global": "./dist/global.js", | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "dependencies": {}, | ||
| "devDependencies": { | ||
| "typescript": "^5.9.3", | ||
| "@eggjs/tsconfig": "3.1.2-beta.10" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22.18.0" | ||
| }, | ||
| "scripts": { | ||
| "typecheck": "tsgo --noEmit" | ||
| } | ||
| } |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No License Found
LicenseLicense information could not be found.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No website
QualityPackage does not have a website.
2628
4858.49%6
500%0
-100%12
Infinity%0
-100%1
-50%0
-100%0
-100%Yes
NaN2
Infinity%