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-sim",
"_id": "cordova-plugin-sim@1.3.3",
"_inBundle": false,
"_integrity": "sha1-QoZjMHfYhX5kVP4GmHB9CMaK2Ik=",
"_location": "/cordova-plugin-sim",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cordova-plugin-sim",
"name": "cordova-plugin-sim",
"escapedName": "cordova-plugin-sim",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-sim/-/cordova-plugin-sim-1.3.3.tgz",
"_shasum": "4286633077d8857e6454fe0698707d08c68ad889",
"_spec": "cordova-plugin-sim",
"_where": "/Users/user/Sites/stone-island/StoneIsland",
"author": {
"name": "Peter Bakondy"
},
"bugs": {
"url": "https://github.com/pbakondy/cordova-plugin-sim/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-sim",
"platforms": [
"android",
"ios",
"wp7",
"wp8",
"windows"
]
},
"deprecated": false,
"description": "A plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, imei, etc)",
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"homepage": "https://github.com/pbakondy/cordova-plugin-sim#readme",
"keywords": [
"cordova",
"sim",
"uicc",
"carrier",
"mcc",
"mnc",
"telephonenumber",
"imei",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"license": "MIT",
"name": "cordova-plugin-sim",
"repository": {
"type": "git",
"url": "git+https://github.com/pbakondy/cordova-plugin-sim.git"
},
"version": "1.3.3"
}
|