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
| {
| "_args": [
| [
| "make-plural@4.3.0",
| "C:\\Users\\hp\\Desktop\\gitzhongyi"
| ]
| ],
| "_development": true,
| "_from": "make-plural@4.3.0",
| "_id": "make-plural@4.3.0",
| "_inBundle": false,
| "_integrity": "sha512-xTYd4JVHpSCW+aqDof6w/MebaMVNTVYBZhbB/vi513xXdiPT92JMVCo0Jq8W2UZnzYRFeVbQiQ+I25l13JuKvA==",
| "_location": "/messageformat/make-plural",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "make-plural@4.3.0",
| "name": "make-plural",
| "escapedName": "make-plural",
| "rawSpec": "4.3.0",
| "saveSpec": null,
| "fetchSpec": "4.3.0"
| },
| "_requiredBy": [
| "/messageformat"
| ],
| "_resolved": "https://registry.npmmirror.com/make-plural/-/make-plural-4.3.0.tgz",
| "_spec": "4.3.0",
| "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
| "author": {
| "name": "Eemeli Aro",
| "email": "eemeli@gmail.com"
| },
| "bin": {
| "make-plural": "bin/make-plural"
| },
| "bugs": {
| "url": "https://github.com/eemeli/make-plural/issues"
| },
| "dependencies": {
| "minimist": "^1.2.0"
| },
| "description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
| "devDependencies": {
| "@babel/cli": "^7.1.2",
| "@babel/core": "^7.1.2",
| "@babel/preset-env": "^7.1.0",
| "babel-plugin-add-module-exports": "^1.0.0",
| "babelify": "^10.0.0",
| "browserify": "^16.2.3",
| "cldr-core": "^34.0.0",
| "expect.js": "*",
| "http-server": "^0.11.1",
| "mocha": "^5.2.0",
| "standard": "^12.0.1",
| "uglify-js": "^3.4.9"
| },
| "files": [
| "bin/",
| "data/",
| "es6/",
| "make-plural.*",
| "umd/"
| ],
| "homepage": "https://github.com/eemeli/make-plural#readme",
| "keywords": [
| "unicode",
| "cldr",
| "i18n",
| "internationalization",
| "pluralization"
| ],
| "license": "ISC",
| "main": "umd/plurals",
| "name": "make-plural",
| "optionalDependencies": {
| "minimist": "^1.2.0"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/eemeli/make-plural.git"
| },
| "scripts": {
| "lint": "standard 'src/*.js'",
| "test": "make test",
| "version": "git add -f $FILES"
| },
| "version": "4.3.0"
| }
|
|