{
  "_from": "@antfu/install-pkg@^1.1.0",
  "_id": "@antfu/install-pkg@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-MGQsmw10ZyI+EJo45CdSER4zEb+p31LpDAFp2Z3gkSd1yqVZGi0Ebx++YTEMonJy4oChEMLsxZ64j8FH6sSqtQ==",
  "_location": "/@antfu/install-pkg",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@antfu/install-pkg@^1.1.0",
    "name": "@antfu/install-pkg",
    "escapedName": "@antfu%2finstall-pkg",
    "scope": "@antfu",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/@iconify/utils"
  ],
  "_resolved": "https://registry.npmmirror.com/@antfu/install-pkg/-/install-pkg-1.1.0.tgz",
  "_shasum": "78fa036be1a6081b5a77a5cf59f50c7752b6ba26",
  "_spec": "@antfu/install-pkg@^1.1.0",
  "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\@iconify\\utils",
  "author": {
    "name": "Anthony Fu",
    "email": "anthonyfu117@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/antfu/install-pkg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "package-manager-detector": "^1.3.0",
    "tinyexec": "^1.0.1"
  },
  "deprecated": false,
  "description": "Install package programmatically.",
  "devDependencies": {
    "@antfu/eslint-config": "^4.12.1",
    "@antfu/ni": "^24.3.0",
    "@types/node": "^22.15.12",
    "bumpp": "^10.1.0",
    "eslint": "^9.26.0",
    "publint": "^0.3.12",
    "tsup": "^8.4.0",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/install-pkg#readme",
  "license": "MIT",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "name": "@antfu/install-pkg",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/install-pkg.git"
  },
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
    "dev": "nr build --watch",
    "lint": "eslint .",
    "release": "bumpp --commit --push --tag && pnpm publish",
    "start": "tsx src/index.ts"
  },
  "sideEffects": false,
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.1.0"
}
