UNPKG

ngx-logs

Version:

A Web console is a tool which is mainly used to log information associated with a web page like: network requests, JavaScript, security errors, warnings, CSS etc. It enables us to interact with a web page by executing JavaScript expression in the contents

52 lines 1.39 kB
{ "name": "ngx-logs", "author": { "name": "Manojkumar Muthukumar", "email": "manoj1010196@gmail.com" }, "description": "A Web console is a tool which is mainly used to log information associated with a web page like: network requests, JavaScript, security errors, warnings, CSS etc. It enables us to interact with a web page by executing JavaScript expression in the contents of the page.", "version": "3.0.13", "peerDependencies": { "@angular/common": "^17.3.12", "@angular/core": "^17.3.12" }, "dependencies": { "tslib": "^2.3.0" }, "homepage": "https://www.beforepost.com/package/ngx/ngx-logs", "icon": "https://icon.beforepost.com/1S97FDGY-HWPHWB61-5MT8XLUK.svg", "repository": { "type": "git", "url": "https://github.com/manoj10101996/ngx-packages.git" }, "keywords": [ "angular", "ngx", "log", "console", "warn", "error", "ngx-logs", "trace", "info", "table", "consolelogs", "manoj10101996", "uiconfig" ], "license": "MIT", "sideEffects": false, "module": "fesm2022/ngx-logs.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ngx-logs.mjs", "esm": "./esm2022/ngx-logs.mjs", "default": "./fesm2022/ngx-logs.mjs" } } }