{
  "_from": "sc-auth@^5.0.2",
  "_id": "sc-auth@5.0.2",
  "_inBundle": false,
  "_integrity": "sha512-Le3YBsFjzv5g6wIH6Y+vD+KFkK0HDXiaWy1Gm4nXtYebMQUyNYSf1cS83MtHrYzVEMlhYElRva1b0bvZ0hBqQw==",
  "_location": "/sc-auth",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sc-auth@^5.0.2",
    "name": "sc-auth",
    "escapedName": "sc-auth",
    "rawSpec": "^5.0.2",
    "saveSpec": null,
    "fetchSpec": "^5.0.2"
  },
  "_requiredBy": [
    "/socketcluster",
    "/socketcluster-server"
  ],
  "_resolved": "https://registry.npmjs.org/sc-auth/-/sc-auth-5.0.2.tgz",
  "_shasum": "a9ac421fb30f127089dbf8b0f26b2601e009b0dc",
  "_spec": "sc-auth@^5.0.2",
  "_where": "/home/jon/projects/socketcluster/sample/node_modules/socketcluster",
  "author": {
    "name": "Jonathan Gros-Dubois",
    "email": "grosjona@yahoo.com.au"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jsonwebtoken": "^8.3.0",
    "sc-errors": "^1.4.1"
  },
  "deprecated": false,
  "description": "Auth module for SocketCluster",
  "keywords": [
    "Auth",
    "SocketCluster",
    "JWT"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "sc-auth",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "5.0.2"
}
