Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "/yargs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
  22. "_shasum": "a802a6ee17f24c10483ab9935719cef4ed16bf1a",
  23. "_spec": "os-locale@^3.1.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/yargs",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/os-locale/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "execa": "^1.0.0",
  36. "lcid": "^2.0.0",
  37. "mem": "^4.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get the system locale",
  41. "devDependencies": {
  42. "ava": "^1.0.1",
  43. "import-fresh": "^3.0.0",
  44. "xo": "^0.23.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  53. "keywords": [
  54. "locale",
  55. "lang",
  56. "language",
  57. "system",
  58. "os",
  59. "string",
  60. "str",
  61. "user",
  62. "country",
  63. "id",
  64. "identifier",
  65. "region"
  66. ],
  67. "license": "MIT",
  68. "name": "os-locale",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/os-locale.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.1.0"
  77. }