Gazebo_simulation-Frontend/node_modules/is-root/package.json

70 lines
1.6 KiB
JSON

{
"_args": [
[
"is-root@2.0.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "is-root@2.0.0",
"_id": "is-root@2.0.0",
"_inBundle": false,
"_integrity": "sha512-F/pJIk8QD6OX5DNhRB7hWamLsUilmkDGho48KbgZ6xg/lmAZXHxzXQ91jzB3yRSw5kdQGGGc4yz8HYhTYIMWPg==",
"_location": "/is-root",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-root@2.0.0",
"name": "is-root",
"escapedName": "is-root",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/react-dev-utils"
],
"_resolved": "https://registry.npmjs.org/is-root/-/is-root-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-root/issues"
},
"description": "Check if the process is running as root user, for example, one started with `sudo`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-root#readme",
"keywords": [
"sudo",
"root",
"user",
"permissions",
"uid",
"process",
"posix"
],
"license": "MIT",
"name": "is-root",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-root.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}