package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "os-locale@2.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "os-locale@2.1.0",
  10. "_id": "os-locale@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QrwpAKa1uL0XN2yOiCtlr8zyS/I=",
  13. "_location": "/os-locale",
  14. "_phantomChildren": {
  15. "is-stream": "1.1.0",
  16. "npm-run-path": "2.0.2",
  17. "p-finally": "1.0.0",
  18. "pseudomap": "1.0.2",
  19. "shebang-command": "1.2.0",
  20. "signal-exit": "3.0.2",
  21. "strip-eof": "1.0.0",
  22. "which": "1.3.1"
  23. },
  24. "_requested": {
  25. "type": "version",
  26. "registry": true,
  27. "raw": "os-locale@2.1.0",
  28. "name": "os-locale",
  29. "escapedName": "os-locale",
  30. "rawSpec": "2.1.0",
  31. "saveSpec": null,
  32. "fetchSpec": "2.1.0"
  33. },
  34. "_requiredBy": [
  35. "/yargs"
  36. ],
  37. "_resolved": "https://registry.npm.taobao.org/os-locale/download/os-locale-2.1.0.tgz",
  38. "_spec": "2.1.0",
  39. "_where": "/Users/lihai/jolijoli/pad_spa",
  40. "author": {
  41. "name": "Sindre Sorhus",
  42. "email": "sindresorhus@gmail.com",
  43. "url": "sindresorhus.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sindresorhus/os-locale/issues"
  47. },
  48. "dependencies": {
  49. "execa": "^0.7.0",
  50. "lcid": "^1.0.0",
  51. "mem": "^1.1.0"
  52. },
  53. "description": "Get the system locale",
  54. "devDependencies": {
  55. "ava": "*",
  56. "import-fresh": "^2.0.0",
  57. "xo": "*"
  58. },
  59. "engines": {
  60. "node": ">=4"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "homepage": "https://github.com/sindresorhus/os-locale#readme",
  66. "keywords": [
  67. "locale",
  68. "lang",
  69. "language",
  70. "system",
  71. "os",
  72. "string",
  73. "str",
  74. "user",
  75. "country",
  76. "id",
  77. "identifier",
  78. "region"
  79. ],
  80. "license": "MIT",
  81. "name": "os-locale",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/sindresorhus/os-locale.git"
  85. },
  86. "scripts": {
  87. "test": "xo && ava"
  88. },
  89. "version": "2.1.0"
  90. }