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.

111 lines
3.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "lcid@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/os-locale"
  6. ]
  7. ],
  8. "_from": "lcid@>=2.0.0 <3.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "lcid@2.0.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/lcid",
  14. "_nodeVersion": "8.11.3",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/lcid_2.0.0_1533575422124_0.1369208248975169"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.3.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "lcid",
  27. "raw": "lcid@^2.0.0",
  28. "rawSpec": "^2.0.0",
  29. "scope": null,
  30. "spec": ">=2.0.0 <3.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/os-locale"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
  37. "_shasum": "6ef5d2df60e52f82eb228a4c373e8d1f397253cf",
  38. "_shrinkwrap": null,
  39. "_spec": "lcid@^2.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/os-locale",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/lcid/issues"
  48. },
  49. "dependencies": {
  50. "invert-kv": "^2.0.0"
  51. },
  52. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  53. "devDependencies": {
  54. "ava": "*",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "fileCount": 5,
  60. "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==",
  61. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbaID+CRA9TVsSAnZWagAAJKsP/17BJIcd+2JKznwIGfTy\naLSeMyFzhF7SwQJg337/grXJVdloX4Bu6vVkErktQkXQomcB7efihwXb5UbR\nI0NLoKYEnKXqDu8EGtCDvxWe3osuevKjgFdZzPiDQCbBAuoDGtWnChhds1Qx\nG8J9bRI9unckhH8yHpqbiUxRRXQGYSFCh5O1S1nEUDrobieM4c+WkxdiL5FL\n+NGipS0dGxPBPHVy6ozqGWSI5KHgyH7btnjpJq6cY4XAMfh2bOk4wRgU3Pk8\n/umE4yt1LsLtxJr61hUegEGWYBiN7CX8H9nh9rSnwvBOT+e9i7yTabHeyv3d\n8mNSGvcANxT7srf0a8lo9x9WFRiaVx97Yy3ceSGZaU0ZGMgfGU+0E5lJWAJe\nJ7aaYvxkDuIFsJpw0H+ldxn+g84OhS6Qxn/U9hc5FtSooLBLfsz713Eih9MN\nYAUqneor1NlJ25k6XkKDST+1bl5DUF20GKXkLX1d+YhmplvRhyhfGBEFko/V\n4/RF1C7WvvU5LyTYFQ2Hrqmq+8ziasBrE54HWk8zhMCZ8i9TEH0xav0myQWg\nYDLE7G1+JJuUVL/X5EBY7uDDNA/vF/9czD1NZ0gZ9pkgNyN59LxF+Pkkicai\nMMcw2MITYZzuT6xexeX3s+RtBqPwv1URdgKTOTY0qAgIS3fKWE86rV4MSZJp\nsfyM\r\n=gVix\r\n-----END PGP SIGNATURE-----\r\n",
  62. "shasum": "6ef5d2df60e52f82eb228a4c373e8d1f397253cf",
  63. "tarball": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
  64. "unpackedSize": 6365
  65. },
  66. "engines": {
  67. "node": ">=6"
  68. },
  69. "files": [
  70. "index.js",
  71. "lcid.json"
  72. ],
  73. "gitHead": "8badb5ccd339e56f0f546840bbb175a8e20e7bc6",
  74. "homepage": "https://github.com/sindresorhus/lcid#readme",
  75. "keywords": [
  76. "bcp47",
  77. "convert",
  78. "id",
  79. "identifier",
  80. "ietf",
  81. "json",
  82. "lang",
  83. "language",
  84. "lcid",
  85. "locale",
  86. "map",
  87. "mapping",
  88. "str",
  89. "string",
  90. "tag",
  91. "windows"
  92. ],
  93. "license": "MIT",
  94. "maintainers": [
  95. {
  96. "name": "sindresorhus",
  97. "email": "sindresorhus@gmail.com"
  98. }
  99. ],
  100. "name": "lcid",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/sindresorhus/lcid.git"
  106. },
  107. "scripts": {
  108. "test": "xo && ava"
  109. },
  110. "version": "2.0.0"
  111. }