{
  "_args": [
    [
      "is-root@^1.0.0",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib"
    ]
  ],
  "_from": "is-root@>=1.0.0 <2.0.0",
  "_id": "is-root@1.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/is-root",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "1.4.14",
  "_phantomChildren": {},
  "_requested": {
    "name": "is-root",
    "raw": "is-root@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz",
  "_shasum": "07b6c233bc394cd9d02ba15c966bd6660d6342d5",
  "_shrinkwrap": null,
  "_spec": "is-root@^1.0.0",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-root/issues"
  },
  "dependencies": {},
  "description": "Check if the process is running as root user, eg. started with `sudo`.",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "07b6c233bc394cd9d02ba15c966bd6660d6342d5",
    "tarball": "http://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "6afc5207f2eb1cedb3c0e2f62e4adcfdba6f1455",
  "homepage": "https://github.com/sindresorhus/is-root",
  "keywords": [
    "permissions",
    "posix",
    "process",
    "root",
    "sudo",
    "uid",
    "user"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "is-root",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/sindresorhus/is-root.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}
