Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "os-locale@^3.1.0",
  3. "_id": "os-locale@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==",
  6. "_location": "/os-locale",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "os-locale@^3.1.0",
  12. "name": "os-locale",
  13. "escapedName": "os-locale",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-cli/yargs",
  20. "/yargs"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
  23. "_shasum": "a802a6ee17f24c10483ab9935719cef4ed16bf1a",
  24. "_spec": "os-locale@^3.1.0",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/webpack-cli/node_modules/yargs",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/os-locale/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "execa": "^1.0.0",
  37. "lcid": "^2.0.0",
  38. "mem": "^4.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get the system locale",
  42. "devDependencies": {
  43. "ava": "^1.0.1",
  44. "import-fresh": "^3.0.0",
  45. "xo": "^0.23.0"
  46. },
  47. "engines": {
  48. "node": ">=6"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  54. "keywords": [
  55. "locale",
  56. "lang",
  57. "language",
  58. "system",
  59. "os",
  60. "string",
  61. "str",
  62. "user",
  63. "country",
  64. "id",
  65. "identifier",
  66. "region"
  67. ],
  68. "license": "MIT",
  69. "name": "os-locale",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/os-locale.git"
  73. },
  74. "scripts": {
  75. "test": "xo && ava"
  76. },
  77. "version": "3.1.0"
  78. }