HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/google-auth-library/package.json
{
  "_args": [
    [
      {
        "raw": "google-auth-library@^0.9.10",
        "scope": null,
        "escapedName": "google-auth-library",
        "name": "google-auth-library",
        "rawSpec": "^0.9.10",
        "spec": ">=0.9.10 <0.10.0",
        "type": "range"
      },
      "D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\google-auto-auth"
    ]
  ],
  "_from": "google-auth-library@>=0.9.10 <0.10.0",
  "_id": "google-auth-library@0.9.10",
  "_inCache": true,
  "_location": "/google-auth-library",
  "_nodeVersion": "4.2.3",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/google-auth-library-0.9.10.tgz_1479762218950_0.49900968791916966"
  },
  "_npmUser": {
    "name": "googleapis-packages",
    "email": "googleapis-packages@google.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {
    "aws-sign2": "0.6.0",
    "aws4": "1.5.0",
    "bl": "1.1.2",
    "caseless": "0.11.0",
    "combined-stream": "1.0.5",
    "extend": "3.0.0",
    "forever-agent": "0.6.1",
    "har-validator": "2.0.6",
    "hawk": "3.1.3",
    "http-signature": "1.1.1",
    "is-typedarray": "1.0.0",
    "isstream": "0.1.2",
    "json-stringify-safe": "5.0.1",
    "lodash": "4.17.4",
    "mime-types": "2.1.13",
    "oauth-sign": "0.8.2",
    "stringstream": "0.0.5",
    "tough-cookie": "2.3.2",
    "tunnel-agent": "0.4.3"
  },
  "_requested": {
    "raw": "google-auth-library@^0.9.10",
    "scope": null,
    "escapedName": "google-auth-library",
    "name": "google-auth-library",
    "rawSpec": "^0.9.10",
    "spec": ">=0.9.10 <0.10.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gcs-resumable-upload/google-auto-auth",
    "/google-auto-auth"
  ],
  "_resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.9.10.tgz",
  "_shasum": "4993dc07bb4834b8ca0350213a6873a32c6051b9",
  "_shrinkwrap": null,
  "_spec": "google-auth-library@^0.9.10",
  "_where": "D:\\HostingSpaces\\RImmers2\\portal.photomenu.nl\\wwwroot\\node_modules\\google-auto-auth",
  "author": {
    "name": "Google Inc."
  },
  "bugs": {
    "url": "https://github.com/google/google-auth-library-nodejs/issues"
  },
  "contributors": [
    {
      "name": "Jason Allor",
      "email": "jasonall@google.com"
    },
    {
      "name": "Jason Dobry",
      "email": "jason.dobry@gmail.com"
    },
    {
      "name": "Tim Emiola",
      "email": "temiola@google.com"
    }
  ],
  "dependencies": {
    "async": "~1.4.2",
    "gtoken": "^1.1.0",
    "jws": "~3.0.0",
    "lodash.noop": "~3.0.0",
    "request": "~2.74.0",
    "string-template": "~0.2.0"
  },
  "description": "Google APIs Authentication Client Library for Node.js",
  "devDependencies": {
    "coveralls": "^2.11.1",
    "istanbul": "~0.3.2",
    "jsdoc": "~3.3.0-alpha9",
    "jshint": "^2.5.5",
    "keypair": "~1.0.0",
    "minimist": "^1.1.0",
    "mkdirp": "~0.5.0",
    "mocha": "^1.8.1",
    "nock": "~1.9.0",
    "rimraf": "^2.2.8",
    "url": "~0.10.1"
  },
  "directories": {},
  "dist": {
    "shasum": "4993dc07bb4834b8ca0350213a6873a32c6051b9",
    "tarball": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-0.9.10.tgz"
  },
  "engines": {
    "node": ">=0.10"
  },
  "gitHead": "c8ce9ff491b4a57b63829c7cadd25a166b75bdc8",
  "homepage": "https://github.com/google/google-auth-library-nodejs#readme",
  "keywords": [
    "google",
    "api",
    "google apis",
    "client",
    "client library"
  ],
  "license": "Apache-2.0",
  "main": "./lib/auth/googleauth",
  "maintainers": [
    {
      "name": "googleapis-packages",
      "email": "googleapis-packages@google.com"
    },
    {
      "name": "jdobry",
      "email": "jason.dobry@gmail.com"
    },
    {
      "name": "murgatroid99",
      "email": "mlumish@google.com"
    },
    {
      "name": "stephenplusplus",
      "email": "sawchuk@gmail.com"
    }
  ],
  "name": "google-auth-library",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/google/google-auth-library-nodejs.git"
  },
  "scripts": {
    "coverage": "istanbul cover -x 'apis/**' _mocha -- --reporter spec --timeout 4000",
    "coveralls": "istanbul cover -x 'apis/**' _mocha --report lcovonly -- --reporter spec --timeout 4000 && cat coverage/lcov.info | coveralls",
    "generate-docs": "jsdoc -c jsdoc-conf.json ./README.md",
    "lint": "jshint lib test",
    "prepare": "npm test && npm run lint && npm version patch",
    "test": "mocha --reporter spec --timeout 4000"
  },
  "version": "0.9.10"
}