File: //usr/share/opensearch-dashboards/node_modules/intl-format-cache/package.json
{
"name": "intl-format-cache",
"version": "2.2.9",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"clean": "rimraf dist lib",
"benchmark": "ts-node --project tests/tsconfig.json tests/benchmark",
"build": "tsc && tsc -p src/tsconfig.cjs.json && rollup -c rollup.config.js",
"test": "mocha --opts ../../mocha.opts tests/index.ts",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"intl-messageformat": "^3.3.0",
"intl-relativeformat": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/formatjs/formatjs.git"
},
"keywords": [
"intl",
"i18n"
],
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "6c131ebfbd0431cc32520f6880e1ea917797a389"
}