{ "_args": [ [ "getos@3.2.1", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_development": true, "_from": "getos@3.2.1", "_id": "getos@3.2.1", "_inBundle": false, "_integrity": "sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==", "_location": "/getos", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "getos@3.2.1", "name": "getos", "escapedName": "getos", "rawSpec": "3.2.1", "saveSpec": null, "fetchSpec": "3.2.1" }, "_requiredBy": [ "/cypress" ], "_resolved": "https://registry.npmjs.org/getos/-/getos-3.2.1.tgz", "_spec": "3.2.1", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "william.jblankenship@gmail.com" }, "bugs": { "url": "https://github.com/retrohacker/getos/issues" }, "contributors": [ { "name": "Benjamin E. Coe", "email": "bencoe@gmail.com", "url": "https://github.com/bcoe" } ], "dependencies": { "async": "^3.2.0" }, "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.2" }, "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.2.1" }