File: D:/HostingSpaces/SBogers10/base.komma.pro/node_modules/getos/package.json
{
"_args": [
[
"getos@3.1.4",
"/Users/julesgraus/webDevelopment/Boilerplate-Base"
]
],
"_development": true,
"_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",
"_spec": "3.1.4",
"_where": "/Users/julesgraus/webDevelopment/Boilerplate-Base",
"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.1.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.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"
}