package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "os-locale@1.4.0",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-locale@1.4.0",
  10. "_id": "os-locale@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-IPnxeuKe00XoveWDsT0gCYA8FNk=",
  13. "_location": "/os-locale",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "os-locale@1.4.0",
  19. "name": "os-locale",
  20. "escapedName": "os-locale",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/yargs"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz",
  29. "_spec": "1.4.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/os-locale/issues"
  38. },
  39. "dependencies": {
  40. "lcid": "^1.0.0"
  41. },
  42. "description": "Get the system locale",
  43. "devDependencies": {
  44. "ava": "*",
  45. "require-uncached": "^1.0.2",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  55. "keywords": [
  56. "locale",
  57. "lang",
  58. "language",
  59. "system",
  60. "os",
  61. "string",
  62. "str",
  63. "user",
  64. "country",
  65. "id",
  66. "identifier",
  67. "region"
  68. ],
  69. "license": "MIT",
  70. "name": "os-locale",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/sindresorhus/os-locale.git"
  74. },
  75. "scripts": {
  76. "test": "xo && ava"
  77. },
  78. "version": "1.4.0"
  79. }