forked from bpasero/sudo-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@expo/sudo-prompt",
"public": true,
"version": "9.3.2",
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js",
"types": "index.d.ts",
"files": [
"LICENSE",
"README.md",
"index.d.ts",
"index.js",
"package.json",
"test.js",
"test-concurrent.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/expo/sudo-prompt.git"
},
"keywords": [
"sudo",
"os",
"dialog",
"prompt",
"command",
"exec",
"user access control",
"UAC",
"privileges",
"administrative",
"elevate",
"run as administrator"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/sudo-prompt/issues"
},
"homepage": "https://github.com/expo/sudo-prompt",
"scripts": {},
"publishConfig": {
"access": "public"
}
}