69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"_from": "sudo-prompt@^9.0.0",
|
|
"_id": "sudo-prompt@9.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Mu7R0g4ig9TUuGSxJavny5Rv0egCEtpZRNMrZaYS1vxkiIxGiGUwoezU3LazIQ+KE04hTrTfNPgxU5gzi7F5Pw==",
|
|
"_location": "/sudo-prompt",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "sudo-prompt@^9.0.0",
|
|
"name": "sudo-prompt",
|
|
"escapedName": "sudo-prompt",
|
|
"rawSpec": "^9.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^9.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-native/@react-native-community/cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/sudo-prompt/-/sudo-prompt-9.2.1.tgz",
|
|
"_shasum": "77efb84309c9ca489527a4e749f287e6bdd52afd",
|
|
"_spec": "sudo-prompt@^9.0.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/react-native/node_modules/@react-native-community/cli",
|
|
"author": {
|
|
"name": "Joran Dirk Greef"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jorangreef/sudo-prompt/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.d.ts",
|
|
"index.js",
|
|
"package.json",
|
|
"test.js",
|
|
"test-concurrent.js"
|
|
],
|
|
"homepage": "https://github.com/jorangreef/sudo-prompt#readme",
|
|
"keywords": [
|
|
"sudo",
|
|
"os",
|
|
"dialog",
|
|
"prompt",
|
|
"command",
|
|
"exec",
|
|
"user access control",
|
|
"UAC",
|
|
"privileges",
|
|
"administrative",
|
|
"elevate",
|
|
"run as administrator"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "sudo-prompt",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jorangreef/sudo-prompt.git"
|
|
},
|
|
"scripts": {},
|
|
"types": "index.d.ts",
|
|
"version": "9.2.1"
|
|
}
|