package.json 1.6 KB

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