Files
Foundry-VTT-Docker/resources/app/node_modules/intl-messageformat-parser/package.json

27 lines
800 B
JSON
Raw Normal View History

2025-01-04 00:34:03 +01:00
{
"name": "intl-messageformat-parser",
"version": "1.1.0",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"jsnext:main": "src/parser.js",
"repository": {
"type": "git",
"url": "git://github.com/yahoo/intl-messageformat-parser.git"
},
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
"license": "BSD",
"homepage": "https://github.com/yahoo/intl-messageformat-parser",
"devDependencies": {
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-benchmark": "^0.3.0",
"grunt-bundle-jsnext-lib": "^0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-peg": "^1.5.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"xunit-file": "0.0.6"
}
}