UNPKG

@krai-tech/web-api

Version:

A set of common tokens for consuming Web API with Angular.

64 lines (63 loc) 1.62 kB
{ "name": "@krai-tech/web-api", "version": "1.0.0", "description": "A set of common tokens for consuming Web API with Angular.", "keywords": [ "angular", "ng", "window", "api", "web api", "navigator", "user agent", "local storage", "session storage", "crypt", "animation frame", "locaction", "screen", "page visibility", "history" ], "homepage": "https://krai-kit.dev/en/docs/web-api/getting-started", "bugs": "https://github.com/krai-tech/krai-kit/issues", "repository": "https://github.com/krai-tech/krai-kit", "license": "Apache-2.0", "author": { "name": "Eugene Rusakov", "email": "john.rusakov@gmail.com" }, "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "rxjs": ">=6.4.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "private": false, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "module": "fesm2022/krai-tech-web-api.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/krai-tech-web-api.mjs", "esm": "./esm2022/krai-tech-web-api.mjs", "default": "./fesm2022/krai-tech-web-api.mjs" }, "./tokens": { "types": "./tokens/index.d.ts", "esm2022": "./esm2022/tokens/krai-tech-web-api-tokens.mjs", "esm": "./esm2022/tokens/krai-tech-web-api-tokens.mjs", "default": "./fesm2022/krai-tech-web-api-tokens.mjs" } } }