@delon/util
Version:
Universal toolset of ng-alain.
94 lines • 2.27 kB
JSON
{
"name": "@delon/util",
"version": "20.0.1",
"author": "cipchk<cipchk@qq.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-alain/delon.git"
},
"bugs": {
"url": "https://github.com/ng-alain/ng-alain/issues"
},
"homepage": "https://ng-alain.com",
"keywords": [
"delon",
"ng-alain",
"alain",
"utility",
"utils",
"angular"
],
"dependencies": {
"extend": "^3.0.2",
"tslib": "^2.3.0"
},
"module": "fesm2022/delon-util.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/delon-util.mjs"
},
"./browser": {
"types": "./browser/index.d.ts",
"default": "./fesm2022/browser.mjs"
},
"./config": {
"types": "./config/index.d.ts",
"default": "./fesm2022/config.mjs"
},
"./array": {
"types": "./array/index.d.ts",
"default": "./fesm2022/array.mjs"
},
"./date-time": {
"types": "./date-time/index.d.ts",
"default": "./fesm2022/date-time.mjs"
},
"./decorator": {
"types": "./decorator/index.d.ts",
"default": "./fesm2022/decorator.mjs"
},
"./form": {
"types": "./form/index.d.ts",
"default": "./fesm2022/form.mjs"
},
"./format": {
"types": "./format/index.d.ts",
"default": "./fesm2022/format.mjs"
},
"./math": {
"types": "./math/index.d.ts",
"default": "./fesm2022/math.mjs"
},
"./other": {
"types": "./other/index.d.ts",
"default": "./fesm2022/other.mjs"
},
"./pipes": {
"types": "./pipes/index.d.ts",
"default": "./fesm2022/pipes.mjs"
},
"./token": {
"types": "./token/index.d.ts",
"default": "./fesm2022/token.mjs"
},
"./pipes/currency": {
"types": "./pipes/currency/index.d.ts",
"default": "./fesm2022/pipe-currency.mjs"
},
"./pipes/filter": {
"types": "./pipes/filter/index.d.ts",
"default": "./fesm2022/pipe-filter.mjs"
},
"./pipes/format": {
"types": "./pipes/format/index.d.ts",
"default": "./fesm2022/pipe-format.mjs"
}
},
"sideEffects": false
}