core-fed-util
Version:
This is A collection of commonly used frontend utility functions
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "core-fed-util",
"version": "1.4.4",
"description": "This is A collection of commonly used frontend utility functions",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js"
}
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"keywords": [
"Frontend",
"Utilities",
"Dom",
"Is",
"Array",
"Object",
"String",
"Number",
"Boolean",
"Function",
"Date",
"Stack",
"Json",
"Env",
"Request",
"Logger",
"Design Mode",
"Set",
"Map",
"Browser",
"Proxy"
],
"author": "Jason_Zuo",
"repository": {
"type": "git",
"url": "git+https://github.com/jasonzxw/core-fed-util.git"
},
"bugs": {
"url": "https://github.com/jasonzxw/core-fed-util/issues"
},
"license": "Mit",
"devDependencies": {
"typescript": "^5.0.0",
"tslib": "^2.0.0"
}
}