mh-two-thousand-and-two
2024-04-12 7fc6dbf547b8899d949b67cdec36b96a7d1701c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
  "_args": [
    [
      "messageformat@2.3.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "messageformat@2.3.0",
  "_id": "messageformat@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-uTzvsv0lTeQxYI2y1NPa1lItL5VRI8Gb93Y2K2ue5gBPyrbJxfDi/EYWxh2PKv5yO42AJeeqblS9MJSh/IEk4w==",
  "_location": "/messageformat",
  "_phantomChildren": {
    "minimist": "1.2.8"
  },
  "_requested": {
    "type": "version",
    "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.npmmirror.com/messageformat/-/messageformat-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "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"
  },
  "contributors": [
    {
      "name": "Eemeli Aro",
      "email": "eemeli@gmail.com"
    }
  ],
  "dependencies": {
    "make-plural": "^4.3.0",
    "messageformat-formatters": "^2.0.1",
    "messageformat-parser": "^4.1.2"
  },
  "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"
}