package.json 2.3 KB
{
  "_args": [
    [
      {
        "raw": "oauth@0.9.x",
        "scope": null,
        "escapedName": "oauth",
        "name": "oauth",
        "rawSpec": "0.9.x",
        "spec": ">=0.9.0 <0.10.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-oauth2"
    ]
  ],
  "_from": "oauth@>=0.9.0 <0.10.0",
  "_id": "oauth@0.9.15",
  "_inCache": true,
  "_location": "/oauth",
  "_nodeVersion": "4.1.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/oauth-0.9.15.tgz_1483608227424_0.00020715733990073204"
  },
  "_npmUser": {
    "name": "ciaranj",
    "email": "ciaranj@gmail.com"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "raw": "oauth@0.9.x",
    "scope": null,
    "escapedName": "oauth",
    "name": "oauth",
    "rawSpec": "0.9.x",
    "spec": ">=0.9.0 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "/passport-oauth2"
  ],
  "_resolved": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz",
  "_shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
  "_shrinkwrap": null,
  "_spec": "oauth@0.9.x",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/passport-oauth2",
  "author": {
    "name": "Ciaran Jessup",
    "email": "ciaranj@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/ciaranj/node-oauth/issues"
  },
  "dependencies": {},
  "description": "Library for interacting with OAuth 1.0, 1.0A, 2 and Echo.  Provides simplified client access and allows for construction of more complex apis and OAuth providers.",
  "devDependencies": {
    "vows": "0.5.x"
  },
  "directories": {
    "lib": "./lib"
  },
  "dist": {
    "shasum": "bd1fefaf686c96b75475aed5196412ff60cfb9c1",
    "tarball": "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz"
  },
  "gitHead": "a7f8a1e21c362eb4ed2039431fb9ac2ae749f26a",
  "homepage": "https://github.com/ciaranj/node-oauth#readme",
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "ciaranj",
      "email": "ciaranj@gmail.com"
    }
  ],
  "name": "oauth",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/ciaranj/node-oauth.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "0.9.15"
}