File: D:/HostingSpaces/SBogers10/bomacon.komma.pro/node_modules/getos/package.json
{
"_from": "getos@3.1.1",
"_id": "getos@3.1.1",
"_inBundle": false,
"_integrity": "sha512-oUP1rnEhAr97rkitiszGP9EgDVYnmchgFzfqRzSkgtfv7ai6tEi7Ko8GgjNXts7VLWEqrTWyhsOKLe5C5b/Zkg==",
"_location": "/getos",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "getos@3.1.1",
"name": "getos",
"escapedName": "getos",
"rawSpec": "3.1.1",
"saveSpec": null,
"fetchSpec": "3.1.1"
},
"_requiredBy": [
"/cypress"
],
"_resolved": "https://registry.npmjs.org/getos/-/getos-3.1.1.tgz",
"_shasum": "967a813cceafee0156b0483f7cffa5b3eff029c5",
"_spec": "getos@3.1.1",
"_where": "/Users/julesgraus/webDevelopment/Basic-Bomacon/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": "2.6.1"
},
"deprecated": false,
"description": "Get the OS/Distribution name of the environment you are working on",
"devDependencies": {
"cli-color": "1.4.0",
"execSync": "1.0.2",
"standard": "^12.0.1",
"tape": "4.9.1"
},
"homepage": "https://github.com/retrohacker/getos",
"keywords": [
"OS",
"Distribution",
"Platform"
],
"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.1"
}