{
  "_from": "is-root@^1.0.0",
  "_id": "is-root@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-1d50EJ7ipFxb9bIx213o6KPaJmHN8f+nR48UZWxWVzDx+NA3kpscxi02oQX3rGkEaLBi9m3ZayHngQc3+bBX9w==",
  "_location": "/is-root",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-root@^1.0.0",
    "name": "is-root",
    "escapedName": "is-root",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/downgrade-root",
    "/sudo-block"
  ],
  "_resolved": "https://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz",
  "_shasum": "07b6c233bc394cd9d02ba15c966bd6660d6342d5",
  "_spec": "is-root@^1.0.0",
  "_where": "/Users/shenzhiyong/Desktop/szy-cli-dev/core/cli/node_modules/downgrade-root",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-root/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if the process is running as root user, eg. started with `sudo`.",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "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": "mocha"
  },
  "version": "1.0.0"
}
