{
  "_from": "getos@3.1.4",
  "_id": "getos@3.1.4",
  "_inBundle": false,
  "_integrity": "sha512-UORPzguEB/7UG5hqiZai8f0vQ7hzynMQyJLxStoQ8dPGAcmgsfXOPA4iE/fGtweHYkK+z4zc9V0g+CIFRf5HYw==",
  "_location": "/getos",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "getos@3.1.4",
    "name": "getos",
    "escapedName": "getos",
    "rawSpec": "3.1.4",
    "saveSpec": null,
    "fetchSpec": "3.1.4"
  },
  "_requiredBy": [
    "/cypress"
  ],
  "_resolved": "https://registry.npmjs.org/getos/-/getos-3.1.4.tgz",
  "_shasum": "29cdf240ed10a70c049add7b6f8cb08c81876faf",
  "_spec": "getos@3.1.4",
  "_where": "D:\\Development\\Work\\CENOS\\sample-app-angular-hybrid\\node_modules\\cypress",
  "author": {
    "name": "william.jblankenship@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/retrohacker/getos/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Benjamin E. Coe",
      "email": "bencoe@gmail.com",
      "url": "https://github.com/bcoe"
    }
  ],
  "dependencies": {
    "async": "^3.1.0"
  },
  "deprecated": false,
  "description": "Get the OS/Distribution name of the environment you are working on",
  "devDependencies": {
    "cli-color": "^2.0.0",
    "execSync": "^1.0.2",
    "standard": "^14.3.1",
    "tape": "^4.13.0"
  },
  "homepage": "https://github.com/retrohacker/getos",
  "keywords": [
    "OS",
    "Distribution",
    "Platform",
    "Version"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "getos",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/retrohacker/getos.git"
  },
  "scripts": {
    "integration": "node tests/runTest.js",
    "posttest": "standard",
    "standard-fix": "standard --fix",
    "test": "node tests/mocktests.js"
  },
  "version": "3.1.4"
}
