forked from caoguanjie/cordova-plugin-capacitor-jpush
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·76 lines (76 loc) · 2.52 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
69
70
71
72
73
74
75
76
{
"_args": [
[
"C:\\Users\\fits\\Desktop\\MyFrame"
]
],
"_from": "file:plugin/cordova-plugin-capacitor-jpush.tar.gz",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-6yj1iJ6ygLi4jeivF2LF66T+BkOPH4+0eZyw+B0pCCV2eNvzC+Ilie+isO34CHuppP4tpeyhVX3GmwpyqF9iAQ==",
"_location": "/cordova-plugin-capacitor-jpush",
"_phantomChildren": {},
"_requested": {
"type": "file",
"where": "/Users/fits-vue/Documents/Trunk",
"raw": "cordova-plugin-capacitor-jpush@file:plugin/cordova-plugin-capacitor-jpush.tar.gz",
"name": "cordova-plugin-capacitor-jpush",
"escapedName": "cordova-plugin-capacitor-jpush",
"rawSpec": "file:plugin/cordova-plugin-capacitor-jpush.tar.gz",
"saveSpec": "file:plugin/cordova-plugin-capacitor-jpush.tar.gz",
"fetchSpec": "/Users/fits-vue/Documents/Trunk/plugin/cordova-plugin-capacitor-jpush.tar.gz"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "/Users/fits-vue/Documents/Trunk/plugin/cordova-plugin-capacitor-jpush.tar.gz",
"_shasum": "bf4cff6f64718ebdd2a35d76045b7af68d871194",
"_spec": "cordova-plugin-capacitor-jpush@file:plugin/cordova-plugin-capacitor-jpush.tar.gz",
"_where": "/Users/fits-vue/Documents/Trunk",
"author": {
"name": "caoguanjie"
},
"bugs": {
"url": "https://github.com/caoguanjie/cordova-plugin-capacitor-jpush/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-capacitor-jpush.git",
"platforms": [
"ios",
"android"
]
},
"deprecated": false,
"description": "JPush for cordova plugin",
"devDependencies": {
"cordova-plugin-device": "*",
"cordova-plugin-jcore": ">=1.3.0"
},
"directories": {
"doc": "doc",
"example": "example"
},
"homepage": "https://github.com/caoguanjie/cordova-plugin-capacitor-jpush.git#readme",
"keywords": [
"JPush",
"push",
"Push",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"license": "MIT",
"main": "index.js",
"name": "cordova-plugin-capacitor-jpush",
"repository": {
"type": "git",
"url": "git+https://github.com/caoguanjie/cordova-plugin-capacitor-jpush.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "4.0.5"
}