package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "os-name@~1.0.3",
  3. "_id": "os-name@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==",
  6. "_location": "/os-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-name@~1.0.3",
  12. "name": "os-name",
  13. "escapedName": "os-name",
  14. "rawSpec": "~1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/default-user-agent"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz",
  22. "_shasum": "1b379f64835af7c5a7f498b357cb95215c159edf",
  23. "_spec": "os-name@~1.0.3",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\default-user-agent",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bin": {
  31. "os-name": "cli.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/os-name/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "osx-release": "^1.0.0",
  39. "win-release": "^1.0.0"
  40. },
  41. "deprecated": false,
  42. "description": "Get the name of the current operating system. Example: OS X Mavericks",
  43. "devDependencies": {
  44. "mocha": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js",
  51. "cli.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/os-name#readme",
  54. "keywords": [
  55. "cli",
  56. "bin",
  57. "os",
  58. "operating",
  59. "system",
  60. "platform",
  61. "name",
  62. "title",
  63. "release",
  64. "version",
  65. "osx",
  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": "mocha"
  77. },
  78. "version": "1.0.3"
  79. }