38 lines
877 B
JSON
38 lines
877 B
JSON
{
|
|
"name": "which-pm-runs",
|
|
"version": "1.0.0",
|
|
"description": "Detects what package manager executes the process",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zkochan/which-pm-runs.git"
|
|
},
|
|
"keywords": [
|
|
"npm",
|
|
"pnpm",
|
|
"yarn"
|
|
],
|
|
"author": "Zoltan Kochan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zkochan/which-pm-runs/issues"
|
|
},
|
|
"homepage": "https://github.com/zkochan/which-pm-runs#readme",
|
|
"devDependencies": {
|
|
"execa": "^0.6.3",
|
|
"npm": "^4.4.4",
|
|
"pnpm": "^0.64.3",
|
|
"tape": "^4.6.3",
|
|
"yarn": "^0.22.0"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz"
|
|
,"_integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs="
|
|
,"_from": "which-pm-runs@1.0.0"
|
|
} |