package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "which-pm-runs@^1.0.0",
  3. "_id": "which-pm-runs@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=",
  6. "_location": "/which-pm-runs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which-pm-runs@^1.0.0",
  12. "name": "which-pm-runs",
  13. "escapedName": "which-pm-runs",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz",
  22. "_shasum": "670b3afbc552e0b55df6b7780ca74615f23ad1cb",
  23. "_spec": "which-pm-runs@^1.0.0",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
  25. "author": {
  26. "name": "Zoltan Kochan"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/zkochan/which-pm-runs/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Detects what package manager executes the process",
  34. "devDependencies": {
  35. "execa": "^0.6.3",
  36. "npm": "^4.4.4",
  37. "pnpm": "^0.64.3",
  38. "tape": "^4.6.3",
  39. "yarn": "^0.22.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/zkochan/which-pm-runs#readme",
  45. "keywords": [
  46. "npm",
  47. "pnpm",
  48. "yarn"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "which-pm-runs",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/zkochan/which-pm-runs.git"
  56. },
  57. "scripts": {
  58. "test": "tape test"
  59. },
  60. "version": "1.0.0"
  61. }