65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"which-pm-runs@1.0.0",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_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": "version",
|
|
"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": [
|
|
"/snappy/prebuild-install"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Zoltan Kochan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zkochan/which-pm-runs/issues"
|
|
},
|
|
"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"
|
|
}
|