Files
Foundry-VTT-Docker/resources/app/node_modules/intl-format-cache/package.json
2025-01-04 00:34:03 +01:00

30 lines
887 B
JSON

{
"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"
}
}