您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "sudo-prompt",
  3. "version": "9.2.1",
  4. "description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
  5. "main": "index.js",
  6. "types": "index.d.ts",
  7. "files": [
  8. "LICENSE",
  9. "README.md",
  10. "index.d.ts",
  11. "index.js",
  12. "package.json",
  13. "test.js",
  14. "test-concurrent.js"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://github.com/jorangreef/sudo-prompt.git"
  19. },
  20. "keywords": [
  21. "sudo",
  22. "os",
  23. "dialog",
  24. "prompt",
  25. "command",
  26. "exec",
  27. "user access control",
  28. "UAC",
  29. "privileges",
  30. "administrative",
  31. "elevate",
  32. "run as administrator"
  33. ],
  34. "author": "Joran Dirk Greef",
  35. "license": "MIT",
  36. "bugs": {
  37. "url": "https://github.com/jorangreef/sudo-prompt/issues"
  38. },
  39. "homepage": "https://github.com/jorangreef/sudo-prompt#readme",
  40. "scripts": {}
  41. }