Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
30 lines
654 B
Plaintext
30 lines
654 B
Plaintext
{
|
|
"name": "@formatjs/intl-localematcher",
|
|
"version": "0.5.10",
|
|
"description": "Intl.LocaleMatcher ponyfill",
|
|
"keywords": [
|
|
"intl",
|
|
"locale",
|
|
"formatjs",
|
|
"react-intl",
|
|
"i18n",
|
|
"ecma402",
|
|
"tc39"
|
|
],
|
|
"author": "Long Ho <holevietlong@gmail.com>",
|
|
"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"
|
|
}
|
|
} |