rittenhop-ghost/versions/5.94.2/node_modules/intl-messageformat/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "intl-messageformat",
"version": "5.4.3",
"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": "index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"intl-format-cache": "^4.1.3",
"intl-messageformat-parser": "^2.1.3"
},
"scripts": {
"benchmark": "ts-node --project ./tsconfig.cjs.json tests/benchmark",
"build": "npm run tsc && npm run tsc:core && npm run rollup",
"clean": "rimraf dist lib",
"karma:ci": "karma start karma.conf-ci.js",
"karma:local": "karma start karma.conf.js",
"rollup": "rollup -c rollup.config.js",
"test": "TS_NODE_PROJECT='./tsconfig.cjs.json' mocha --opts ../../mocha.opts -r tests/setup.js tests/index.ts",
"tsc:core": "tsc -p tsconfig.core.json",
"tsc": "tsc -p src/tsconfig.json && tsc -p src/tsconfig.cjs.json"
},
"homepage": "https://github.com/formatjs/formatjs",
"directories": {
"test": "tests"
},
"license": "BSD-3-Clause",
"gitHead": "2b1724377ae12f7aff6c1488808ef1f9a71965f8"
}