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
51 lines • 1.34 kB
JSON
{
"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.14",
"peerDependencies": {
"@angular/common": "^21.2.13",
"@angular/core": "^21.2.13"
},
"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": "types/ngx-logs.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-logs.d.ts",
"default": "./fesm2022/ngx-logs.mjs"
}
},
"type": "module"
}