UNPKG

645 BJSONView Raw
1{
2 "name": "intl-format-cache",
3 "version": "4.3.1",
4 "description": "A memoizer factory for Intl format constructors.",
5 "main": "index.js",
6 "module": "lib/index.js",
7 "types": "intl-format-cache.d.ts",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/formatjs/formatjs.git"
11 },
12 "keywords": [
13 "intl",
14 "i18n"
15 ],
16 "sideEffects": false,
17 "author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
18 "license": "BSD-3-Clause",
19 "bugs": {
20 "url": "https://github.com/formatjs/formatjs/issues"
21 },
22 "homepage": "https://github.com/formatjs/formatjs",
23 "gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c"
24}