| Server IP : 216.238.66.20 / Your IP : 216.73.216.51 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/energia-cce.gamliel.mx/htdocs/energia-cce/node_modules/intl-messageformat/ |
Upload File : |
{
"name": "intl-messageformat",
"version": "8.4.1",
"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 <eferraiuolo@gmail.com>",
"contributors": [
"Anthony Pipkin <a.pipkin@yahoo.com>",
"Caridy Patino <caridy@gmail.com>",
"Drew Folta <drew@folta.net>",
"Long Ho <holevietlong@gmail.com"
],
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:formatjs/formatjs.git"
},
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/intl-messageformat.d.ts",
"dependencies": {
"intl-format-cache": "^4.2.43",
"intl-messageformat-parser": "^5.2.1"
},
"files": [
"dist",
"lib",
"src"
],
"devDependencies": {
"@formatjs/intl-getcanonicallocales": "^1.2.7",
"@formatjs/intl-pluralrules": "^2.2.11",
"@types/jasmine": "^3.5.10",
"jasmine": "3.5.0",
"jasmine-expect": "4.0.3"
},
"sideEffects": false,
"scripts": {
"benchmark": "ts-node tests/benchmark",
"build": "yarn run tsc && yarn run rollup",
"clean": "rimraf dist lib *.tsbuildinfo",
"karma:ci": "karma start karma.conf-ci.js",
"karma:local": "karma start karma.conf.js",
"rollup": "rollup -c rollup.config.js",
"test": "cross-env NODE_ENV=test jest",
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json && api-extractor run --local"
},
"homepage": "https://github.com/formatjs/formatjs",
"directories": {
"test": "tests"
},
"license": "BSD-3-Clause",
"gitHead": "76e649f2f673c1344fe29ccf739d4b4ebd573ead"
}