wacom
Version:
Module which has common services, pipes, directives and interfaces which can be used on all projects.
131 lines • 2.71 kB
JSON
{
"name": "wacom",
"version": "21.1.4",
"license": "MIT",
"repository": "WebArtWork/wacom",
"funding": [
{
"type": "website",
"url": "http://wawjs.wiki/fund"
},
{
"type": "opencollective",
"url": "https://opencollective.com/wawjs"
}
],
"peerDependencies": {
"@angular/core": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/animations": ">=16.0.0",
"@angular/router": ">=16.0.0",
"rxjs": ">=7.5.0"
},
"engines": {
"node": ">=18.18.0",
"npm": ">=9.0.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"keywords": [
"Angular",
"Platform Detection",
"Local Storage",
"Window Object",
"Document Object",
"Navigator Object",
"Device Detection",
"App Version Management",
"Date Version Management",
"Utility Service",
"Core Service",
"Platform Services Initialization",
"IsMobile",
"IsTablet",
"IsWeb",
"IsAndroid",
"IsIos",
"Environment Version",
"Application Version",
"TypeScript",
"Dependency Injection",
"Singleton Service",
"Injectable",
"PLATFORM_ID",
"waw",
"wacom",
"waw angular common",
"Web Art Work framework",
"ngx",
"socket",
"modal",
"image",
"crud",
"file",
"web art work",
"Alert Component",
"Base Component",
"Crud Component",
"Files Component",
"Loader Component",
"Modal Component",
"Click Outside Directive",
"Meta Guard",
"Alert Interface",
"Config Interface",
"Crud Interface",
"Dom Interface",
"Http Interface",
"Loader Interface",
"Meta Interface",
"Modal Interface",
"Select Item Interface",
"Store Interface",
"Arr Pipe",
"Mongodate Pipe",
"Number Pipe",
"Pagination Pipe",
"Safe Pipe",
"Search Pipe",
"Splice Pipe",
"Split Pipe",
"Alert Service",
"Base Service",
"Crud Service",
"Dom Service",
"File Service",
"Http Service",
"Loader Service",
"Meta Service",
"Modal Service",
"Rtc Service",
"Socket Service",
"Store Service",
"Time Service",
"Util Service",
"Provide Wacom",
"Theme",
"Wacom Module",
"CRUD",
"CRUD Service",
"CRUD Component",
"CRUD Offline"
],
"module": "fesm2022/wacom.mjs",
"typings": "types/wacom.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/wacom.d.ts",
"default": "./fesm2022/wacom.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
}
}