@yelon/util
Version:
Universal toolset of ng-yunzai.
102 lines • 2.5 kB
JSON
{
"name": "@yelon/util",
"version": "20.0.0",
"author": "yunzai-bot<yunzai-bot@outlook.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hbyunzai/yelon.git"
},
"bugs": {
"url": "https://github.com/hbyunzai/ng-yunzai/issues"
},
"homepage": "https://ng.yunzainfo.com",
"keywords": [
"yelon",
"ng-yunzai",
"yunzai",
"utility",
"utils",
"angular"
],
"dependencies": {
"extend": "^3.0.2",
"tslib": "^2.3.0"
},
"module": "fesm2022/yelon-util.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/yelon-util.mjs"
},
"./array": {
"types": "./array/index.d.ts",
"default": "./fesm2022/array.mjs"
},
"./browser": {
"types": "./browser/index.d.ts",
"default": "./fesm2022/browser.mjs"
},
"./config": {
"types": "./config/index.d.ts",
"default": "./fesm2022/config.mjs"
},
"./date-time": {
"types": "./date-time/index.d.ts",
"default": "./fesm2022/date-time.mjs"
},
"./form": {
"types": "./form/index.d.ts",
"default": "./fesm2022/form.mjs"
},
"./format": {
"types": "./format/index.d.ts",
"default": "./fesm2022/format.mjs"
},
"./decorator": {
"types": "./decorator/index.d.ts",
"default": "./fesm2022/decorator.mjs"
},
"./math": {
"types": "./math/index.d.ts",
"default": "./fesm2022/math.mjs"
},
"./mcache": {
"types": "./mcache/index.d.ts",
"default": "./fesm2022/mcache.mjs"
},
"./mtypes": {
"types": "./mtypes/index.d.ts",
"default": "./fesm2022/mtypes.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
}