feat: adding linter for commits
This commit is contained in:
34
node_modules/which-pm-runs/package.json
generated
vendored
Normal file
34
node_modules/which-pm-runs/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user