@robotical/martyblocks
Version:
MartyBlocks based on Scratch for Marty the Robot by Robotical
44 lines (43 loc) • 1.2 kB
JSON
{
"name": "format-message-cli",
"version": "6.2.4",
"description": "Command-line tools to lint, extract, and inline format-message translations",
"author": "Andy VanWagoner <andy@vanwago.net>",
"homepage": "https://github.com/format-message/format-message/tree/master/packages/format-message-cli",
"license": "MIT",
"repository": "format-message/format-message",
"bugs": "https://github.com/format-message/format-message/issues",
"keywords": [
"i18n",
"intl",
"internationalization",
"localization",
"globalization",
"messageformat",
"pluralformat",
"selectformat",
"inline",
"lint",
"extract",
"plural",
"gender",
"icu"
],
"bin": {
"format-message": "format-message"
},
"dependencies": {
"@babel/core": "^7.0.0",
"babel-plugin-extract-format-message": "^6.2.4",
"babel-plugin-transform-format-message": "^6.2.4",
"commander": "^2.11.0",
"eslint": "^6.0.1",
"eslint-plugin-format-message": "^6.2.4",
"glob": "^5.0.15",
"js-yaml": "^3.10.0",
"mkdirp": "^0.5.1",
"safe-buffer": "^5.1.1",
"source-map": "^0.5.7"
},
"gitHead": "ece4dfacbec6af56e98897a3acbf0c99c64c2ed2"
}