package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "lcid@2.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lcid@2.0.0",
  10. "_id": "lcid@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bvXS32DlL4LrIopMNz6NHzlyU88=",
  13. "_location": "/lcid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lcid@2.0.0",
  19. "name": "lcid",
  20. "escapedName": "lcid",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/os-locale"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/lcid/download/lcid-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/lcid/issues"
  38. },
  39. "dependencies": {
  40. "invert-kv": "^2.0.0"
  41. },
  42. "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=6"
  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": "xo && ava"
  81. },
  82. "version": "2.0.0"
  83. }