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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "lcid@^1.0.0",
  3. "_id": "lcid@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=",
  6. "_location": "/lcid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lcid@^1.0.0",
  12. "name": "lcid",
  13. "escapedName": "lcid",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
  22. "_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
  23. "_spec": "lcid@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\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": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  39. "devDependencies": {
  40. "ava": "0.0.4"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js",
  47. "lcid.json"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/lcid#readme",
  50. "keywords": [
  51. "lcid",
  52. "locale",
  53. "string",
  54. "str",
  55. "id",
  56. "identifier",
  57. "windows",
  58. "language",
  59. "lang",
  60. "map",
  61. "mapping",
  62. "convert",
  63. "json",
  64. "bcp47",
  65. "ietf",
  66. "tag"
  67. ],
  68. "license": "MIT",
  69. "name": "lcid",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/sindresorhus/lcid.git"
  73. },
  74. "scripts": {
  75. "test": "node test.js"
  76. },
  77. "version": "1.0.0"
  78. }