package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "os-name@^3.1.0",
  3. "_id": "os-name@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==",
  6. "_location": "/os-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-name@^3.1.0",
  12. "name": "os-name",
  13. "escapedName": "os-name",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/@octokit/endpoint/universal-user-agent",
  20. "/@octokit/request/universal-user-agent",
  21. "/universal-user-agent"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
  24. "_shasum": "dec19d966296e1cd62d701a5a66ee1ddeae70801",
  25. "_spec": "os-name@^3.1.0",
  26. "_where": "/Users/maxime/Projects/spm-lcov-action/node_modules/@octokit/endpoint/node_modules/universal-user-agent",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/os-name/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "macos-release": "^2.2.0",
  38. "windows-release": "^3.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the name of the current operating system. Example: macOS Sierra",
  42. "devDependencies": {
  43. "@types/node": "^11.13.0",
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=6"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/os-name#readme",
  56. "keywords": [
  57. "os",
  58. "operating",
  59. "system",
  60. "platform",
  61. "name",
  62. "title",
  63. "release",
  64. "version",
  65. "macos",
  66. "windows",
  67. "linux"
  68. ],
  69. "license": "MIT",
  70. "name": "os-name",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/os-name.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava && tsd"
  77. },
  78. "version": "3.1.0"
  79. }