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
|
{
"_from": "cordova-plugin-firebasex",
"_id": "cordova-plugin-firebasex@10.2.0-cli",
"_inBundle": false,
"_integrity": "sha512-EQWsbVHlr5jHrmi0WCdnkYpV/6BNBhhNIpD0gOIMFrHIETjCPSkV1epeW5nvISRW23OZqd4LAZTQeByFa7AcNQ==",
"_location": "/cordova-plugin-firebasex",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-firebasex",
"name": "cordova-plugin-firebasex",
"escapedName": "cordova-plugin-firebasex",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-firebasex/-/cordova-plugin-firebasex-10.2.0-cli.tgz",
"_shasum": "c1cdeb6d957a35e84977106f0db74c3a129e49ec",
"_spec": "cordova-plugin-firebasex",
"_where": "/Users/user/work/stone-island/StoneIsland",
"author": {
"name": "Dave Alden"
},
"bugs": {
"url": "https://github.com/dpa99c/cordova-plugin-firebase/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-firebase",
"platforms": [
"android",
"ios"
]
},
"dependencies": {
"plist": "^3.0.1",
"semver": "^7.3.2",
"xcode": "^3.0.1",
"xml-js": "^1.6.11"
},
"deprecated": false,
"description": "Cordova plugin for Google Firebase",
"homepage": "https://github.com/dpa99c/cordova-plugin-firebase#readme",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"firebase",
"push",
"notifications",
"phone auth"
],
"license": "MIT",
"name": "cordova-plugin-firebasex",
"repository": {
"type": "git",
"url": "git+https://github.com/dpa99c/cordova-plugin-firebase.git"
},
"scripts": {
"postversion": "git push && git push --tags && npm publish --verbose",
"test": "npm run test:ios && npm run test:android",
"test:android": "bash ./test/test-default.sh 9.0.0 android 8.1.0 && bash ./test/test-with-3-plugins.sh 9.0.0 android 8.1.0 cordova-plugin-request-location-accuracy cordova-android-play-services-gradle-release cordova-android-firebase-gradle-release",
"test:ios": "bash ./test/test-default.sh 9.0.0 ios 5.0.1",
"version": "node ./bump-version.js && git add -A plugin.xml"
},
"types": "./types/index.d.ts",
"version": "10.2.0-cli"
}
|