-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-IjhmAgVg5P/ucQR4AeSdSNx74ovV5+ipvfWDA/IVMPopGy8ec/yZCS2soMfyeZCi/jxu/i3YX7TmZtUbPe9ADg==",
"_location": "/react-native-xmpush",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-xmpush",
"escapedName": "react-native-xmpush",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-xmpush/-/react-native-xmpush-2.0.0.tgz",
"_shasum": "cfddae80eddc111aa74294b5b4c3b0df5b6247ee",
"_spec": "[email protected]",
"_where": "/Users/zhangzy/workspace/android/5ichong/academy",
"author": {
"name": "zzy"
},
"bugs": {
"url": "https://github.com/a289459798/react-native-mipush/issues"
},
"bundleDependencies": false,
"peerDependencies": {
"@react-native-community/push-notification-ios": "^1.0.3"
},
"deprecated": false,
"description": "集成小米推送",
"homepage": "https://github.com/a289459798/react-native-mipush#readme",
"keywords": [
"react-native",
"mipush"
],
"license": "ISC",
"main": "index.js",
"name": "react-native-xmpush",
"repository": {
"type": "git",
"url": "git+https://github.com/a289459798/react-native-mipush.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.1.1"
}