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
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
{
|
|
"name": "@formatjs/icu-skeleton-parser",
|
|
"version": "2.1.1",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.8.1",
|
|
"@formatjs/ecma402-abstract": "3.1.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/formatjs/formatjs.git",
|
|
"directory": "packages/icu-skeleton-parser"
|
|
}
|
|
} |