package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "lcid@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/os-locale"
  6. ]
  7. ],
  8. "_from": "lcid@>=1.0.0 <2.0.0",
  9. "_id": "lcid@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/lcid",
  13. "_nodeVersion": "0.12.0",
  14. "_npmUser": {
  15. "email": "sindresorhus@gmail.com",
  16. "name": "sindresorhus"
  17. },
  18. "_npmVersion": "2.5.1",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "lcid",
  22. "raw": "lcid@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/os-locale",
  30. "/webpack-dev-server/os-locale"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
  33. "_shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
  34. "_shrinkwrap": null,
  35. "_spec": "lcid@^1.0.0",
  36. "_where": "/home/seleznev/project Angular/Quality system/node_modules/os-locale",
  37. "author": {
  38. "email": "sindresorhus@gmail.com",
  39. "name": "Sindre Sorhus",
  40. "url": "sindresorhus.com"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/lcid/issues"
  44. },
  45. "dependencies": {
  46. "invert-kv": "^1.0.0"
  47. },
  48. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  49. "devDependencies": {
  50. "ava": "0.0.4"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "308accafa0bc483a3867b4b6f2b9506251d1b835",
  55. "tarball": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js",
  62. "lcid.json"
  63. ],
  64. "gitHead": "96bb3e617f77f5f8ceb78653c77de5a85abb3b1e",
  65. "homepage": "https://github.com/sindresorhus/lcid",
  66. "keywords": [
  67. "bcp47",
  68. "convert",
  69. "id",
  70. "identifier",
  71. "ietf",
  72. "json",
  73. "lang",
  74. "language",
  75. "lcid",
  76. "locale",
  77. "map",
  78. "mapping",
  79. "str",
  80. "string",
  81. "tag",
  82. "windows"
  83. ],
  84. "license": "MIT",
  85. "maintainers": [
  86. {
  87. "name": "sindresorhus",
  88. "email": "sindresorhus@gmail.com"
  89. }
  90. ],
  91. "name": "lcid",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/sindresorhus/lcid.git"
  97. },
  98. "scripts": {
  99. "test": "node test.js"
  100. },
  101. "version": "1.0.0"
  102. }