package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "lcid@1.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/webpack-dev-server/os-locale"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/lcid/issues"
  39. },
  40. "dependencies": {
  41. "invert-kv": "^1.0.0"
  42. },
  43. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  44. "devDependencies": {
  45. "ava": "0.0.4"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js",
  52. "lcid.json"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/lcid#readme",
  55. "keywords": [
  56. "lcid",
  57. "locale",
  58. "string",
  59. "str",
  60. "id",
  61. "identifier",
  62. "windows",
  63. "language",
  64. "lang",
  65. "map",
  66. "mapping",
  67. "convert",
  68. "json",
  69. "bcp47",
  70. "ietf",
  71. "tag"
  72. ],
  73. "license": "MIT",
  74. "name": "lcid",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/sindresorhus/lcid.git"
  78. },
  79. "scripts": {
  80. "test": "node test.js"
  81. },
  82. "version": "1.0.0"
  83. }