package.json 1.9 KB
{
  "_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"
}