-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 KB
/
package.json
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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-nfNCyDNyTANie9QLRFCnGz7wl2I=",
"_location": "/umi-plugin-locale",
"_phantomChildren": {
"loose-envify": "1.4.0",
"object-assign": "4.1.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "umi-plugin-locale",
"escapedName": "umi-plugin-locale",
"rawSpec": "2.9.13",
"saveSpec": null,
"fetchSpec": "2.9.13"
},
"_requiredBy": [
"/umi-plugin-react"
],
"_resolved": "https://registry.npm.taobao.org/umi-plugin-locale/download/umi-plugin-locale-2.9.13.tgz?cache=0&sync_timestamp=1566441733681&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fumi-plugin-locale%2Fdownload%2Fumi-plugin-locale-2.9.13.tgz",
"_shasum": "9df342c833724c03627bd40b4450a71b3ef09762",
"_spec": "[email protected]",
"_where": "E:\\xampp\\htdocs\\crm\\web\\node_modules\\umi-plugin-react",
"authors": [
"yutingzhao1991 <[email protected]> (https://github.com/yutingzhao1991)"
],
"browser": {
"./lib/index.js": "./lib/locale.js"
},
"bugs": {
"url": "https://github.com/umijs/umi/issues"
},
"bundleDependencies": false,
"dependencies": {
"globby": "7.1.1",
"intl": "1.2.5",
"lodash.groupby": "4.6.0",
"moment": "2.x",
"mustache": "3.0.1",
"prop-types": "15.6.2",
"react-intl": "2.7.2",
"umi-utils": "1.5.6"
},
"deprecated": false,
"description": "A umi plugin for provide internationalization function.",
"files": [
"lib",
"src",
"template",
"index.d.ts"
],
"homepage": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-locale",
"keywords": [
"umi"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "umi-plugin-locale",
"repository": {
"type": "git",
"url": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-locale"
},
"version": "2.9.13"
}