62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"_from": "which-pm-runs@^1.0.0",
|
|
"_id": "which-pm-runs@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=",
|
|
"_location": "/which-pm-runs",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "which-pm-runs@^1.0.0",
|
|
"name": "which-pm-runs",
|
|
"escapedName": "which-pm-runs",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/prebuild-install"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
|
|
"_shasum": "670b3afbc552e0b55df6b7780ca74615f23ad1cb",
|
|
"_spec": "which-pm-runs@^1.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/prebuild-install",
|
|
"author": {
|
|
"name": "Zoltan Kochan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zkochan/which-pm-runs/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Detects what package manager executes the process",
|
|
"devDependencies": {
|
|
"execa": "^0.6.3",
|
|
"npm": "^4.4.4",
|
|
"pnpm": "^0.64.3",
|
|
"tape": "^4.6.3",
|
|
"yarn": "^0.22.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/zkochan/which-pm-runs#readme",
|
|
"keywords": [
|
|
"npm",
|
|
"pnpm",
|
|
"yarn"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "which-pm-runs",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zkochan/which-pm-runs.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|