-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.54 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.54 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"_from": "git+https://github.com/ahmadfh/node-apple-signin.git",
"_id": "apple-signin@1.0.9",
"_inBundle": false,
"_integrity": "",
"_location": "/apple-signin",
"_phantomChildren": {
"aws-sign2": "0.7.0",
"aws4": "1.13.2",
"caseless": "0.12.0",
"combined-stream": "1.0.8",
"extend": "3.0.2",
"forever-agent": "0.6.1",
"form-data": "2.3.3",
"har-validator": "5.1.5",
"http-signature": "1.2.0",
"is-typedarray": "1.0.0",
"isstream": "0.1.2",
"json-stringify-safe": "5.0.1",
"mime-types": "2.1.35",
"oauth-sign": "0.9.0",
"performance-now": "2.1.0",
"qs": "6.5.3",
"safe-buffer": "5.2.1",
"tough-cookie": "2.5.0",
"tunnel-agent": "0.6.0"
},
"_requested": {
"type": "git",
"raw": "apple-signin@git+https://github.com/ahmadfh/node-apple-signin.git",
"name": "apple-signin",
"escapedName": "apple-signin",
"rawSpec": "git+https://github.com/ahmadfh/node-apple-signin.git",
"saveSpec": "git+https://github.com/ahmadfh/node-apple-signin.git",
"fetchSpec": "https://github.com/ahmadfh/node-apple-signin.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/ahmadfh/node-apple-signin.git#7d2e11f39a7857447333f966609bb9868fdb1015",
"_spec": "apple-signin@git+https://github.com/ahmadfh/node-apple-signin.git",
"_where": "/home/ubuntu/kAuth/src/server",
"author": {
"name": "Artem Efremov",
"email": "efremov.artserg@gmail.com",
"url": "https://gotechmakers.com"
},
"bugs": {
"url": "https://github.com/Techofficer/node-apple-signin/issues"
},
"bundleDependencies": false,
"dependencies": {
"jsonwebtoken": "^8.5.1",
"node-rsa": "^1.0.5",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"deprecated": false,
"description": "Node.JS wrapper around Sign In with Apple REST API",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.3"
},
"homepage": "https://github.com/Techofficer/node-apple-signin#readme",
"keywords": [
"apple",
"signin",
"auth",
"login",
"node",
"authentication"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./source",
"name": "apple-signin",
"repository": {
"type": "git",
"url": "git://github.com/Techofficer/node-apple-signin.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.9"
}