11cb0ef41Sopenharmony_ci{ 21cb0ef41Sopenharmony_ci "name": "corepack", 31cb0ef41Sopenharmony_ci "version": "0.25.2", 41cb0ef41Sopenharmony_ci "homepage": "https://github.com/nodejs/corepack#readme", 51cb0ef41Sopenharmony_ci "bugs": { 61cb0ef41Sopenharmony_ci "url": "https://github.com/nodejs/corepack/issues" 71cb0ef41Sopenharmony_ci }, 81cb0ef41Sopenharmony_ci "repository": { 91cb0ef41Sopenharmony_ci "type": "git", 101cb0ef41Sopenharmony_ci "url": "https://github.com/nodejs/corepack.git" 111cb0ef41Sopenharmony_ci }, 121cb0ef41Sopenharmony_ci "engines": { 131cb0ef41Sopenharmony_ci "node": "^18.17.1 || >=20.10.0" 141cb0ef41Sopenharmony_ci }, 151cb0ef41Sopenharmony_ci "exports": { 161cb0ef41Sopenharmony_ci "./package.json": "./package.json" 171cb0ef41Sopenharmony_ci }, 181cb0ef41Sopenharmony_ci "license": "MIT", 191cb0ef41Sopenharmony_ci "packageManager": "yarn@4.1.0+sha224.bc24d7f5afc738464f3d4e95f4e6e7829a35cee54a0fd527ea5baa83", 201cb0ef41Sopenharmony_ci "devDependencies": { 211cb0ef41Sopenharmony_ci "@babel/core": "^7.14.3", 221cb0ef41Sopenharmony_ci "@babel/plugin-transform-modules-commonjs": "^7.14.0", 231cb0ef41Sopenharmony_ci "@babel/preset-typescript": "^7.13.0", 241cb0ef41Sopenharmony_ci "@jest/globals": "^29.0.0", 251cb0ef41Sopenharmony_ci "@types/debug": "^4.1.5", 261cb0ef41Sopenharmony_ci "@types/jest": "^29.0.0", 271cb0ef41Sopenharmony_ci "@types/node": "^20.4.6", 281cb0ef41Sopenharmony_ci "@types/proxy-from-env": "^1", 291cb0ef41Sopenharmony_ci "@types/semver": "^7.1.0", 301cb0ef41Sopenharmony_ci "@types/tar": "^6.0.0", 311cb0ef41Sopenharmony_ci "@types/which": "^3.0.0", 321cb0ef41Sopenharmony_ci "@typescript-eslint/eslint-plugin": "^6.8.0", 331cb0ef41Sopenharmony_ci "@typescript-eslint/parser": "^6.8.0", 341cb0ef41Sopenharmony_ci "@yarnpkg/eslint-config": "^1.0.0", 351cb0ef41Sopenharmony_ci "@yarnpkg/fslib": "^3.0.0-rc.48", 361cb0ef41Sopenharmony_ci "@zkochan/cmd-shim": "^6.0.0", 371cb0ef41Sopenharmony_ci "babel-plugin-dynamic-import-node": "^2.3.3", 381cb0ef41Sopenharmony_ci "clipanion": "^3.0.1", 391cb0ef41Sopenharmony_ci "debug": "^4.1.1", 401cb0ef41Sopenharmony_ci "esbuild": "0.19.5", 411cb0ef41Sopenharmony_ci "eslint": "^8.0.0", 421cb0ef41Sopenharmony_ci "eslint-plugin-arca": "^0.16.0", 431cb0ef41Sopenharmony_ci "jest": "^29.0.0", 441cb0ef41Sopenharmony_ci "proxy-from-env": "^1.1.0", 451cb0ef41Sopenharmony_ci "semver": "^7.5.2", 461cb0ef41Sopenharmony_ci "supports-color": "^9.0.0", 471cb0ef41Sopenharmony_ci "tar": "^6.0.1", 481cb0ef41Sopenharmony_ci "ts-node": "^10.0.0", 491cb0ef41Sopenharmony_ci "typescript": "^5.0.4", 501cb0ef41Sopenharmony_ci "undici": "^6.6.1", 511cb0ef41Sopenharmony_ci "v8-compile-cache": "^2.3.0", 521cb0ef41Sopenharmony_ci "which": "^4.0.0" 531cb0ef41Sopenharmony_ci }, 541cb0ef41Sopenharmony_ci "scripts": { 551cb0ef41Sopenharmony_ci "build": "rm -rf dist shims && run build:bundle && ts-node ./mkshims.ts", 561cb0ef41Sopenharmony_ci "build:bundle": "esbuild ./sources/_lib.ts --bundle --platform=node --target=node18.17.0 --external:corepack --outfile='./dist/lib/corepack.cjs' --resolve-extensions='.ts,.mjs,.js'", 571cb0ef41Sopenharmony_ci "corepack": "ts-node ./sources/_cli.ts", 581cb0ef41Sopenharmony_ci "lint": "eslint .", 591cb0ef41Sopenharmony_ci "prepack": "yarn build", 601cb0ef41Sopenharmony_ci "postpack": "rm -rf dist shims", 611cb0ef41Sopenharmony_ci "typecheck": "tsc --noEmit", 621cb0ef41Sopenharmony_ci "test": "jest" 631cb0ef41Sopenharmony_ci }, 641cb0ef41Sopenharmony_ci "files": [ 651cb0ef41Sopenharmony_ci "dist", 661cb0ef41Sopenharmony_ci "shims", 671cb0ef41Sopenharmony_ci "LICENSE.md" 681cb0ef41Sopenharmony_ci ], 691cb0ef41Sopenharmony_ci "publishConfig": { 701cb0ef41Sopenharmony_ci "bin": { 711cb0ef41Sopenharmony_ci "corepack": "./dist/corepack.js", 721cb0ef41Sopenharmony_ci "pnpm": "./dist/pnpm.js", 731cb0ef41Sopenharmony_ci "pnpx": "./dist/pnpx.js", 741cb0ef41Sopenharmony_ci "yarn": "./dist/yarn.js", 751cb0ef41Sopenharmony_ci "yarnpkg": "./dist/yarnpkg.js" 761cb0ef41Sopenharmony_ci }, 771cb0ef41Sopenharmony_ci "executableFiles": [ 781cb0ef41Sopenharmony_ci "./dist/npm.js", 791cb0ef41Sopenharmony_ci "./dist/npx.js", 801cb0ef41Sopenharmony_ci "./dist/pnpm.js", 811cb0ef41Sopenharmony_ci "./dist/pnpx.js", 821cb0ef41Sopenharmony_ci "./dist/yarn.js", 831cb0ef41Sopenharmony_ci "./dist/yarnpkg.js", 841cb0ef41Sopenharmony_ci "./dist/corepack.js", 851cb0ef41Sopenharmony_ci "./shims/npm", 861cb0ef41Sopenharmony_ci "./shims/npm.ps1", 871cb0ef41Sopenharmony_ci "./shims/npx", 881cb0ef41Sopenharmony_ci "./shims/npx.ps1", 891cb0ef41Sopenharmony_ci "./shims/pnpm", 901cb0ef41Sopenharmony_ci "./shims/pnpm.ps1", 911cb0ef41Sopenharmony_ci "./shims/pnpx", 921cb0ef41Sopenharmony_ci "./shims/pnpx.ps1", 931cb0ef41Sopenharmony_ci "./shims/yarn", 941cb0ef41Sopenharmony_ci "./shims/yarn.ps1", 951cb0ef41Sopenharmony_ci "./shims/yarnpkg", 961cb0ef41Sopenharmony_ci "./shims/yarnpkg.ps1" 971cb0ef41Sopenharmony_ci ] 981cb0ef41Sopenharmony_ci }, 991cb0ef41Sopenharmony_ci "bin": { 1001cb0ef41Sopenharmony_ci "corepack": "./dist/corepack.js", 1011cb0ef41Sopenharmony_ci "pnpm": "./dist/pnpm.js", 1021cb0ef41Sopenharmony_ci "pnpx": "./dist/pnpx.js", 1031cb0ef41Sopenharmony_ci "yarn": "./dist/yarn.js", 1041cb0ef41Sopenharmony_ci "yarnpkg": "./dist/yarnpkg.js" 1051cb0ef41Sopenharmony_ci } 1061cb0ef41Sopenharmony_ci}