package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "os-locale@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/yargs"
  6. ]
  7. ],
  8. "_from": "os-locale@>=2.0.0 <3.0.0",
  9. "_id": "os-locale@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/os-locale",
  13. "_nodeVersion": "8.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/os-locale-2.1.0.tgz_1500667149329_0.6210105223581195"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "5.0.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "os-locale",
  26. "raw": "os-locale@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/webpack-cli/yargs",
  34. "/yargs"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
  37. "_shasum": "42bc2900a6b5b8bd17376c8e882b65afccf24bf2",
  38. "_shrinkwrap": null,
  39. "_spec": "os-locale@^2.0.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/yargs",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/os-locale/issues"
  48. },
  49. "dependencies": {
  50. "execa": "^0.7.0",
  51. "lcid": "^1.0.0",
  52. "mem": "^1.1.0"
  53. },
  54. "description": "Get the system locale",
  55. "devDependencies": {
  56. "ava": "*",
  57. "import-fresh": "^2.0.0",
  58. "xo": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==",
  63. "shasum": "42bc2900a6b5b8bd17376c8e882b65afccf24bf2",
  64. "tarball": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=4"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "7322d9e8db79bbf153906e6b2870832893f5e1e5",
  73. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  74. "keywords": [
  75. "country",
  76. "id",
  77. "identifier",
  78. "lang",
  79. "language",
  80. "locale",
  81. "os",
  82. "region",
  83. "str",
  84. "string",
  85. "system",
  86. "user"
  87. ],
  88. "license": "MIT",
  89. "maintainers": [
  90. {
  91. "name": "bcoe",
  92. "email": "ben@npmjs.com"
  93. },
  94. {
  95. "name": "nexdrew",
  96. "email": "andrew@npmjs.com"
  97. },
  98. {
  99. "name": "sindresorhus",
  100. "email": "sindresorhus@gmail.com"
  101. }
  102. ],
  103. "name": "os-locale",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/sindresorhus/os-locale.git"
  109. },
  110. "scripts": {
  111. "test": "xo && ava"
  112. },
  113. "version": "2.1.0"
  114. }