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
| {
| "_args": [
| [
| "i18n@0.13.4",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "i18n@0.13.4",
| "_id": "i18n@0.13.4",
| "_inBundle": false,
| "_integrity": "sha512-GZnXWeA15jTi9gc1jfgrJcSrNYDg7qbJXSYMuibqPYb1ThORmGCeM+gL6LrDagYRHh87/q/D0jRSOhAfv6wAow==",
| "_location": "/i18n",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "i18n@0.13.4",
| "name": "i18n",
| "escapedName": "i18n",
| "rawSpec": "0.13.4",
| "saveSpec": null,
| "fetchSpec": "0.13.4"
| },
| "_requiredBy": [
| "/@dcloudio/uni-cli-i18n"
| ],
| "_resolved": "https://registry.npmmirror.com/i18n/-/i18n-0.13.4.tgz",
| "_spec": "0.13.4",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Marcus Spiegel",
| "email": "marcus.spiegel@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/mashpie/i18n-node/issues"
| },
| "dependencies": {
| "debug": "^4.3.3",
| "make-plural": "^7.0.0",
| "math-interval-parser": "^2.0.1",
| "messageformat": "^2.3.0",
| "mustache": "^4.2.0",
| "sprintf-js": "^1.1.2"
| },
| "description": "lightweight translation module with dynamic json storage",
| "devDependencies": {
| "async": "^3.2.2",
| "cookie-parser": "^1.4.6",
| "eslint": "^8.5.0",
| "eslint-config-prettier": "^8.3.0",
| "eslint-config-standard": "^16.0.3",
| "eslint-plugin-import": "^2.25.3",
| "eslint-plugin-node": "^11.1.0",
| "eslint-plugin-prettier": "^4.0.0",
| "eslint-plugin-promise": "^6.0.0",
| "eslint-plugin-standard": "^4.1.0",
| "express": "^4.17.2",
| "husky": "^7.0.4",
| "lint-staged": "^12.1.4",
| "mocha": "^9.1.3",
| "nyc": "^15.1.0",
| "prettier": "^2.5.1",
| "should": "^13.2.3",
| "sinon": "^12.0.1",
| "zombie": "^6.1.4"
| },
| "directories": {
| "lib": "."
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "i18n.js",
| "index.js",
| "SECURITY.md"
| ],
| "funding": {
| "url": "https://github.com/sponsors/mashpie"
| },
| "homepage": "http://github.com/mashpie/i18n-node",
| "husky": {
| "hooks": {
| "pre-commit": "lint-staged"
| }
| },
| "keywords": [
| "template",
| "i18n",
| "l10n"
| ],
| "license": "MIT",
| "lint-staged": {
| "*.js": "eslint --cache --fix"
| },
| "main": "./index",
| "name": "i18n",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/mashpie/i18n-node.git"
| },
| "scripts": {
| "coverage": "nyc report --reporter=lcov",
| "test": "mocha --exit",
| "test-ci": "nyc mocha -- --exit"
| },
| "version": "0.13.4"
| }
|
|