This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "intl-format-cache",
"version": "2.0.5",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"jsnext:main": "src/memoizer.js",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/intl-format-cache.git"
},
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
"license": "BSD-3-Clause",
"homepage": "https://github.com/yahoo/intl-format-cache",
"dependencies": {},
"devDependencies": {
"browserify": "^12.0.1",
"expect": "^1.13.0",
"grunt": "^0.4.5",
"grunt-bundle-jsnext-lib": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-saucelabs": "^8.6.1",
"intl": "^1.0.1",
"intl-messageformat": "^1.2.0",
"intl-relativeformat": "^1.2.0",
"mocha": "^2.3.4"
}
}