%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/messageformat/ |
| Current File : /home/opti/workflow/node_modules/messageformat/package.json |
{
"_from": "messageformat@^2.3.0",
"_id": "messageformat@2.3.0",
"_inBundle": false,
"_integrity": "sha512-uTzvsv0lTeQxYI2y1NPa1lItL5VRI8Gb93Y2K2ue5gBPyrbJxfDi/EYWxh2PKv5yO42AJeeqblS9MJSh/IEk4w==",
"_location": "/messageformat",
"_phantomChildren": {
"minimist": "1.2.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "messageformat@^2.3.0",
"name": "messageformat",
"escapedName": "messageformat",
"rawSpec": "^2.3.0",
"saveSpec": null,
"fetchSpec": "^2.3.0"
},
"_requiredBy": [
"/i18n"
],
"_resolved": "https://registry.npmjs.org/messageformat/-/messageformat-2.3.0.tgz",
"_shasum": "de263c49029d5eae65d7ee25e0754f57f425ad91",
"_spec": "messageformat@^2.3.0",
"_where": "/home/opti/workflow/node_modules/i18n",
"author": {
"name": "Alex Sexton",
"email": "alexsexton@gmail.com"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.5.0"
}
}
]
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
},
"browser": "./messageformat.js",
"bugs": {
"url": "https://github.com/messageformat/messageformat/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eemeli Aro",
"email": "eemeli@gmail.com"
}
],
"dependencies": {
"make-plural": "^4.3.0",
"messageformat-formatters": "^2.0.1",
"messageformat-parser": "^4.1.2"
},
"deprecated": false,
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2"
},
"eslintConfig": {
"env": {
"commonjs": true,
"es6": true
},
"overrides": [
{
"files": [
"src/*.js"
],
"parser": "babel-eslint"
},
{
"files": [
"webpack.config.js"
],
"env": {
"node": true
}
}
]
},
"files": [
"index.d.ts",
"lib",
"messageformat.js",
"messageformat.js.map",
"messages.js"
],
"gitHead": "cd47ed7db2b7a4f5e21df4cd6284ae3f7dad05a1",
"homepage": "https://messageformat.github.io/messageformat/",
"keywords": [
"i18n",
"pluralformat",
"icu",
"gettext",
"choiceformat",
"selectformat",
"messageformat",
"internationalization"
],
"license": "MIT",
"main": "index.js",
"name": "messageformat",
"repository": {
"type": "git",
"url": "git+https://github.com/messageformat/messageformat.git"
},
"scripts": {
"build": "webpack --mode production",
"prebuild": "babel src -d lib"
},
"version": "2.3.0"
}