{
  "name": "@polyv/utils",
  "version": "2.19.0",
  "description": "Utility functions of Polyv frontend development.",
  "keywords": [
    "polyv",
    "utility",
    "保利威"
  ],
  "author": "Polyv frontend team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/polyv/fed-common-utils"
  },
  "bugs": {
    "url": "https://github.com/polyv/fed-common-utils/issues"
  },
  "homepage": "https://polyv.github.io/fed-common-utils/index.html",
  "engines": {
    "node": ">=20.0.0"
  },
  "miniprogram": "./dist/es",
  "dependencies": {
    "@just4/querystring": "^2.0.0",
    "@just4/ua-info": "^3.2.0",
    "@types/md5": "^2.3.5",
    "@types/sha256": "^0.2.2",
    "md5": "^2.3.0",
    "sha256": "^0.2.0"
  }
}