Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "lcid@^2.0.0",
  3. "_id": "lcid@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
  6. "_location": "/lcid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lcid@^2.0.0",
  12. "name": "lcid",
  13. "escapedName": "lcid",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
  22. "_shasum": "6ef5d2df60e52f82eb228a4c373e8d1f397253cf",
  23. "_spec": "lcid@^2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/os-locale",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/lcid/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "invert-kv": "^2.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "index.js",
  48. "lcid.json"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/lcid#readme",
  51. "keywords": [
  52. "lcid",
  53. "locale",
  54. "string",
  55. "str",
  56. "id",
  57. "identifier",
  58. "windows",
  59. "language",
  60. "lang",
  61. "map",
  62. "mapping",
  63. "convert",
  64. "json",
  65. "bcp47",
  66. "ietf",
  67. "tag"
  68. ],
  69. "license": "MIT",
  70. "name": "lcid",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/lcid.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "2.0.0"
  79. }