package.json 2.64 KB
{
  "_args": [
    [
      {
        "raw": "passport-oauth2@~1.1.2",
        "scope": null,
        "escapedName": "passport-oauth2",
        "name": "passport-oauth2",
        "rawSpec": "~1.1.2",
        "spec": ">=1.1.2 <1.2.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-kakao"
    ]
  ],
  "_from": "passport-oauth2@>=1.1.2 <1.2.0",
  "_id": "passport-oauth2@1.1.2",
  "_inCache": true,
  "_location": "/passport-oauth2",
  "_npmUser": {
    "name": "jaredhanson",
    "email": "jaredhanson@gmail.com"
  },
  "_npmVersion": "1.2.25",
  "_phantomChildren": {},
  "_requested": {
    "raw": "passport-oauth2@~1.1.2",
    "scope": null,
    "escapedName": "passport-oauth2",
    "name": "passport-oauth2",
    "rawSpec": "~1.1.2",
    "spec": ">=1.1.2 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/passport-kakao"
  ],
  "_resolved": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.1.2.tgz",
  "_shasum": "bd7163b1b6090371868dc4ef6f9f2e1e4cc4b948",
  "_shrinkwrap": null,
  "_spec": "passport-oauth2@~1.1.2",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-kakao",
  "author": {
    "name": "Jared Hanson",
    "email": "jaredhanson@gmail.com",
    "url": "http://www.jaredhanson.net/"
  },
  "bugs": {
    "url": "http://github.com/jaredhanson/passport-oauth2/issues"
  },
  "dependencies": {
    "oauth": "0.9.x",
    "passport-strategy": "1.x.x",
    "uid2": "0.0.x"
  },
  "description": "OAuth 2.0 authentication strategy for Passport.",
  "devDependencies": {
    "chai": "1.x.x",
    "chai-passport-strategy": "0.2.x",
    "mocha": "1.x.x"
  },
  "directories": {},
  "dist": {
    "shasum": "bd7163b1b6090371868dc4ef6f9f2e1e4cc4b948",
    "tarball": "https://registry.npmjs.org/passport-oauth2/-/passport-oauth2-1.1.2.tgz"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/jaredhanson/passport-oauth2#readme",
  "keywords": [
    "passport",
    "auth",
    "authn",
    "authentication",
    "authz",
    "authorization",
    "oauth",
    "oauth2"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "./lib",
  "maintainers": [
    {
      "name": "jaredhanson",
      "email": "jaredhanson@gmail.com"
    }
  ],
  "name": "passport-oauth2",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/jaredhanson/passport-oauth2.git"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js test/**/*.test.js"
  },
  "version": "1.1.2"
}