Files
freeCodeCamp/probot/presolver/node_modules/os-name/package.json
2018-12-05 11:23:55 +05:30

76 lines
1.7 KiB
JSON

{
"_from": "os-name@^2.0.1",
"_id": "os-name@2.0.1",
"_inBundle": false,
"_integrity": "sha1-uaOGNhwXrjohc27wWZQFyajF3F4=",
"_location": "/os-name",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "os-name@^2.0.1",
"name": "os-name",
"escapedName": "os-name",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/universal-user-agent"
],
"_resolved": "https://registry.npmjs.org/os-name/-/os-name-2.0.1.tgz",
"_shasum": "b9a386361c17ae3a21736ef0599405c9a8c5dc5e",
"_spec": "os-name@^2.0.1",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/universal-user-agent",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/os-name/issues"
},
"bundleDependencies": false,
"dependencies": {
"macos-release": "^1.0.0",
"win-release": "^1.0.0"
},
"deprecated": false,
"description": "Get the name of the current operating system. Example: macOS Sierra",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/os-name#readme",
"keywords": [
"os",
"operating",
"system",
"platform",
"name",
"title",
"release",
"version",
"macos",
"osx",
"windows",
"linux"
],
"license": "MIT",
"name": "os-name",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/os-name.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.1"
}