{
  "_from": "gcs-resumable-upload@^0.10.2",
  "_id": "gcs-resumable-upload@0.10.2",
  "_inBundle": false,
  "_integrity": "sha1-fymz7iPc7EFwNnwHEUGCScZgVF8=",
  "_location": "/gcs-resumable-upload",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gcs-resumable-upload@^0.10.2",
    "name": "gcs-resumable-upload",
    "escapedName": "gcs-resumable-upload",
    "rawSpec": "^0.10.2",
    "saveSpec": null,
    "fetchSpec": "^0.10.2"
  },
  "_requiredBy": [
    "/@google-cloud/storage"
  ],
  "_resolved": "https://registry.npmjs.org/gcs-resumable-upload/-/gcs-resumable-upload-0.10.2.tgz",
  "_shasum": "7f29b3ee23dcec4170367c0711418249c660545f",
  "_spec": "gcs-resumable-upload@^0.10.2",
  "_where": "C:\\Users\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\node_modules\\@google-cloud\\storage",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bin": {
    "gcs-upload": "build/src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/gcs-resumable-upload/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "configstore": "^3.1.2",
    "google-auto-auth": "^0.10.0",
    "pumpify": "^1.4.0",
    "request": "^2.85.0",
    "stream-events": "^1.0.3"
  },
  "deprecated": false,
  "description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
  "devDependencies": {
    "@types/configstore": "^2.1.1",
    "@types/is-stream": "^1.1.0",
    "@types/mocha": "^5.0.0",
    "@types/mockery": "^1.4.29",
    "@types/nock": "^9.1.3",
    "@types/node": "^9.6.1",
    "@types/request": "^2.47.0",
    "@types/through2": "^2.0.33",
    "gts": "^0.5.4",
    "is-stream": "^1.1.0",
    "mocha": "^5.0.5",
    "mockery": "^2.1.0",
    "nock": "^9.2.5",
    "source-map-support": "^0.5.4",
    "through2": "^2.0.3",
    "typescript": "~2.8.0"
  },
  "files": [
    "build/src"
  ],
  "homepage": "https://github.com/stephenplusplus/gcs-resumable-upload#readme",
  "keywords": [
    "google",
    "gcloud",
    "storage",
    "gcs",
    "upload",
    "resumable"
  ],
  "license": "MIT",
  "main": "build/src/index.js",
  "name": "gcs-resumable-upload",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/gcs-resumable-upload.git"
  },
  "scripts": {
    "check": "gts check",
    "clean": "gts clean",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "posttest": "npm run check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "system-tests": "mocha build/test/system-tests -r source-map-support/register --timeout 20000",
    "test": "mocha build/test -r source-map-support/register"
  },
  "types": "build/src/index.d.ts",
  "version": "0.10.2"
}