package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "os-name@1.0.3",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "os-name@1.0.3",
  9. "_id": "os-name@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GzefZINa98Wn9JizV8uVIVwVnt8=",
  12. "_location": "/os-name",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "os-name@1.0.3",
  18. "name": "os-name",
  19. "escapedName": "os-name",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/default-user-agent"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/os-name/-/os-name-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bin": {
  36. "os-name": "cli.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/os-name/issues"
  40. },
  41. "dependencies": {
  42. "osx-release": "^1.0.0",
  43. "win-release": "^1.0.0"
  44. },
  45. "description": "Get the name of the current operating system. Example: OS X Mavericks",
  46. "devDependencies": {
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "cli.js"
  55. ],
  56. "homepage": "https://github.com/sindresorhus/os-name#readme",
  57. "keywords": [
  58. "cli",
  59. "bin",
  60. "os",
  61. "operating",
  62. "system",
  63. "platform",
  64. "name",
  65. "title",
  66. "release",
  67. "version",
  68. "osx",
  69. "windows",
  70. "linux"
  71. ],
  72. "license": "MIT",
  73. "name": "os-name",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/os-name.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "version": "1.0.3"
  82. }