{
  "name": "@abtnode/util",
  "publishConfig": {
    "access": "public"
  },
  "version": "1.17.12",
  "description": "ArcBlock's JavaScript utility",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "eslint tests lib",
    "lint:fix": "eslint --fix tests lib",
    "test": "NODE_ENV=test ABT_NODE_HOST='' bun test",
    "coverage": "ABT_NODE_HOST='' bun test --coverage"
  },
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
  "license": "Apache-2.0",
  "dependencies": {
    "@abtnode/constant": "1.17.12",
    "@abtnode/db-cache": "1.17.12",
    "@arcblock/did": "1.29.27",
    "@arcblock/event-hub": "1.29.27",
    "@arcblock/pm2": "^6.0.12",
    "@blocklet/constant": "1.17.12",
    "@blocklet/error": "^0.3.5",
    "@blocklet/meta": "1.17.12",
    "@blocklet/xss": "^0.3.16",
    "@ocap/client": "1.29.27",
    "@ocap/mcrypto": "1.29.27",
    "@ocap/util": "1.29.27",
    "@ocap/wallet": "1.29.27",
    "archiver": "^7.0.1",
    "axios": "^1.7.9",
    "axios-mock-adapter": "^2.1.0",
    "axon": "^2.0.3",
    "chalk": "^4.1.2",
    "cookie": "^1.0.2",
    "cookie-parser": "^1.4.7",
    "cross-spawn": "^7.0.3",
    "dayjs": "^1.11.8",
    "debug": "^4.4.1",
    "fast-folder-size": "^2.4.0",
    "fast-glob": "^3.3.2",
    "find-up": "^5.0.0",
    "fkill": "^7.2.1",
    "flush-write-stream": "^2.0.0",
    "folder-walker": "^3.2.0",
    "form-data": "^4.0.2",
    "get-folder-size": "^2.0.1",
    "hasha": "^5.2.2",
    "hpagent": "^1.1.0",
    "internal-ip": "^6.2.0",
    "is-docker": "^2.2.1",
    "is-ip": "3",
    "is-url": "^1.2.4",
    "json-stable-stringify": "^1.0.1",
    "lodash": "^4.17.21",
    "minimatch": "^9.0.4",
    "multiformats": "9.9.0",
    "node-stream-zip": "^1.15.0",
    "npm-packlist": "^7.0.4",
    "p-retry": "^4.6.2",
    "p-wait-for": "^3.2.0",
    "parallel-transform": "^1.2.0",
    "private-ip": "^2.3.4",
    "public-ip": "^4.0.4",
    "pump": "^3.0.0",
    "request-ip": "^3.3.0",
    "resolve": "^1.22.8",
    "semver": "^7.6.3",
    "semver-sort": "^1.0.0",
    "shelljs": "^0.8.5",
    "slugify": "^1.6.5",
    "ssri": "^8.0.1",
    "stream-to-promise": "^3.0.0",
    "tar": "^6.1.11",
    "through2-filter": "^3.0.0",
    "through2-map": "^3.0.0",
    "to-semver": "^3.0.0",
    "transliteration": "2.3.5",
    "ufo": "^1.5.3",
    "which": "^2.0.2"
  },
  "devDependencies": {
    "@types/resolve": "^1.20.6",
    "cookie-signature": "^1.2.2",
    "detect-port": "^1.5.1",
    "express": "^4.18.2",
    "fs-extra": "^11.2.0"
  },
  "gitHead": "a851c46d35a66372b7aa8fb5d7eed7d26980da8a"
}
