package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "os-locale@2.1.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "os-locale@2.1.0",
  9. "_id": "os-locale@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
  12. "_location": "/os-locale",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "os-locale@2.1.0",
  18. "name": "os-locale",
  19. "escapedName": "os-locale",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/yargs"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
  28. "_spec": "2.1.0",
  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. "bugs": {
  36. "url": "https://github.com/sindresorhus/os-locale/issues"
  37. },
  38. "dependencies": {
  39. "execa": "^0.7.0",
  40. "lcid": "^1.0.0",
  41. "mem": "^1.1.0"
  42. },
  43. "description": "Get the system locale",
  44. "devDependencies": {
  45. "ava": "*",
  46. "import-fresh": "^2.0.0",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=4"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  56. "keywords": [
  57. "locale",
  58. "lang",
  59. "language",
  60. "system",
  61. "os",
  62. "string",
  63. "str",
  64. "user",
  65. "country",
  66. "id",
  67. "identifier",
  68. "region"
  69. ],
  70. "license": "MIT",
  71. "name": "os-locale",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/sindresorhus/os-locale.git"
  75. },
  76. "scripts": {
  77. "test": "xo && ava"
  78. },
  79. "version": "2.1.0"
  80. }