Spaces:
Runtime error
Runtime error
File size: 660 Bytes
b5ea024 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
{
"name": "@formatjs/intl-localematcher",
"version": "0.2.25",
"description": "Intl.LocaleMatcher ponyfill",
"keywords": [
"intl",
"locale",
"formatjs",
"react-intl",
"i18n",
"ecma402",
"tc39"
],
"author": "Long Ho <[email protected]>",
"homepage": "https://github.com/formatjs/formatjs#readme",
"license": "MIT",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/formatjs/formatjs.git"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"tslib": "^2.1.0"
}
}
|