@formatjs/cli-lib 7.3.1 → 7.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +44 -49
package/package.json
CHANGED
|
@@ -1,63 +1,60 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/cli-lib",
|
|
3
|
-
"version": "7.3.1",
|
|
4
3
|
"description": "Lib for CLI for formatjs.",
|
|
4
|
+
"version": "7.3.2",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Linjie Ding <linjie@airtable.com>",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"engines": {
|
|
9
|
+
"node": ">= 16"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@types/estree": "^1.0.6",
|
|
13
|
+
"@types/fs-extra": "^11.0.4",
|
|
14
|
+
"@types/json-stable-stringify": "^1.1.0",
|
|
15
|
+
"@types/node": "^22.0.0",
|
|
16
|
+
"chalk": "^4.1.2",
|
|
17
|
+
"commander": "^13",
|
|
18
|
+
"fast-glob": "^3.3.2",
|
|
19
|
+
"fs-extra": "^11.2.0",
|
|
20
|
+
"json-stable-stringify": "^1.1.1",
|
|
21
|
+
"loud-rejection": "^2",
|
|
22
|
+
"tslib": "^2.8.0",
|
|
23
|
+
"typescript": "5.8.2",
|
|
24
|
+
"@formatjs/icu-messageformat-parser": "2.11.2",
|
|
25
|
+
"@formatjs/ts-transformer": "3.13.33",
|
|
26
|
+
"@formatjs/icu-skeleton-parser": "1.8.14"
|
|
27
|
+
},
|
|
28
|
+
"peerDependencies": {
|
|
29
|
+
"@glimmer/env": "^0.1.7",
|
|
30
|
+
"@glimmer/reference": "^0.94.0",
|
|
31
|
+
"@glimmer/syntax": "^0.94.9",
|
|
32
|
+
"@glimmer/validator": "^0.94.0",
|
|
33
|
+
"@vue/compiler-core": "^3.5.12",
|
|
34
|
+
"content-tag": "^3.0.0",
|
|
35
|
+
"ember-template-recast": "^6.1.5",
|
|
36
|
+
"vue": "^3.5.12"
|
|
37
|
+
},
|
|
38
|
+
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
39
|
+
"homepage": "https://github.com/formatjs/formatjs",
|
|
5
40
|
"keywords": [
|
|
6
|
-
"
|
|
41
|
+
"cli",
|
|
42
|
+
"format",
|
|
43
|
+
"formatjs",
|
|
44
|
+
"formatting",
|
|
45
|
+
"globalization",
|
|
7
46
|
"i18n",
|
|
8
47
|
"internationalization",
|
|
48
|
+
"intl",
|
|
9
49
|
"locale",
|
|
10
50
|
"localization",
|
|
11
|
-
"globalization",
|
|
12
51
|
"react",
|
|
13
52
|
"react-intl",
|
|
14
53
|
"reactjs",
|
|
15
|
-
"format",
|
|
16
|
-
"formatjs",
|
|
17
|
-
"formatting",
|
|
18
54
|
"translate",
|
|
19
|
-
"translation"
|
|
20
|
-
"cli"
|
|
55
|
+
"translation"
|
|
21
56
|
],
|
|
22
|
-
"author": "Linjie Ding <linjie@airtable.com>",
|
|
23
|
-
"homepage": "https://github.com/formatjs/formatjs",
|
|
24
|
-
"license": "MIT",
|
|
25
|
-
"type": "module",
|
|
26
57
|
"main": "lib_esnext/index.js",
|
|
27
|
-
"repository": {
|
|
28
|
-
"type": "git",
|
|
29
|
-
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
|
|
30
|
-
},
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/formatjs/formatjs/issues"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@types/estree": "^1.0.0",
|
|
36
|
-
"@types/fs-extra": "9 || 10 || 11",
|
|
37
|
-
"@types/json-stable-stringify": "1",
|
|
38
|
-
"@types/node": "14 || 16 || 17 || 18 || 20 || 22",
|
|
39
|
-
"chalk": "4",
|
|
40
|
-
"commander": "12",
|
|
41
|
-
"fast-glob": "3",
|
|
42
|
-
"fs-extra": "9 || 10 || 11",
|
|
43
|
-
"json-stable-stringify": "1",
|
|
44
|
-
"loud-rejection": "2",
|
|
45
|
-
"tslib": "2",
|
|
46
|
-
"typescript": "5",
|
|
47
|
-
"@formatjs/icu-messageformat-parser": "2.11.1",
|
|
48
|
-
"@formatjs/ts-transformer": "3.13.32",
|
|
49
|
-
"@formatjs/icu-skeleton-parser": "1.8.13"
|
|
50
|
-
},
|
|
51
|
-
"peerDependencies": {
|
|
52
|
-
"@glimmer/env": "^0.1.7",
|
|
53
|
-
"@glimmer/reference": "^0.91.1 || ^0.92.0 || ^0.93.0",
|
|
54
|
-
"@glimmer/syntax": "^0.92.0 || ^0.93.0",
|
|
55
|
-
"@glimmer/validator": "^0.92.0 || ^0.93.0",
|
|
56
|
-
"@vue/compiler-core": "^3.4.0",
|
|
57
|
-
"content-tag": "^2.0.1 || ^3.0.0",
|
|
58
|
-
"ember-template-recast": "^6.1.4",
|
|
59
|
-
"vue": "^3.4.0"
|
|
60
|
-
},
|
|
61
58
|
"peerDependenciesMeta": {
|
|
62
59
|
"vue": {
|
|
63
60
|
"optional": true
|
|
@@ -84,7 +81,5 @@
|
|
|
84
81
|
"optional": true
|
|
85
82
|
}
|
|
86
83
|
},
|
|
87
|
-
"
|
|
88
|
-
"node": ">= 16"
|
|
89
|
-
}
|
|
84
|
+
"repository": "formatjs/formatjs.git"
|
|
90
85
|
}
|