{
  "name": "@umijs/utils",
  "version": "4.6.29",
  "homepage": "https://github.com/umijs/umi/tree/master/packages/utils#readme",
  "bugs": "https://github.com/umijs/umi/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "compiled"
  ],
  "dependencies": {
    "chokidar": "3.5.3",
    "pino": "7.11.0"
  },
  "devDependencies": {
    "@ampproject/remapping": "2.2.0",
    "@clack/prompts": "0.2.2",
    "@hapi/joi": "17.1.1",
    "@types/color": "3.0.3",
    "@types/cross-spawn": "6.0.2",
    "@types/debug": "4.1.7",
    "@types/glob": "8.0.0",
    "@types/hapi__joi": "17.1.9",
    "@types/lodash": "4.14.191",
    "@types/mustache": "4.2.2",
    "@types/prompts": "^2.4.2",
    "@types/rimraf": "3.0.2",
    "@types/semver": "7.3.13",
    "@types/tar": "6.1.4",
    "@types/yargs-parser": "21.0.0",
    "address": "1.1.2",
    "axios": "0.27.2",
    "chalk": "5.0.1",
    "cheerio": "1.0.0-rc.10",
    "color": "4.2.3",
    "cross-spawn": "7.0.3",
    "debug": "4.3.4",
    "deepmerge": "4.2.2",
    "execa": "6.1.0",
    "fastest-levenshtein": "1.0.16",
    "filesize": "10.0.6",
    "fs-extra": "11.1.0",
    "glob": "8.0.3",
    "gzip-size": "7.0.0",
    "import-lazy": "4.0.0",
    "lodash": "4.17.21",
    "magic-string": "0.27.0",
    "mustache": "4.2.0",
    "pirates": "4.0.5",
    "pkg-up": "4.0.0",
    "portfinder": "1.0.32",
    "prettier": "2.8.4",
    "prompts": "2.4.2",
    "resolve": "1.22.0",
    "rimraf": "3.0.2",
    "semver": "7.3.8",
    "strip-ansi": "7.0.1",
    "tar": "6.1.13",
    "tsconfig-paths": "4.1.2",
    "yargs-parser": "21.1.1",
    "zod": "3.20.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ],
  "compiledConfig": {
    "deps": [
      "address",
      "axios",
      "chalk",
      "cheerio",
      "color",
      "cross-spawn",
      "debug",
      "deepmerge",
      "execa",
      "glob",
      "fs-extra",
      "import-lazy",
      "lodash",
      "mustache",
      "prettier",
      "pkg-up",
      "portfinder",
      "prompts",
      "rimraf",
      "resolve",
      "semver",
      "strip-ansi",
      "yargs-parser",
      "pirates",
      "@hapi/joi",
      "@clack/prompts",
      "magic-string",
      "@ampproject/remapping",
      "tsconfig-paths",
      "zod",
      "tar"
    ],
    "externals": {
      "address": "$$LOCAL",
      "axios": "$$LOCAL",
      "chalk": "$$LOCAL",
      "cheerio": "$$LOCAL",
      "cross-spawn": "$$LOCAL",
      "debug": "$$LOCAL",
      "fs-extra": "$$LOCAL",
      "globby": "$$LOCAL",
      "import-lazy": "$$LOCAL",
      "lodash": "$$LOCAL",
      "mustache": "$$LOCAL",
      "pkg-up": "$$LOCAL",
      "portfinder": "$$LOCAL",
      "rimraf": "$$LOCAL",
      "resolve": "$$LOCAL",
      "semver": "$$LOCAL",
      "strip-ansi": "$$LOCAL",
      "yargs-parser": "$$LOCAL",
      "pirates": "$$LOCAL",
      "@hapi/joi": "$$LOCAL",
      "tsconfig-paths": "$$LOCAL"
    }
  },
  "scripts": {
    "build": "umi-scripts father build",
    "build:deps": "umi-scripts bundleDeps",
    "dev": "umi-scripts father dev",
    "test": "umi-scripts jest-turbo"
  }
}