'a'
mh-two-thousand-and-two
2024-04-12 44d2c92345cd156a59fc327b3060292a282d2893
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
{
  "_args": [
    [
      "messageformat-parser@4.1.3",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "messageformat-parser@4.1.3",
  "_id": "messageformat-parser@4.1.3",
  "_inBundle": false,
  "_integrity": "sha512-2fU3XDCanRqeOCkn7R5zW5VQHWf+T3hH65SzuqRvjatBK7r4uyFa5mEX+k6F9Bd04LVM5G4/BHBTUJsOdW7uyg==",
  "_location": "/messageformat-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "messageformat-parser@4.1.3",
    "name": "messageformat-parser",
    "escapedName": "messageformat-parser",
    "rawSpec": "4.1.3",
    "saveSpec": null,
    "fetchSpec": "4.1.3"
  },
  "_requiredBy": [
    "/messageformat"
  ],
  "_resolved": "https://registry.npmmirror.com/messageformat-parser/-/messageformat-parser-4.1.3.tgz",
  "_spec": "4.1.3",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "bugs": {
    "url": "https://github.com/messageformat/messageformat/issues"
  },
  "contributors": [
    {
      "name": "Alex Sexton",
      "email": "alexsexton@gmail.com"
    },
    {
      "name": "Eemeli Aro",
      "email": "eemeli@gmail.com"
    },
    {
      "name": "Nikola Kovacs",
      "email": "nikola.kovacs@gmail.com"
    },
    {
      "name": "Adrian Vogelsgesang",
      "email": "adrian.vogelsgesang@tum.de"
    }
  ],
  "description": "A PEG.js parser for ICU MessageFormat strings",
  "eslintConfig": {
    "env": {
      "commonjs": true,
      "es6": true
    },
    "overrides": [
      {
        "files": [
          "test.js"
        ],
        "env": {
          "mocha": true
        },
        "rules": {
          "no-unused-vars": 0
        }
      }
    ]
  },
  "files": [
    "parser.js",
    "codemod-fix-backslash-escapes.js"
  ],
  "gitHead": "dd10833d8d39155b005ea2ba6ec7a87f4daf0cd2",
  "homepage": "https://messageformat.github.io/",
  "keywords": [
    "icu",
    "messageformat",
    "parser"
  ],
  "license": "MIT",
  "main": "parser.js",
  "name": "messageformat-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/messageformat/messageformat.git",
    "directory": "packages/parser"
  },
  "scripts": {
    "build": "pegjs parser.pegjs",
    "prepublishOnly": "npm test",
    "test": "mocha"
  },
  "version": "4.1.3"
}