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
34 lines
860 B
Plaintext
34 lines
860 B
Plaintext
{
|
|
"name": "@formatjs/ecma402-abstract",
|
|
"description": "A collection of implementation for ECMAScript abstract operations",
|
|
"version": "3.1.1",
|
|
"license": "MIT",
|
|
"author": "Long Ho <holevietlong@gmail.com",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"types": "index.d.ts",
|
|
"exports": {
|
|
".": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"decimal.js": "^10.6.0",
|
|
"tslib": "^2.8.1",
|
|
"@formatjs/fast-memoize": "3.1.0",
|
|
"@formatjs/intl-localematcher": "0.8.1"
|
|
},
|
|
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"abstract",
|
|
"ecma262",
|
|
"ecma402",
|
|
"es",
|
|
"format",
|
|
"i18n",
|
|
"intl",
|
|
"javascript",
|
|
"relative"
|
|
],
|
|
"repository": "git@github.com:formatjs/formatjs.git"
|
|
} |