package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "which-pm-runs@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which-pm-runs@1.1.0",
  10. "_id": "which-pm-runs@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-n1brCuqClxfFfq/Rb0ICg9giSZqCS+pLtccdag6C2HyufBrh3fBOiy9nb6ggRMvWOVH5GrdJskj5iGTZNxd7SA==",
  13. "_location": "/which-pm-runs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which-pm-runs@1.1.0",
  19. "name": "which-pm-runs",
  20. "escapedName": "which-pm-runs",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/husky"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Zoltan Kochan"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/zkochan/packages/labels/package%3A%20which-pm-runs"
  36. },
  37. "dependenciesMeta": {
  38. "which-pm-runs": {
  39. "injected": true
  40. }
  41. },
  42. "description": "Detects what package manager executes the process",
  43. "devDependencies": {
  44. "cnpm": "^7.1.1",
  45. "execa": "^5.1.1",
  46. "npm": "^8.2.0",
  47. "pnpm": "^6.23.6",
  48. "tape": "^5.3.2",
  49. "which-pm-runs": "file:",
  50. "yarn": "^1.22.17"
  51. },
  52. "engines": {
  53. "node": ">=4"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/zkochan/packages/tree/main/which-pm-runs#readme",
  59. "keywords": [
  60. "npm",
  61. "pnpm",
  62. "yarn",
  63. "cnpm"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "which-pm-runs",
  68. "repository": {
  69. "type": "git",
  70. "url": "https://github.com/zkochan/packages/tree/main/which-pm-runs"
  71. },
  72. "scripts": {
  73. "test": "tape test"
  74. },
  75. "version": "1.1.0"
  76. }