-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.07 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
77
{
"_from": "cordova-plugin-screen-orientation@3.0.3",
"_id": "cordova-plugin-screen-orientation@3.0.3",
"_inBundle": false,
"_integrity": "sha512-Dt8lO8BECZfE/pKbYQZ72Wr811fYMScxw7c9v/gJ3etOPCBrgl8xIHOOZu4nY2ehRyxFPtZi3VeGvIG+3DZoZQ==",
"_location": "/cordova-plugin-screen-orientation",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cordova-plugin-screen-orientation@3.0.3",
"name": "cordova-plugin-screen-orientation",
"escapedName": "cordova-plugin-screen-orientation",
"rawSpec": "3.0.3",
"saveSpec": null,
"fetchSpec": "3.0.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/cordova-plugin-screen-orientation/-/cordova-plugin-screen-orientation-3.0.3.tgz",
"_shasum": "2df550d26eeef7e0328874b7aa280c757e8adb89",
"_spec": "cordova-plugin-screen-orientation@3.0.3",
"_where": "/Users/chriskhong/Documents/Qarma/mobile-app",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://github.com/apache/cordova-plugin-screen-orientation/issues"
},
"bundleDependencies": false,
"cordova": {
"id": "cordova-plugin-screen-orientation",
"platforms": [
"android",
"ios",
"windows"
]
},
"deprecated": false,
"description": "Cordova Screen Orientation plugin",
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
},
"engines": {
"cordovaDependencies": {
"4.0.0": {
"cordova": ">100"
}
}
},
"homepage": "https://github.com/apache/cordova-plugin-screen-orientation#readme",
"keywords": [
"cordova",
"cordova-android",
"cordova-ios",
"cordova-windows",
"device",
"ecosystem:cordova",
"screen",
"orientation",
"portrait",
"landscape"
],
"license": "Apache-2.0",
"name": "cordova-plugin-screen-orientation",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/cordova-plugin-screen-orientation.git"
},
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"version": "3.0.3"
}