astro-ghostcms/.pnpm-store/v3/files/7b/38e889c33df93ea78f4c2eedf82...

42 lines
851 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "which-pm",
"version": "2.1.1",
"description": "Detects what package manager was used for installation",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=8.15"
},
"repository": "https://github.com/zkochan/packages/tree/main/which-pm",
"bugs": {
"url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm"
},
"keywords": [
"npm",
"pnpm",
"yarn"
],
"author": "Zoltan Kochan",
"license": "MIT",
"dependenciesMeta": {
"which-pm": {
"injected": true
}
},
"dependencies": {
"load-yaml-file": "^0.2.0",
"path-exists": "^4.0.0"
},
"devDependencies": {
"standard": "^16.0.4",
"tape": "^5.3.2",
"which-pm": "file:"
},
"scripts": {
"test": "standard && node test"
}
}