Spaces:
Runtime error
Runtime error
{ | |
"name": "intl-messageformat", | |
"version": "9.13.0", | |
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | |
"keywords": [ | |
"i18n", | |
"intl", | |
"internationalization", | |
"localization", | |
"globalization", | |
"messageformat", | |
"parser", | |
"plural", | |
"icu" | |
], | |
"author": "Eric Ferraiuolo <[email protected]>", | |
"contributors": [ | |
"Anthony Pipkin <[email protected]>", | |
"Caridy Patino <[email protected]>", | |
"Drew Folta <[email protected]>", | |
"Long Ho <[email protected]" | |
], | |
"bugs": { | |
"url": "https://github.com/formatjs/formatjs/issues" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "[email protected]:formatjs/formatjs.git" | |
}, | |
"main": "index.js", | |
"module": "lib/index.js", | |
"types": "index.d.ts", | |
"dependencies": { | |
"@formatjs/ecma402-abstract": "1.11.4", | |
"@formatjs/fast-memoize": "1.2.1", | |
"@formatjs/icu-messageformat-parser": "2.1.0", | |
"tslib": "^2.1.0" | |
}, | |
"sideEffects": false, | |
"homepage": "https://github.com/formatjs/formatjs", | |
"license": "BSD-3-Clause", | |
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c" | |
} | |