{ "_from": "is-docker@1.1.0", "_id": "is-docker@1.1.0", "_inBundle": false, "_integrity": "sha1-8EN01O7lMQ6ajhE78UlUEeRhdqE=", "_location": "/is-docker", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-docker@1.1.0", "name": "is-docker", "escapedName": "is-docker", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/gatsby-telemetry" ], "_resolved": "https://registry.npmjs.org/is-docker/-/is-docker-1.1.0.tgz", "_shasum": "f04374d4eee5310e9a8e113bf1495411e46176a1", "_spec": "is-docker@1.1.0", "_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby-telemetry", "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" }