{
  "_from": "is-docker@^1.0.0",
  "_id": "is-docker@1.1.0",
  "_inBundle": false,
  "_integrity": "sha512-ZEpopPu+bLIb/x3IF9wXxRdAW74e/ity1XGRxpznAaABKhc8mmtRamRB2l71CSs1YMS8FQxDK/vPK10XlhzG2A==",
  "_location": "/is-docker",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-docker@^1.0.0",
    "name": "is-docker",
    "escapedName": "is-docker",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/sudo-block"
  ],
  "_resolved": "https://registry.npmjs.org/is-docker/-/is-docker-1.1.0.tgz",
  "_shasum": "f04374d4eee5310e9a8e113bf1495411e46176a1",
  "_spec": "is-docker@^1.0.0",
  "_where": "/Users/shenzhiyong/Desktop/szy-cli-dev/core/cli/node_modules/sudo-block",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-docker/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if the process is running inside a Docker container",
  "devDependencies": {
    "ava": "*",
    "sinon": "^1.14.1",
    "xo": "^0.16.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/is-docker#readme",
  "keywords": [
    "detect",
    "docker",
    "dockerized",
    "container",
    "inside",
    "is",
    "env",
    "environment",
    "process"
  ],
  "license": "MIT",
  "name": "is-docker",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-docker.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.1.0"
}
