package.json
1.9 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
{
"_from": "passport-kakao",
"_id": "passport-kakao@1.0.0",
"_inBundle": false,
"_integrity": "sha512-rOR3+8g1bev/p9ChZLDKQan9oBmSSA2hmb7yQKdBOsjyF1mijx7fgR05pTWPz3g5r0kHZ2Y44sT2Ys6wJQq0xQ==",
"_location": "/passport-kakao",
"_phantomChildren": {
"oauth": "0.9.15",
"passport-strategy": "1.0.0",
"uid2": "0.0.3"
},
"_requested": {
"type": "tag",
"registry": true,
"raw": "passport-kakao",
"name": "passport-kakao",
"escapedName": "passport-kakao",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/passport-kakao/-/passport-kakao-1.0.0.tgz",
"_shasum": "11924fb3a5c9f174e3d9a6b8c75d729066ef388d",
"_spec": "passport-kakao",
"_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk",
"author": {
"name": "rotoshine@gmail.com"
},
"bugs": {
"url": "https://github.com/rotoshine/passport-kakao/issues"
},
"bundleDependencies": false,
"dependencies": {
"passport-oauth2": "~1.1.2",
"pkginfo": "~0.3.0"
},
"deprecated": false,
"description": "kakao oauth2 login module",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.11",
"chai": "^4.2.0",
"mocha": "^6.2.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.3"
},
"homepage": "https://github.com/rotoshine/passport-kakao#readme",
"keywords": [
"passport",
"kakao",
"kakaotalk",
"oauth2"
],
"license": "MIT",
"main": "./dist/passport-kakao",
"name": "passport-kakao",
"repository": {
"type": "git",
"url": "git://github.com/rotoshine/passport-kakao.git"
},
"scripts": {
"build": "npx tsc",
"lint": "tslint --project .",
"test": "mocha -r node_modules/ts-node/register ./tests/**/*.spec.ts"
},
"version": "1.0.0"
}