{
  "_from": "request-oauth@0.0.3",
  "_id": "request-oauth@0.0.3",
  "_inBundle": false,
  "_integrity": "sha512-q7WdJlpIcPaIDac0FZSy/yH37FO3UkUuPDIsiLALiLjuC6vzvuKIU14YIC3Lm0wtQRXS9GqvSo/fCYj8n75xSw==",
  "_location": "/request-oauth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "request-oauth@0.0.3",
    "name": "request-oauth",
    "escapedName": "request-oauth",
    "rawSpec": "0.0.3",
    "saveSpec": null,
    "fetchSpec": "0.0.3"
  },
  "_requiredBy": [
    "/grant",
    "/grant-profile"
  ],
  "_resolved": "https://registry.npmjs.org/request-oauth/-/request-oauth-0.0.3.tgz",
  "_shasum": "b3ea1ff857b9add3b0d49e42993a88e256d791ab",
  "_spec": "request-oauth@0.0.3",
  "_where": "/home/editor/editor.api/node_modules/grant",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/request-oauth/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "oauth-sign": "^0.8.2",
    "qs": "^6.5.1",
    "uuid": "^3.2.1"
  },
  "deprecated": false,
  "description": "OAuth 1.0 Client",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "coveralls": "^3.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1",
    "request-compose": "0.0.14",
    "request-logs": "0.0.5"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "files": [
    "build/index.js",
    "build/mw.js",
    "build/oauth.js",
    "index.js",
    "mw.js",
    "oauth.js",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "homepage": "https://github.com/simov/request-oauth",
  "keywords": [
    "oauth",
    "client"
  ],
  "license": "Apache-2.0",
  "main": "./build/index.js",
  "name": "request-oauth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/request-oauth.git"
  },
  "scripts": {
    "build": "rm -rf build/ && mkdir -p build && npm run build:test && npm run copy:test/ssl && npm run build:main",
    "build:main": "babel *.js --out-dir build",
    "build:test": "babel test --out-dir build/test",
    "copy:test/ssl": "cp -r test/ssl/ build/test/",
    "prepublish": "npm run build",
    "test": "npm run test:ci",
    "test:ci": "v=$(node -e \"console.log(process.version.split('.')[0].slice(1))\") && if [ $v -ge 8 ]; then p=\"test\"; else p=\"build/test\"; fi && mocha $p --recursive",
    "test:cov": "istanbul cover _mocha -- --recursive"
  },
  "version": "0.0.3"
}
