{
  "_args": [
    [
      "request-oauth@1.0.1",
      "/var/www/html/strapi_cloud"
    ]
  ],
  "_from": "request-oauth@1.0.1",
  "_id": "request-oauth@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-85THTg1RgOYtqQw42JON6AqvHLptlj1biw265Tsq4fD4cPdUvhDB2Qh9NTv17yCD322ROuO9aOmpc4GyayGVBA==",
  "_location": "/request-oauth",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "request-oauth@1.0.1",
    "name": "request-oauth",
    "escapedName": "request-oauth",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/grant"
  ],
  "_resolved": "https://registry.npmjs.org/request-oauth/-/request-oauth-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/html/strapi_cloud",
  "author": {
    "name": "Simeon Velichkov",
    "email": "simeonvelichkov@gmail.com",
    "url": "https://simov.github.io"
  },
  "bugs": {
    "url": "https://github.com/simov/request-oauth/issues"
  },
  "dependencies": {
    "oauth-sign": "^0.9.0",
    "qs": "^6.9.6",
    "uuid": "^8.3.2"
  },
  "description": "OAuth 1.0a support for request-compose",
  "devDependencies": {
    "coveralls": "^3.1.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "request-compose": "^2.1.0",
    "request-logs": "^2.1.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "lib/",
    "oauth.js",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "homepage": "https://github.com/simov/request-oauth",
  "keywords": [
    "request",
    "compose",
    "http",
    "oauth",
    "client"
  ],
  "license": "Apache-2.0",
  "main": "./oauth.js",
  "name": "request-oauth",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/simov/request-oauth.git"
  },
  "scripts": {
    "test": "npm run test:ci",
    "test:ci": "npx mocha --recursive",
    "test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive"
  },
  "type": "commonjs",
  "version": "1.0.1"
}
