{ "_from": "package-manager-detector@^0.2.0", "_id": "package-manager-detector@0.2.8", "_inBundle": false, "_integrity": "sha512-ts9KSdroZisdvKMWVAVCXiKqnqNfXz4+IbrBG8/BWx/TR5le+jfenvoBuIZ6UWM9nz47W7AbD9qYfAwfWMIwzA==", "_location": "/package-manager-detector", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "package-manager-detector@^0.2.0", "name": "package-manager-detector", "escapedName": "package-manager-detector", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/@iconify/utils/@antfu/install-pkg" ], "_resolved": "https://registry.npmmirror.com/package-manager-detector/-/package-manager-detector-0.2.8.tgz", "_shasum": "f5ace2dbd37666af54e5acec11bc37c8450f72d0", "_spec": "package-manager-detector@^0.2.0", "_where": "E:\\qinduan\\mallbackinfrontend\\node_modules\\@iconify\\utils\\node_modules\\@antfu\\install-pkg", "author": { "name": "Anthony Fu", "email": "anthonyfu117@hotmail.com" }, "bugs": { "url": "https://github.com/antfu-collective/package-manager-detector/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Package manager detector", "devDependencies": { "@antfu/eslint-config": "^3.9.1", "@types/fs-extra": "^11.0.4", "@types/node": "^22.9.0", "bumpp": "^9.8.1", "eslint": "^9.15.0", "fs-extra": "^11.2.0", "typescript": "^5.6.3", "unbuild": "^2.0.0", "vitest": "^2.1.5" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./commands": { "import": "./dist/commands.mjs", "require": "./dist/commands.cjs" }, "./detect": { "import": "./dist/detect.mjs", "require": "./dist/detect.cjs" }, "./constants": { "import": "./dist/constants.mjs", "require": "./dist/constants.cjs" } }, "files": [ "dist" ], "homepage": "https://github.com/antfu-collective/package-manager-detector#readme", "license": "MIT", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "name": "package-manager-detector", "repository": { "type": "git", "url": "git+https://github.com/antfu-collective/package-manager-detector.git" }, "scripts": { "build": "unbuild", "lint": "eslint .", "release": "bumpp", "stub": "unbuild --stub", "test": "vitest" }, "sideEffects": false, "type": "module", "types": "./dist/index.d.ts", "typesVersions": { "*": { "commands": [ "./dist/commands.d.ts" ], "detect": [ "./dist/detect.d.ts" ], "constants": [ "./dist/constants.d.ts" ] } }, "version": "0.2.8" }