sudo-prompt/package.json

42 lines
874 B
JSON
Raw Normal View History

2015-06-08 15:24:56 +02:00
{
"name": "sudo-prompt",
2020-04-29 11:47:19 +02:00
"version": "9.2.1",
2015-06-08 15:24:56 +02:00
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js",
2019-11-07 16:36:16 +01:00
"types": "index.d.ts",
2018-12-12 10:26:45 +01:00
"files": [
"LICENSE",
"README.md",
"index.d.ts",
2018-12-12 10:26:45 +01:00
"index.js",
"package.json",
"test.js",
"test-concurrent.js"
2018-12-12 10:26:45 +01:00
],
2015-06-08 15:24:56 +02:00
"repository": {
"type": "git",
2015-08-10 08:30:52 +02:00
"url": "git+https://github.com/jorangreef/sudo-prompt.git"
2015-06-08 15:24:56 +02:00
},
"keywords": [
"sudo",
"os",
"dialog",
"prompt",
"command",
2016-07-15 18:27:29 +02:00
"exec",
"user access control",
"UAC",
"privileges",
"administrative",
"elevate",
"run as administrator"
2015-06-08 15:24:56 +02:00
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
2015-08-10 08:30:52 +02:00
"url": "https://github.com/jorangreef/sudo-prompt/issues"
2015-06-08 15:24:56 +02:00
},
2015-08-10 08:30:52 +02:00
"homepage": "https://github.com/jorangreef/sudo-prompt#readme",
2015-08-05 09:13:49 +02:00
"scripts": {}
2015-06-08 15:24:56 +02:00
}