package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "message-format@^6.2.0",
  3. "_id": "message-format@6.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1+F2nu0rvswCuBOfXM7DRceUt/3mU1e9x6fFaC0NistSLDTyIrBJqplptrjjC9kuvHqndEiZUWMNM/eX3gxdmg==",
  6. "_location": "/message-format",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "message-format@^6.2.0",
  12. "name": "message-format",
  13. "escapedName": "message-format",
  14. "rawSpec": "^6.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.2.0"
  17. },
  18. "_requiredBy": [
  19. "/@miniprogram-i18n/core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/message-format/-/message-format-6.2.4.tgz",
  22. "_shasum": "1d4bb9640d8589b15057d06c018a1ee6297c1998",
  23. "_spec": "message-format@^6.2.0",
  24. "_where": "/Users/handy_cao/Work/GuangZuan/wxappb2b/GuangZuan/node_modules/@miniprogram-i18n/core",
  25. "author": {
  26. "name": "Andy VanWagoner",
  27. "email": "andy@vanwago.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/format-message/format-message/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "format-message-interpret": "^6.2.4",
  35. "format-message-parse": "^6.2.4"
  36. },
  37. "deprecated": false,
  38. "description": "Intl.MessageFormat prollyfill supporting ICU message format",
  39. "gitHead": "ece4dfacbec6af56e98897a3acbf0c99c64c2ed2",
  40. "homepage": "https://github.com/format-message/format-message/tree/master/packages/message-format",
  41. "keywords": [
  42. "i18n",
  43. "intl",
  44. "internationalization",
  45. "localization",
  46. "globalization",
  47. "messageformat",
  48. "pluralformat",
  49. "selectformat",
  50. "parser",
  51. "plural",
  52. "gender",
  53. "icu"
  54. ],
  55. "license": "MIT",
  56. "name": "message-format",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/format-message/format-message.git"
  60. },
  61. "types": "types.d.ts",
  62. "version": "6.2.4"
  63. }