{
  "_from": "root-check@1.0.0",
  "_id": "root-check@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lt1ts72QmU7jh1DlOJqFN/le/aiRGAbchSSMhNpLQubDWPEOe0YKCcrhprkgyMxxFAcrEhyfTTUfc+Dj/bo4JA==",
  "_location": "/root-check",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "root-check@1.0.0",
    "name": "root-check",
    "escapedName": "root-check",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/root-check/-/root-check-1.0.0.tgz",
  "_shasum": "c52a794bf0db9fad567536e41898f0c9e0a86697",
  "_spec": "root-check@1.0.0",
  "_where": "/Users/shenzhiyong/Desktop/szy-cli-dev/core/cli",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/root-check/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "downgrade-root": "^1.0.0",
    "sudo-block": "^1.1.0"
  },
  "deprecated": false,
  "description": "Try to downgrade the permissions of a process with root privileges and block access if it fails",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/root-check#readme",
  "keywords": [
    "sudo",
    "root",
    "user",
    "permissions",
    "uid",
    "block",
    "prevent",
    "stop",
    "downgrade",
    "drop",
    "privileges",
    "check"
  ],
  "license": "MIT",
  "name": "root-check",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/root-check.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.0"
}
