{"maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"dist-tags":{"legacy-8":"4.7.2","legacy-10":"5.20.5","legacy-12":"6.12.0","legacy-14":"7.16.0","latest":"7.19.0"},"author":{"name":"Google Inc."},"description":"Cloud Storage Client Library for Node.js","readme":"[//]: # \"This README.md file is auto-generated, all changes to this file will be lost.\"\n[//]: # \"To regenerate it, use `python -m synthtool`.\"\n<img src=\"https://avatars2.githubusercontent.com/u/2810941?v=3&s=96\" alt=\"Google Cloud Platform logo\" title=\"Google Cloud Platform\" align=\"right\" height=\"96\" width=\"96\"/>\n\n# [Google Cloud Storage: Node.js Client](https://github.com/googleapis/nodejs-storage)\n\n[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)\n[![npm version](https://img.shields.io/npm/v/@google-cloud/storage.svg)](https://www.npmjs.com/package/@google-cloud/storage)\n\n\n\n\n> Node.js idiomatic client for [Cloud Storage][product-docs].\n\n[Cloud Storage](https://cloud.google.com/storage/docs) allows world-wide\nstorage and retrieval of any amount of data at any time. You can use Google\nCloud Storage for a range of scenarios including serving website content,\nstoring data for archival and disaster recovery, or distributing large data\nobjects to users via direct download.\n\n\nA comprehensive list of changes in each version may be found in\n[the CHANGELOG](https://github.com/googleapis/nodejs-storage/blob/main/CHANGELOG.md).\n\n* [Google Cloud Storage Node.js Client API Reference][client-docs]\n* [Google Cloud Storage Documentation][product-docs]\n* [github.com/googleapis/nodejs-storage](https://github.com/googleapis/nodejs-storage)\n\nRead more about the client libraries for Cloud APIs, including the older\nGoogle APIs Client Libraries, in [Client Libraries Explained][explained].\n\n[explained]: https://cloud.google.com/apis/docs/client-libraries-explained\n\n**Table of contents:**\n\n\n* [Quickstart](#quickstart)\n  * [Before you begin](#before-you-begin)\n  * [Installing the client library](#installing-the-client-library)\n  * [Using the client library](#using-the-client-library)\n* [Samples](#samples)\n* [Versioning](#versioning)\n* [Contributing](#contributing)\n* [License](#license)\n\n## Quickstart\n\n### Before you begin\n\n1.  [Select or create a Cloud Platform project][projects].\n1.  [Enable billing for your project][billing].\n1.  [Enable the Google Cloud Storage API][enable_api].\n1.  [Set up authentication][auth] so you can access the\n    API from your local workstation.\n\n### Installing the client library\n\n```bash\nnpm install @google-cloud/storage\n```\n\n\n### Using the client library\n\n```javascript\n// Imports the Google Cloud client library\nconst {Storage} = require('@google-cloud/storage');\n\n// For more information on ways to initialize Storage, please see\n// https://googleapis.dev/nodejs/storage/latest/Storage.html\n\n// Creates a client using Application Default Credentials\nconst storage = new Storage();\n\n// Creates a client from a Google service account key\n// const storage = new Storage({keyFilename: 'key.json'});\n\n/**\n * TODO(developer): Uncomment these variables before running the sample.\n */\n// The ID of your GCS bucket\n// const bucketName = 'your-unique-bucket-name';\n\nasync function createBucket() {\n  // Creates the new bucket\n  await storage.createBucket(bucketName);\n  console.log(`Bucket ${bucketName} created.`);\n}\n\ncreateBucket().catch(console.error);\n\n```\n\n\n\n## Samples\n\nSamples are in the [`samples/`](https://github.com/googleapis/nodejs-storage/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.\n\n| Sample                      | Source Code                       | Try it |\n| --------------------------- | --------------------------------- | ------ |\n| Add Bucket Conditional Binding | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketConditionalBinding.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketConditionalBinding.js,samples/README.md) |\n| Add Bucket Default Owner Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketDefaultOwnerAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketDefaultOwnerAcl.js,samples/README.md) |\n| Add Bucket Iam Member | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketIamMember.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketIamMember.js,samples/README.md) |\n| Storage Add Bucket Label. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketLabel.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketLabel.js,samples/README.md) |\n| Add Bucket Owner Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketOwnerAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketOwnerAcl.js,samples/README.md) |\n| Bucket Website Configuration. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addBucketWebsiteConfiguration.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addBucketWebsiteConfiguration.js,samples/README.md) |\n| Add File Owner Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/addFileOwnerAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/addFileOwnerAcl.js,samples/README.md) |\n| Storage Get Bucket Metadata. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/bucketMetadata.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/bucketMetadata.js,samples/README.md) |\n| Change Bucket's Default Storage Class. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/changeDefaultStorageClass.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/changeDefaultStorageClass.js,samples/README.md) |\n| Storage File Convert CSEK to CMEK. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/changeFileCSEKToCMEK.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/changeFileCSEKToCMEK.js,samples/README.md) |\n| Storage Combine files. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/composeFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/composeFile.js,samples/README.md) |\n| Storage Configure Bucket Cors. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/configureBucketCors.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/configureBucketCors.js,samples/README.md) |\n| Configure Retries | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/configureRetries.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/configureRetries.js,samples/README.md) |\n| Copy File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/copyFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/copyFile.js,samples/README.md) |\n| Copy Old Version Of File. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/copyOldVersionOfFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/copyOldVersionOfFile.js,samples/README.md) |\n| Create a Dual-Region Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createBucketWithDualRegion.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createBucketWithDualRegion.js,samples/README.md) |\n| Create a hierarchical namespace enabled bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createBucketWithHierarchicalNamespace.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createBucketWithHierarchicalNamespace.js,samples/README.md) |\n| Create a Bucket with object retention enabled. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createBucketWithObjectRetention.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createBucketWithObjectRetention.js,samples/README.md) |\n| Create Bucket With Storage Class and Location. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createBucketWithStorageClassAndLocation.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createBucketWithStorageClassAndLocation.js,samples/README.md) |\n| Create Bucket With Turbo Replication | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createBucketWithTurboReplication.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createBucketWithTurboReplication.js,samples/README.md) |\n| Create New Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createNewBucket.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createNewBucket.js,samples/README.md) |\n| Create Notification | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/createNotification.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/createNotification.js,samples/README.md) |\n| Delete Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/deleteBucket.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/deleteBucket.js,samples/README.md) |\n| Delete File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/deleteFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/deleteFile.js,samples/README.md) |\n| Delete Notification | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/deleteNotification.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/deleteNotification.js,samples/README.md) |\n| Delete Old Version Of File. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/deleteOldVersionOfFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/deleteOldVersionOfFile.js,samples/README.md) |\n| Disable Bucket Lifecycle Management | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableBucketLifecycleManagement.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableBucketLifecycleManagement.js,samples/README.md) |\n| Storage Disable Bucket Versioning. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableBucketVersioning.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableBucketVersioning.js,samples/README.md) |\n| Disable Default Event Based Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableDefaultEventBasedHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableDefaultEventBasedHold.js,samples/README.md) |\n| Disable Requester Pays | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableRequesterPays.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableRequesterPays.js,samples/README.md) |\n| Disable Soft Delete | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableSoftDelete.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableSoftDelete.js,samples/README.md) |\n| Disable Uniform Bucket Level Access | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/disableUniformBucketLevelAccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/disableUniformBucketLevelAccess.js,samples/README.md) |\n| Download Byte Range | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadByteRange.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadByteRange.js,samples/README.md) |\n| Download Encrypted File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadEncryptedFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadEncryptedFile.js,samples/README.md) |\n| Download File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadFile.js,samples/README.md) |\n| Download a File in Chunks With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadFileInChunksWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadFileInChunksWithTransferManager.js,samples/README.md) |\n| Download File Using Requester Pays | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadFileUsingRequesterPays.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadFileUsingRequesterPays.js,samples/README.md) |\n| Download Folder With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadFolderWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadFolderWithTransferManager.js,samples/README.md) |\n| Download Into Memory | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadIntoMemory.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadIntoMemory.js,samples/README.md) |\n| Download Many Files With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadManyFilesWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadManyFilesWithTransferManager.js,samples/README.md) |\n| Storage Download Public File. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/downloadPublicFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/downloadPublicFile.js,samples/README.md) |\n| Enable Bucket Lifecycle Management | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableBucketLifecycleManagement.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableBucketLifecycleManagement.js,samples/README.md) |\n| Storage Enable Bucket Versioning. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableBucketVersioning.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableBucketVersioning.js,samples/README.md) |\n| Enable Default Event Based Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableDefaultEventBasedHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableDefaultEventBasedHold.js,samples/README.md) |\n| Enable Default KMS Key | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableDefaultKMSKey.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableDefaultKMSKey.js,samples/README.md) |\n| Enable Requester Pays | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableRequesterPays.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableRequesterPays.js,samples/README.md) |\n| Enable Uniform Bucket Level Access | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/enableUniformBucketLevelAccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/enableUniformBucketLevelAccess.js,samples/README.md) |\n| Change File's Storage Class. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/fileChangeStorageClass.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/fileChangeStorageClass.js,samples/README.md) |\n| Storage Set File Metadata. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/fileSetMetadata.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/fileSetMetadata.js,samples/README.md) |\n| Generate Encryption Key | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/generateEncryptionKey.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/generateEncryptionKey.js,samples/README.md) |\n| Generate Signed Url | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/generateSignedUrl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/generateSignedUrl.js,samples/README.md) |\n| Generate V4 Read Signed Url | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/generateV4ReadSignedUrl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/generateV4ReadSignedUrl.js,samples/README.md) |\n| Generate V4 Signed Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/generateV4SignedPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/generateV4SignedPolicy.js,samples/README.md) |\n| Generate V4 Upload Signed Url | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/generateV4UploadSignedUrl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/generateV4UploadSignedUrl.js,samples/README.md) |\n| Get Autoclass | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getAutoclass.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getAutoclass.js,samples/README.md) |\n| Get Default Event Based Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getDefaultEventBasedHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getDefaultEventBasedHold.js,samples/README.md) |\n| Get Metadata | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getMetadata.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getMetadata.js,samples/README.md) |\n| Get Metadata Notifications | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getMetadataNotifications.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getMetadataNotifications.js,samples/README.md) |\n| Get Public Access Prevention | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getPublicAccessPrevention.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getPublicAccessPrevention.js,samples/README.md) |\n| Get RPO | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getRPO.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getRPO.js,samples/README.md) |\n| Get Requester Pays Status | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getRequesterPaysStatus.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getRequesterPaysStatus.js,samples/README.md) |\n| Get Retention Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getRetentionPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getRetentionPolicy.js,samples/README.md) |\n| Storage Get Service Account. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getServiceAccount.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getServiceAccount.js,samples/README.md) |\n| Get Soft Delete Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getSoftDeletePolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getSoftDeletePolicy.js,samples/README.md) |\n| Get Soft Deleted Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getSoftDeletedBucket.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getSoftDeletedBucket.js,samples/README.md) |\n| Get Uniform Bucket Level Access | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/getUniformBucketLevelAccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/getUniformBucketLevelAccess.js,samples/README.md) |\n| Activate HMAC SA Key. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeyActivate.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyActivate.js,samples/README.md) |\n| Create HMAC SA Key. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeyCreate.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyCreate.js,samples/README.md) |\n| Deactivate HMAC SA Key. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeyDeactivate.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDeactivate.js,samples/README.md) |\n| Delete HMAC SA Key. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeyDelete.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyDelete.js,samples/README.md) |\n| Get HMAC SA Key Metadata. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeyGet.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeyGet.js,samples/README.md) |\n| List HMAC SA Keys Metadata. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/hmacKeysList.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/hmacKeysList.js,samples/README.md) |\n| List Buckets | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listBuckets.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listBuckets.js,samples/README.md) |\n| List Buckets Partial Success | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listBucketsPartialSuccess.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listBucketsPartialSuccess.js,samples/README.md) |\n| List Files | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFiles.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listFiles.js,samples/README.md) |\n| List Files By Prefix | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFilesByPrefix.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listFilesByPrefix.js,samples/README.md) |\n| List Files Paginate | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFilesPaginate.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listFilesPaginate.js,samples/README.md) |\n| List Files with Old Versions. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listFilesWithOldVersions.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listFilesWithOldVersions.js,samples/README.md) |\n| List Notifications | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listNotifications.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listNotifications.js,samples/README.md) |\n| List Soft Deleted Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listSoftDeletedBucket.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listSoftDeletedBucket.js,samples/README.md) |\n| List Soft Deleted Object Versions | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listSoftDeletedObjectVersions.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listSoftDeletedObjectVersions.js,samples/README.md) |\n| List Soft Deleted Objects | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/listSoftDeletedObjects.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/listSoftDeletedObjects.js,samples/README.md) |\n| Lock Retention Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/lockRetentionPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/lockRetentionPolicy.js,samples/README.md) |\n| Storage Make Bucket Public. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/makeBucketPublic.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/makeBucketPublic.js,samples/README.md) |\n| Make Public | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/makePublic.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/makePublic.js,samples/README.md) |\n| Move File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/moveFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/moveFile.js,samples/README.md) |\n| Move File Atomic | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/moveFileAtomic.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/moveFileAtomic.js,samples/README.md) |\n| Print Bucket Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/printBucketAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/printBucketAcl.js,samples/README.md) |\n| Print Bucket Acl For User | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/printBucketAclForUser.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/printBucketAclForUser.js,samples/README.md) |\n| Print File Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/printFileAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/printFileAcl.js,samples/README.md) |\n| Print File Acl For User | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/printFileAclForUser.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/printFileAclForUser.js,samples/README.md) |\n| Quickstart | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |\n| Release Event Based Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/releaseEventBasedHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/releaseEventBasedHold.js,samples/README.md) |\n| Release Temporary Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/releaseTemporaryHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/releaseTemporaryHold.js,samples/README.md) |\n| Remove Bucket Conditional Binding | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketConditionalBinding.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketConditionalBinding.js,samples/README.md) |\n| Storage Remove Bucket Cors Configuration. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketCors.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketCors.js,samples/README.md) |\n| Remove Bucket Default Owner | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketDefaultOwner.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketDefaultOwner.js,samples/README.md) |\n| Remove Bucket Iam Member | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketIamMember.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketIamMember.js,samples/README.md) |\n| Storage Remove Bucket Label. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketLabel.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketLabel.js,samples/README.md) |\n| Remove Bucket Owner Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeBucketOwnerAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeBucketOwnerAcl.js,samples/README.md) |\n| Remove Default KMS Key. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeDefaultKMSKey.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeDefaultKMSKey.js,samples/README.md) |\n| Remove File Owner Acl | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeFileOwnerAcl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeFileOwnerAcl.js,samples/README.md) |\n| Remove Retention Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/removeRetentionPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/removeRetentionPolicy.js,samples/README.md) |\n| Rename File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/renameFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/renameFile.js,samples/README.md) |\n| Restore Soft Deleted Bucket | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/restoreSoftDeletedBucket.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/restoreSoftDeletedBucket.js,samples/README.md) |\n| Restore Soft Deleted Object | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/restoreSoftDeletedObject.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/restoreSoftDeletedObject.js,samples/README.md) |\n| Rotate Encryption Key | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/rotateEncryptionKey.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/rotateEncryptionKey.js,samples/README.md) |\n| Set Autoclass | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setAutoclass.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setAutoclass.js,samples/README.md) |\n| Set Client Endpoint | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setClientEndpoint.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setClientEndpoint.js,samples/README.md) |\n| Set Event Based Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setEventBasedHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setEventBasedHold.js,samples/README.md) |\n| Set the object retention policy of a File. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setObjectRetentionPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setObjectRetentionPolicy.js,samples/README.md) |\n| Set Public Access Prevention Enforced | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setPublicAccessPreventionEnforced.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setPublicAccessPreventionEnforced.js,samples/README.md) |\n| Set Public Access Prevention Inherited | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setPublicAccessPreventionInherited.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setPublicAccessPreventionInherited.js,samples/README.md) |\n| Set RPO Async Turbo | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setRPOAsyncTurbo.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setRPOAsyncTurbo.js,samples/README.md) |\n| Set RPO Default | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setRPODefault.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setRPODefault.js,samples/README.md) |\n| Set Retention Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setRetentionPolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setRetentionPolicy.js,samples/README.md) |\n| Set Soft Delete Policy | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setSoftDeletePolicy.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setSoftDeletePolicy.js,samples/README.md) |\n| Set Temporary Hold | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/setTemporaryHold.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/setTemporaryHold.js,samples/README.md) |\n| Stream File Download | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/streamFileDownload.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/streamFileDownload.js,samples/README.md) |\n| Stream File Upload | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/streamFileUpload.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/streamFileUpload.js,samples/README.md) |\n| Upload a directory to a bucket. | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadDirectory.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadDirectory.js,samples/README.md) |\n| Upload Directory With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadDirectoryWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadDirectoryWithTransferManager.js,samples/README.md) |\n| Upload Encrypted File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadEncryptedFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadEncryptedFile.js,samples/README.md) |\n| Upload File | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadFile.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadFile.js,samples/README.md) |\n| Upload a File in Chunks With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadFileInChunksWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadFileInChunksWithTransferManager.js,samples/README.md) |\n| Upload File With Kms Key | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadFileWithKmsKey.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadFileWithKmsKey.js,samples/README.md) |\n| Upload From Memory | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadFromMemory.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadFromMemory.js,samples/README.md) |\n| Upload Many Files With Transfer Manager | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadManyFilesWithTransferManager.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadManyFilesWithTransferManager.js,samples/README.md) |\n| Upload Without Authentication | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadWithoutAuthentication.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadWithoutAuthentication.js,samples/README.md) |\n| Upload Without Authentication Signed Url | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/uploadWithoutAuthenticationSignedUrl.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/uploadWithoutAuthenticationSignedUrl.js,samples/README.md) |\n| View Bucket Iam Members | [source code](https://github.com/googleapis/nodejs-storage/blob/main/samples/viewBucketIamMembers.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-storage&page=editor&open_in_editor=samples/viewBucketIamMembers.js,samples/README.md) |\n\n\n\nThe [Google Cloud Storage Node.js Client API Reference][client-docs] documentation\nalso contains samples.\n\n## Supported Node.js Versions\n\nOur client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).\nLibraries are compatible with all current _active_ and _maintenance_ versions of\nNode.js.\nIf you are using an end-of-life version of Node.js, we recommend that you update\nas soon as possible to an actively supported LTS version.\n\nGoogle's client libraries support legacy versions of Node.js runtimes on a\nbest-efforts basis with the following warnings:\n\n* Legacy versions are not tested in continuous integration.\n* Some security patches and features cannot be backported.\n* Dependencies cannot be kept up-to-date.\n\nClient libraries targeting some end-of-life versions of Node.js are available, and\ncan be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).\nThe dist-tags follow the naming convention `legacy-(version)`.\nFor example, `npm install @google-cloud/storage@legacy-8` installs client libraries\nfor versions compatible with Node.js 8.\n\n## Versioning\n\nThis library follows [Semantic Versioning](http://semver.org/).\n\n\n\nThis library is considered to be **stable**. The code surface will not change in backwards-incompatible ways\nunless absolutely necessary (e.g. because of critical security issues) or with\nan extensive deprecation period. Issues and requests against **stable** libraries\nare addressed with the highest priority.\n\n\n\n\n\n\nMore Information: [Google Cloud Platform Launch Stages][launch_stages]\n\n[launch_stages]: https://cloud.google.com/terms/launch-stages\n\n## Contributing\n\nContributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-storage/blob/main/CONTRIBUTING.md).\n\nPlease note that this `README.md`, the `samples/README.md`,\nand a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)\nare generated from a central template. To edit one of these files, make an edit\nto its templates in\n[directory](https://github.com/googleapis/synthtool).\n\n## License\n\nApache Version 2.0\n\nSee [LICENSE](https://github.com/googleapis/nodejs-storage/blob/main/LICENSE)\n\n[client-docs]: https://cloud.google.com/nodejs/docs/reference/storage/latest\n[product-docs]: https://cloud.google.com/storage\n[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png\n[projects]: https://console.cloud.google.com/project\n[billing]: https://support.google.com/cloud/answer/6293499#enable-billing\n[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=storage-api.googleapis.com\n[auth]: https://cloud.google.com/docs/authentication/external/set-up-adc-local\n","repository":{"type":"git","url":"git+https://github.com/googleapis/nodejs-storage.git"},"users":{"dyaa":true,"alrico88":true,"quocnguyen":true,"broughtback":true,"loicelthesea":true,"leelandmiller":true},"bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"license":"Apache-2.0","versions":{"0.1.0":{"name":"@google-cloud/storage","version":"0.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.1.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/gcloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/gcloud-node/issues"},"dist":{"shasum":"7b304d06bae26f27c7cd9af5cab70fe84047ea69","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.1.0.tgz","integrity":"sha512-RYxMKaheYyDsZNLhphQXhN8OCW+3aj2lwyzoORZnuP4mBIcvyZ9wBd9wTiebN/E8cSuYS0ZBSGViTtc6opQsSg==","signatures":[{"sig":"MEYCIQC6z50QAeAQZNiZZyPTRhVL6X1CD5MpOIV2PP9IWWGGtgIhAM9PeLJ6YAc3UcWcNpzTymqSCemFIJcQ4POz23zY/OEq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["./src/*","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"7b304d06bae26f27c7cd9af5cab70fe84047ea69","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/gcloud-node.git","type":"git"},"_npmVersion":"3.10.3","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^1.4.2","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^2.0.1","@google-cloud/common":"^0.1.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.1.0.tgz_1470943269119_0.3389400744345039","host":"packages-16-east.internal.npmjs.com"}},"0.1.1":{"name":"@google-cloud/storage","version":"0.1.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.1.1","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/gcloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/gcloud-node/issues"},"dist":{"shasum":"3f977c5254b86e9822bf67f8eb144747a05a382b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.1.1.tgz","integrity":"sha512-taNaR6l/GyrRt1aDVrFIDzmVw8P2IpkJZfWbDE3iamv33D9F+7doZn4cN5jITduEEjXugHDsrDD/7l+z4Fu2AA==","signatures":[{"sig":"MEQCIAXDUNjGWXNxuGKiC+LucK8P4mOrd/IQIN/EGKsfy/X/AiAdNOM1MNb1lMcpsCHLmhkDfO0duuDyEMuWh+3zHTUFyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"3f977c5254b86e9822bf67f8eb144747a05a382b","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/gcloud-node.git","type":"git"},"_npmVersion":"3.10.3","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^1.4.2","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^2.0.1","@google-cloud/common":"^0.1.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.1.1.tgz_1470944815062_0.014317910885438323","host":"packages-16-east.internal.npmjs.com"}},"0.2.0":{"name":"@google-cloud/storage","version":"0.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.2.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"64b083c3b2cc7413cb63d47eb38f133878bf8760","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.2.0.tgz","integrity":"sha512-gsh9jL/qF0zU0W9ioVFG7vgNNuNojMhtqKD9Kifq2n3fDlzpPvVcsYo2jzZacCkV2vlGnmCMI4f2dizcY2Rc/A==","signatures":[{"sig":"MEUCIGIPj3bAheoQFCzJy1h9w0SVE/LuF/qcpQrtLci3e6WjAiEArJa3yWuZltKcKQDEcLfjexZWVXlw92fRtmrqdtxTpt0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"64b083c3b2cc7413cb63d47eb38f133878bf8760","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.10.3","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.6.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.2.0.tgz_1474930762521_0.5155958516988903","host":"packages-16-east.internal.npmjs.com"}},"0.3.0":{"name":"@google-cloud/storage","version":"0.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.3.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"d3980676a760f4396fad9834299af54102331219","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.3.0.tgz","integrity":"sha512-9fvd666L2PxoDbSBczLP2tdOmvnbG1Oto0ci1f7pGtKN/gcKKfwOsfZ1Ki5Gku3Umye2gBYiyLIJAgdGWmQJmQ==","signatures":[{"sig":"MEUCIFioLRKeVYYNKM9d9zI2mKLzIf+eh/MlrbK5HNIHONc2AiEA1W1LhfQkVlNDPjNkW1LGAZyqRWN+vZH70zsizAmBY/g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"d3980676a760f4396fad9834299af54102331219","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.10.3","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.7.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.3.0.tgz_1476737675217_0.5157746982295066","host":"packages-12-west.internal.npmjs.com"}},"0.4.0":{"name":"@google-cloud/storage","version":"0.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.4.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"87c22fc5dfccc2b78499169221c204b77c7b0d0c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.4.0.tgz","integrity":"sha512-NUJtdT5IapsUvttLmp6JHRzmqRpk/LhenNbQAYcr4+JXP7missRRUw21bKDToaP2D4RfhfXz/QKydxIvgHR/NQ==","signatures":[{"sig":"MEUCIQCA2b+WhDHsk+7jDc7iaHkQX6r5IStXLbcmI0A0qwSkdgIgDBlbnCpOfQC2zbTnUj4DBaa0adxzyc0LiqKN2KjBRA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"87c22fc5dfccc2b78499169221c204b77c7b0d0c","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.10.3","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.7.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.4.0.tgz_1477083203216_0.995718642603606","host":"packages-18-east.internal.npmjs.com"}},"0.5.0":{"name":"@google-cloud/storage","version":"0.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.5.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"e3a3d2d0017b3a1fc6e2941eeceaf1a329e225be","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.5.0.tgz","integrity":"sha512-UKkAHfYi8n6I9q6ghXWmUwN8Y1Kjrq9R/bmV/fgMrC0IWc5DLqoGnmMh5xguCUMEaiLHzVwy5/JBnR6xIujBRA==","signatures":[{"sig":"MEQCIC2KWRZ3U3CJ0v6KFAnwDmbydSf6+cVeDZh5xq4jK87SAiAmwHY+y8Lbyh3Gff3+jU5HtrfjDD5x7WI7EoU8AAEQ9Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"e3a3d2d0017b3a1fc6e2941eeceaf1a329e225be","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.0","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.3.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.8.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.5.0.tgz_1479331502258_0.34846897702664137","host":"packages-18-east.internal.npmjs.com"}},"0.6.0":{"name":"@google-cloud/storage","version":"0.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.6.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"74e9be567b60ba062fda7aab9f0564dadca44cf0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.6.0.tgz","integrity":"sha512-YLd/2zH14abEgqr8YNG29+rUZW8WHTZv4xjQ94MoLdr1OQcf/HPL6O/C7yX1Nx8yevKTLOZEM46tQ0XNxARiEA==","signatures":[{"sig":"MEYCIQCTqxfTK67Dhsd+OORpwZAB9nlRxz/4s79xkIGE3LH6eAIhAKLZjN1nW4UyGiB61i0hFgPs1SfzmQk1PVXsc+mUthfA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"74e9be567b60ba062fda7aab9f0564dadca44cf0","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"2.15.1","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"0.12.15","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.9.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.6.0.tgz_1481244631387_0.13240935350768268","host":"packages-18-east.internal.npmjs.com"}},"0.5.1":{"name":"@google-cloud/storage","version":"0.5.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.5.1","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"536927af7f5c5dd25abd0e1199533186d8a9300a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.5.1.tgz","integrity":"sha512-HEFpbIuzb7hL8FMj/kxer9P70W0uxrwSpwi6+57A43idWAV8yVhdxVJyh+CV7Hm669IZNyxZTrdF4m3fFYRaHw==","signatures":[{"sig":"MEYCIQDJrw225I8pkQ/phxfOvwkvdRQsd4UB05GQsnkQriIwfAIhAO3AmWpfP3j3gAl4U3RXseuB157Ayulsn0j0T/9+bM26","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"536927af7f5c5dd25abd0e1199533186d8a9300a","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.10.8","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.9.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.11.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.5.1.tgz_1484013758814_0.39258844847790897","host":"packages-12-west.internal.npmjs.com"}},"0.5.2":{"name":"@google-cloud/storage","version":"0.5.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.5.2","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"e0fe5486516ac222a8d7330ec6a1fc14049ed60f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.5.2.tgz","integrity":"sha512-Zl2WyQ6t7kBbWdGfWncCL0F5qR1PltzrHrD6hQm3jpzXwKsPnmJa1C1U/qza/CMUD/83F4/2uqLYkGxhH+oEIA==","signatures":[{"sig":"MEYCIQDnJQAs864m6e4sxb5uKHj3FlhTkEm+8xMhIlX0pY3CxAIhAPW5tvv7kdI8YX5WaeCwhT4ODbjL7BbY1RkaQ02Q+qAP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"e0fe5486516ac222a8d7330ec6a1fc14049ed60f","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.9.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.8.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"0.0.27","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","node-uuid":"^1.4.3","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.5.2.tgz_1484017600943_0.9986283869948238","host":"packages-18-east.internal.npmjs.com"}},"0.6.1":{"name":"@google-cloud/storage","version":"0.6.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.6.1","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"c0cb2966839b259b82ec3f04f34af61b5b2f4ec4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.6.1.tgz","integrity":"sha512-Sz4jAgDlvYwCRH+RMZ0IOAB9YvSJrp8o1k0n9kkjfwtOJeVFi4edOzh+cxdKtVPhWl4L9bJp4C4s/T6ZQ2gE8Q==","signatures":[{"sig":"MEUCIQCK4ARtDEYV/AweEw0vFkr6MGjCVHazk3hMCIsv0QpaNgIgcl153KySBnX94xu/FF+HnEmq3xUgg/nm8I/KptjAtRI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"c0cb2966839b259b82ec3f04f34af61b5b2f4ec4","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.9.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.11.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.6.1.tgz_1484019220430_0.21120343008078635","host":"packages-12-west.internal.npmjs.com"}},"0.7.0":{"name":"@google-cloud/storage","version":"0.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.7.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"87eb7bde35a1597511cba7b651e666178ac90fe1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.7.0.tgz","integrity":"sha512-jvZTz5AfDpSPHhgVClfHsNFntl3MJx0//R5l4eJmczglo/bzobZegu/9yFMrbGXPc4VYhHNbMxTySSSrN2ksCg==","signatures":[{"sig":"MEQCIBe9Zolz1/NoyhegkGIY9ZLPzFlhYLDoGZA2WT2zsAcSAiAOpJ23Q01JRA45NkLcws4238hFoMBGPk1QDZWCWT14aQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"87eb7bde35a1597511cba7b651e666178ac90fe1","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.9.5","description":"Google Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.2.2","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.12.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.7.0.tgz_1486061371769_0.3968445335049182","host":"packages-12-west.internal.npmjs.com"}},"0.8.0":{"name":"@google-cloud/storage","version":"0.8.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@0.8.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"8ebc0d83bbdcf6f3d524ef219a3fc38994092806","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-0.8.0.tgz","integrity":"sha512-9jQOfP041HXT/tKxsiiDhSfAhucitoiiMqvgoEkqJXt49yHXqeEEx4KQTlp/JyCX1kDCdvMkaZbktJfBre1oTA==","signatures":[{"sig":"MEUCIH6fs6tLQmzyJ9LYcIYYjuCg6/kzpspzlLgtdS3gfQVsAiEAxMmDnwXCD2+rk9Syz5xWXv0NHX0CoVbbBvesSjZmqdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"8ebc0d83bbdcf6f3d524ef219a3fc38994092806","engines":{"node":">=0.12.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"7.6.0","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.12.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-0.8.0.tgz_1489526241032_0.9976352048106492","host":"packages-12-west.internal.npmjs.com"}},"1.0.0":{"name":"@google-cloud/storage","version":"1.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.0.0","maintainers":[{"name":"anonymous","email":"cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"cb6af3d8ce89a2e5b394adf2e5fa2bf83f36b2fd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.0.0.tgz","integrity":"sha512-iMetFIkRW5MMtkvwohvfdRm19k8+Qc4xqhcDF5jcAlYB0W3++aWEWMICE69vlqRhgDNuVUW7F8XVjK+GEwIuYg==","signatures":[{"sig":"MEUCIFUzWopjcnXT00PFg9/N71dEIh+SEhdS2piuEmAE2a60AiEA+aThJXrlWbvP6iQ/fmZst6aw8qapHRF97DyrCalCJAY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"cb6af3d8ce89a2e5b394adf2e5fa2bf83f36b2fd","engines":{"node":">=4.0.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"7.8.0","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.0.0.tgz_1490986805670_0.1615185618866235","host":"packages-18-east.internal.npmjs.com"}},"1.1.0":{"name":"@google-cloud/storage","version":"1.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.1.0","maintainers":[{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"5e905a1aed4c196d5ce75dcdb5e4cd7ce29a0860","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.1.0.tgz","integrity":"sha512-/tTAQ+ocYbR/VEebKDpwdBW188xD+hoXY7HuvPA/+4fSSD2yxXpw4D0P7jCB3dVFTTZSStEAQZJLJdXYWT9prw==","signatures":[{"sig":"MEUCIQCX2FKUtLdk5BIkzHmh5LOh+3ATdtshvyrDknhy9u0HBAIgB/G+GS/IeO6eD4BEdKDNlwWrQF7w/+hWyFurBaQhMQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"5e905a1aed4c196d5ce75dcdb5e4cd7ce29a0860","engines":{"node":">=4.0.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"google-cloud@google.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"3.10.10","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"6.9.4","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.1.0.tgz_1492187871148_0.04855222860351205","host":"packages-12-west.internal.npmjs.com"}},"1.1.1":{"name":"@google-cloud/storage","version":"1.1.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.1.1","maintainers":[{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"luke@sneeringer.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"sawchuk@gmail.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"6590b5ce6e779556c9cc7043bd6449d6bc0781de","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.1.1.tgz","integrity":"sha512-eZez1Tf8LpEELvwKwsKlQXIHFgBK5pdFnVqakkXmM0/yBV6+DcFOVWEfgjQqXUK5IyzMHlYMzody+OaQTrV57g==","signatures":[{"sig":"MEUCID33f6ESxm+5ESIG79Jkl/TV5kf6eyPOT1Sml3azV8S1AiEA1oRipwjJbGzKVErBMvAtGSxIXL4tT9NekfTN5bRhlzI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"6590b5ce6e779556c9cc7043bd6449d6bc0781de","engines":{"node":">=4.0.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"7.2.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.2.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.7.1","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.1.1.tgz_1494703178950_0.6627092722337693","host":"packages-12-west.internal.npmjs.com"}},"1.2.0":{"name":"@google-cloud/storage","version":"1.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.2.0","maintainers":[{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"luke@sneeringer.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"74ee936896da5e453c341cf28044342c1a9aceb7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.2.0.tgz","integrity":"sha512-ue5UnvKNC57ojWhb5ClVrj3wVARpFUxXx1NID3HCy4A7WKO1onUsls6ijNYB836ymtgW2ZizaQJK1OMKWf5ygA==","signatures":[{"sig":"MEUCIDbpawWT8h8rhRqI9uZXYU3Y55MEwpprcRnDcy4YNd08AiEA4mrlact/zHSk78bTHeU3qp+pCCg91GnViRNoP3EIuY4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"74ee936896da5e453c341cf28044342c1a9aceb7","engines":{"node":">=4.0.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.1.3","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.8.0","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.2.0.tgz_1499289409210_0.26273755077272654","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@google-cloud/storage","version":"1.2.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.2.1","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"luke@sneeringer.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googlecloudplatform/google-cloud-node#readme","bugs":{"url":"https://github.com/googlecloudplatform/google-cloud-node/issues"},"dist":{"shasum":"a0f2e20871b862f0ea64a90ac48fc08845cf9505","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.2.1.tgz","integrity":"sha512-7DcgGkf4nX6GTrWjoonP2RH2Li2WEG3T+DFzuGH7gifgIfDmGaccpcs/CiYBWXxWMvzhY7DTAobnuzzkV7A1Cw==","signatures":[{"sig":"MEQCIGJijpa7Prf/oH7HlV0Lw6MbBVIYiRMsSTc6WLzs7FBiAiA9Abq+m7zEEHud3S5pgjsClaSqsgZqXMd3OSWfZJ4bEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","_from":".","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"_shasum":"a0f2e20871b862f0ea64a90ac48fc08845cf9505","engines":{"node":">=4.0.0"},"scripts":{"test":"mocha test/*.js","system-test":"mocha system-test/*.js --no-timeouts --bail","publish-module":"node ../../scripts/publish.js storage"},"_npmUser":{"name":"anonymous","email":"sawchuk@gmail.com"},"repository":{"url":"git+https://github.com/googlecloudplatform/google-cloud-node.git","type":"git"},"_npmVersion":"4.0.5","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.1.4","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.8.0","hash-stream-validation":"^0.2.1"},"devDependencies":{"tmp":"^0.0.31","uuid":"^3.0.1","mocha":"^3.0.1","request":"^2.70.0","propprop":"^0.3.0","proxyquire":"^1.7.10","prop-assign":"^1.0.0","normalize-newline":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.2.1.tgz_1500555152792_0.57039033039473","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@google-cloud/storage","version":"1.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.3.0","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"luke@sneeringer.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"sawchuk@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"19352632bc2b4c4d302ccb763a3e4c79fe39772e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.3.0.tgz","integrity":"sha512-kZ2Q7vTyeCQP/V3Ru0DwolSsXVFaZhrX5LeCdi+jh3IDF/GiYrgLVXL7fO8IPTqS4ZfzMdPcrSxycr0rF/CM3Q==","signatures":[{"sig":"MEQCIBA9nmRdAZlnQshkW1bbsP7062yEsUUIJ0cVLs2xYGOTAiBHJG+lFjS1qw7ED74IJPFruHrBlQ9joQ1cywhtXxXpvA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"69a0c1690d3c28e9a98a46bc0c8d3bb4d3d420cf","scripts":{"docs":"jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"cd samples/ && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.3.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.5.0","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.8.0","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^3.5.3","eslint":"^4.7.1","codecov":"^2.3.0","request":"^2.70.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.0.0-beta.12"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.3.0.tgz_1506030350454_0.75510543724522","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@google-cloud/storage","version":"1.3.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.3.1","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"731767a23226d981a52345bcda0f2212235db7fc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.3.1.tgz","integrity":"sha512-tN2YttvQ33KwXuG2tpP3lEtxkZWV1yifc84YOusMjBCDoAal5GWXDPuCeFBI7cMs5LW+V2o3I9ZusOJZwYA8ug==","signatures":[{"sig":"MEUCIC+Vj3bzyRz9UgAOAIKXtMLPnsX3CP4m0QiaDXrgiEHTAiEA8wU81fQ2ucJyQ52vVL5kYh3wLPg32W7VBpZmmPnbz+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"8b21c2314ab41920061f9ca1210635101ca8ad3e","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"cd samples/ && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.3.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.6.0","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.8.2","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^3.5.3","eslint":"^4.7.1","codecov":"^2.3.0","request":"^2.70.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.0.3"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.3.1.tgz_1506622402795_0.2804246332962066","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@google-cloud/storage","version":"1.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.4.0","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Burcu Dogan","email":"jbd@google.com"},{"name":"Johan Euphrosine","email":"proppy@google.com"},{"name":"Patrick Costello","email":"pcostell@google.com"},{"name":"Ryan Seys","email":"ryan@ryanseys.com"},{"name":"Silvano Luciani","email":"silvano@google.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"af5bcac2a986989c46f352b1ca1833be7b383ddb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.4.0.tgz","integrity":"sha512-vt1NU7D12OGYPhWfwBD1Q2qFS6Suykorlp3NLaES2W9CW6sEBWLwScxElXt8nPvonYBCFt99jP4g1AqY+0hefw==","signatures":[{"sig":"MEUCIQDOCUbMd6ZyiTgmxd6BhUu+mwIvrbaWC15Lmaae20vF/wIgZcwslMMGu2dJAEFi7AN8VEsWeq7RweSJnUTeII9Ufsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"526155427c55bf68eea475da477fb01c4ed5de0b","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"callmehiphop@gmail.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.3.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.4.0","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.13.0","gcs-resumable-upload":"^0.8.2","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^3.5.3","eslint":"^4.7.1","codecov":"^2.3.0","request":"^2.70.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.0.7"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.4.0.tgz_1507667579624_0.14405381469987333","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"@google-cloud/storage","version":"1.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.5.0","maintainers":[{"name":"anonymous","email":"nolanmar@google.com"},{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"41f0cf8a7301ee73bc670b14b5cc430aca611768","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.5.0.tgz","integrity":"sha512-0R9+quyMvd3e1GEqzONOrI0083ExBQq4+Zj8zzQIchzWvthdQDfoSBs+/a4Ol7SOu4kBK75p2SH5Q5BLE0a9og==","signatures":[{"sig":"MEQCID+OUmYo5kKYr3g2O1csxQZ+X+kPLLqgpbRlBVCEs9U1AiBT+1CNYaqLt+UW7WEtjHW+X1wjy7C2XbMI95XVkz1Itw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"ec74a68405dd265d5d3d002f6bdda26e9d4e02a1","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.5.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.9.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","request":"^2.83.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.15.1","gcs-resumable-upload":"^0.8.2","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^4.0.0","eslint":"^4.7.1","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.5.0.tgz_1511832428229_0.09547735704109073","host":"s3://npm-registry-packages"}},"1.5.1":{"name":"@google-cloud/storage","version":"1.5.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.5.1","maintainers":[{"name":"anonymous","email":"nolanmar@google.com"},{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6c790260b87e7a1bcc637ec3747151db75bcf34f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.5.1.tgz","integrity":"sha512-7yaYzFWQYgi+n1dw/i5ysgzHD3ACJndxR8CbFnunQNT3NduolYSTr5WbYwWdhN5/7QiKx9g+obgP4tVz904bXw==","signatures":[{"sig":"MEYCIQDBYCPfYxaey2n4uuowkR3YQ5CjB26p+YoWa8kzPY2E1QIhAPATGrg1sX//K8vwNYdQsZme6CmpZ4i9rXBGDqmKaxJV","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"e04baaba79f5f40e449d67268030138ef9990ca9","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.5.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.9.1","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","request":"^2.83.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.15.1","gcs-resumable-upload":"^0.8.2","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^4.0.0","eslint":"^4.7.1","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.5.1.tgz_1512483207735_0.9768491762224585","host":"s3://npm-registry-packages"}},"1.5.2":{"name":"@google-cloud/storage","version":"1.5.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.5.2","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"nolanmar@google.com"},{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"5e206603570f5d1cee4681b23919d8f3655e4e60","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.5.2.tgz","integrity":"sha512-E97x2oZr9w0N26H0LtyjR3XLFSLYXH5D8y8HwEZRWQnNVF9sO+x16MEhdHFdFclgdx687eGeCYbDVKpP+dKb6w==","signatures":[{"sig":"MEUCIQDBQ3+7nzK0wjrioB9kzSszQvY61l8m2PuOtrr9dz9VMAIgMGlQ9PppAQrTkrSLJjDV5Uw9Pa0vQQz+ad9pZ6my0tw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"fb79654404ae45f4859fb14d9fa86148b60a0f18","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.5.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.9.3","dependencies":{"is":"^3.0.1","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","request":"^2.83.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.15.1","gcs-resumable-upload":"^0.8.2","hash-stream-validation":"^0.2.1"},"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^4.0.0","eslint":"^4.7.1","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^11.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^5.1.1","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/storage-1.5.2.tgz_1514914990855_0.5185545119456947","host":"s3://npm-registry-packages"}},"1.6.0":{"name":"@google-cloud/storage","version":"1.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.6.0","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"nolanmar@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3dea740e24bf097d91f16596e2915052907679a2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.6.0.tgz","fileCount":11,"integrity":"sha512-yQ63bJYoiwY220gn/KdTLPoHppAPwFHfG7VFLPwJ+1R5U1eqUN5XV2a7uPj1szGF8/gxlKm2UbE8DgoJJ76DFw==","signatures":[{"sig":"MEUCIQC4RRoQTgNbyjwkvNeWF2yEgkSmDds2ze86bSamcU4y+AIgb1WboEiVkwA9gXzqjr5TcogrZ7sO2ydFp+EMzdjQKYM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":227549},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"7e9558cd7a560e728b17d10465ba96eaaf63b942","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --no-timeouts && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/*.js --no-timeouts","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.6.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.9.4","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.3.3","request":"^2.83.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","string-format-obj":"^1.0.0","create-error-class":"^3.0.2","@google-cloud/common":"^0.16.1","gcs-resumable-upload":"^0.9.0","hash-stream-validation":"^0.2.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^4.7.1","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^1.8.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^12.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^6.0.0","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.1.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_1.6.0_1518559089563_0.9181739605728203","host":"s3://npm-registry-packages"}},"1.7.0":{"name":"@google-cloud/storage","version":"1.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@1.7.0","maintainers":[{"name":"anonymous","email":"anassri@google.com"},{"name":"anonymous","email":"callmehiphop@gmail.com"},{"name":"anonymous","email":"npm@crwilcox.com"},{"name":"anonymous","email":"dominicdkramer@google.com"},{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"github-admin@google.com"},{"name":"anonymous","email":"google-cloud@google.com"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"jason.dobry@gmail.com"},{"name":"anonymous","email":"jj@geewax.org"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"kelvinjin@google.com"},{"name":"anonymous","email":"lukesneeringer@google.com"},{"name":"anonymous","email":"mattloring@google.com"},{"name":"anonymous","email":"nolanmar@google.com"},{"name":"anonymous","email":"ofrobots@google.com"},{"name":"anonymous","email":"stephenplusplusplus@gmail.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"07bff573d92d5c294db6a04af246688875a8f74b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-1.7.0.tgz","fileCount":11,"integrity":"sha512-QaAxzCkbhspwajoaEnT0GcnQcpjPRcBrHYuQsXtD05BtOJgVnHCLXSsfUiRdU0nVpK+Thp7+sTkQ0fvk5PanKg==","signatures":[{"sig":"MEUCIDhHgh+PyevuyrnNkMJrZwtXjTRfyZ2aOSj2KlltgtH+AiEAw8zpL4hN946gVUsbVjXqETbEBjRC6QGi3yIebei7KeI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233727,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbBE1SCRA9TVsSAnZWagAAkHwP/2/OKxJYUYPyDlEze9hO\nrAtkpmLzL3pW64i34a2IJzoKKYjn0s0ogomwIBpHpvzczgmwPfEwiIOqKOk8\nrO/j8RwKewY9iR2uKj811Um1ORS7rfGBPbtFAM5qnYEcFUIrRzYJDMBtz5F/\njbSMsjxw/Wf4BW6LdOWnsmAL4piy8Nc8QJzOM3EmReUavzPCh6OVb+deFAg8\n9LtGs5ukrd+pDcMfBJwI00HwCZpzfE2i/SvvBo69PlNSXGkEN0tH7vC9V3Ix\nHM7nPK2hF1iogEbufISxwFKf5QZDI7kh/yD60DU7+nkWKH8JFLRbY0qJWbAY\noRGtUjOSu9wG3Cbr0W9sZG+z16K0NhMwgXUMT+E0K/y8520vPl861nSSDI7s\nEwa1EJNDnRsw3jF0lV2L3MTCyHXzcl7B+PAXTOVBkUWUcNkQlKqkY6yGdhK+\nXuikYsmWCNofCVKtG1Tm705FotLcRsbtqi7l4rQlyZVohIfR4AFqmIkL8lZu\nVYh7/14f3He+DlWqMBLQeSZj07dceivJW1qUAc6AhYnoaLr50DfAKUiQAU8s\n1tW71z9R6GudjUsDKPrGrIg6Vl49CZUt7BRo8q++iFqsQKshY7nU5LAC2cxC\nVXYmZbafytZe7dFbR8MKt/VDlq7KnIHKRdikx9+RP75HwmyjuoSS2+Rxk0TK\nXq63\r\n=itvF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./src/index.js","files":["src","AUTHORS","CONTRIBUTORS","COPYING"],"engines":{"node":">=4"},"gitHead":"0ab57192a00f79056e8e2c3dacf06da942289105","scripts":{"docs":"repo-tools exec -- jsdoc -c .jsdoc.js","lint":"repo-tools lint --cmd eslint -- src/ samples/ system-test/ test/","test":"repo-tools test run --cmd npm -- run cover","cover":"nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report","all-test":"npm test && npm run system-test && npm run samples-test","prettier":"repo-tools exec -- prettier --write src/**/*.js samples/*.js samples/**/*.js system-test/**/*.js test/**/*.js","system-test":"repo-tools test run --cmd mocha -- system-test/ --timeout 600000","samples-test":"npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../","test-no-cover":"repo-tools test run --cmd mocha -- test/","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"lukesneeringer@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.6.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.11.2","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","request":"^2.85.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","create-error-class":"^3.0.2","@google-cloud/common":"^0.17.0","gcs-resumable-upload":"^0.10.2","hash-stream-validation":"^0.2.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^11.1.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^4.7.1","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","proxyquire":"^2.0.0","prop-assign":"^1.0.0","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^12.0.0","normalize-newline":"^3.0.0","eslint-plugin-node":"^6.0.0","@google-cloud/pubsub":"*","eslint-config-prettier":"^2.5.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_1.7.0_1527008593409_0.30925705039685925","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"@google-cloud/storage","version":"2.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.0.0","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"0f82ea48d2cafef64e336512e76340bf280f03c6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.0.0.tgz","fileCount":26,"integrity":"sha512-Ukgi7WtipQUiDGPKqJM4XKHMXAe2lrwnSgPzXHaw2qOLif4FO1Ug4Oi/YFT7DZQjv/dk28GBSTluqlHRwoMDGw==","signatures":[{"sig":"MEUCIG+7bz7K2I9fvpBZGY+G0tAwKc/lhPXtA3zf9sRN6XN5AiEA3bva/qCMemEazFKlkt5M9myYl7Gi1RVxoINJEqqiQT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":495960,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbjhteCRA9TVsSAnZWagAAb+EP/iVncXsSb3nhKDYrHMfT\nrIU5u8d7xVOFj+x+RyuceP3SwZm5L1+y/DWVhxeCR8EWMIEWpmZVCQgSIf8O\n9WRF2S4Gv9iAS5+MDTJvLGi7mlnzF62Gc6LVVPNEkj3l3EqRgSGjJ7YNFIFj\nOntI8iVKr7sOpFEgPLq8OC26GfdxT7z3HQ2P5zHfEBU8m+UefjZ4mrMhuIJv\nQQcQha1YIqZOhG7Z7MTtEUMiW+Uu7FGcQ8g43VWiSl+ZuCmzdI3i2LOJWuFp\nw2f4m3yj/Jh90zOr0jK2YDGccCU3emCh37DVY2cHXlpcqvJJpU8Npdu2Xobq\nS1GeFR6Fztoz7aRAJsd8X0CY7KJ//+Juq7Uedh6FdcRY8tgyH4YoZsRb6eky\nH7CzHB/O/78BYYSa3FLOyxjS8bgWt/clpNh5/VkTIk1qq/aM0JmqF1hK4XnJ\nM/lG2OXr5K5TAZwKqnIlo1hZ0uYznQxAYO3LpX/IzifyPkwvhEtS+n3N7YuS\n+YXqTg7XiitN3namiTo4YGuA86fopzruEyaWGfGe1y+bvFqF1cdHwddfOAqJ\nozSbySI81mLSs1znLmAnGaMtfNWXphWf5MTQAcaOva2Uc9rbgs5WLMLNb7F1\n302wrn7d5vMHhdaBlDuTuGWvEtSDDMkGu8IdkFM1Qevn8b/jouc2tLvk9+zQ\nxiNF\r\n=Gqvk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.t.ds","engines":{"node":">=6.0.0"},"gitHead":"d6cb9b2a41422df3cc86209ae1a2642ca8b7b2c2","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ system-test/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha system-test/ --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.6.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.11.4","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","safe-buffer":"^5.1.1","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","create-error-class":"^3.0.2","@google-cloud/common":"^0.23.0","gcs-resumable-upload":"^0.12.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","propprop":"^0.3.0","@types/is":"0.0.20","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"^3.0.1","@types/mime":"^2.0.0","@types/once":"^1.4.0","prop-assign":"^1.0.0","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","semistandard":"^12.0.0","@types/arrify":"^1.0.4","@types/assert":"0.0.31","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","hard-rejection":"^1.0.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.0.0_1536039774153_0.9966495869200442","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"@google-cloud/storage","version":"2.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.0.1","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"9a5a802b4be79a0b740490d8fcf089ee77b870cc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.0.1.tgz","fileCount":26,"integrity":"sha512-Epn2HnoevagDzUFuj3cC383IDGddG/TPsqVRY4+OvewWa43386SzK1AE/ADfBT76Bo6VVYw29jQyVSu5EN+ADg==","signatures":[{"sig":"MEYCIQC1W5FdwFUU4osLiDKydW3ITxlUb5RlhDe7pfklkJgrngIhAI0aaeerzIygZZfETsCaF9PdVNAtJcL9JplKVmFxhLun","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":497682,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJblwcHCRA9TVsSAnZWagAA0A4P/jP7twKQHnbX2aIyC3TE\n4FF7SfBZsLjnt+5rNW2YCrmrpDhxbB+EjWujU1k5XlzpPjYnMK0ElRX6ag5U\n2qulUfd+MP8fkOVJPIQTgKtk7PPdOsi6qsjUzhAWuphPTEiafU3tBRIUvxzW\nLnd29+ocvuJL8F8pyP68ZuKmr97UgYmzMr3NOn2SyeF8xRM+CR7u/gZPsM3m\nuy5qTAsrOYgopMvvmDejBmEXJbasost3nqGHb8OC43jRMpfILqmAZashMP6K\n6zp4Dt1KlNOQo9gzWMQv8SqVC/SVHVxx0vFb6FFxfuBRrzKtj6lL5ojT9vD4\nDJdEubxTuL4JicNqouefd4pogMMra5eCqefZfOh6O3vdiqHT7WaF7FQh8EdO\n65X0/rP1P2X363Gs3ePq4tYTez0wcphxhp1aWm4dTYhvb4kq0hxJKC747AfE\nhC2m8MqTsRt2rSeV+Yt4R/7zGWIoplNBgUEkfuXytbDuH5MIA7R7mKHNHjKj\n+ohB+/PIpuMupYFnhVgkcNZx/1YKrRSh2Qhr99FrBcPVbOYEKywnPkm2ay5x\nT+auhV/hWIKP9F9il/ZlKL/ofqlFeBTQTrB+vwkueEnYxTdsRKYauSoDKKqn\nTQEgiEzrOuY39/YJhz5vOiBn92OGQVD6Jt7VKR2Mth361tUjVOvtsSfd9QgZ\nyDmK\r\n=3ekE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"0a7a226e5f2c8e9c93d9c9859d411f25f02a2ca0","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ system-test/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha system-test/ --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.6.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.11.4","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","request":"^2.88.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","@google-cloud/common":"^0.24.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/is":"0.0.20","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"^3.0.1","@types/mime":"^2.0.0","@types/once":"^1.4.0","prop-assign":"^1.0.0","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.0.1_1536624390382_0.14203678241298756","host":"s3://npm-registry-packages"}},"2.0.2":{"name":"@google-cloud/storage","version":"2.0.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.0.2","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"2fe29edfcc4c39785a0fb855873ddb5b6adec373","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.0.2.tgz","fileCount":26,"integrity":"sha512-R7fLzHQlRS7f4jaw0TFvF0yCmvoLDU8yBIMPD/xDD2hSrBLUsK7qhnqwdR37tqhbLLSUDCUtBlsrGUxO/RVYOw==","signatures":[{"sig":"MEUCICxfxQxVRQFyO3UySZzXq3Rc/ZEthze/5I54MuwVuaR6AiEAmSeH8R8yDDYQjE0ApnhJRJ25Ng/PMW4HLK9Zl1H2+Cw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":495052,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbl9WhCRA9TVsSAnZWagAADlYP/3HcXLuS4xM1a+zIX1G8\np9xHuRnXI89ceQszV7VNaeZkhNqwphHnnUxhJnhxZRn4RIo/VhQG4O0nhscC\nwL/JDYcUCWoYfs5LK4BM++f0uJ6DKUzOZnCAs3dKdWfR/bdoJY2R8s4VECux\nK8VFlKEKO02a3NvZXYmSkkbpovEgvO8eB/9NJEWBAjZ31t00F4yGMi9aIF4y\nkpgFvxFO4Ohso+Pcoqt2Q3WYVp16/fd8QY7PorJLrjicP7A4EJ40Rp/0/iZ+\n/lIAAqc+MWDwFvIu0enzgytc1UdngM3M9o76ZxGkJ49r6TawkkcGXjLtCgx6\ndBBtP86SUJuGVlRgkdKzvLLGWj9eBjzFhHuXJ9GwiNRvUPsL8SInhvyN7t6a\nkK1SXuX4UGUF8AMENV0wKgq5c2lR59w7XiQZbKOCgWB+npmkk++Xp4WNcM7C\nv/FTfecQ9D5psCzW7ZJHLIsVnBZp7iW2B7nPEu+tHkOpbVmQ3NqDS4R1pGc7\nX9FfkCU2L8Ok8im3ht3L5dM2fhWPHzYjiYTJa99vgnFCskVMPSleB4exIJze\n8h/6++A124XhiSo/C0IURLZsfNdVHhX/bvevsMv3EZ0Qw/R/iWG1mh5ur2/5\ncslpWUYktLW6k2mogC8wIx8zzU5lKoegJZhpgnWOffexVaWDBSiNTOMgRkRH\nSZ5P\r\n=TKyk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"67a387b22f13578ef73326ba1dab47d75c685f20","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ system-test/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha system-test/ --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"5.6.0","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.11.4","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","request":"^2.88.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","@google-cloud/common":"^0.24.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/is":"0.0.20","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"^3.0.1","@types/mime":"^2.0.0","@types/once":"^1.4.0","prop-assign":"^1.0.0","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.0.2_1536677280522_0.6147507915496224","host":"s3://npm-registry-packages"}},"2.0.3":{"name":"@google-cloud/storage","version":"2.0.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.0.3","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"da1bf2cf67b9a91caec1ab62934222a836ec1f72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.0.3.tgz","fileCount":26,"integrity":"sha512-wNqoE4t43xLmoTraKiTUuDKq1zS713XvQ4guvAJyNoxukhj6aKcmLwY6t2Os000SYYGLipG2jXccmVfU/U776w==","signatures":[{"sig":"MEYCIQDB7C+dPXkP94EwmhNs8MQT5aKdbcHPTbaCbue4bKLNlAIhAIXS17IQbBZul4fJjvz/eM1Z0ZL85SVolfxGmi/abPBW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":492152,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbmFsQCRA9TVsSAnZWagAA59QP/Ra2+Z4QeMMJXq8hLe+5\nGSHFlVTjh08cfkPl2V8k061JcswdPK+cC3B2WFbrEzBUvBzkeSsxteWJd81O\nnGhldUUKLdCznitJn0antUlHbZoPLeyDjOGbLLiHAnKLCjwEx7dcOyVDHM6Z\n8YRADJienCCQxdNquNhjxn1aCUIKPtXaNxM79DmFNW3NmpXelhI7r3UpEB7p\nrDv3C6rlJAF/TEqFllYwRr923vpG4xtHZ23sU2emMp3Smo99Tjw2XcQmD4MF\nMW92KiilBZ+p4iLlL4Z/a1DcBuYEtSZfhaJ9pTTRdcsFYfWFsXopJJxIWI08\nsLdKMM5keQ1t5LlBS5qub1GRbVc+C3T3ZBjZlcDRswBEtkvr8xQ3FZ4xlfoS\nAvdM9Vnbjr0Pg/tJ6sl8fQkKnqCiAlhsFHgQyV1Auico2wu/vYGDx1V2D6+r\nONNRHXbmENz0ckKlT2ZVLNyYGtPD8/0dGwqgk1aD0/OKahPFZr7xx4LUxpPA\n9+xISCQAV+7wsQLmcWGz9AH20oVXPL0EIlBcZB63kz1Aprm21W/AzgO+W3gE\nIUVamddSsmNOHNUAynsJlG5Y+7IOK4gy+2cuQxlBKxyJOgktWpSw4WhOVf1q\na990ulMVQCo87dlO7CE/JrbtCqDrirsvJL5fawLIM400h+NRsdH2DikahK7z\nAzga\r\n=IwcK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"d86d02343008fe92a05d05090e27af1119589b50","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ system-test/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha system-test/ --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.12.0","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","request":"^2.88.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","@google-cloud/common":"^0.24.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/is":"0.0.20","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"^3.0.1","@types/mime":"^2.0.0","@types/once":"^1.4.0","prop-assign":"^1.0.0","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^2.3.1","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.0.3_1536711439363_0.3392136267618453","host":"s3://npm-registry-packages"}},"2.1.0":{"name":"@google-cloud/storage","version":"2.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.1.0","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Thomas den Hollander","email":"denhollander.thomas@gmail.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"7b8b437e5945c2704d41e59d39c6e048d4d52721","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.1.0.tgz","fileCount":21,"integrity":"sha512-pp1K1uio0h1jOjGuZE6bW+D8U1iqcZ007fT3+5pUiaLF4+bU2+CdRysQBqzz0p4cY43qWmavJbklyxFxuErDGw==","signatures":[{"sig":"MEYCIQDx2IXH/0uEqqBdtWUARGo/J33D9xlHCXXVTg5ebmgvegIhANeK0hzAjesGlDXLcktjPWPQg+1RNqa0x8HzI4U6WxOh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":409384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbv5jFCRA9TVsSAnZWagAAIOkQAJopkXWMz0na7jSaB6t0\nHN0g2Ie06QMiyaa6gSbDfaccJzSlRIW6X7vdaouw74EztKcHw5pCRZMEKvqr\nKmUP0Qi3zMdCX8Phes7DBU1Yrlh581CTwi5IltXabd4zbEBVeelXVteRAXkZ\nAVTa47SNLXgA7QHiWoihQvCxvovP8BJD8V425MJCgDp/JsyBuXsfJdFmNunl\np1Y9bx5MyFVipS2gdB24rdKQtFYyzBR0jdrMRBRdpvU8avFPo5Szz+G3cFv8\nB50nxoMsBL6CcOm6InxRWBjqvHfNpc73jwnhvKdukqq5EtW20V90UghhWJys\nVzoG4gAslHRpPKou69f672G8uAI9VF2jnyz/3k3uhiRBpgyZztBkr45fRPwY\nzrWZlOk2UJWh6Y4lNyoM1SVcic04FoPW9j1S6guwv58DHR34XKBJ0HYeSIxM\nrjhuX1GttjPax+y6esY0Fn7+qg2KDl8rPN9/+o0NZxDxcRbtQHaP/qHPFX31\nYqcaTYYb+FfOpSi9Gwd+xKHKGw+OCo23DLRb5Djr5+1gQvw8VdXWyEItVWP8\nyTCk4OQ3O5dmURM0KfliWvXbDeJAZ57fAJf87h2erasGGn4wJ7aQFGpO4JP9\nVzbrQHjSo6coxFvOj+ITZbKZ2auCy8dqpahvc0ONivo89OEB90/o7628BkRh\n3fAT\r\n=yA16\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","engines":{"node":">=6.0.0"},"gitHead":"9e3cc035aa0787757dea7a2db0214e91a8411d90","scripts":{"fix":"gts fix && eslint --fix samples/**/*.js","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha build/system-test --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.12.0","dependencies":{"is":"^3.0.1","mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","request":"^2.88.0","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","@google-cloud/common":"^0.24.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/is":"0.0.20","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","prop-assign":"^1.0.0","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.1.0_1539283140791_0.8390920135997528","host":"s3://npm-registry-packages"}},"2.2.0":{"name":"@google-cloud/storage","version":"2.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.2.0","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Thomas den Hollander","email":"denhollander.thomas@gmail.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"58c2341fe1f970726d9977a4a6837c7c0624da02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.2.0.tgz","fileCount":23,"integrity":"sha512-aBzcOJELU8N3a78D+Q3InIJ1x3GnhdWgMCjr8mxO6o1mJhDcQp4k2gjE4WijIp7OB2Vtol/NPudvdvgYyHE+tg==","signatures":[{"sig":"MEQCID/hypxok2/8ZQSWmdK8A0j+OHQSnIiw5brDI4y/15wjAiAYUoo6nvbfif51cRL4ifoxSJclvMw16m4upuyQOHVeSQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":369590,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb0gp+CRA9TVsSAnZWagAApdIP/R3wra13IUz9We7NNTBB\nS6CV3g55xVxyMaTv7lKJ6OzFp1Wt2N6i7WKVMg4Z9DsJ1UH3+VIqAsW/ziPM\n0oEfJi35KMimLSL4HYmLPXgQok3iMF4/3VPZytzSOZ5cR0ubKdtOpfVZ10Ab\nEmFCO8bxA2injraGr5bXWWzU9rGofIs4yfPTp6IltNgx0uYGxpCzYvVTE8Av\nuRjmflQFZPDaEmTqLkynLdp+7FDD4RmWknE6VpT4tl5cwFCXVY7Rv8ccurok\nEMC33zkL2jVT2sitiFfTU9XfoPStWKW+uhTkiUjT3euxRkwOcv4gRHyhuf1s\nWcmxTfgZOJ8YQNEofpElBrw1rc/Kcp7yOTzNh2F7Ll1N3nwdD2Z7AbM3aozT\n+bxYXxwH35+FBzCv0Th2vrDKWHb/HNu/2Cl1PCgf8oxmWNyd4SHu8TCsPPd/\nS2MYZ1K84jnRuiqbnp7eIjrhHMepxp2nCvIYhgFLZsKwk+bKb7a+6uCE+kMe\n4JdP9KZcRaRG8/bdeNlqwCuO4+tN1taa/F1IQCOC86VhC1Nl5RF1KMpdw//i\nI5V1vLzjvDJk2SQSjNh/g9rRvm9cFwzSDGW6r6Jl0TCYqQPNTWtzHtIF2URg\nlVz18EzwA1y99/ZBof9+iV/yzyAWAcZb10DBS+cBZ5haCU5hnJHKe6R90rfC\nQlQh\r\n=ylaY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"8372bd243f711facbd8f07631fc8de777babf97c","scripts":{"fix":"gts fix && eslint --fix samples/**/*.js","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha build/system-test --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.12.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","teeny-request":"^3.11.0","@google-cloud/common":"^0.26.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.2","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^2.1.1","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^7.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.2.0_1540491901987_0.9073800013600222","host":"s3://npm-registry-packages"}},"2.3.0":{"name":"@google-cloud/storage","version":"2.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.3.0","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"contributors":[{"name":"Ace Nassri","email":"anassri@google.com"},{"name":"Alexander Borovykh","email":"immaculate.pine@gmail.com"},{"name":"Alexander Fenster","email":"github@fenster.name"},{"name":"Billy Jacobson","email":"billy.jacobson@gmail.com"},{"name":"Calvin Metcalf","email":"calvin.metcalf@gmail.com"},{"name":"Colin Ihrig","email":"cjihrig@gmail.com"},{"name":"Cristian Almstrand","email":"almstrand@users.noreply.github.com"},{"name":"Dave Gramlich","email":"callmehiphop@gmail.com"},{"name":"Dominic Valenciana","email":"kiricon@live.com"},{"name":"Eric Uldall","email":"ericuldall@gmail.com"},{"name":"Ernest Landrito","email":"landrito@google.com"},{"name":"Frank Natividad","email":"frankyn@users.noreply.github.com"},{"name":"Jason Dobry","email":"jason.dobry@gmail.com"},{"name":"Jason Dobry","email":"jmdobry@users.noreply.github.com"},{"name":"Justin Beckwith","email":"justin.beckwith@gmail.com"},{"name":"Justin Sprigg","email":"justin.sprigg@gmail.com"},{"name":"Luke Sneeringer","email":"luke@sneeringer.com"},{"name":"Stephen","email":"stephenplusplus@users.noreply.github.com"},{"name":"Stephen Sawchuk","email":"sawchuk@gmail.com"},{"name":"Stephen Sawchuk","email":"stephenplusplus@users.noreply.github.com"},{"name":"Tyler Johnson","email":"mail@tyler-johnson.ca"},{"name":"Thomas den Hollander","email":"denhollander.thomas@gmail.com"},{"name":"Zach Bjornson","email":"bjornson@stanford.edu"},{"name":"greenkeeper[bot]","email":"greenkeeper[bot]@users.noreply.github.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"22b41bfa5c37f137c863f3a1722cc36459f749d4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.3.0.tgz","fileCount":23,"integrity":"sha512-5IT6lkTJPNpWZDtHSL7AzDOIDMhkdl1ruxrLryVXsuaP61F8IukMgtoxG0KxH199FoRxCw2fFUvkB5guPTf8fQ==","signatures":[{"sig":"MEUCIQCTq2mB4CpmguLy98FQ+0NW+5YQ1cMwJXkfBxFmD8aE7AIgckE9RyUitJM/4W6waqrN4NLl54NP9LS2yHQcABhhPx4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb3NbGCRA9TVsSAnZWagAAR3gP+wSU1Z9WvPppLG2h+69m\nPGTisKduwmEmFhEdZd8FNK2yt9AyM12DYf5MvctM9thqmel0UHmatZ2rzB22\nS0GAnY1yt+sZbgpT7cL46itVRTf/7/Kudm+yYSEssxZJvmCndZbzZ6DJWusQ\nCwVJI5KzZVHzTnYK/fK0fvGf/XIl21oPlTR8Xtc79xrH/GY25+s1iQ2KDFJS\nM2r5OpXPP14gxzexPdI3FiyD6RqXxBQS0FLxi6rNlN+JvYq5XLQ+xVW1gsxg\nzLM93MuehV++IxgBVkabelI+dOwKmh+WMGA6J6kxgfiP+6XUYb2682S6jt6Y\nLfOqmAqHWa/GGKao2Qm3g1h9EstiiyCOvhNnzcFw2yoCjTl93jz0o68xkjz8\nWS/lJyiIk6HBRH9BETC5qRazkm5q1cvQjbAL2vtTTusTkDa2FeW0j2j43/hD\nFLEFojmyvXeMH0VFQBLyUm3phBn/ETRE3RESAtToI0qDKVCH880Ppv75X8CD\ntfDGsmyUZ5BwK0GA/iRQ7Knt7zEo3bNr3byOx1OnrN2ESRQSQKcf1UhnsDEF\naiHzgyd300w8EEQkbDAnwUFvt+S/pPtQ246khpOQMzwfYGRsIbZ9Oikij88m\neI9VlGWs+0XpHgJUoQkp/UTYF1QsJDbGaswjktHq4IXNZbfZsmQ9WCZAuDYM\nGkM1\r\n=p+Ub\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"848eb3ed93072f4b707ac0206fd31799230c9b28","scripts":{"fix":"gts fix && eslint --fix samples/**/*.js","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha build/system-test --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.12.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^2.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","teeny-request":"^3.11.0","@google-cloud/common":"^0.26.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.8.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.2","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^2.1.1","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"*","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^2.2.3"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.3.0_1541199556797_0.4875519264574537","host":"s3://npm-registry-packages"}},"2.3.1":{"name":"@google-cloud/storage","version":"2.3.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.3.1","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"nyc":{"exclude":["build/test"]},"dist":{"shasum":"89db0e051a3d30cd2f0c627d0f13633f646ee392","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.3.1.tgz","fileCount":22,"integrity":"sha512-AXfze/I1J6NNk9yuyuKgYL2E1qxS7nvDGFvwitUyAb0FgDEA5UpXiKbDWouu4mwqVMYWl7HXlQiLUSkYNXMB1w==","signatures":[{"sig":"MEUCIQCkVATT7nzfN4VOVUOcj0EYu/n6l7BckJrJovGB11NBGgIgdu87zU0300pPVP4uTVybXqH2oh4ZCR+0ioQhUbVdy04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":376102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb7SEKCRA9TVsSAnZWagAAbk4P+QCrdZvbvGpmW0OI5SLY\nYo7g+vuEIUIrUJbJXEkThsYEpbV2LsHaRzqMTsdWbIf2McF9TeiJlqDmdSZ7\nxFFPaAoTZ4twyMOC7wXtNPKQRToNjMg4RHMbRrXcJFWTU3g9MvUMrT3JDEpW\nGpRM+vpHAql+taSkhmOqlafSX6Q96pLgC6cwOvDswPAeol7MizUnAcUzXs7O\nnko9PnVLMG9K8cuN2Kp4tsL526uKj98/mYmNWOAOFowddrcvJY+p2Enye809\nNf9OLkavbSke5U8wBl11RJ5IwieZsDOrdprtxG0nhkD+Uq6/ki4fbqf2nipr\nUUdL3FUGHgnphbhKwTP1QzWBJYjiYDh96LhR6tA8kVoO3JezsFiXITRq47WF\nSJ1ijln/Sgj3DhBNgaBAWfoO/pKSWoZdKBSNXXxq7l978yDwjSCosUh3XJf2\nn6F3yUZBa6bw/32Jbtvp9eT5mC95QNOlTySJ9V4hHU1iYKJrP7vELEb8g4ye\nH+wDSymspAXZBxUdagwcVNmIzXmqjrjqX6au43Ub6dweeU0gDxBUUuXHp92G\nnIRDMg6crjv/bBT03daIk8N+oNG6yNGvxR82YId6wE1eva70vpXe2J3rGwsF\nk09jeQZZqC/DAfD7tLxZFqWoHJq7YXZfeDk9qBKEICWoWwB/ds/zZGt2Ds+C\nPE4I\r\n=ocRU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"bc351491bbd0e0b647ce23cde710552c48976857","scripts":{"fix":"gts fix && eslint --fix samples/**/*.js","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha build/system-test --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.12.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","teeny-request":"^3.11.0","@google-cloud/common":"^0.26.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^2.1.1","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.21.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.3.1_1542267145532_0.48165292488765354","host":"s3://npm-registry-packages"}},"2.3.3":{"name":"@google-cloud/storage","version":"2.3.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.3.3","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e4e68056f734361ede3bf81233de89f2d3751673","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.3.3.tgz","fileCount":22,"integrity":"sha512-CW5LvzompZqkXTEWNsr4yke/XD2mYvZeoVahehwSkqp9BY/EPIKvHrlJpRn2pNiZHKH3QsXdNr2GJHVdw/NMPg==","signatures":[{"sig":"MEUCIFnLn2ElH/YL+cqLPWSr3h7FYEsxponC06r1wZNQwqtZAiEAgqssXpuI0xo5jtDkAJnoboxw7WwC41scd2xCdZJ/BV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377192,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFBBqCRA9TVsSAnZWagAAzMEP/jYNfSxO+VZMhCwZLF/q\noZHVUFn1qCz3AA0Suioq5NdPkzYwMh0l3hTft8QI4+9IG+FgmJisdNOOag4K\niAECpa2CXMbjMLSiCYX7yNIO1O7fkzhBpItaad0/fpvhIa2jwhBEqZlKaGN+\nyJBuUilyhMl9od70VnrZZnqY4uo0UvWUlSlNkpBQmtXyaWV4xR6BcL2XRtIp\ngRuYlTt3nZ+OxXPDvHFO+d9ybkVn9RcGg5TwtksZIscfH7OhMkF/KdFZquZH\ngCVKZrFb8gR6xHg7D2eLdGeIWxFQxRS5Zs+PlnXz2e0jbHfJHxWXvED4Wgjq\nC+0A9jTxZgLNY+Y8t2DB9+kjD88pQjeZuHDIEqmrroTkQ1Db703geASHcAUC\nwunlRAh3g9/G4hfn0mjKezFyJ8kH52wy0ewy71a2icvHN+PBymJ9wl7YK0w0\nlugOvCVqRmHUFe4KJwjKD1HsoYv/q97jW+TlWTpYM+q3lgZj5YIHiIssEM4K\nhMQUVTxFZZquxoP04N+35n1TAkdSfOhG8uXk8Sop6exA8rSNElOkhuITIqjY\nu/TI0DheMu16CQM8wn6ouVD4ukUPdzhisna9GWUPbpx6z3l6E/Aunv7jVW0P\njAAxIUYmGwGpZSNTor1zVjwHO+4gnBbDd3YJ5LyaZLv9AdLHKZICZKiT3DCK\nCnaB\r\n=u+62\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"eace3b99090aa28c64847f66d0e6243eaf3cadcf","scripts":{"fix":"gts fix && eslint --fix samples/**/*.js","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"npm run test-only","check":"gts check","clean":"gts clean","codecov":"nyc report --reporter=json && codecov -f .coverage/*.json","compile":"tsc -p .","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","test-only":"nyc mocha build/test","system-test":"mocha build/system-test --timeout 600000","pretest-only":"npm run compile","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.14.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.27.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.22.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.3.3_1544818793872_0.18140212622977336","host":"s3://npm-registry-packages"}},"2.3.4":{"name":"@google-cloud/storage","version":"2.3.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.3.4","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"44619372ae316e0f8c19ec5e0c006899c4c4bbe9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.3.4.tgz","fileCount":22,"integrity":"sha512-TjEMVxdW1L18yyxvPWEylM1F4ijZ/k4lGKrKro2XNqqOy+fnisc+F2TbpiSJSbdmsMzeCunDkXepdb5AFA62cw==","signatures":[{"sig":"MEUCIQCSgLBhWCFuA37/IThwtss+7pF7u/SKVD1G7MpjZFjQogIgYwI4YaVubv9kt/hPuktyI0eN8BBchCsQeq5hhkowcAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":377925,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcGtIDCRA9TVsSAnZWagAAbvcP/iYpyfu7iNrohY5FnDm3\nQMMyRUtdwqnjqHdrIOoZPSiYRfpygBlLxyXDws5TSZ5agQTOYA5NljDsfK/e\nJJsrqU6lgv+1ByoMHgxc98CE8kBouwGde6+N7riUk7d0ZN9GcZhDZ11fi8/n\nUmH91kf6CxM9qayJVBcKDsFDFjm4Kq1yOprp6YkXVEeZR7oSbuNh4O+3mnQ/\nVESd0MF0XFkUO7z2MeE+Y0OOrXC5w7nNcEDmpslQgSberCCrse/DJgRIygr/\nIMeTVZ7cSjGvHhWOxNWFJSsj0Cy+sNvOeUzWiSbompE5d3ZKD1RUpht8+t3o\nxjdDUcQahg8QAGN8TBUcL6nXg5bzka3oOxLTbh8ZBwtMfouc18aFXKcF+kax\nW61nieVo+wZGl3dwny3Ys2V5C7N0XPIWzgaC/AuttaYthHSsaVIE/yyM7a+p\nWfauTjrScpbYCHvAO8QlYiBt4+/c79J25D4dhJjBDXIkoZW1f+PCf1Lp9DjL\n3dHvvT/eSo/ytQDCF3P8+zMcPrpRCoEjSCLcMDhQGdwxLSMpSwhgEElJkwK7\nOHZeEkO+bIKp6hbeduXWZeylL7dakwdFsrdAagTe/W3XPh1vHPHBuIh/Wka3\nPjq5F8bQJTN2BwGqrhm7xrHhknfmKrK2Eq8jPkM0wSyjp0+pqQ3qLF4P2iao\n9IET\r\n=Lm4d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"56b64cfeb77987c75fb0bbc84a85ec8a52846583","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","system-test":"mocha build/system-test --timeout 600000","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.14.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^1.5.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.27.0","gcs-resumable-upload":"^0.13.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","ink-docstrap":"https://github.com/docstrap/docstrap/tarball/master","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.22.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^3.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.3.4_1545261570217_0.6478129181607659","host":"s3://npm-registry-packages"}},"2.4.0":{"name":"@google-cloud/storage","version":"2.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.4.0","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c70d6d55eae93408101deda316c0d88a15fcc0dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.4.0.tgz","fileCount":22,"integrity":"sha512-rlnatGjZX5ncDfke3nLi9yYOiDnk1yj1wLArNSnwwcfX4QBSF58VSbPlAf8fn9x6R7GYHYAhiqtilfAGKynP9A==","signatures":[{"sig":"MEYCIQDzjoXcrscfWCTe6Ganfj8C98q1+HdDTUCjbT4P8DDXowIhAL3CHlylDOjEe2ILWvFRLMdWtnsYvJwnZ2OrThaGYDzT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":378628,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcT2fSCRA9TVsSAnZWagAApb0QAKTexavq4L35nmGouLH/\nOyAixfdW5jSPqd1aTnh6dFvUWgs32185mGpsDMoxbhPaQd7wtekAYCCDp+FG\n+Pxkjiy35+wKtFwc2Dtu3fIfomzGrmBbH0rp0oPLm/YMVUmBqWN/5A8krVV9\nPa31Bx6R0KF5bnFAa4liXTJGsxMBk0jb5V/4yVaWy7AisBUcFwyLkBssYrD4\nNVtmt0Yc76DHUAk69qar1OxZi2T0YfK1N5GSLqzXNoO0583CdpaqIpBjMrGM\nyuFjJ8rY/X/8Qo3uaG00ljqnZYP7v/h2v09/9IVg8/O/bVsTKQDYbMX3gYuB\nX2cR+JpkMCaOwPxNzp8k58J3n4sS1hYSsS/vZRerNFLa48o/YfO+8hq01I1p\nvUlgM5ftLyVyufZ09Su6eVE/auWWXqHsq7Jk6PtXAk3LyCoTpFPbtHq2iFEj\n895EpbTTQxe4A32OazF1kLztPH9Slepp8djJ1KO4u9ixMehNCEqTR5yIlx4R\nt7i+d3HCssQrtsERa7vUUrRa9sdEydv9U6rPPGD8dmCkefRN3e0wirBQLrlE\nsfA7r0jQQ7l2RWMJqRSgfcSEpMs8qCnILp34WGLroszw8Uxq0yJIuLy+I8Ie\n9QF5UQ/tAOCZ9mW8AaYbvqg+B3utP6/VNhABQLmq5NzOYNGedvj0PaYyPV9v\nA0Eh\r\n=vtur\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"0256a118717c721bdfdfca6f6a0cde8d8e657dd3","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","system-test":"mocha build/system-test --timeout 600000","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.15.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.30.2","gcs-resumable-upload":"^0.14.1","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","jsdoc-baseline":"git+https://github.com/hegemonic/jsdoc-baseline.git","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.23.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.4.0_1548707793837_0.4148315479283775","host":"s3://npm-registry-packages"}},"2.4.1":{"name":"@google-cloud/storage","version":"2.4.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.4.1","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"51871149304dd1341e2c32906abdbf8213ef1ea6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.4.1.tgz","fileCount":22,"integrity":"sha512-g9GQ/CWkB2Y1wyMnlWvj7dGbChIxfuran0O6kUtvqTKTLBpZpsvWo86xQV723JMXi/BenLkE1vy353bnRsa3Fw==","signatures":[{"sig":"MEYCIQD5H0qE8swDNj8QHVHLIJGFIx/T0Vo+LEUh2dYAcMj/+AIhAMJu+orePnx3aA2iGwgDh073xpOwTZWQ6qAjdxmDGUbJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":379082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcUMQlCRA9TVsSAnZWagAACUYP/3AGg5h+6fU65uM1Dz8K\nuc8Gq2adIsa4iH/HFTADvA1XgsMyuhMU5xW810L5HtE1JpC7laF81RdaAaVx\nKsxHL0r4gIHvYMEOC8x/i4CP7e/+C2+xpO8H6UcGcXnFQT0XjkhkSFo1Grym\n5IjV46TZ7u3jBJ28NrxmSWodjAbxgxoAdmZnD82brIuSbOWWj5560rrheqC5\nSzrD9HM9uBsSLB8xGZbXsEla5Hin7CO6myR2Ezi0JDC6/i9nZwkl6t94NmTI\nb0m17MLtspZCLbGN53oTi66Z9aZCIpEa9Ai+eMzlOMj7N8ZZSXfbbbpSwpwz\nsasFQ/RYm8+ekav9EopQWbtyAUJI0RpoWnbsawfVeXkgcNx7K9tVr1TfseAE\n9edbBMzHH7HypdzG6HGxtMSBYz5LiEpd3354jiRTW6a3r/casc+00iT2WUz8\nk7E+ctueiANVAV8PN2/urTyQxHRZAxhmZ8ccjj7aFMhgI3ndP+S5ThYAUoLv\nM8C14Cddi7qexGr72Bz9rZNqwPwByRSCVcwviU20LMdFwsiWNfaObPRELFlx\n6GAsqApb0vxcZpDE+9UzPOjtlm5+0DAnn8U+5VX5yycts15uM9sCnBoDylt6\nf52GjoHuWHSs0CiqWaAQyCRo+QseKiqUsfIXNJSqvC+NRDC4fXOSffsWb3d3\nbT+M\r\n=Ek7z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"73f500b6c2aba3ce64d4daf8165b4d10c92bea75","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","system-test":"mocha build/system-test --timeout 600000","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.15.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.30.2","gcs-resumable-upload":"^0.14.1","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.1.1","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","jsdoc-baseline":"git+https://github.com/hegemonic/jsdoc-baseline.git","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.24.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.4.1_1548796963725_0.044988377908286914","host":"s3://npm-registry-packages"}},"2.4.2":{"name":"@google-cloud/storage","version":"2.4.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.4.2","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"24c3ea68e3368ec42193532a7b6e22e16bc3ea49","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.4.2.tgz","fileCount":22,"integrity":"sha512-G4rlt5h2oypPYU2ZtmF3N0FpE47aRvsxp8NmZEdlScd5LgjDAu5Ha01hMOA/ZHBVsUlOGFfa+TxU5Ei/56+0Gg==","signatures":[{"sig":"MEYCIQDsDP5qsBiBwSxMz/gxdf/VnHZPv8VTFt6PFgTZlg47BgIhAIPljX+DKgoFZ98a7l8jhwRH9+a/BlmBoi8ulDkfC0D0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":379553,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWj04CRA9TVsSAnZWagAA2UUP/268826fSZ1WU2L/Yp1X\nQW51muZkvfJ8FmdlAYMth+e9+XWDyCo8vvMfX2Hxbfer2QYb/VNM/++LKGD7\nWziCQVZoM4b2wR2wxoQxwd6YTVT4HoMMsOSJ7lSq1T76lHFmW9YVSAbD9Q/c\nAoj7W4Oacfa/NSf+3zn5KloG2V4T/K81M4bF9zSmNx5rX73ftzlAHXfPCIoi\nxLPruylKvrqe0zgGE2Zg1v4wDz5PkZMP6P0fsokVcDkPmX3CaAkvWM6NaNLL\nvMskBae3JgxVxCHwyW10i7J/sNjPxGe/EXAwhOTbrQ07TWMknWHaIl7NtSeB\nlEq4XzhmerBX/MbGvNnTzP19nKUw3UOiWpG9z4ReiYOrkFLfwfTxm/lQcUJn\n0hAZR7mhUanyIMVynFDdWAOd5RbxvRze0dW8N2qOIglKdBkqTUZ+F+E63VLQ\nW51E+6tnMsAOfXS+N/1qFBwGSzZS9bd9qP54Z0UEERJgsYfyegdXZ2zha/mn\nbZizVZvq2oQ0wq8wH1xScGtQZ/iuAU+tOGfbGc8l5ju9ODsIJ/kDxnSf+ckq\nLTQPaBSZWX9Vs/akb2p/QtDMw2TVawY/nA/fjQdgbD2S8hpNAIyCXX5mgqAa\n7wHk0d/W1jQSrDfmfdLSkY5z+a2Eu4U+H7NmZb00kWzRhxkYm9e7qbxX156U\nI3TP\r\n=r1iz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"66be30af98cfae6563a4b9709ba40f37f237c0b1","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","system-test":"mocha build/system-test --timeout 600000","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.15.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.31.0","gcs-resumable-upload":"^0.14.1","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.1.0","@google-cloud/promisify":"^0.3.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^5.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.33","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.3.0","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","jsdoc-baseline":"git+https://github.com/hegemonic/jsdoc-baseline.git","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.24.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.4.2_1549417784089_0.19750088270056865","host":"s3://npm-registry-packages"}},"2.4.3":{"name":"@google-cloud/storage","version":"2.4.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.4.3","maintainers":[{"name":"anonymous","email":"npm@fenster.name"},{"name":"anonymous","email":"node-team-npm@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"justin.beckwith@gmail.com"},{"name":"anonymous","email":"ofrobots@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d52a1937f3ea0ad3e13e947fab6154c76ab0d4ca","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.4.3.tgz","fileCount":22,"integrity":"sha512-Ol0Ed1zYNYixq+wPPaFNIVjT5+KJldBI6vyRDXnrAu5Yu66PU4iMJvEztUVfckz6vsihwApBMeXxdDUyJzMM2w==","signatures":[{"sig":"MEQCIFlIu0QSN+jxw7FWEQx7dTvKQrGPoERN+QqQPcHzYVOAAiA6cQffL1e6PkZdx+vaFkMSZH+cTOvtz2EX8wg5e9JeiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":382786,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcir6QCRA9TVsSAnZWagAASZ0P/iGnXHzx2Fhc6f7KQn6W\nQAq3HALEzWe22cewOrCgQ0hcucjNYA4acEBkEaqC5HCdd9lOeQMGw4qUrB+U\nqLnlxtMez3cEKpCVFrfJ12NHvX8a16qUl2Rneq8UZ0xqtsRDLPed/7EbuYHk\nOOVqobaTbpPmdW4NMxqbi4Mous3+iqi52wlS2UTGFcihdAoH2C9zMD7qYnln\nMDDxoU002Q2VfMO+SAmx8f6YZCq3zP9e8mCUrh5X5F8e966fMdzVyHSiStuX\n0p45efuOxSZzGlDfIhuC518h28Vf5NQYKiw/BADK1lcNBgX8hzPvrRKCxveu\nXLAeEj+ZI6D0uBemH7UieYwn+IhjTLLrkUR4a2LU2+h579C/q6E1swx5TnL6\ns1mUPYb6MTu1qQB8OygfBpeXHUhId3mrFoAtr0ojX0VPrnOsbDkL1rR6z3CX\nBbe9Bm6eyITbM1H3ykKbViao+sJC1kdvK3/p+mf7a6TPzXbUjiY6A8+sKqA3\n6LH/2O2vvd9w5TPRwnLmOwgPGqrgR+XHR70UjuNLZr5dVbjGPOeid5u+4mrY\nb8QWbnc4AY/QQtznDmIZ7C5fFhXnWO1m6vG0VM6hCSGRGkBSmv8UiV3rNk+l\nR43FnHN2IGM38sgVa5fRjK5VXGbptBYMTvEvywLDKcfeEAPEGjUaMEvlGLYK\nLvxZ\r\n=MtTO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"f1ef9c6eb1330e7d7d288df27b202dce8dd06700","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","generate-scaffolding":"repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json"},"_npmUser":{"name":"anonymous","email":"node-team-npm@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.15.0","dependencies":{"mime":"^2.2.0","once":"^1.3.1","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.31.0","gcs-resumable-upload":"^1.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.2.0","@google-cloud/promisify":"^0.4.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.0.33","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^6.0.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.0.34","linkinator":"^1.1.2","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.3.0","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/once":"^1.4.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","jsdoc-baseline":"git+https://github.com/hegemonic/jsdoc-baseline.git","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.28.0","@types/concat-stream":"^1.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1","@google-cloud/nodejs-repo-tools":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.4.3_1552596624152_0.7785886680720682","host":"s3://npm-registry-packages"}},"2.5.0":{"name":"@google-cloud/storage","version":"2.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@2.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9dd3566d8155cf5ba0c212208f69f9ecd47fbd7e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-2.5.0.tgz","fileCount":22,"integrity":"sha512-q1mwB6RUebIahbA3eriRs8DbG2Ij81Ynb9k8hMqTPkmbd8/S6Z0d6hVvfPmnyvX9Ej13IcmEYIbymuq/RBLghA==","signatures":[{"sig":"MEYCIQDGRfr0hGBk8JNpmxQRnIJaw3MoNfMUYTG2cPoUdnLlagIhAPrptH8oa1SBLVG+MDFb14L5pW+Z8KsYqnsfNSIxMdRN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":392627,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcpon5CRA9TVsSAnZWagAABp4P/3ReNYaAiI6ymVtckHtm\nw8Q1hdef3P0zUSn84aG82ORTP3xKsrt40+74M7nQ/lCt8nwwi4goaTSISqtO\ny4YXOFzlHeThaAQJQzq4YSi/b+rDfBDGHow5m8VVbM8xYPxxTfH1lFiNOUZS\nCpKKr3vgynpv9TGVa61uiTz0GcvyIp5ydu9OEtlHT5/P5Im7yYLSTX2bNe/i\nKZS0hVATETvm6H08xwRIAUUz2uq+Dhr6aR3bYeAloVQFQ5G23/o4t0biEl54\nTaqk9yXDKvjzUiE7hG74hnu2wJyuO6oEifiwvetwJy6ZQ+cFtbpwwXRLgd1q\njELoon/ERWlgthR/wbBICNP9EUwX+rcgStGLnF/BHVUyOWncvK6U8OvbMR5I\npAW11yg8O1ps7kXZM4aP2pKzb/o2mY9z0VGr/LSVXgWEIr3RZyzR7T9TrnBP\nBrtsez3KQYey6pElEosZCBLLQMwXBlraciV2ovZ++0/RPifxxMYCSsYmcoaB\nrV2ZbuY64b0MnEPHtsgZJPLfPehR/4Pc92bdAgdiXtNork+U60Ttvyak6PdU\nQm5NE3S4WXHMflqCu3CQgI0uN1TtQr8ArIpomy/0xA9j5qJq1YRPQKeiceKI\nll5nQ7d+3xROho2yWMjnkiCMAvhgY++f/VLXU0FW7BlgQ2BZL1QWFwz7jn7A\nNNwp\r\n=GHxJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=6.0.0"},"gitHead":"c2ad5747f5da6630e911623bb296d676c45c042d","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.15.0","dependencies":{"mime":"^2.2.0","async":"^2.0.1","arrify":"^1.0.0","extend":"^3.0.0","onetime":"^5.1.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^3.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.6.3","stream-events":"^1.0.1","teeny-request":"^3.11.3","@google-cloud/common":"^0.32.0","gcs-resumable-upload":"^1.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^0.2.0","@google-cloud/promisify":"^0.4.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^0.9.0","nyc":"^13.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.5.4","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.1.2","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.4.0","@types/mime":"^2.0.0","@types/nock":"^9.3.0","@types/node":"11.13.0","@types/uuid":"^3.4.4","@types/async":"^2.0.49","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/arrify":"^1.0.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/request":"^2.47.1","jsdoc-baseline":"git+https://github.com/hegemonic/jsdoc-baseline.git","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^8.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.28.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_2.5.0_1554418168685_0.6845991163205347","host":"s3://npm-registry-packages"}},"3.0.0":{"name":"@google-cloud/storage","version":"3.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"4cc796ff296dccf4ef5c7d68f4fd2671969b62ed","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.0.0.tgz","fileCount":22,"integrity":"sha512-Wxj9ioGq8erWArb0T3I4WmMCyimZarIzEnRf2dsw9xvqHjKXQqySMv5PuSbNPIB/pbWYp4FOg/IaWFDDAKzFUA==","signatures":[{"sig":"MEUCIQCrBXlTsBVHVruoNHnpkCx7M+5bYgI8mka/Iehi71neZQIgK5BAMt7w2+drsVhGUCcYC3Isxn3Y/szN6Tx7B93TZ/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397695,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA7goCRA9TVsSAnZWagAArzwP/2YwapeIFVHM/FP2rQVk\n/oq3betr0UTcattmTT3mGynQZBLNf9Au2W6j/HzRIYnE46XrZ8IAyElBsOYM\nyXjjW2qWSNw7wRuqonbo2RwPEZxv7cwVFU6XcPjLg5tWknbK3ovKSgD0JTlN\nonQCi2n7eUgz4sERW3fqLcFGVw3iI52ciNstEsN9UkR5xNDGD8WoksVESon0\n6EADO72ZN2rvF0f/F61C+WPoelllaa7pyF1+OXfYGtFpuuTnZbHiFqghnm+M\nYTxx4ar7z16bpksOOSFxtcubjg23Zn2AbmySIOzg8RXliO9ft1CrkXDnbFME\n09cqTndaIek6/yqw+FXiauyaoT+NJkjeJSdauU0MnLceVj7sQSHCXIUkzDZl\naljQEYxLMuj1nKhBJrSb+VVAV8eWMDSfFmovCu/vPIoDh6h14C4LbINOE9Zb\nLEbICLjrrCrUyxMdZeOFRWhjPl+mNAZ57Hj29hasKRjxd9xu9Lj44T0n9LFX\nF6ZXiZqYz9nFLJaRmI7wdbw8nT4YDVLZrd9w2Ywao99Qpc8Geuv7VfiRh9hn\n3YQOqAdrq01/KGTuKPCIY5346hWNutiilPMpXi9RjWWODTxxtnlwP8MOxiRV\n+l6mChWjvfLy+Y+LagMjCBZuzVxjLgnFBdQFO+WaOED9PVURgQcem5V9dt03\nL0MG\r\n=+NG5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"29427ae045cba1bbf155eb4a7a1eb66ee28e7b90","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.0","gaxios":"^2.0.1","onetime":"^5.1.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.7.0","stream-events":"^1.0.1","@google-cloud/common":"^2.0.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^1.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","async":"^3.0.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","p-limit":"^2.2.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.1.2","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","@types/async":"^3.0.0","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-baseline":"^0.1.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.29.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.0.0_1560524840134_0.17233067770332622","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"@google-cloud/storage","version":"3.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7e76a293331e1be18a9c603e5fd582d7e885f1da","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.0.1.tgz","fileCount":22,"integrity":"sha512-B3T91wr6ah3x7VcBRVglv1xiSR1ySdrChE8519/XxJlkE2LFSHTTFkEXti4cyFtCpNi94TeVxKQZXcDAyOu+dA==","signatures":[{"sig":"MEMCIBej/RarcFpkt8ylOVONr849zRut0c0cKsv/l0u5HfnoAh8rmS9NXPdiqe4WMpXTf5vo5gtl2+/+DLKSZJdi0IdI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397988,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdA+GlCRA9TVsSAnZWagAA3xcP/i45d7HDSXRfeqEIGqa7\nhu/NfsICbBquOJs10+Y1ToYHXAPLN/MXKZ5GpPA477Pa3F6xKBq50mQtmnRx\ngTsIs+218mBFf0nu9jTzLZtW7IoatVBgC6tL89Qy1hoNG4yIn4PJW+l8bZQJ\nI4l1UxjHFKNsudaNyHeS14kwpOHGyzJ+zJ/BHFEN905+zPdZAM7Z62NLeCBC\nNkw4mkL/DfUVsw6dFCOJ73iow6OIG9ImlPq0B5qbXZAT8mrg0GUEcbDFxA7/\n7wVyE9XfLkmXGKB+9zl8KtpmxH5GDnxi1Oe9LBL777P9NNeOOqmrZeHO41fu\nL7KtxPRiSn1dvB/wqjG5qf9NnQy/u9ZgXERiA78aYBNrs7xxMXUpJQovRqP4\nq92W/ChTGcl2i6/RbYIMR7FaDNDlVZ3m1gKqrIGNC5JdQLz+ffUlDES1MvIh\nrDlSiVitvA1jIGyvHTejxlJqsOlFAAca2911ChJjMSaidJSAq921t93QtxER\nBLQjd2QTgDvINeBI3Ks/DIIOLlMj39q2KLOBl/Ezoe5phdHDMEFQz9ZcitHf\nzsVJCxmIewZ4j4RKmQwHKQyeKZ/WxOd6znFkqEp99q9rvFe1HuhUz1XK4Gzu\neYL6xJQ9ty9sM3cdFpM6CI1c2hAQUsUu9RqDKRJkjWgSHZZR0JfqPPQWspKh\nEzG0\r\n=9tTg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"f1b5551d7c226fbb5f97f77343004dabf818de1e","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs -r --skip www.googleapis.com","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","async":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.0","gaxios":"^2.0.1","onetime":"^5.1.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.7.0","stream-events":"^1.0.1","@google-cloud/common":"^2.0.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^1.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","p-limit":"^2.2.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.1.2","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","@types/async":"^3.0.0","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-baseline":"^0.1.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.29.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.0.1_1560535461121_0.41402010378802556","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"@google-cloud/storage","version":"3.0.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.0.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"b9dfa6bba6139c15b554f0cc0208030df710ed47","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.0.2.tgz","fileCount":22,"integrity":"sha512-vIKaTSEpZJkWXUWhAN4wrEisL0JJ6SYjuwWMZKGSit/nRbhAxC8IA82Yrhbm/jI6R9VdBpB+oyHbhQLcMiNJvQ==","signatures":[{"sig":"MEQCIDIMS59VG/mYLqg2wIHyQNGYLYdMqlJS5GDsiL4n8cN6AiBjJmukunVmOfoxM354WlwHqjLXzGG/BhqgnIUbc1snyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397546,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdGjKcCRA9TVsSAnZWagAAnksP/1fyJnTW3KrvsmqrJ8UF\nt9o8aWLF/gWXXzx4OTGIswj75TAI8DfLKjfZDAkUx6w2SAgymVCbxul77v7P\nrvZJKSbX2yPHAQoeys5Tyly1U/2mZ0Tsdvs/o1DLUUh86qs9EZlF2GWQp2Ft\nF4iPZzwiwsIPPa5jmtBh5bR5iw/IE3t9frhqkE78ypU3ra2L5ynjTpm7pNmH\nMK6euNxmIwTvwK20nVzyAWl/Mz8q1Xgu1klIbUC2Ob1YZ8TOIR19FYf51g/S\n8kKnC+VQKt9vq0weJJ19gAEdOJxqnWNt5jzt0Yi3d7hoFrBhK+Jw9bH4sxWz\nbQVx0KJ3O16sXJhKBnfHeB3HjFO7hz1jgm/0VS4BiV/nX80ldW/FTiDqQDwz\nwbk/AGDQ3YR8F1PqurrkJl2759/S0y4LY6g2eZ0cuPrEpdKTj8QFB1Xb3E3b\nsRoypJXLb0MwwjyZY/qVqK5HVoUF1QfQrMhSC2lEB48Fp5tF1Ih46ezSkGVN\nEMhTzMwSTDABFcQOjnQThfeaFoZpn4PmOM82z3oOW4z+9FK1LI59dcG0EL0U\nCyXe2hRFVGgcUU6g8rQIawath35C0ocp4AKZZlQW6kUm8P8261t5WvAT+XRv\n3+rCKzSoPWEfh43/C14Biml4pWa/5VIvCrwwBKJLMqmdpoZWjfkpf/LCZID1\n0Gma\r\n=YNCe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"74332da5ddb2d42a0447f6f5ba9c2ae9cd6f103c","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.0","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.7.0","stream-events":"^1.0.1","@google-cloud/common":"^2.0.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^1.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","async":"^3.0.1","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","@types/async":"^3.0.0","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-baseline":"^0.1.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.29.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.0.2_1561997979729_0.37799177541004214","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"@google-cloud/storage","version":"3.0.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.0.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"985b17043c6b8840c4bbc9b9e6e4ae133be61c3f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.0.3.tgz","fileCount":22,"integrity":"sha512-62N6qRCnY9zi5bK1O+IX/wQEU8NL2D4Tuo3DrrgY5Fk5n8lHlTLJLHZi730k/v2Vr1p1+fG0trfB8eNIUjkW/A==","signatures":[{"sig":"MEUCIBSGhjSAO+oXit0cOqtIB+MDzHZH5JQhVZ+p3QumYwaXAiEAtTYHKNDwJHHK2DPMdbO+Wfamht7d3APTsUGGwdYUYLI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":397879,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdLgeBCRA9TVsSAnZWagAA5REP/3b5yJn7dgHoL/lA+T+i\nlIDofoMzUObvoiSDF/o41BaMqmG2EDQjRJjLDwXuLlC4RJO0aO1yM2vcgzB5\nO78SN7kXTnOGMY5ZKDP51s6dzbc+y2uBMa1ukpLTZcKtUH+2BIG4IfozRpSq\n2VCZkftwCkkvWAwJuTcPh7a8+9QGkyfPwsBEbwcqnlqWZR06XjsJlf7fYLAU\ncN4opoPEBnNuHAN1hP3J+3eymv4YOKUg0zQTpurjDcvtYvWxeeGohty3vVLK\nmuWnq9mlIuttyOxJQO2X8xY2lSH5zIsg9xKQU1TmxJc+c+z+uMx4eWOK+y5u\niQNzCF5D2SXBuYFpm8wV87ZxC0b8KBOSHgVPHD1xzVrPzKLlg9EQixS3TLL5\nY5oPmElJmHf1Dsit6UpFTCFNwfjryj/njip2qC3YATliLr5V/AifgSmg9v/r\n63eedaJR1rLfka4VGTk+IlRpqqS/+4W1FcOMNY1Ruu22KhaYNafFnaKAPIOO\nm0oxeiyc1cp9tqBbjAfODT8WxPcoXeiWsxDPDnnu4XtGeLfOrweCSLwrGifd\nqvPEKD5UVOcJ2zp7wkYaM4bZwPxA4ZGvlhHGYXyDwcVB0DtLXlErQTlFNNrV\nx8PinewrHheZiOdtKr7yrD//mfDL2qrf2r6YAMm4xKCwEq3hPrUPmSQGoAtr\n3rOc\r\n=dCoC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"9bc73f05ba2c8e39420dc8a008f2847610115d50","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.0","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^1.5.1","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.7.0","stream-events":"^1.0.1","@google-cloud/common":"^2.0.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^1.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-baseline":"^0.1.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.29.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.0.3_1563297664437_0.42145408419297237","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"@google-cloud/storage","version":"3.0.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.0.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"2789ad60b4107679d8e2f0890970f4da5a5c84ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.0.4.tgz","fileCount":22,"integrity":"sha512-d/4ph98ljx+iovUvGV6ch545Fvn0t8r7NKdAXGNbR4F2KtD+OfX16rgYgWKffKzpTkd4aFB+hm8NVnzYwqcqXg==","signatures":[{"sig":"MEUCIBpfkN9dtGL9c4sgBYgYE0OKuzTr/bAuCPmzALSmsYPGAiEA6eeItdUdH8NzXt9PXbbUnY4qi290OnWstXgQ/Zx4GbA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":398379,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdQHB4CRA9TVsSAnZWagAA2eUQAIGGUZDS8MUd65M8EOwZ\nw3Z9zxDvw7gzVsWibBYHX9rHiFHy5C2cikyAvVdw9PfdkECgkPYUiuN5aVjH\n9s0rvICRldGYF64H7PhT3W7AhrzGkvVMlCtNSgNSdVRAVUZWmXgQSV+cJdFU\nMVZooY1Lw3HQ8rbe6VO0p1tV26qH+oyLYKVqFOQ0VN2Dyc3uL7tIEXciXSQV\nG3oGcTsUFHU2as3F+7GzXXdLU2QW6KKIwh200lN7pr7kPs1NXk6n5jI2uyQn\nXzOvXWTTIdw3HIYQdsj1+EXEoHcdvD6azY15B5QzruLZUDgiNi74hDIDqXFE\nbqD4MSTexH601lgM4146URCKK/dgsiGHVQTq6epSKsANGRXOVJ/zdiXWY1Vs\nq6OEleAlNmahlNgEQG7QEd3wVH5GJP6ox++fzk2h47y5WVIuCUUGgVKRDhhP\nGETRDl7tuieNO0D/LgX6qdCVDfDojnTzNT9/GjFyy9K0BKwYW0hfNVtGpZjl\ni7/bf70mvlqP7U3Xz258BxRXy4NgcJt/lRrtOL1K4/pn16qFwV3qTw1CsPoD\nk2Fy4Zgwm3keHBuQUgJBYVIb0Zr7PHoEh5L397f8o3DC0mwsQBlKByEGwwFR\n7/EOYvaTV4KVEABW7D57umeJvrhgTMspL1iasGpSRCUyZn/26cdcNOoQTOx3\nZleY\r\n=Hp4T\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"463fedadae0d6ed0d3fb48f4b4bd67811a4a5d58","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.0","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.7.0","stream-events":"^1.0.1","@google-cloud/common":"^2.0.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^1.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","eslint":"^5.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-baseline":"^0.1.0","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.29.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^4.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.0.4_1564504183201_0.20510654951218443","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"@google-cloud/storage","version":"3.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"5571d82ada3bfc63d4d53577b6508d9828d50565","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.1.0.tgz","fileCount":22,"integrity":"sha512-dKKcMtWpu6Haoh7ricAM+QLAeQSA+ci4AfpRXQZXk8yD0JItYhmTx59ht88cSB+9qIYrfXCnpshsvyF0PJ5N/w==","signatures":[{"sig":"MEUCIQDEzS9Bm3un2UQ6YLtlISXfcbJkGC1FUJKF1SBy+B6p7QIgSqmGUpTTvaNsyn/PB1HEacEMNiqqp6xtf3PBfihH2Hs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":401532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdTdy/CRA9TVsSAnZWagAAdScQAJXCxFxQCcjbt6aImWrz\nNb9OZQps328x7TyWJuXrKw3tR/rrWGT4j0GQhMt+22nF8Hw6daBrx0qdFJZk\nixMNMQknjTp92ntc1xDBTDppQxlAZpDAWojMZjUJYYIrlXpzXao5kqqYQ2rh\nNb89OlX1YQtmO1CQV1LV8ggTQcQujQqx847bZDUuc0QrbcSW2tnROSo6J9VV\ndC0oshfOINscVEOzaQkTkYDgIoJO8r+LRhaB9s+ywkHCqGpL7j7DcqOMF9Y6\nsZIE1B/Mxxo0b2bwXWJ6/te4zs0b1G1zKDbJ45/ILHvt2EyqgkpG6/b5hOld\n3eYJFkF1W3l3Cd+LogF1OdV2dmIp8yjt8FRRI8/VG9AnO0dPNl9Uy7jRnc//\npOvkkqHhOJ4SvL8HVo0fNlgNWURcSrBtUtGisLNQ7Iok8EPXwl6h3hi3d5VP\nTRM/Aso/vuufyD6fWa02Tn7y6r4AEJ7TSfdadkJV+L24aXkQGCxUzQgv8WMY\nWu07e74zVyrfgX9v+CFBYPIO7ZVbXqRCtWFZdrA+81/bOEecyIYePxrVGh5B\nFlF9EtQ6RRjsYBCQrgH3v9ZDXJoEPRdcERhRyXI9s7WG5NLFHDL6oiDO86D9\nxBXgrc3lLfwSJ9imuGnersY1wO6X4iumWoZ5HL1d2oYP55tpoSPIgkYOE0o9\nfvjz\r\n=q2j4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"a7848848440f244dbd0ae0439fdbb102f5fe8896","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.8.0","stream-events":"^1.0.1","@google-cloud/common":"^2.1.0","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"^10.0.1","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^13.3.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.0.0","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.30.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.1.0_1565383871080_0.13371546234944498","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"@google-cloud/storage","version":"3.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3f0bf07a0202c248d705932a5860ea5f22bcfdfa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.2.0.tgz","fileCount":24,"integrity":"sha512-vV8MUb9WinJqeX4s+OaZk3PjpB3L8Z5SH7j9rQFtOyMMUiiwrvqtT8AgG2/Egmobbfg5cyXhO/OJrILM17HOGg==","signatures":[{"sig":"MEUCIG2DLcoC9WqN2IbCpU53rKQenEBk4WO1UQSBvexdKVEyAiEA38xbz+nCW92OrY+l8WWPXtNChbA30B5ZH2ZtuWUsgbY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432088,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdXt0tCRA9TVsSAnZWagAAKAwP/3zZdBmpVgbRGCn+6rCU\n8gY5cOWTNuSZ3422pOFxCn8TNxGQztkgnDBAZmVdqpWwr2GDj+5+v87Ml1VB\nqiBovyR3hRx//PHtVwMuMPjQV32qDfMjhDnry/BiOricS9Ub27bE+7XDVRyv\ntAnCwZWibqhmdgAoY+sMST8ahLJAGXCWjbqRY2P7ADZlmbrDy3erT1ElDqdp\ncneKVFemXljQygbiTNwKoR77t6pitl/t/B8/IpMOf+zRxBzSlmoXBhTqXdnr\nLETpY7ORKFZ+wp630AJqp+QaZEGUURf9ZtK57BVnrusagyKvFRzcGyFJOd+R\ncQJrEFqGwW2yYKAG1tWnREYHh2IeGzmeT8KLNEEX7Ph6RIEi37zPVQHr8kJn\nrhPrYaHNYj8k38GKQ3Dg27BiFUfCZ09lCCSCHW28GyqpUyipPRdozixgUDwT\n9BJ7ARma0tCB0afUFgT9tRbaJ5fNu4E5zlZqG+wGXR6zyyYtlBZohV1VUJe6\n7AaxHUqLtaRWyDfgkQ5VwhgPGALo2ll4UdbMbTlkUifLNl+fm/DF8jfYqrWU\nXNU83ReOnvRZrcA34g2U6PPjy1dmXnCczuVcu3EgVIeHtok6y/oraAD4ZLpK\n4YpWUKUtO+/AmYdDVbnoN2A85Ymu2hRxxxlnMcOJdiYb8pVVtn54+9TEYn/Y\nLMBZ\r\n=8hlK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"ba0bc7f008c4aaa23decb0f18f90e82f97fe4de8","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.9.0","stream-events":"^1.0.1","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.0.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^13.3.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.31.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.2.0_1566498092064_0.014207827796351324","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"@google-cloud/storage","version":"3.2.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.2.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6701fbc91b95304e0da88c0f193b1800c9ba4159","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.2.1.tgz","fileCount":24,"integrity":"sha512-129EwPGej6bXzY1u5nja2aeMDew6DIHaJn7ZV6nteQ74LQQSNv2jKrqTlyhndBsAwpuwQAxeghPTCoFT/H8Frg==","signatures":[{"sig":"MEQCIDqpAcB3MweKSEdILo5zEIZkgk3zZgNGv4up/bExJt+eAiAnGq5rTa8Ev8MWMWBuNqb6+xt6syPdXWJZXS+jZqIfdg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":432498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdZrHOCRA9TVsSAnZWagAAMPoQAJY1RnFn6E+1i0a0Z1Zj\nAqwEJUXbEfz5IlLlThPDtLUjgio0WlXD4VlExsZaUB1RA8JBes84aCafvfwa\nzA0lKcLUqgBSEutEZ9QPqHLqfDdyilEANOHY3LQXkiA+WkmsrWj6Wl7zqzka\nL5Mm3qbIimdVOZrctWC1yWZooBcWo90DBO0mD5khVHgbVSl9Hqp95+KkMNOH\nJkziPTIs/CGCFOMvnftt51uOSSjRxT+rbEHIHQON4P4khls361sJO9RSEvB4\nkznvodWGgD3T4z0qdeftJsP8m2wpag/HgqAz8tie4jXFATXh79tMvPJzmh+l\nVieD0BfR+YEHOcAOOYn+p9bT3FhXXny5yx4Z2WGqchEQIvyWVHICrai3PL5g\nYl7YzEAirNadmg9SzJER3oWMiDBbglDRcE2alCBsmSTQUCc2k6Kuf9bvzbFv\nxorBMm1MCTsRavD1GRB/FQYZ9yr8oF7N8qL+F9WRu2bVhjFDt5ojxlwQpYHM\n8YAjxGGEt3xNe1ChuUA23XUILDi0u6471b9IMFSKWASsILdaM12r4LiPsYSQ\n11dYAP+AAGgR2jFUtqUMEk6Zt+392loYgArE/iokLZcqJFoEB93NXJfhtLxC\n38+kArCszJUHp674LtWAOjnCKV0PXN/eA1/9FCuxToUH6sVzJp0fkzG/K2Ma\nVS72\r\n=CRru\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"840eb6a2f639a108b85985fef5def5170aa172f3","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.9.0","stream-events":"^1.0.1","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.0.0","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.0.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.5.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^9.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^0.31.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.2.1_1567011278005_0.30892881483414136","host":"s3://npm-registry-packages"}},"3.3.0":{"name":"@google-cloud/storage","version":"3.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"fa6e6034383ffe65cd6ee8e18fddf77be89f38f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.3.0.tgz","fileCount":24,"integrity":"sha512-9jmHJ0ncQTcrZRwq5MRjXEwuCFkIjHenYwVbycV6bbZ4O84Hcgg4Yp33sKcJug5rvZeVgrpCzPbYXqO3B0LzJw==","signatures":[{"sig":"MEQCIGYpgi2qyc7OuqSuLWwUSRHWcmJumuLnVoosfo2zH/KmAiA8TDWSPkPnJkHQV3bMtm/5zIklqWPsywMJbFG7nRBYGA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437525,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdhNx7CRA9TVsSAnZWagAATwYP/ic8Zf7iobsff8WtwGeL\n3l/P60hB4uTImYy/Q3O91Fgzh/gBkwH1Ocrn6oTsf7CXVJLZtO10iHiBEigI\nMZU6pM8mGgKDg/LIJk+xqoc6pnMu6yqQ/M8MkRxJhH/GtQCSjKvvilKsShhj\n8X+NdTrcCpM85evlw037szj5i4INs+7/xIJKs7HsFVd1wF5bePXRX91xq0p/\nin3kLtzEoNnauxFLgVbJMV11OMBnrda3+6oFGdDbHrnExkM5vUuhrQpuqdXJ\n/+r5kJYMmBN+5ccqcMDYNrF8STRY3ifUbVu5PEvAk2byRunIYDYN762ThflM\n8oIj3ho75rtfDQkYC4PGi9rkgsfkTmTLDq2VnqH1tbBCga+pPBd+ahNWUsGf\n1SPbpWcJcThCFA+JNI8B00MSmMOFKQeUbyYn1Zhx0hJuVvaeop6zxYbXJ8HQ\n4b9O6DCFF77F7sD5UdvPXtBkW6M0EKsOpZYHxOxDT4CZ0/g7aqeKnXBEpbrs\ngEpMRANnjmc5B4eB1xBowTV+sT6Qigrfedg1/g9hnZf4g6iPoMnnTU0CcG5K\nf6XaS/mUNm5s4Mzm7cV/lmR1R+vh8EcWO6ilXAX0qSfJ8sGVHRy4GwqPtG/m\nvrRcsaB33h6FmYIzFOSF+l2qnYmQZ7sKScPfhV3SIl6DoeV6JneDdwUHs77d\nzZLd\r\n=PCcc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"0a21c985428a3b14bfc9612ff7bc6a7e1aa6c660","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.0.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.3.0_1568988282199_0.04560120711346327","host":"s3://npm-registry-packages"}},"3.3.1":{"name":"@google-cloud/storage","version":"3.3.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.3.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"37fce6a4cc029556e71fa0b9bcdb9032241a892b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.3.1.tgz","fileCount":24,"integrity":"sha512-+OoVaJbETDh9cyDoRGe1MJE2Rhrd6JXjSP7GVpdxCUkwYw8pLll/Oz+84JEB82GebQlxG+GVHGcKYTVcSobB5g==","signatures":[{"sig":"MEYCIQD59TirmppcdIWHIS9JU/EPTzJqMldD9zrjVWFT9fixqgIhAKzsZvqwWxdh091yvrB3V3jQkXrS5M5H4ztwkJZfrdcP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":438396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdk6bOCRA9TVsSAnZWagAAeBcP/ROps8HrZhKBBvY0yrQR\nJv2WQLOkZGC3uXydkcc3481dS8EygyzyWUW+LpOYTobFUBQ1IPDvQ0tfDoor\nxJPBxEHFLcHCuEb/1opzDmhtnPPL2MWPS65BRdV7L8swZM5DkoPMrRe/l/ds\nYRHv98Z4c7NluuSf4xwyp2t0+K5AgEus7gq7XRjqAuBh6uPPkfGTbZ30XWlB\nEabKRBWcC3BSEI5YsDLvzO4Hqlfkr6SXOfImPnfwnYHY+SRc6XjWBq7I+skB\n5eoXNUCAwvDf1nojEgZoaDJdbtB2kEFpNAWRy/9DPlVLVH0c0C0JV/Cyahqa\nUbdJdxd3suQL2jU+Tz9WuKkrTi+IivTYpXzijF6nQItqGrkANq5N19LtXjsF\nuyF4nfyqk10NC5GsI1al5sRbW+yASWDWMiUWgAx1JyZnrys5fDxdmK4dvmOy\ncBCY9OqCDzQD0L91gSs5UsNoXwRrbzhm46rDERG9K9AqIUXqpZcR+FQ3R5l/\nGGIDLt57ljA+HQ6bXo6CwvZ5pMaaOkE10z7nQ3J3g30bXpF6+17hBmALYDSx\nNoxqVEqhvLztWc9mcfZBStpr6/BxrBqeNty02WdmOFBavadAAwhcSfP8UwWU\nXaJa3WSWkMzLrT49jfrGKdNLukxqISb+sGMOpz8KmPa63C9spgswZPg/zG+c\nKduG\r\n=+0uY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"916cede255597ca8d605fa48a079d9c6e1e9b17c","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.0.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.3.1_1569957581601_0.7279575843345738","host":"s3://npm-registry-packages"}},"3.4.0":{"name":"@google-cloud/storage","version":"3.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c965ceb75c686bff7bb87423e9d2df641bdb46b4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.4.0.tgz","fileCount":24,"integrity":"sha512-y3oIUyuerq/+a6/SmPFVXGdddKgoMzmI5F1eEAh272iqgg6rkoyCuTwk1Ou/eOaq7oJONVm/Q/dSRphy/bMWpw==","signatures":[{"sig":"MEYCIQCYK6+9oBOInkolPAC+xwWQRvwngKpty+J2IVuL7sQUwAIhANHvmExddYXX6NxsTlJxlEMHq3MSV1YynWPLxMbJmLh+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440992,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpIEbCRA9TVsSAnZWagAA3XYP/j+jorv/D+foBn3VqPXC\n2kFQXlC7uwtGDaMsD8/DGEWRB3qup+C2/7Uiqbj1Xa/gipBcnpuudVGZiGvT\n1hbGETuQ20TORujf18ETDaWfFd5BVEBWoTBBagqHChkZHqDl61PwK4u+PWoV\nZXDzwHRYX6LKWZ2ZoRKFSW2m7H+0T5dtBJRo37lZSoqLPKGvAlw5eRbmGjDD\nBFGA/s5RKSaEa161DFRBDtv12i2XpJuOnMoFIYIc1QGOqVGOAUZjsJTqxeVO\nuCPZqcvPZSxVDxwk1i2UK12SNPRxrvUtiGkBftfrk75hXOypNxWZIFF8a9yg\nyXnu8b7OB8pF/6YYjGPfOuexu+bLZ8sIm8FsNzcIe7V549OcE5m/reTOt4HS\njn+VCgBNUwo8xYmtNziqm4hCszyexyooo9hbdA6UDybq9h4gv66svfQu0UuC\no644rS3XkBX/U8nVZi4Kiynz0pP4JutBt9z+h5sCFFeWOuvMYF57R+Rm5yqF\nIMwLzBt9b/TwtQWZjDd4mN+TGSh++JZ4k14/FHEeXq5lJkg9KVy6YB4o++Ma\nT80zx6Aco3tbXLWYbfolVGh0fC2tZKfkvwxKy6R/p2Y9T3DeqCk95tAV8mhE\nQ3tHOZihbaDne76OBuJMRWLP0zpodEQ6/rooKlu4NgmGfwP0IOBUG9o/mmZV\n0CJy\r\n=Z3Yw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"fc1feb7e3763c9072a85294ab676a8f8a043aa8c","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.4.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.4.0_1571062042644_0.8393211013744328","host":"s3://npm-registry-packages"}},"3.5.0":{"name":"@google-cloud/storage","version":"3.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@3.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"42df4488e81b4c67b49190e4c7c8e50c662904f0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-3.5.0.tgz","fileCount":24,"integrity":"sha512-QxJ/zft4Kxbedpu7MQ5ZsNeS5WbonB7H28T32R4hQO2ply/j6n7bXmd5Vz0kzJu/iub20sK/ibgxYoxrgZD6CQ==","signatures":[{"sig":"MEUCIDNgIFtckBA2lP/b05ZjZ9cobzZMnDsoff7gf2cMRO2AAiEAnJ/hEOjMXL8oD6rnAOBdwIMztJnfvXqU0bXgmyTkR/Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":444359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdpgnuCRA9TVsSAnZWagAAXZIP/19ynQ9C3oBZVZSpeLmb\nINblgjAVa2/dImD1GTnJm7q3SvAdvrpjua1uw++KID75rX9YsIXiTb9cJsqS\nVgQS9coGwHvxz4yzOnHZHX5/WpMhyk3v65rbCuYL3cREP4OKSixVBaNTVfcQ\nkmDAXuDOvKk1tQBsEC9eZQqdUr9cWk+qrYkoDyzdp78f7qQ/0ln3PIIdWpYA\npJdnU9k8zEaekHUZKACD9cGKlEySmDvwZ+glBv5n18ec6s+0xo3OqTm/III1\nOzG89lS7pitvWdyKlhO4ejNzHdg5aSP6TNAOOv4Zo6x8BZukBMqh5XzRSWb5\nwBqPamw5uRfnPZG6zqF7oOjSWk/N/sIPABOr2Nvc+lnjWrm/gGWv90k5hFKI\nspCwMIfqkVQ2JNFFlWmnOzy0gdGZpakZwR05NZtQruqvuXa5Xrjda0AoP/i/\nJrwd2F9JGOd+O+sEKhhnYlsc0Sfa9pIaTQOz6Q/dCRbhbmzaK1FRcpEsDQVp\nOCskNzufc8rD9oGUhRyW1rosBxKb1FR6qjo0Q+ti1I3eupt+0oXfr5lR+/GW\nK+6UAtnOSjAEq7Wz/RtkiX6kZE5/D+NNavuGhnfaW7s0fKNHLigAXzZhtDM8\noC2J67ZF7+q8UkGtB3BYdwjb95sniVdiKpaQQP1W44IbhOy7qYRChe+EiciW\nyRgK\r\n=HKTr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"2b0b9d34a150e7212199972dba2d0052de74e77e","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.1","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.4.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_3.5.0_1571162605735_0.5172589994627506","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@google-cloud/storage","version":"4.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"ad7df44eb7a7ce469c26d86967c444a7484cf595","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.0.0.tgz","fileCount":24,"integrity":"sha512-ZhMSvIrsyULJNGuhB3vK9VKxIh92W/sOjEezaxykKewB/NxK/d09cC1AfpwHFcnxN+ZZcy1fSLAIwfNAnKU+lA==","signatures":[{"sig":"MEYCIQDfLq3SZDknAAWgOzc7wjfo5ZLqEYJKefKBh805iexQ9wIhAJnk7OubMSIjGkQEJy9BiIb6aoeK+x5KrexGbE2G9Tyd","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":444944,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdqM1NCRA9TVsSAnZWagAAerIP/2hSt9RLE3Lkk5FHbyGG\n/qMe7oo1beUi7cYPWoPCFaNZTD4SPSJFq1t62mX2aFTIBOkg0XuQa0pRz0Do\nBtxNvNDC9bGywXUwGtsogC5oxQDtMBdfP4M8naIKpq1gZr0kRuVzxuwDKkRK\n0EnhVcW24DIh7/i3W9uikX2g3grB447BoaBScm25FgE93rPlyTwERvQRPsuo\nmKTnhcgsvS2VVCmvpmMYKzEMnqRYlW8MYy1lgi/mrUX9sJZUcPpGa+nz9Wab\nI8GOZct7shsOWFw9O4En0El80Nw7VVbTdeT3xll2eWJ/NkmH2+PMuZv8oB1F\nYVbXFpTXEiJNHXKRN5EdSVJpdbpMwmMaO8bpomtfT4ofttzTSD9Cmsxmk0C5\nfiHe5B9NkUQ/uyxoDd6ho8Z+EEAWoQagwXIbcD08fAvnRsefMH76FHf3dhrr\nveJ4EapL5dApyGBaqBJ4xFMIYETMXqyBKirHP1XNbB68xD9IHwDaasWM9rwB\nD8A7bvrHEEuARxY+Nl60wQnURhzNcOtcIgZPvvYSkVGtcUzN9BUuNaUegqsI\n3rZHzSuLOMo+6lUP2mWauN0pmiKvCAWP2qSrpzdaHcaT8TqWRLAuUBOS2qSS\nGLNmn+OrIHULlUgcrAIj08IAi9Gc2rnHp6vahPUq8vHjmUQe8YiIqnNlNjzF\nW/IQ\r\n=5EIk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"859b3e03b6c5419c9d056f39c56dbf972df96c99","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.4.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.0.0_1571343692224_0.3801032902780568","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@google-cloud/storage","version":"4.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d0338fd728a4f4639e3245b66ceab8999b6319d0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.0.1.tgz","fileCount":24,"integrity":"sha512-9qwdz2X/HNRxOAVmRsXnNgQdtI9PpLFEMRHDG+26a8gTFg+9842tgJ+oRBkPVY5c3NmOTVtGn8mszvxyWLguOg==","signatures":[{"sig":"MEUCIQCp4psszWJGx62krqbGiRNcPpX7VsrDs96es3+7RumlvgIgH8mhuWV8OfELvGJKbKNbB9aX/8kKBdtoa+WwNAMERCw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdu1BuCRA9TVsSAnZWagAAgUYP/jU7EAn+sy8UadNknJMg\nPWPJ0jMyebADru5u/aBreW2aXU9ZZbwwkXLKroWwGLDhazW8/JkNYBUPH4yn\n1bdEBJ5gF+ufHZoimCVZc9rR+Ie/gsJtck4n2op/Dkx13YzDRi+ufNgyyfA0\n+bXH8VNBDktLNDQSDzrNpNcTmQ3PzojUHIC/gAxFAsZ6x9ArJi00Y0Lfo9Ni\nf6QKXUY/2yNY/xSIImKoXrdEZq+g93YEqwkGtgGnEMBOesBGOwU6JTMh3VoG\n9lJQDeMy+RedOBnbo3d2CNcXExbqD79i/lNWobHb3tMD279TVAC98Q38m2mg\n2aXLp0VFyqiiwoWLoyWRbju4GV5LUktCevuyVqsInLPMn1VnPzXpWakb58iK\nWE9Oe19HK9UWKZ2dzfqS9LgyQ76zPzJ9fsqmEDam2E3PTQF43O205IX+RVRS\nPFDSJh2bK+uncv2xzqwDyuPKkCI1S5XNu3ZQRr55auY9h7oZHdM5WWOxWNRg\niQHVT0RISHS+gguPwGu0/hyBbMIOJ20+mgy1TVYLHI9XCv7MG4g+tFO5FjsX\n6VDVV25TbiOo+1Bn9GA/7nGaRj9CsuICCXJ1wbdV5jNpZEHpwtu2Kwsf19Ft\n+6gXIIi/yEqRN8VCkrgF8YBts8Q6d4KlG36S6w9A/zsyU52yCWQ9rXDMfTcK\n3/Xz\r\n=H8Il\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"105726342ffc875c9ddf8c4ae7a205e0708bf416","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.4.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.0.1_1572556909605_0.45279948251349666","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@google-cloud/storage","version":"4.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d418cec6219f195d33cbefd82da82bfd9e406704","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.1.0.tgz","fileCount":24,"integrity":"sha512-rAecIsP1ESCTmA1PEfTbJwvA3cl8qcR0mfRX3mqGzSBdZIRWY254DQ4cYSIyuq0L2gx3G43hOSPdBly0u04veQ==","signatures":[{"sig":"MEYCIQCqV4ouySoa989NMLrWOe2Nc1Oojdukd7qhrt6uW7s60AIhAJuUidNnPl5gSmTCu3x1/8q1zAhXmS7ghN4igezvuWJi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":450922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdvMubCRA9TVsSAnZWagAAA1oQAIzXPPOKRpUl6zXf+Wmw\noOOdhqvTDdMf5Lubf3AZf/q8jTwmdCyxvgkS6BvOVhkCTmnEGDfX9/kMiulh\nx7HNKFzPqreYqPLQ08P+z09Ru9afY1+a1QiGzRGP3S2WgsxEqDjR8UbfnOkT\nD8UiR+sOzPTQGhnpD7LYteSQP9oXHTi+NKY2BRmHvb2Al4l7mQug3gbY5D/u\nexGqWEGgD3Nj22/ULVEIVQu8KJ9RpDiN8HYcHsboNLWbrn3hu1+NAnxKE203\nsYO1P+gD5PKcnRCfTFb+bug093TbAB9SyMRDSUgaIxY1bPPQiijbZnkFw3zy\n2njq4qyqlPz40Wke7/G5yClELzNDKWI+B0w6QphXO6rurqvX7PFCPapgWPMb\n4hUsjJ7D4CGukmJ8uhSqNOFqv5WxL3JgvakP5dZ6a0nE/ZACtQvIfxlyywms\ncqd+mxbWs+2JlLyIDBMbVw/YOXNW/0qwGVwc/U3QRJS4bpcKiy5FGwtpq8Nm\npvw+45xc6lb5EUAImWZ7XOogtSCiGUKwr018qXfPMnx40F3nAnCTopiaPqlm\nRRwuWc79S/LDzzTg+YLhmtkyv5M5ewn8dnq/g2+Hit9N2cPHhpXmlfOIt07a\ntXzG/NrIFIrrgrJlT0JweD2vtKFaJ7DnqL/NpeqVbje6MfuFpcMlROOnxsB4\n/GMp\r\n=KbLE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"3861f95e4772239b7e5c5cdc146eec7fcd00fc09","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.4.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.1.0_1572653978768_0.8681760177504683","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@google-cloud/storage","version":"4.1.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.1.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9884dc33499bae965be38dbbd8c9acf24fac3f4c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.1.1.tgz","fileCount":24,"integrity":"sha512-JcHMSUebPz2KopVThlc7uuCLIpoVSbAYWu2ITKqPlyRQ5aM2bfWJ1czNxSb2qZUtCGuyTDPRRqMBfOMaq+IAog==","signatures":[{"sig":"MEQCIDgtQy8/aFmnUcZEl9B/waZtwOvK8meG2P+AzRux2rs+AiBBkdR7MImU2oQMBNSTuKnFoajzGs2QSXidvL/x79VWgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdxJzpCRA9TVsSAnZWagAAHY4P/2janek3dGt6sMhVG2wK\nEmLzUGszc0tCEvDhRon3pQ9VGc3iC+Pi0lZTuk9DeciVBtakNHErHLzx3xnH\nOVu9HapZ+vZxS6Jczibvnz5FvW0mgfP5Ypc0ogL/ORn8q5ycUhnPVcSadIJu\nLGQkoSwddeatG/Xwjtinhs6TwXSuyZh84Sh/hS46rURlx00oHrPnX3iBb56g\nL1P80cp2W7zadhXh2WtKDYqYmLld1p8QuE7AN2MZaLJqqhLwgX4+WPlg5OU4\nTXdvfJGlvz/QHdheCijUMXFWNagIS5RLVlI51jAuyuSNPeyeeq1ZCkGnZVz2\nWjV0NzC465UcMO1wUzlpBxanZPgaRExjWBa1iXOMCXyxE8JRWQpC79hUeC8F\nCnISMvrMxEw6o8MdMLyodD1+kepBXwrY4kOgBJFjHIjbOeaZEVz4rdODHr/e\nYZJ67AZ5zHw3cT7yMwxLgP2BvEPumsKP3CCPVr7eng9RolIr5kuuH+9V1Djh\n9KEyjYseBnsOmHht46TGOi6EXrSc3WgukKL84X6JDKlBCsbADvUe8JlbMgmv\njhSb4W6juMYRNh6jKSsk2X4uxdQRjJijQGC9DCcNfLYAaaPS3tfmwju5P1iw\nNWYnYmrWmGLXqRbh9XnzUMpMxL7PbkosKBtEI+L/yoocO8z85HrHQ62RdqVe\nIkm6\r\n=rmTb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"22d0fccc3213845ddcbc23b2c35bb45f71507b36","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.6.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.1.1_1573166312768_0.8456878214597132","host":"s3://npm-registry-packages"}},"4.1.2":{"name":"@google-cloud/storage","version":"4.1.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.1.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7c11c4626058a37672fc0c725ee837ab5dc4fc5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.1.2.tgz","fileCount":24,"integrity":"sha512-kYP7h2SMx5KmbIbeQ4qHoBm9uYFRZOR96BCYpzGWYO8ii157sA1nmmULai0lcrVwOhfVXoReZUpflTc5lFN80g==","signatures":[{"sig":"MEYCIQDzwzRlNTIYChUklN+vpTABLh8OQkgY5jgrTybsuygXsAIhAMiPYw6Phxu4SMfkJRol6CfhQkUjOQiNfE7C97pFIXQm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452461,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyyVrCRA9TVsSAnZWagAA3dEQAI5tnFzrBdDKNTy6EOPu\n2fJGuMRQahCNEZh6xtsGULqZZ1RNcbeV56hR++7pwY3k/bZtiSYWQsTuYCsb\nXG72jfjPcn1/JrujboASqNh1dMT4QptT3ro+zKY4LrQ5M8Oxh6bFfXk6pz8J\nP2cAdgG0N/TpPIRUe/q+YSLXg3x3oqzmHOPEdmTelJOEDe/D/hhel68dh8ts\nuAgGvkJxc3NmneCu5JYMK08rcTJZmU0c33ULpyQvILCOkNImCEu9S0HhECZK\nuHL/1+yXPR8g6fsENFxDA/TXUoZHmbj0J2740rQrHfdnP04E+qWdJQMBvZ4h\neqxulRWGOf/R9RP7SJbmHfwJTaEVUOWTI24iVoJCMqQwOJSSkoqUciFVOL0L\nTrhyrARBSCgbKoZgQD17C0i7W71HYq4ctvkC3YMyV4x40HAe04ySQBdIXLI4\nhug/ftCBtnwatv3qTehMv6yhun9jAm3NFsbgI6NaYcGse9MImC9I/jLzbXFA\nEZG07og5GeEjQDBuigmRlD6ANtRXQ3bxQphFLavxtQUGKFxu626bnAQJXQWm\nRluSvRk7a93CT5Edo76+1h67NPEyyp/N9QTgmsq82MFHL2hqccd4mwyR+oh0\npSJkWpA0s5CXJAPApYafcPZRbJSQgHHp+qB/HbbQtgulhuoKJKKb9Izb+ggJ\ndB3b\r\n=/cSQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"6ab4462d244faef488d81c8eec03d2d979f37a42","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.10.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^14.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.7.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.1.2_1573594474971_0.2500741999354126","host":"s3://npm-registry-packages"}},"4.1.3":{"name":"@google-cloud/storage","version":"4.1.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.1.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f570ed06fcf51834a4761d01aaa3fb81570f32f6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.1.3.tgz","fileCount":24,"integrity":"sha512-79Ag+4eQq+KFJcKB85AimepoqTJOGuDLAmJd7JkLc8NM12a87JTCoGi65oi1eZ4H77AV0uUQxSS2Fo/hZL3+kQ==","signatures":[{"sig":"MEYCIQD9snv7kXWTmIEYo0izHdrakIc+C086PEP8VmCttw5F6wIhANh3LEqXy9TRTWpT/n5opS0xkRxOtr446DGb41xjwzRc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":453036,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd0zwjCRA9TVsSAnZWagAAETsP/2Ut4X1VSgJ3CgcGpzlz\nvOAKH3nGlC3iIwQvp5oXVmPjKixNyKjkNM4TeOZdPoYu+GTxHow8/1IPn1AW\nIHOJWcMDYud5KbPucrt+wprjrqqp19GsukjNylSjeUvX9JK4js9moCNd+fp+\nVEWcGq/v7qzLM/ov3tjeZUdtwbEaZFNwOvwKw9Gup+ANx00TnGNlYMpnMegQ\nq7bSGbhqY4iQ0dUwMJTKZAlTItDlV2sDOIbQdYi92Xvgcq1sM1VJpOKO8Ilp\nL4aMmPvdnZWihtly9AaLelFaD7xlRh9Lno/ZkUP4fUecl+eOrEv7auA0l9No\nszwVLlAyMc0MNlcuIsT+Vn80rJTrFHkXpsFuyn4XJk9JKzZD8WE5wQ106dnj\ndeDKJURzsFPHCDfKAfLnCs5hXCtlzK6Tfx/LlEN7a/CF0Jv3uYf7cmjcTcS7\nyHQsagEaQOYCbEhBsJoozZ8kkpsIm2ZSnGeicCru3lXjuBOVfW5ngI6AmrK7\nuGSCEyUYdGI+NtSoNhyGZDjNWu7XzDOgEs+o4OoYrAJnWS7LiB2NHY4O3v7I\n0MLIFpW37mOzAtlAKcOYPz2aRfIjJdMArp373yMJ7rkKwWMmnxCpHkKtFps/\nHA0cZMFjAWJbPlEU0r3hUvKcpua0ljlXe6pMzMCEmbOoxrd7iAsq3lYt/L3B\nE7M0\r\n=piay\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"dc2d3e25d38adad5e957f14d6f86d9db207e33f4","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.11.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^14.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^7.3.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.7.0","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^10.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.1.3_1574124579361_0.5303872636954357","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@google-cloud/storage","version":"4.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f03a49d4556f08ec000bb9386e12c636f66e783d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.2.0.tgz","fileCount":24,"integrity":"sha512-KksntL3RCXShVaUkdxGzFUHvoGylMkOyl33bKe4skyu7NqpM4cQNuiDLg3mE5UOsK87J3p/j2z/TFH/BlzLzHA==","signatures":[{"sig":"MEYCIQCNMy+H53We4hRkWBzCA75F7U9GJ/yGzORgbn/oB3WK/wIhAIzi8VVsI8jXlX8MHtVfaB1L4Q33RzCQ8cZiUQQcGb84","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":451539,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeDncHCRA9TVsSAnZWagAAeIYP/3DTlmlXi0hYskZrpm4W\n/1Hftd4kIz1D8LORPoRNTwva+wtJDMRMJId5C9AAOTFkVnVGQvxIH7uQ1GJP\nhSZIwhrxXa9a2zEtqqmc5Covt+kMqy5rEzdbT/J8tyRKfz4S8iSkHVoMIHJS\nQw/un2ovgk7LzZNYm2xwcgK46cTCo5pmNGde2gOlvho4hpGkY7hVwNoh2nWd\n7KWqocAssXlf1pD6Uo//aqeKyKwczO6cHtnf+/vO4TwiQjC1IlYQ0d7ksp+v\ncELv+bfev+Sstnraa1jE4lpdwBswIpftC3FeizNVA6rCeLhsKPA/g0+AYqil\nVtTLZgDl/eLbXCfT1vsoaH9KQimQ2NvI2rd05WMo8s1mcWBOnqgLHu6u6MrU\nsPjNHGzdHUz/pQbSfZQsXxWrQPIh0KZF75Q21IM85P5P/dpmWMWrF9GwhtjX\niCPmkvvZOgYjvztvRj4IfkgXmym5F0bsRoLYiwH0HTDivjOcUjkwK+2vCI8b\niJn4/bUpKAPi4o/vsV9PCmMcO/tIJ/BnIshyH25kRTrUEL4QiRgH9leT8NkD\nsiWcrEtwlk7mBEd9xZmnawb3x9qksKqi+VPXAzoh4kaaei48oN3aboABvrPs\naUdIYuGqpmpLGu7NqDLsfGMetIdINb/PauE2KG5sdZ5GlAbAg3u/P3aTlRWK\nIgl1\r\n=UfFQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"5ca0e4411861abfa7d2723b554a462609d2aad3f","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"nyc mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.2","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.11.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"gts":"^1.0.0","nyc":"^15.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^6.0.0","sinon":"^8.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.2.0_1578006278987_0.20670161614379245","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@google-cloud/storage","version":"4.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"90118c42817fb2c8b3b8663a0f2857b5b45dda78","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.3.0.tgz","fileCount":24,"integrity":"sha512-ph0jsUsZ9FPtN40V5eIkKPLUmxnTpxqBDkWxStW/kbQZgoNVGW9vJcbsYSyE4ath7jQIpM4OHu6aqmPFX1OnGw==","signatures":[{"sig":"MEUCIQDNlXWwg0jZrtZfyG8j0XhfVLzx7LqFkc0xT5rzDaGzvQIgP71tq/e5M1rsUFIT9RkMrOE4dzjyJeizzR6SiDEyJkY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":472535,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKM5ACRA9TVsSAnZWagAAWIgP/11SmJhGXcz6g0flkASo\nRmhzOL27VF6gVJSqINMq4t6MdcqpOIKaqkLbGO5J/v0Cgqq1Mf4onUPFhmry\ntpRM08JU0Uj+zN/AzfdaNQ1jviqZhxkzJIs3CadphCVTRAqPQJKR1JSAw8SU\ntUL0KeKAkOjgd+Hue9AYU4h9gKo90Bi7OZmXgQshqOhMJsBsSw4N8PkeUoVz\no3g5gjaGEQvyNzdBBanqNLr1BQxkg269+282xM4PSbOnxtgbPA230MCJIiVF\nFATHoE2MFYLZ1wydIUY3uSu7vJrjk875NVfEKJzQYj4T1k7bKSLJp5vHO434\nNQHu8ySfeK3RDWRCP33iOAa6Hqc8pODoTvcNbj2LjYzF5YuLkwKEJEV+vEYD\nTL5GN/kfooN4VdbReqM48nzW4BuJF/70ZcVnlyZU/SjD7N4CHGCFZ4YQJfWt\nr4EidHZzpPi3tioGxN8ZYuJhTrjA2xQx1lgw9vMjYvxivAccU4OYFlRklZuY\nJin9L9AItwXAMI7Hg38XF+izeEh5pwcyWWaGWlUYTOPnhvyn1BrLXLrp7rcl\nnbkpGNV7+ZM8ayEGmp1nUl/zNKwHC6FoMFEciQCQx67YMImaX1pF2d60TjR+\n0geIzuJvJMHB4duJGZmcIazdvBFzwfxaa0qIkNBHYrP0iGKooHpCuzmAzcee\nAuju\r\n=3WIM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"19895769284189d7fa29d12db48165aa661ccf08","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.17.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^8.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^1.5.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^5.2.3","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.3.0_1579732544001_0.36361480718053296","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"@google-cloud/storage","version":"4.3.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.3.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"fce4c4ab74d3524ab040e0e15b9b50e6df13fd39","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.3.1.tgz","fileCount":24,"integrity":"sha512-/i7tAcUZDQNDs8/+oN+U2mOXdWdP2eld0pFKLkpthmWmaD89JQlrgHAFL7uvlgCSbaD7YxgbSyJebgd6YBgMgQ==","signatures":[{"sig":"MEUCIQC2otBorHdgx76LcdrXIVik+FP6ReaIE7h0EZJNSoor0QIgREi8HA2PbNaA/IJ7jEukx58DphMPqFpnHweMEeh74tQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQdcTCRA9TVsSAnZWagAAX2wP/0Zw7yAIv4SXEKGIlkIW\nmkmlx6yTf0EjKsskIvjoV5zrt+PuEQTZPiF2ewPHlK2DCZ0Jjsd88m4i2UU2\nibcgowVgYc8/D6GW52Pq8/xkqc8+6YLLFMqLkZY33qnGTXQfZ7q1fU3PmYtl\nSGWj6jEOoT8BLuiEUSVnI2DL07ZqejXMnN7NCBdYbx8vDrxxIz6VmDqx2Rcz\n62lxMkyZIs+8QFqKlm87DX8WOYoaYvAlw/vBo75M5vMs9QGG4EZmNd28fRhY\nWHDfSTyh8fWJaPJeYK1av8riixVWbeQYvzzmCfPB1i+dQh5Yvm++E2WaaS0P\nEcI+Pzhrhpp8NEmS5K2VZ0l9QlUsj+5RaQZN2ZlC69nJIe2PJXkFJ45y1x51\naoJADUUxRDehAuFEjMiy/EqojDnqAIPlYP2fRlTb1FOCj7dcstgXm0OI9LjG\nbiVxo70fqbdgr+gwW4soQ8SxvmPjFkdpkTdJmq2/SUNor1agJig0tgQXDcab\nkbZPm31Ztg5FJqgqM9yonirzYgQGuf4YAns74J538WqNwb37iBuN36600RRZ\nKjbeKDnNN0ntb23Tc4AQQeA8bNFf5dtpQbP7ZTRAApiH6whJTYYuLshSWF9X\n3HIc5PLchgafLi8KRMmYkGq0/j5I9Zs7ia28CVLmk3aGq6sFM1QxRABV4S3B\n67GG\r\n=6KQj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"68094901c4088a77a03194eab215bab3e0a26a4e","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.17.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~11.7.0","uuid":"^3.1.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^8.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^3.4.4","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","power-assert":"^1.4.4","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","source-map-support":"^0.5.6","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0","intelli-espower-loader":"^1.0.1"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.3.1_1581373202883_0.7257331937406146","host":"s3://npm-registry-packages"}},"4.3.2":{"name":"@google-cloud/storage","version":"4.3.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.3.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"cdb3d32d9ff137ec6dd58d1388d5797117b4be5a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.3.2.tgz","fileCount":24,"integrity":"sha512-yhaAtQXG0zY0ye/ACaWgsQFeXxGTp1Xq+19BUXybeNw93cJIAUOf2D+1pDXLrlTC/edHU63W/zPxo+XyCVddGQ==","signatures":[{"sig":"MEUCICy5NqF16wGp0hmm9BtjEXqcY4uYJ4mHaNqjaapEzJzhAiEAlS4UChNyqerpCv4zKhHgVl70YWr9v163fl2lgDN2NA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474829,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeXXuNCRA9TVsSAnZWagAAgI4P/0KTZiGgx8q26oqySs5F\nQtTWDN7izUXnhH5pA4lXo1D5be+0/ycDU0yMsosFFyjY5jpOoff4JlPXlXRx\nh0x6ZQtTwhGBvPsD07NUHGONuBcdQyjwC1GwR/bAmTeU7Y9o09jPzBdmin+g\nGnv7uLJd66kNexIYf5b1srzyxOuSP4ZnXUV8NRno5Yz+2uFVKV3raf7FumwQ\n46K/CJsjlx7PfAozyPXlWjZIPktPJMnPgX0JyhVMSzmV0nz1Pby4uJ3pIYwX\nvSyTkoAtppgaT2prtnGqOYxwuWNi1nVEKR8LJgkZ5MMYKdn37cGVDg9burrH\n08nchojS9SHtVdz+EBF5S5YkE0/SFNpxWuglJZgWVKrraHpST9kAGgyCDubh\nLOX1lZQkaRtw/zniFhZYzYbSRf5iw/ik2n3FGK2SjaeBRcTLRnlNI90cs4yJ\nsgSKHZq5OI1IjRUE0F32x10MsF3n0LXtpMkkHI496WrZuHIen5BOgWTQw3NJ\nz25pUY8bdQXmUSIRmDgKdcR/cYa6YpOFgSBls6RJR/ZC5Gb9S5xYXH5wskL7\nPFVjA4w/2s9RC/N/JYpmY+9pCXdFwGh9v6h3RqLLNtiRILHomo5G8HzfNncY\nBu27rPcqSwqV7yg8i+zNkkXbp15LrH1Ep9OUOo9a1xryr8GEjq/hQZMNF3mP\nnME9\r\n=/ilE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.18.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.3.2_1583184780681_0.2660976089935101","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@google-cloud/storage","version":"4.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"28bf3954b2711bab7731919a1992c84d543918ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.4.0.tgz","fileCount":24,"integrity":"sha512-R64ey4dLIG3IgiKw0CL5MdZ4ZtZdGhN75171vjiL+ioZG+hlLFkjsrCTRuIdE35v42nNe5nXmVhBHQQTuPozHA==","signatures":[{"sig":"MEYCIQDfxKQ/jtpVUR3Y/5bFa3SqXm15E4bTSrnqlLGXkOZ7NgIhAKUUuzt120A7bJdBpYjBxzKtMA5I1jEOsN2wEiHOuBo8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":475235,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeX8M4CRA9TVsSAnZWagAAPsQP+QErRSIBjKIqWebMkYNC\nxnkEdkYjPZqamvMBGBpgC71KjmX4kLpwSklRfKVq4DMKjavneyWFPlTSqlwm\nbqb0l0nPSVs8DIGCXujx15GWM51RCVl7G41cJCWH1sqGtslc/uIVBee71ZHn\nCfb0nw1w7LFrVMGL8AzeQEhb+Jyoo7NPdEYJyrZat/HKZfWnw/JRo0M4rXmr\njTNZQ1+YptV+NpnJr3zop0wc2aBVpoicmZSVj6j3SsyObuJYEmrEc77FLA2D\nXObRSSjMxEFLjsPunETj88u2ekvrAfIVAo9baHmayZRFgfU2N2ilYYSXwlp6\nCYeF3OyXW7Gc+hzruKcLL4NEHgLlEvVFPbLfOffHa+azcruMcrRxVkmur3kJ\n6U1HPTMtNXwo6f3Mq0BN/px4ecL0K0vxOmrTEmKBKo0XrvB31KKOworMUMAy\nLuV8pcHCkGzkkhYiKxgkLRU/MMyFck0bkVYkckAxpYKUS97rfjcohny8YpS4\n8bld6JG+M/i7nWEScoTXRhAAs43j0arBWP0w3Qn9pPWBDHiQYpnlZOly1moI\nzVKQeQbTpB5WwQtmYL+6WfQOhzOwCUyBN22iLJV5cPXeikbufE559Y1U1m9h\nPaOTCVr6wlrlo6BwansobwcDzF9NHJZpTzhaS0sRHsa+Q4m/Q5/A3IDrvX0A\nhV6W\r\n=kU39\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.18.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.4.0_1583334199745_0.2760459531854258","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@google-cloud/storage","version":"4.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9255d13ffb2ef83080b5d374db3c687e3a07d576","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.5.0.tgz","fileCount":26,"integrity":"sha512-ZLFcR6CiP1AnYBA9eTtASF9Dy3wjYmGx+HZiy/LsIPN41wyBTn9yAjIOxRHiteqzX3uQzZ+VJNCB/DmTU33CeQ==","signatures":[{"sig":"MEYCIQCL22XfqAu42kqvygnYtJamP2KE6bQb/pC7zQdd6PmqrAIhANgClbsF4TLv+TZouq4uc9Lmzy/40NTySbF+eJcwYMky","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":488507,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYt1BCRA9TVsSAnZWagAALUYP/0e72tKmgugarSL2CV8W\nuhBnv7RJxtgvD7fv6uwDbibSva5bMB6ZoJHGdGrxYVin0P1glNTB8CkQIIDP\nEMcF8KbLHPMPcFW/QvL9CvZjw3M6h3dtvPcqBwtZiL989/RiBZ4jQmJXOwkX\nJ8UVcli2tUiQlxM3lhGUn0WBNPgftdz3LCBYPf4PhrnWryL9lxk0M7mXsmf3\nPvUivRhulld+zv51F9BdIQM6Ly35CZFup8D0hJCsIdVVXjA0sry/rcqSsdz8\ng0OZcmhXmncy/QPcT6wmKmjRnLf4wW6y+kpF6lyBmlBJt0teV6Np8VXVtykE\n9Sk1Jxj84Gmyaj7TLQqOiHvhSQz9LxBwMAoqjaCdKYF9MkgPAUsQCEhIGAHM\nHbZ2/wI/TjreIRTKVSWC90nISn6vyI8YtkPJJSEqx4cmLOu0BHPd2SGrxzvH\nprcGhw8W81abFsdEmQ2rooXlPXY5kS+AwZLErUkwpJWudmnR8iFPCAAPMbXQ\nKxTtClsFY2qBgO9w4CYiOlPnvFiVs4tVqKqoQoEbv/jzcO/rTb7fkHrOU7pI\nQ+XWTSDHQiYxV3Seo+VhF8hy7iHZmDGzc3oQERIKcYST7mMLsjQ4YHoJkGS7\nCIcTrQsPpxR8llAC2LmJH/6QkQgpyumL8sHS+vJG+bIlCiIRZTP7ttDu8+3T\nrN8t\r\n=n1ZQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.18.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.5.0_1583537472542_0.015942027800911696","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@google-cloud/storage","version":"4.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.6.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c6afef92627b96fd8b9f436c1b622be3d2b9a949","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.6.0.tgz","fileCount":26,"integrity":"sha512-ubhbLAnj+hrp32x5gI+JajKU0kvhApA6PsLOLkuOj4Cz4b6MNsyhSWZ5rq2W7TylqfNNW8M9QxPCKWg3Sb0IbA==","signatures":[{"sig":"MEUCIFcymrb6ONi7GiH21QZ296xenKJ8CpE4VAKds1imKId1AiEAvpkFE/4Rsvfoin4ve3RffrTP8gj66rw3LbVwxpuflJ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":489048,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJea/wJCRA9TVsSAnZWagAAI5EP/i1bz/58h7LbtanrAjS4\nEGgIcB+lcjxiZjpOapH6XPFJKcYs+vQT3J/42fFpHZDL7qJXK4H5RP1pEH+x\n6hz9Zc09CvoJnpF+iPhIcMc5WdX5oMvcnzw7b55DyxU+OimUu0n7qVjXDpZx\n1qYbqUFvVo1n2U8jH2TR1fAanyvTJ6sEB2c3nxW/Xgvr8OjeWarnKvZEtPnW\nYmySgc4eqOvsWaYqfTLgnGxkdGUr/AOLV8dgMtrZN6v8nTVQiDXx3SPmqRLO\nA7y7fGW7xcmve4qqDDkGh+0pDRPXzXkp0TRCIfRw/NiMOGq7zSBUpBLfucjQ\nw7fWI+3sQK6tcaOKP8voXQ/U0kYfOOiO8Uo1BvUaepEccwzCEPbOnR1f0moB\nk5bQDlmVq9sLm34ghSjIXEkF6QkTU2ARasSPBHJzvPcgihvX/co7FJpUa3T/\nAkYtQ7wYnCGmrXtEsMvcv7C7P+nE+i4IJguEgkM7tNAAd7QkEf9rH0uj3bfD\neV9vJWDaFV9zTZPT/o0uLZBmYLcuPdfSGPEybbH8q6c81Ad0BDhXgHd/VxKo\nzB0YHEuj24fSEBtSHXKER47/vbtfnqjlLZIZysbpaW3ur+vJmwJi89mq04Cg\ngodg1YIpLl93yMWRtjeog0NPnePbLOBpiY6Gt5y4gyUi6bOUHFK7VRgvpBYG\nScFC\r\n=uvTY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.18.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^2.0.1","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.12.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.6.0_1584135176971_0.00598470266959894","host":"s3://npm-registry-packages"}},"4.7.0":{"name":"@google-cloud/storage","version":"4.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.7.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a7466086a83911c7979cc238d00a127ffb645615","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.7.0.tgz","fileCount":26,"integrity":"sha512-f0guAlbeg7Z0m3gKjCfBCu7FG9qS3M3oL5OQQxlvGoPtK7/qg3+W+KQV73O2/sbuS54n0Kh2mvT5K2FWzF5vVQ==","signatures":[{"sig":"MEUCIQDE9DoRVvfpffez6GpmbE/tu7+hG2ozPJskSEpICyMjPgIgciHSBD4kDTRARn9R9giU6DPOol7OMElqFwAkTcnVhh0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":506101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefnvwCRA9TVsSAnZWagAAaf4P/j9Tbcj2rXOgzaAjn3je\njfmfe8iE7Ve34MCsiTdznHMzqsf/9yvYrb6U5Jy0c5XPH5lcHDf+8bLUOgX4\ngOA1MYYBW8pU4C2edQqPwo3OmTi6tn5w0ogeOqk3P95h8mvrCwK2i9TO0pt9\nHQMIxwMsjhALfUDX2PFcz6a6U5JyXLpF8GUk/iA4IkHsC2dBS0mHL+PXO6Oh\n/Q8Y/H+F2yDH4lcJnSARrX2UUTTCgvaPnZhy0vZWbu1NULLPZ2UpX/XusEnx\nJHKMYJyw+MPEX/UKhd9x3PE5y6IB4KE+qgJADH3frHTMAe0QwPbcZ0su76R7\nHSBTwFw+Z6E7oo8LPMFOLtYHvglaJeJxIL3/oRNc/oFsGj3Ku6vOhCIINfDJ\nspv/3FLEgjLfVULlaPH3E98sMbf9JOHwz1nBuX6X2lXpQpRabCV4CQNJCpJk\nHtbDIef3H5rNomXk9Q1vUudWd9vhECkFwP/FZ5x5XgdDs5Ch59kFovqyNejl\n9uKp1banG6rHVx0AuaUF8NfG0X5u84d9yrgV9kWglS7QN36OucLIDL/yuMqj\nlswz3AQS5WBxuWidf0efANj/aHp2mYSgMImf2BiUDxQap+U7JBQxVMfR6RUn\nrAroDiqf13gyR1DDitqtoMDWJMsjJ8P9wdqcnKO8lLQXO2D5HySR4Pw8liwk\nmuZL\r\n=8k8s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","form-data":"^3.0.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.7.0_1585347567433_0.49519802348139974","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@google-cloud/storage","version":"5.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a2fb3c7919570dbc49c413bddbe02023fee69954","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.0.0.tgz","fileCount":26,"integrity":"sha512-fmrXOnmoHwoUDQIXDfLE7BG/U8SUIb/c1a6m+S41KKj8gb3Ncwpci6b9aAZzryfN4OyL0BhdNBz/6SJq7TjliA==","signatures":[{"sig":"MEUCIGJ+CkCtmU39rMr9e4NszMEgHi0aK3ygz3xagPokZ7p/AiEAzx77tGuhhKlk1KWhCx/qylofpGcvwqh2Fe1d1sIzaT0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":517057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJevIduCRA9TVsSAnZWagAAJ4gP/1GDiZxCcKqUExGNk7fx\nikusSxzeKvtJ/46ioPlBpKmN4oc1LB3RxWIywSfAwkMCSS+MF8DaC930BljT\nnUP0RRMOxqXe83PLeKUIklzKkLqW4A2YmqI3x2i6ftup/1TPM/yjwwySFKa3\nmvU4sLF+VU+eSaMelwWQTQkA5bXn9WY6I8qNftJBEUZbam8YBRQdqNjZRHV3\nlzfFUmHW+cSGkSG0A3aYT2edClzah0Ia9ddpE5atFTUleEui6P0KHMC05lm9\naB+bQHvgA/JglxXMQ7FLuPXF5UGF5x/B5viTJCoWJvc3ORckzZnXfsMZl7Xd\nHjsIALXlcAvxVv5o2/DdJVG8qXp+wxa3swtUbJp6rh1p1gMxWhxgHOMKSsSh\n2z9m0FrBCIlpvexzoa4Sbq+qqwhcHOAO6enKYqvkwy+GOAARA6IMcPbz6ydI\nkWqjlFTQ9qDtvaLAqYVfzbd6uHea2Vhp+M+LiZG+b0xlIdwp20c+Gd6CEeqq\nY0be1P7hEwS6aIGERznwel3Zv/IuZfwheIzEQZs30I8ONx0iu7LK9g/UOzY6\nvJiknuJa3owHeSa2t9vUgkhgwI7s8iDLltl8McH7DS6j1JdUXlfer7wqa2z7\nAykTyOs4Vh7d0BkeSKDbLNgx70BZAoxgkOq8GM+OsCb3c8vO0b677C6Txsxg\noT/U\r\n=genM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^3.0.0","gcs-resumable-upload":"^3.0.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~12.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.0.0_1589413742339_0.7776646398445857","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@google-cloud/storage","version":"5.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"556bce93d6242c51d8433879f0f776ed25d8aa80","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.0.1.tgz","fileCount":26,"integrity":"sha512-RYDXcexfpQdzX4VdGAakxkdFOzKwM7eYCTefbDrsXe60ryB4KZn6dPWK7mU+rn2djGawhIo+icbOLH/fF1DC1Q==","signatures":[{"sig":"MEUCIQCwrRcgq0p5ZFn+2hxUtfZrgl/J+gNzPKp4j8qHuaMKaQIgEIit6qetlMzLRkq7D+RbCjYGX6hPFQWLUXuQ3tVpx+M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":518399,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexb5rCRA9TVsSAnZWagAAqEMP/2Dsn+ElV4cdbyXCMp1j\nxIrU7nhqkDPqClH2K9iG0TnmYR+Pmj4W0Mgy1AS8a9I3edOyWgpUUm7mHflN\nX0Z4ILPlgDudH/Dny6r/aiJaBH81pE6URSPnJJtIWaNXUjz4IQ4Z9YqtCAuV\nemQrBE/5o+yFtAlT7h5Z1ZeairJZoI5tK5Y7qRmkzGhVRz3qlVQ7ZUTCh/h2\nKp5tBRAhSYYWQTOmQUa3gigVJZbexWX+nvOreX06CIGHAb9UNHDjd//XnOFw\nVUYlxUsdFq48S0bkRZK1ApkHDQomu0t7PgwXzhr1ErbfJNPdtFkvo8y5BgsJ\nX5Q5FXHON/VS2MLE8/SChu7sb9pgX7PI6j+EDVWMLAlfGefpskWdiLs9YamM\nYiAH+V6zW7nFvkZSlqdTYHGALCO4p7XBre/0MHc8ZHmLDMQpSwWEYMLs8Gwh\nfkOhfgE4ERwr0bHmynz/W9QTqckVMBiEq0V0CNKVtTJwfmw5NymkDOWkCUE6\nKl4r4Aa88AWjg20nt3NnM0o+5EBqyu/5TKEKRPZqIiDVwNTII+hh5c9zWXnE\nmw1KPf7C1kxTQOOwRO0anDVTb3M5ixRxO2CO+dD25Gxr0UtGarMc+vNsm9oM\n+gf40WODVkekJ6ddAKpwvQswFKDK144gMf1XnnyK9qmLMQzrdz3AexpUKMjS\nai4v\r\n=0wjR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^3.0.0","gcs-resumable-upload":"^3.0.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~12.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.0.1_1590017642816_0.03800576662742983","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@google-cloud/storage","version":"5.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1750890542139ebeca0c4ea4f37376a293b2a557","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.1.0.tgz","fileCount":26,"integrity":"sha512-YzvJAqu51No76iXiR1Dg+K7ViuFvIw1YkhmMVnTYrIORp4MwstH7LBW1+TBXlrojpiXeUIornuU3e6QAEYwQCg==","signatures":[{"sig":"MEQCIDbclA9q8UYaqXEIS7qHAieoihTiBjyhuTcawQmyCUjSAiBGn3pqbN11mr9pxusf0pmlQYQZEn8XdPQhFVk3/o728g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":516904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4r9aCRA9TVsSAnZWagAAyqoQAJh4RAd8tej2Pm/n1hTm\nAK7zH7V3IvKPD1dXzQaw5E405nRMLh5P3cxsTN+J2bLVjMohMYVDOEmoAjZ+\ni2pQojB4kZm0OI4+y2zPg9/j0WYwUW38unI0fn65Fopx5cQXnUKt9tBGUNlX\nelp52oVAMzAfUGofM4ct9XsTmtoctgrn4PDC33QnVhaCWeluitOvB+jR4wrj\npeS+3xRWaovQekmtjVg7te0k7SIymyyRBX9EZrvPwWqFvpDHfxi7xzTxRGVa\njdjLkLcbK+rjm7Y2CnhG248oUU4ZlpaTyh+w0lEtDkjMVrRDjY6QeTRTrcOD\nEp9wZlgOUNqPXO2xL4Qc82ZVGRhmeiZXvlrJ1cIfGl+3zryoBU4eWd0L6qW1\nxFYzfLccCSteVvHtpqIaSWnnls1IOkY1vbBIsKWXQoOKLlDKDOgYlnLyS9kY\nGvhvrtba4o6hqpPBrms40uCpsiJQoCvpFhx5peY1Sb5NjfTKSW22F00brLOB\nj4ETnpYE15r5mfQp6+7kYRG2HyURmh0D82z0e25GYSJ62er+vX8GLPQTn+9h\niyCM3Io9CVgOrDICe0Yk0qz/qO/CYV+IGJZVQ9LgY9XQjdYBdIK7k56ysZ7K\n9Gwgi01COwSWxuNcrYxdMntW++FnYS94bP5UNo2mwejk+trEuHtr7a/0S2QO\nfcJx\r\n=+1AM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^3.0.0","gcs-resumable-upload":"^3.0.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~12.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.1.0_1591918425329_0.5813473599770109","host":"s3://npm-registry-packages"}},"5.1.1":{"name":"@google-cloud/storage","version":"5.1.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.1.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"2caaf4a25edbcde850df3931d62f3d0da69b0e99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.1.1.tgz","fileCount":26,"integrity":"sha512-w/64V+eJl+vpYUXT15sBcO8pX0KTmb9Ni2ZNuQQ8HmyhAbEA3//G8JFaLPCXGBWO2/b0OQZytUT6q2wII9a9aQ==","signatures":[{"sig":"MEYCIQCUQDWRUhiOd4OuRmsL0uIGLyio2qBGdcnNw0aRxL2BggIhAMWGSDQmdsZ/i5rcxMD0VuU2pLzYXYM5BCvLy6PL0nPZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":517433,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe7TZpCRA9TVsSAnZWagAAdk4QAJvYm0AEIkKOFgQsjLyG\nSOFm1SMKB3bHUr4UOUdFdKj3a/SNFXaO82rcJ5epYUjp3wRAO6CXyF5sY4AS\npnWqWBi7olW6jsKQlIb4RofS4gzg9vNAJTencFIWkwM025cgn/GwGLW+83J3\n37E1bg1V8dEBVvRTSs2LmbxgitIP2UVNMFzR/V0fQuJUxqz13yrpKcguhaih\nxKpzzoT5cEOwfwAOrJs1U7NZJzOYTZS0EJJHZfrbxqk1cfSAvYexR+0zk6PN\nnUrNG0Y3HWix4ZZBIVXhOx+9zyNhNvmaqJkk/KnjAMv1GiCFU1fEwKYg1s1F\nO2bU+8CxiOHLyflC8I5M1e9KR3aNRIzBLXMSxU8QdmKcxKCvCYdRWukJztU1\n37gFOLOD8j7SzVkyjq4VihkdrhiZoGhPaFfcl4w0AfxF7eHlcS9IC0DVsq7s\nOTWuV6JHv0b6zOILP9ZO1Kd36JE2eF/cAhezrDEYxxFAvago2L5bWGsEh7Jy\nFRm+BijDPmOcSGHtooXbu6671Ep3Qe3LU3PSwM32jwaLadXjZOPuRcoVQr7v\nuC5KvTnsuCC8Eno+LER3a7CdG0OWoKDdiXlgorx5Ij/qEKkEd7j/tXtRfYPF\nSKXwt3kp7mPI/d78Z9kFZYD/9iqNejPgpDFNqSx9i4A5WiWZNRnkcR1CT1BE\nc/oZ\r\n=ft0Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^3.0.0","gcs-resumable-upload":"^3.0.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~12.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.1.1_1592604265149_0.5035133762669748","host":"s3://npm-registry-packages"}},"5.1.2":{"name":"@google-cloud/storage","version":"5.1.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.1.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e80cc3922046facf3e278daa90f43cda31745cdc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.1.2.tgz","fileCount":26,"integrity":"sha512-j2blsBVv6Tt5Z7ff6kOSIg5zVQPdlcTQh/4zMb9h7xMj4ekwndQA60le8c1KEa+Y6SR3EM6ER2AvKYK53P7vdQ==","signatures":[{"sig":"MEUCIH63x3I6iJzNx+evrPc1P6fx9azTq9/kqsYJbLDajDbeAiEAg9q3sn0jQctO5JuTYmJXC1cZZeSVartEzZdIXEEiW9g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":517777,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfCKOLCRA9TVsSAnZWagAA2SIQAIQ7yZ2LyBzUcd5CKIyo\n0a7ZPIeraqeSMdFdt6wc4/xD7EdaLKBRt5LJzZ8ZKpK2wzQaXoDkyHDyM+DZ\n93cio3DAcxI6/odKzuEhfGX2FKkNXD9Ris6QDtYjF6TAk3r3aGLlbPno4Oc3\nXwZvwUxbFlR9c780gJH2sOrPxArCGJs6CBLLYBKk0Uh/Djv/DB6Xr0M9BMYz\nu8rzBq8xNG9bGZ5KKXzXYHpmIh/bS6mTDZS5tz3+p1e9BSRT2DhikDIObucX\nloh4c/M7J0fhO2xb4cy3a9Fu6Ws4l7LDbYIBX1Y4E59KmdtT3/DfGK8vnfAV\nWYEPjZGCFZH7oP4Ww1/b4T4OATxmoj0nDahIRyzvDSSp1vwJnu0H7+n9byEX\nzcPDh7VYvKZIB6AfM5Di8HKbKFPJgm+KMiCfaTTo4wuhDshGPksRTkOEPv08\n/kgh2CVYCAOlBylntnEzMOjREtCgnpirOrH7tTABbTwRM++kuAbbhUYdwVUU\n9aVGAHS7ATo8DoSbFN8qhdLzkhC9rS+hncyc0+ivAUtDWX2uHjP37TyTr8eP\n1sk1U5EO6ZC+wi4D5qcsGmqA8QF5q/HjWK7wBZ2otr4RhIdafM4HkKHiTdcQ\ngtbcatlfTa3m9g6RChhpLMF6ormwym5JavSzU2nzZB4wGJvZNWo1zWkMdLui\nGpI7\r\n=3ZeG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.13.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.19.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^4.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.13.0","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^3.0.0","gcs-resumable-upload":"^3.0.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.1.2_1594401674895_0.5900727401323569","host":"s3://npm-registry-packages"}},"5.2.0":{"name":"@google-cloud/storage","version":"5.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"dedbc84b68c20cecb0212740ee4f71fab1c6a97d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.2.0.tgz","fileCount":26,"integrity":"sha512-zxHXZajtVA0Qx9IOnDUDb76mtKn5M20LKV/phmnVos7foozG9YZ6yYod90pRC/GgP3eOgxNYdt6KQcapssPsFw==","signatures":[{"sig":"MEUCIQCjZ/0T7vLZyf8SLaINRznpQY8um31h3hWiTM8psTBF7QIgMY3EHX/c52SsyW6SJnPbDluY1S5/sZ59V5leMrqIhoE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":518867,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfMYh6CRA9TVsSAnZWagAAIiwP/3fjWMxxu9Xgp1Bk7AJ9\nh/5L85hr+g31vWVEq8LITEdgqxSzBSIO6rzZ7xIOgcQSvi9GbYJkr0TljINM\nQF5R4yPw8f4U5vRDh/cc6VGy3/JZHjIHI84qj9qWt0FpfQXx3V+OS+zDf2Rd\n7a7magckS6oYlzXHszafh8HCC6bzarkIl8Fzck4RHQ/aCJdmFddFxwzdCdwx\nZGn+CbH0mtnZYUs0ypq3DdEckCxOYMzTcGaxtsIsQKfvNcnbcCxMxumxGiQP\npNSTXRNlOY0b7aoZ/o0DXAVuUBdFoQ6JjOAEndPokOtPoO66klc4udjXLd1u\noeGftFhunpSti2GkQAf+LalpB2oL2Xzk1e4VXsLqGhXWwUtbKki6ZZ6+QQ/L\nw9fg7dQSSbHM3AHVmsTUZe52GT5rJqVD9puDT1oB8W5hEaGOD0Q/U1XY8Edm\nu45cieTq6A2KpVrC/N3HROMhGhLjLAGY8aCdiUphPZsWCtYvO5UnyA8tMIX2\nb+o9WAcsPyMHFt587AYRdptS9CXBFqFPMMLvxFrRSHZBYMDAlDn+nVMuVafN\n5SXyA2rOrG5T0xRTNqe5QhXTqV3LTAZoEgN5QeVxgjqvhbLuKeEWiM3b2cvO\nQPTsRv1CXX7Qik9fceNITvqjXlgwaYhvb+/QDDqn0OCbJ5mN9Xd/jQxqDiBa\npcfS\r\n=n2qJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.20.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.3.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.2.0_1597081721446_0.2127095350858239","host":"s3://npm-registry-packages"}},"5.3.0":{"name":"@google-cloud/storage","version":"5.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"cf86683911cce68829e46de544abb41947d29da2","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.3.0.tgz","fileCount":26,"integrity":"sha512-3t5UF3SZ14Bw2kcBHubCai6EIugU2GnQOstYWVSFuoO8IJ94RAaIOPq/dtexvQbUTpBTAGpd5smVR9WPL1mJVw==","signatures":[{"sig":"MEUCIQDMeSK1NoDeaX4ObGYDqYjbBOc36D7II3oGk8Zvrf6Q4AIgcFNsz0BWxi+mlrrBLZAlXeE5gH3YHdjIN+m3XEO55r0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":521195,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRDJTCRA9TVsSAnZWagAADe0P/jHsy1qKRpLIFQQ9Gy+Q\nEfVB2MiLpK9x99fpxA7vFthP7JPP0tpDpyYa7b42DDGviC7pqEL9ACDS4zFV\n5BkSSjkrPy2ZcSy/DGhwvFH/4q6IZDcrWe1Rphw5PisrtjWe6uz3eAZMom76\nqffydB6OazJ9BuqtLKnBz89LlrTLY/KkZUsdwwK26gsiGTqZ0/xsqfTt7Mr6\nxvwiuDlUFbMLx88fgV/eU0v3KEeUoKmxVHA8U6y6Gu/ZuuUD2SBh2q0G5oW4\nyaIoFVCtwQLRZFgsYWlqwChqkGO1B7N8pWr3vcZl4GPhi8Abi1Xqaf6yXSaI\nm1q0tWBk+5wg2FBycHj/TT5S4JUNDZbTVp2HII/kqVDUwqdsrDeyFro0oxnb\n3zdMYBDMi0A9Ci3Bmo1nc1s9I0kBfEZt6a8KNFEJGPxAJ5zE16N+2ToOTcON\nQERFAEBfBxxN31Z6KhlP3OhRpRMLlfaCBKls8NFmXy3zW+YTNU/La8JPvQDA\nTh6O8tCZ36T7/FlZ++inyTBvmKU+TpKEo/S+6CI22emL9MGcIgaiJZ6MPF/f\nXWzDx91pvZz7BzOzmacQOxwLpuZH3Zwl6z1VfkCOKukEJOwNrrej45bfb/ne\nphYP8gFbldUPqOtjvl7ejOKFkEXa0rTMMnzF25hSpp5SWH5/YcwzHKHQP+fs\nBD77\r\n=gLn1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.4","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"10.20.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.3.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^15.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.3.0_1598304850912_0.5339557673233726","host":"s3://npm-registry-packages"}},"5.4.0":{"name":"@google-cloud/storage","version":"5.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3647f378c45983224b6b02be68994fadabc2d76b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.4.0.tgz","fileCount":26,"integrity":"sha512-3sp1y6og1vEUgiN7s9SkP1zKwjsFKqBSz9y8KJKblyy2gfZnMLm4Sdw4oeZrQsDG6UKAbKq1KHe36b72SHeMIg==","signatures":[{"sig":"MEYCIQCfkIqY56D9JnLFtOPirDWAfljsWSKlppWsS3m/HLYqQgIhALhgpZa4ujjsLBpBnuwihgPCXkpHvzfo6i46hLtzmZ5W","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":531398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmtOECRA9TVsSAnZWagAADDMP/AxT/KmQpDDCTl7OEvqH\nST9+ReUYD7iOxeO96A7/thT9kQbbbh9dXw41hDCBvHVB/RHzRgTTQW4sTbhU\nMLVOoBLX11W/owqSob5b7dF8Dk0zXRTWZj80jRpCxGzRh68fACCkKdMeIr9z\nDzwpAs5dnr2XgnKOS5maHfpoJWV0MWRKRhYSOMtyfN7AOrCD7MVhHzpix2wK\n6CQVFodBqkci329nP/tReTYDMYO9K/mL+1bLknMYTd0HXpn+r/yBBTzsVtt4\n10nnGbjxYsIJyPLfUsQOMfwtp+OEK/+1JR5kM7mer+fJlp4M9YSNB+Nug4SD\nCGXkM/C+/ZLomWPs5gI6fF1U73MD0PtX6Z8MWavPROniHTK5demti37DrfoT\ni2ZZRyQcaPscTaM7qp6Sd99L/yRIMu89muLuqbTIaqoyzitY2wPFYsZdK2RX\n/wn5n5x+X+hDFaJNOqFxHydNseHxZJsUESXvLZdsGzLchjiEDAlTvFIUavj+\nks5l10KlTH5lMfECHsuWdiUkcyb20Ge+8J/2URlDHv5qwbXIUr+YXVxDuhgh\n4pVaiOTq+4oSlNKUqPp19W2+RZhnlVoWpeKrHvogBjACEzyrx0cyav76+6kM\nF0cqFOA8KRb6zrh4nAynKAlqwLZS7fUhrWq412mMOq+yGSSXqcE7MI3wdyZn\noDIs\r\n=lJ+1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"f410695d5599c152095b6132b29d538fb688d4d3","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.3.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.4.0_1603982211548_0.25751733059243853","host":"s3://npm-registry-packages"}},"5.5.0":{"name":"@google-cloud/storage","version":"5.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6b3513b1e05534da04c26313af5a59b84bba5cb6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.5.0.tgz","fileCount":26,"integrity":"sha512-Pat83kHNnKJpEHUirtQtCoAJ2K3OlEo2ZcSlPjierJnEKnhbIQPyJ6mAbs/ovm3K3QDQhouKJ9QSONkFPEwQuA==","signatures":[{"sig":"MEUCICNq9Ys6k9DV5i6okKmmUxR0tak0vSkPXMEQLSj/RKglAiEAjkHuLoTgcSedisao/aU5GSyYMW1tAjbRzRg+TUy1ZA8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":533708,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqwYmCRA9TVsSAnZWagAAcUUP/151AiQXD++92Kpyse5r\n4hopOzRMWsxZIrIaPlTHyLCp3o35G7tr7JI8BiyuFn3Agv8/u/3rP32pj0RR\nhmN3FPx6hTd2bF8JYsBTRVwlB1mKFXR8YSnjA0YzaQqgjIi4XsiweaGvT52b\nTQ6AbvkY4Xz+01mC0F/poXYKkkx69FIolYRpLPZ1V6WOxvff5xeQLD58kPql\nia6+J4jE+WxF1jA3DYaAi8wcpW5dOSO3lDsQMpGZS3Ytxy53PD04W8sXE9X5\nILHh5E0vOlTDvXdz6X8jSgAF0CR/+cthIASWjRcG04tZtmB6yT50eS+TeJYh\nAATJzrhAeU7c6bSWmbV7jOEeiotc6SVxY/1FjiYnkT6X78GBxoieUYvZ8mwk\nHlTGsDFW8lOdUdysj2aCA1irt0iEmfjkE6WvQixDa7plfDnX1gst5MfawqEo\ns8KC8Z7gbgl8yqx1tnykNNuEEXWOMSZ6Y4IxY4b53+n92663YLyA/dys1JNv\nNZ7IrAEQY/Hl8u0pM/NpsbXX8m6dOByAkr2VSllLK/ym0hThFI261rNRe246\neXoPJcNyiv9zQM0JzRbviB+PXKiyMq5zz5ksBHaxCqI62AD3/NmqGa+KUZ6q\n2OoMpfiTYVYNYubx+KAs0XPt/g/ZW/kiqABGVfipClxH3yLVHUjj+gerTbEm\n7LD9\r\n=9l82\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"642a9dff611be18b8b8ec6a14cfaed873daaf9f4","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.3.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.5.0_1605043749940_0.2273959154322287","host":"s3://npm-registry-packages"}},"5.5.1":{"name":"@google-cloud/storage","version":"5.5.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.5.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"43726a80dfff2fccaa0036aa9866c2c8c5a2e976","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.5.1.tgz","fileCount":26,"integrity":"sha512-onvuuLOnP102W6GBZkLgGKGjAz3GBkSeexo9uW/HL/mB3LABw7+bS79ifAhBZduVKJkqTmPmdXI7okf/ZTJz0w==","signatures":[{"sig":"MEYCIQC1Pxc2Ja5UriFdqOs0IHNiNgfheajQUxrJ2586YerR8AIhAPKlAtMSypCEIFrMuNecOMyB+YyN8yrSc38UP+QoZRNT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx2F1CRA9TVsSAnZWagAA55sQAJQ+g9CzpVEzfEUof4oR\nREQ21aH74vOwBBErqdAnbcU2AETA1mS58fpDMY/WhXGRolMCVXaYGKXSsPCl\njiF5lplrhzWaQKwnp+swo9qVmJwTROU2orc91hCCf5XvNCBqNZgKhrvqXzgF\nUX44GXm8PYHcvy4eNobPCt4n3llq/fcTOLcv/YFIIxIQzKaiYm2diIsc8p7S\nWbW2n7efYvu43KY4Jo5niwxpnC0xIl14q3IWwJ2HKFi+leVWP5OqvdMarCku\n4ze3FDK1aNH4JSYjvnp4Mt0RdE4rnf/dZeT/3wVIj3IHeAssXHQtajpxUgpn\nLqLpinWF73h145Ja2+eUNmIeSpMSRFDs8a743vOpavFzNGki4Fru8aMY8Khu\nf+Tb4RzfjVheRLnZDy9p5O/urrI0CR9RpEyrHAWGH0zMAV2ts7uhnMWu+MM2\n22fNgv0V1SFHdQct8FrH5iZL1ZMRsgt7P2GlxrHa+NBejbKTML+95wHfU2od\nXxL5ha3PwlKvC++KzwHOC7IJsrwkKYGJ+4kTt/V+1EUyGwJgLQER7kjNKYwo\nb+cnd7Yxm5ImR9svfMCD2NBjzbOSoli0ycn0DueikOVsWex0hyvMVr01Ke2N\nXvxfJnwTtMxra0/cvML6+FXx6CK7vMeCH+aZ1q8BZNVpSgS6K+tZuHnFWvab\nA9Xo\r\n=IpJz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"73a1ba73c50cd50f85f249c1da2628fcebe87298","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.3.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.5.1_1606902132884_0.27331110667537906","host":"s3://npm-registry-packages"}},"5.6.0":{"name":"@google-cloud/storage","version":"5.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.6.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"bc6925c7970c375212a4da21c123298fc9665dec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.6.0.tgz","fileCount":26,"integrity":"sha512-nLcym8IuCzy1O7tNTXNFuMHfX900sTM3kSTqbKe7oFSoKUiaIM+FHuuuDimMMlieY6StA1xYNPRFFHz57Nv8YQ==","signatures":[{"sig":"MEYCIQCEYpoA8o8ZOnWUDVeApSeXIyRbO+ltOKglJBlY4EZ66gIhANbhqWEUm3emNZ0lz+IqdXuHKN/oUSl8XuXV7KdkO5vN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":537993,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfx81kCRA9TVsSAnZWagAA6+AP/301RkLtFfgltMjQHt//\niGJeGi1EcRCujp71b6w9yGGLNLlxxddSDRfm/cu7SnupNlpj1DyNmetiDAj0\ne1T2VIFXyjCQJCgBuZhgJKxm/87exZezT+nLbh9Yk1FcA4YTwHWkyum7eZ3W\nGEjNbFk9FCZ/r6CpBkB2NnRX0sgySAYTK7ei572BIZQbvBZek2GYL41733ZD\n+9shYxaCZ1j4FUJ16Kwz2amP+xTVeDFzD53FI9p4fk0ActQUfoguSvJs0/N8\nqDsJbxwMw6iZxdMz8758tYoNJggu5wF/DByUR+EEGSZrMBd+Sgg1XrltdDfe\n136p3jE1sk7e6zBVAh8cpGXhlObM9C8Yaukb6IoSCmsEY0w7+blu461zpt2K\n8iu+FwC3gUfKtMHYXckh0UIFpbiyYZt8G+GiTE9Gd2RUiBn9DKuIRSRombh0\n8itHvxQMmtm33Xnf+YMcXjYRb96dhFq9kknIoxKaDRcgrWXEaMLSBmDpcAZh\nDHXZjxzjM8eqUfuQlZdTHulrCu2JSq2K81BDRuXa6OIzpuibAer3vZJb7K/A\n03Uk/D2rR0SZ6M++x9I/AWnO1weLN55AwGJvvFdPzlP9pyfA3+ueMjHHbqbE\n8R5rPLwIZTEvOtZpaDLk2Uvs691KnJfccQ9vfoJATX/vdoXXcFjogXhn4NzZ\nyWFP\r\n=dUZK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"a720fe8d97b1fa958180361c572162d0849fc0f0","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.6.0_1606929763633_0.2264179977281251","host":"s3://npm-registry-packages"}},"5.7.0":{"name":"@google-cloud/storage","version":"5.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.7.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1cdbeeaab21f78b69de060c11b765c2b5591de91","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.7.0.tgz","fileCount":26,"integrity":"sha512-6nPTylNaYWsVo5yHDdjQfUSh9qP/DFwahhyvOAf9CSDKfeoOys8+PAyHsoKyL29uyYoC6ymws7uJDO48y/SzBA==","signatures":[{"sig":"MEUCIEQpuG596VMgup49w/GRjZLuHk7c4IJEva2UrDwPXDaVAiEA/hV+GWvxNZmcnWCAvPP4VPtBIOovO5SKJ/5p29QuQF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565574,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf0njUCRA9TVsSAnZWagAAKaMP/1utoR2YFIcP7AHW7p/M\niNYIZTOuQt0CPdNGZ0Qk9VIDMbx1eUz+IY0hVq+CIn1VadvRTWCTM17RBxn3\nnD8by5dMPOAAO7luWGAQbzNzAsqsUls7U1WQ8meJOjjLRUd/PqhSkSv16cU3\n1G8rIfLQmT+uoKrBxqnxIH4dWs+HYxi0KJWFWLVlgGajd8zeI52Q5u0GEE5D\ndkKS5gLgmRrn8+d31OIZHvVyY6zrNdcw9PZjDFSrqfsgUvOsn4VbK1ps5krG\nd6+Ij+deTke3H5SeoVyLEVfADS54z++IuKp3UFi77HAHtIwR18/eHjPDb0LS\n4B6o0bvf+dmubRgOBxbH5pK8fyW8C20zVA81NoMpMzK9mDXghKKx6/h5DIGg\nSloFC73FpyiSbwysYGP6orBwUTV+c2uvlb3b+FM3eXoR9d+UkKJ6PnYsXTSF\nz1R2Z+jqeP085EdgnZhuKedltPxutLevcPPNuyL/u6z5fzlfNdCjUifUfFb2\nywJj1bJ2y/IwPHJKYA6X2CQ+Fr9KSBRGT2MT5JqyN98MmnFMMU2arXep8k9v\nCpKiTba4Zs5ZtIng7vgj0/HkxqDCEjjyw4KoJgRIOf6AtxqJZ9G0I25d61Nh\nAJKD/CfRHmBsirPBJtRfbIBlgRGg7rLibI1LMdrvsCUeX1hFoTTWs5l+bZM8\nyHRj\r\n=G862\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"be171c2e2769a2a2ec788710398d9ffd8cada26f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.0","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.7.0_1607629012141_0.929149674595896","host":"s3://npm-registry-packages"}},"5.7.1":{"name":"@google-cloud/storage","version":"5.7.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.7.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"ba5e2d3eaff583181703452cd845d2ac2e1c94ab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.7.1.tgz","fileCount":26,"integrity":"sha512-/HmQNwmyP9eyD7emU/X0tXS2P4BTrcRVYwyygDhcX2pmV73hXL6BklsrkMPYU8ZdgGQgMYVZXboFFGOIanoTYA==","signatures":[{"sig":"MEQCICYF8y0n83UNGNEB0glWFwBC+sVK0FJIK9bfQ8p/n9ytAiBL+DHK0fBnPDDE3eMXp/HwW2Fvhkk4+lZqQPt+oz1o5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":568565,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf940FCRA9TVsSAnZWagAAOpEP/1+kfaIQzUr7RBkWe7oA\nFsnArBLyin24V3RYvGiQseKEXzfmngYBQvUA77hIkuXHNQD8ubdWQ6uDaLJf\nG73WaUGryxJ7gAPnCfSO8Gt/rXToqT21EDx7WnJFnDVeGO81Tj3AJiE9Z8eO\nUWJ9+a7p8l3hrpf3FZjnDZZ/WEFQw/7zo+ABca18tYzM9ql++qTHAI8gFnxX\nhurNDqVkuj8hlP2fE6JdynPmIRHfKw6sXgcD9758V9tU6tVwbfVI9tDRY2j6\n7mk6yidm5r6Ej0Vc3ZO8PWe0WdlJ+hCQKYqPRnZCxoyafJl5fnkcz7rhJ1h/\nt9y80V6PFn9YHOzulqiXhDiu3xTNPD6veUcCaaoEh+OyhVt7GvRc3APypAVu\nDG9uwHLIn3CuWDTuwIWBaqkhVLxn3wqRs2a/dCeLUt+3TxQamSXffxEmh/Na\nOgHOphMmZXD4pMsvj3LEryrvTSFLiwzAZ3rlIPe3DMAhdehQvlkSVkdKBYmO\nK48yF++FZ534M1s5qdiW0EJT414CI632eeYG8LHEtxOvzf2PAiZhSGoYFaIl\ndR62jTnOwmRBm6RpNcT5wiL//B5VFxmCgM8OwfchOo4tY6Hk5pIdhjX/eogP\n8PGiQAR+xdncWkHlefaMON3aeqhIKdbyJVx0RhudMGCN5Jt8AZoAw1ZJRrNk\niRQ4\r\n=nZdz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"256951082ebadfc33c3692f29e0a3630303290fe","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.7.1_1610059012977_0.7552530110871813","host":"s3://npm-registry-packages"}},"5.7.2":{"name":"@google-cloud/storage","version":"5.7.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.7.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6c1ea161b5628fdddf600d901a92e731246fe04f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.7.2.tgz","fileCount":26,"integrity":"sha512-LEKGOe+GnD1yV5YnpAmRJFAReOYHthyC2CAdQs0wv7OJAplvJCEPHchUNC7nk0QEc23mz9cYHEnT76MP+YmBhQ==","signatures":[{"sig":"MEQCICvZ7X4S0DMP1XXUSsEBzYbfPblK7gn3Dhmfb2kGR6h1AiAieQZ+7jyoiXTlLmTxarDnASXTCzur/4dSt6lo+yMpaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":569093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf/M/8CRA9TVsSAnZWagAAWAQQAJZKZgT2uwxxlL31fmuH\na3BMt4zfif88lFaiQldYUNA5Mg3qDpUcB4gBahXa/nRFPLHzqp/ymFx4Aulf\n9yEniPTBs7XY2ibzcnEXebG0GLnpNfEz4uWM5yahCMA3jXXhfHXwgEjCUZUt\nmbI/1Yjc2MFEbVmLCnYucu28KHOflrzFFszsO6r9hr077nJC62bV/DuC+caZ\nKAjWyXsmzqWV25miVwNuPCXOylCj+50sjvuN/hTmk0+ObOqiRNGW1flNCtMS\nKDj5oRQ+dqJoIH3SWuVaFu9s9mOoAuVnuNSqo54jzv46gXLz0KpD/Mv6ihkq\nR+5V0EPtH3O+9LR1S0GufYM4EdIA7mv5gZcRJ99H8mFJdaC3Qiq6KPmC9hBn\ng8JUHGPRK4fpYECHPejwf0JgNUkdg1wWoZgFXfBgj6EYShfC95CuCd8CeDge\nQFcMqtipNLaG3RcDDyg0YkfMKQZ8X5vDbULIBBZBi6eu4oKKAZc+ZGdIXbSU\ndGkjO0s1Q3JT/vMnlW4CyydFsRF3RMCkmqXcQRFnWBoNXtRME+SJK6USS9X7\n61pB4md1fdRgG1F9E9B1OyzneoXtzs2PfO/Nuuxx1DQd3D2JVS680hmJdsTZ\nkV7MUENKDbQYTBgwFEw5Pec6mdcjnIw+ky9dGVQIFR7AwZWmFA3AoFs682Qw\nd0iO\r\n=ecUu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"142e3b0e836596bbe2109d66009c4bff873d5d73","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.7.2_1610403835781_0.8459363121550021","host":"s3://npm-registry-packages"}},"5.7.3":{"name":"@google-cloud/storage","version":"5.7.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.7.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"bf62be3daa2d5a253a907f514edee7e69c9f75bd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.7.3.tgz","fileCount":26,"integrity":"sha512-1or09kfx8bmSMG5MvTCiuooCfS0btDtchvwQpIx/iF2IogzmFhLFFtmCeEpstTsfql6bHAnvN8Up7W5+9kMgdA==","signatures":[{"sig":"MEYCIQDdD6qPQ1LgQFKQ52Kb9Kw+mjcVcGN+3mAMhY2ixBXDYAIhAOO3AuFnwsY4H2IN19WWr6ni42Whrwo9k9r/WYRYGPKH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":573019,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgDwU+CRA9TVsSAnZWagAAFw8QAIX8FWeyDdOtZlmQYixX\nc53lcwylwnP7fu2y/UD85xmXoFMRhfa0Cbph0+0pxZ8L6Ygpav5To6zZ48bH\n3f8mAiF1pAUFvJWd8Qz9YZatEH+QyON5SPCrtDmnrJvWQ1YyLUG/aizbhH4p\nWl7nP9YOT19cP/euISvzh4JfB1kCEJUnhnPl9UAOExd28tZ6T9V0RdH7kCgT\nRCR7Aiptz/h6IUpoMXaHvoBWbPerS5i+t6OCWHNbmkZmTT1h5NEhUlpptwZH\nzMTBaPCsCuooPHH/DlyrD0IuT1AfPfO11M/ecHWIpUZO6SYdrMb1CCk0a87Q\nOhGSMB7ATpzezpevnWMu2lOVGXWU7jDseM1IXDAX6XUPahwud+Pxv9vJC5lr\nUZSOId4HhqyQxIgBXb1AS98qxztGMcwhFv8OO2B741ZvSzWY3LaT4yqPxkIX\nfCIkATdiHu56bzF6sZawpgLH3GCGNP3X8tp/oJBO67zPGcvCtmgffk4nUBQC\n3bHlgxiW1rMNJ33GZu7JSu42WPW5vPlBCQYpvLqhloEaZ1InrVNKm5B2R+US\nsySVYTNT2CxEIqcwOSnlWscqg3M7e5ln+hq7i2tvXS9wfjd4Fx9UQXkBokWK\nsE9TfRGTGr0+qnutV3KKL9xOTmig4LuZHS66K3WXmXZR9edYxtz6lLlwtmK1\ngJjU\r\n=gE95\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"7fcc3ba17ab6103119437816fa60517778a134cb","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.7.3_1611597117884_0.23773045092775047","host":"s3://npm-registry-packages"}},"5.7.4":{"name":"@google-cloud/storage","version":"5.7.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.7.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"de79c569a2b296e7c85d9141812fbe107a66c1ef","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.7.4.tgz","fileCount":26,"integrity":"sha512-fynB3kDT+lhx71laML+LtUs/w9Ezcf+SVAsaP0fhAyPQzOc0kp43uYTymYCvF9GffYR7jcy6yqYifeMSU9VEVA==","signatures":[{"sig":"MEUCIQDsXNlhFu9AgDXltrlct5Tq3fTK5ZxgRgxdbHBKd/ZeTgIgUyC88hVWSCxXrX4wPXe9Etrllu5g25I/HMRGBQeQ1sU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":573453,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGEN+CRA9TVsSAnZWagAA7yIP/jL81CjRL1u1osD6WigL\n6h2qMnpNPJLvUmjIZPd08vfCZ+xINCy6M1pVk+9jLRHvHpYd5ffccpNzWpZd\nCNmaG87geFrt369XnMvNGgCQYB50Hut8N8JyT8zYgrRDnqxNfALIazkv1fBs\nkig0x9VYqhE8aoLBDh4vu44lyrAY9/PnKo8EPKXFKnpzM4kId4jnD1KvJgDj\nXphCqRdRdmea5TxFaSZNX7kOQlytjHEgcd0fuAjP5E/juTRwZ6xF5EPuRYWZ\nsCLbNzc72VHrN+8tdwaspT21mYtKb4gkJ8HZn8icgVaBqXnrVYDyH3PoVy17\nYGr47xv7Zao6bPfNzEY72rDARC6NiA33WzNYHFLmyagAJqwXBtVCrgle0M82\n4vhzeXMC/YQLTebY1gGeVZKv8C+HUa3GaRfjtloRn4D9leSC7bDK9FdkOlS/\nGwW5M9Fiy+KlPmcxFJSKx+k66gK/9KJ/Px6pjHGOqouTeIP8b3dymVI2qZyS\nWPsy5bjxcBpIoslhJ2VqYMRmJmaN2jH0UWUddi0cwtp1TKDebfYLXyzKPwLo\nhq2A+7zkdfjiScuGbVTF4DcIRFp4HC+dxKaddfHmr+zJ+hfVN0cKU6pHpSzV\nqfl0SsVzErL8ZXL9aGkbG3hTVQ5HFDHVBFLxvJJ5HJCQQgIK3fonSCfwqg/Z\ng3Fd\r\n=NYuM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"5428e06ad34b8386b673fb9b5f53e81709e3af92","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.5.0","gcs-resumable-upload":"^3.1.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.7.4_1612202877957_0.45792426173662104","host":"s3://npm-registry-packages"}},"5.8.0":{"name":"@google-cloud/storage","version":"5.8.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1f580e276f1d453790b382156421d1bcc4bd3f4b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.0.tgz","fileCount":26,"integrity":"sha512-WOShvBPOfkDXUzXMO+3j8Bzus+PFI9r1Ey9dLG2Zf458/PVuFTtaRWntd9ZiDG8g90zl2LmnA1JkDCreGUKr5g==","signatures":[{"sig":"MEUCIGF0Y0Ja9ULzURRwSe8na7+dDvfAaG/me+TlXwz7XdU1AiEA/H/Sp5/OUNZAUG1epNki1SOAW4E4rJrVqjLGRjm+lfQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":573794,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLcT7CRA9TVsSAnZWagAAHb4P/0K6n88l1HvKr73x+X1E\ncbip1yj3rx2wxHJmUPAVwQvID1fxIB+bPhImxKLCG0fLW0jtmZ2GTquLExw+\ndsgiq8h13v/DNqbJOK5X2pzF3aBBOoynKqCYzTG4r6GJ4sEQnr6YkEokzfPA\nN2+O+31D8Hc3H2uuPwJgkLrTL3gfe3cG37DeSBnh8C+gONs8ssX+GBsgbDt0\n3IhlOGxeh3nDCGnyQ4yvSZMyI++TnKpEDqGANFEv5MAiqx90HljbXoxC5Ej+\npLZDJEsLddchCZn1gRlc1xM+KxhD0ZbmzEe+a84bG92O1F4RNscy3kqGTURF\npcYlMnkCcY6nBHFqT47743dE7XX+t8+kflrXsK72V6d7bOSw0aETKNfhhKb2\nK40EUryDJSMuXDoYbvWWAXFdkm7L3qumv5AUUthEMiJoGp0LE+Jap31My/CS\n9wVK4nmhvB/3ybhiyc1roLgsdGH0uNgduALZUyY8FSsrvsUZkCthpnbGBZfg\nbTX3q+/b6+Sk/dynrbZzVAm8UxGbfDPE2wI99ItZg4Wrv8e1Rnnf4b3W8Z8t\nWKw0SYrsOSrPP40juoUhtcDXTOluWjeLJyuGKQkNX4erGFHrX9jjRltWIKf1\nb75x6wxQy7E9OTOb39kDUxHPJcZ7Mbn7lo+B2qAs0zNrBcThb6XeW3Jvk/Eq\nuZdU\r\n=JPjA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"e3e2a16506a105cdad091223541b0a025b53663c","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.3","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^3.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.0_1613612282414_0.1421741754826249","host":"s3://npm-registry-packages"}},"5.8.1":{"name":"@google-cloud/storage","version":"5.8.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"00e627723614bcf97e6e29f9a59ec39339171847","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.1.tgz","fileCount":26,"integrity":"sha512-qP8gCJ2myyMN3JMJN12d82Oo8VBSDO8vO4/x56dtQZX9+WISqcagurntnJVyFX885tIOtS97bsyv8qR1xv6HMg==","signatures":[{"sig":"MEQCIDtLCOauqOgC8QIETwjIgVo8zxxAlOgo1bEWXaJoJ48HAiBk/0ttgWxLNY1bVEgi0CiZ98CP/W81dzkctyY6VMZGLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":574552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgP8cXCRA9TVsSAnZWagAASVEP/3XqVTxUmMchW31bYKHF\nGXeoyiPH+icFTRCMGbENLIFsHKbppAzMHdCu7CMEtGNlToULiL+RxxtwXxhB\nK0fKMzxJggwoHPU0xoy8vBdY9sjvsHq2cdSs+WM3hPpPO2WMYbQ1XCqQ1R3V\nGFfPP1arxDuf4LPnfdnCoqCGE5e9TH/Os8VJPtry/vQ1hvObofx0L28g5Li+\n7KOSKplwwdKItwc36ziy98Wdn4gehliGFlM8FEbc9HBkG79JBLBn/Opb3dbn\nX1TJ2jyZFPsUmiDneE4uAaLT6oxDxCk2ht9Bze4+3WF03X+eljF80RnIG/2i\nfuOVOlF8SgwcBXVbLZkYrSsweCCCuXI+IQoWIQga5PLDC2Z+d45731UKfMIC\n0tbbwd4rwCO16cNjtdeEP5N7HKroYIJJ6Jqbgbi9btW7nYzzFeAcvzJeS4ym\ntn80Y4kHsukNW+A3hl+qgzdF63cYO3K11aEOcZZhkw8Kdve3C55+IkboZOew\n5A1y2tzYwEx9xzQvZp/QyGt+8YLPmEfZlAf4E6zf/G3ISMoxq7//N/d5UdNL\nMTOpfAWeWdCm5B1BcwHiNfZdNjYF2rRfte8r7JJmYTTvfRa+S5oMo6DGTN7z\nI7nSGKqLnKn+9V8dyjVxDKND1uEGcWvvRrxGV1q5UZ2zWU5OrHtYrehM803v\nDOA3\r\n=M9T+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"839ed0b1993696486413bd00b7edac0b91b14f69","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.3","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^9.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.1_1614792471096_0.6937768440053866","host":"s3://npm-registry-packages"}},"5.8.2":{"name":"@google-cloud/storage","version":"5.8.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1c7b8aa85b3f1323a0c38546d6de1724a76ce4aa","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.2.tgz","fileCount":26,"integrity":"sha512-R4MOLHhIbsQUqfQufV9QmYfxPE3TDJD+nwVOoN8mOKOx+XoVRm1ZoXaN5vwUMCBCHsDsgpWu7y9d6YvA+POXrg==","signatures":[{"sig":"MEUCIHvWlXNOWlAW1F19sGT8aUuFkMLDOC3jYvDOdKpwJ1KKAiEA+iaEzVTv8zzU/iEn6jTo7xfsTgYBP/YFxV1xIvoLpzE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":575296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWhJhCRA9TVsSAnZWagAA7ecP+wfO7rOCnCB070MB2fod\naDry28gKWpxzQbn0+5GzoOSJN8BLrbaWT/x9Yq7WdhnhjzE4qaF1nyaaVv2y\nLUCWBKAJklTzLNf+baE0x/dNKxU3Fsjo9VBzYqNLsAl+NIP1Ki7HJxD9DZtu\nqAZ8e2jisIldG0/8mDociP9ssV7gMHtWs12IVZGQR8OUEkSjYAgf6a86nAbH\noYm6CFeiOI/wH4KmuIN+9KkiGSUyb/8KZhUJOcBW8G/0wYMQfUWGOEe1Qfio\ngSRWzCNwsr5vRnrZWhbtBZ7XJKKG+ZsqzUq/f3GFTqYQI7Gf1UquMlxHX1xs\nb2EgI18Ft66PR7R2V3K6/6fC2aT/0KIU5jOt3QS3KPiEhd2RzXJPaWVqHINf\nNXY7F51hFaa89W0azZe5h4iX5P+rSdvL4X7Kbgs9E7ZMWkO4ecnbmVcl6QnM\nZMGUFpItnoVn7ocHdbokB6BKVkC3sASKj7Ned8SdzOzOQys2Yz1+cEDccXCR\nwPKiqrgNRH4uZbFFI9oVdo2QaJMQtcUkp5qY55p1VeBXLExkO5LLYT5jThf3\nTJd06OsgB7ajbIGu3mn8rsoAKW77UWM3X1K0ErMKBhELl5krEKuQTl3pakKV\nR5tqSAYkQVSCnOP5KWE5gItrZ8sjKKwM6Whv0D7sV8ZJhIDShBsZ/1pzhOhS\nEtoK\r\n=dQKB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"1f63a829a424ef4d4e0238eea5b8c01f43efff43","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.3","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^10.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.2_1616515680422_0.937218800417355","host":"s3://npm-registry-packages"}},"5.8.3":{"name":"@google-cloud/storage","version":"5.8.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"4af24338f649a7d68e4bdff5eebfb0860ae819bc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.3.tgz","fileCount":26,"integrity":"sha512-g++NTmpmwbZZEnBhJi3y1D3YyZ2Y+1xL5blp96eeJhffginMym5tRw/AGNZblDI35U2K1FTJEYqIZ31tbEzs8w==","signatures":[{"sig":"MEYCIQCEsOc/bdeeuKhNiA5q7a9FSS4AeQm6HFSg3G5OBfV9bgIhAMFFGXBxEHRKFjEKM8felLY4gxaO5WuYYTnZ5uKyWOTN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":576017,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgYhq9CRA9TVsSAnZWagAAaRAP/1rfFe9CzYyK1I3dftJs\nzF5KwHtKT/s5g6KP9TZog3J88G0F9ThPE7RkseKB1ZepbWHHZPzT6l71me2F\n1zzop3OhbP5uFEwr9PitQacvFk1bG45SaHh6ZNgI4Af2trb3VqGPCdbWVH+i\nf3knut+lCBFf4uRd+OBJy14yy6o4KGQWNvhWpiDooyO9DJizMcJivS/TGbm1\nrm6nh6UXMFwquImoEfs6QRoZLl3hDi1JqSM9PsTVnJKhDd/iUMIlThPl2bhy\nXJVV/9H/19w2XotM3GTtWKIlWxcNiOoehKS8ebKJXkeXzW43toT2pTGM0HOi\nZypp4BXWO8ukbIUE8hasCMBqhhjigCF7EqR4C6Gy1XuV/Mcjj5ntcQsU7QYT\n3TgSmrM2YYtrjeYsyKpmFNxaW30uA8uKa26/vGUJl7x+Yf4Ic4IAUv4gcuVh\nAekKEZVexM1KYH7GICFQBIQJ8ZtN46traeA18cHrnnPLmKvN9QFljZV6s5OY\nV7wxt+rDZ+ad2ny+RB6avyleuTTH3NJx5CJCwjga/7o6YgvpQGe3WucI7+5r\nVrUieIlYJw53ao2MxRu5YvrwIBpfyWnZ4mhMdkRj4bupwt9Ze81SxIoSQHlY\nqg9rD4r2x2PRtLTDcs90acJwUT1K6JD5DVuZPPp1isf7skpoImmieY1jcPtT\ngYnF\r\n=A/Ao\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"5792a3c0cde414806598564b39fa10a1b28ff523","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.6","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.18.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^0.14.2","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.3","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^10.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^9.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.3_1617042108793_0.6507531465908911","host":"s3://npm-registry-packages"}},"5.8.4":{"name":"@google-cloud/storage","version":"5.8.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"bca33d377c94bcafaf49c96b8122a45a22493dbc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.4.tgz","fileCount":26,"integrity":"sha512-jtEQZ0k6EkoQEkMpisjdEFOGqQiE9rRmJo6lhfLnGVfkV5dGg1BS70wEJ8jGm3AwxOwU86bYIMHkwtAGktbAfQ==","signatures":[{"sig":"MEYCIQDHpvAyeV31XwOYDOqOc2xvKiD9UdyOqfnfAfbAaSzUJQIhAMqE+nJoltkgeOzFLO7GiUwlugnIQR5qC8m6pWdpCLsP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":578465,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgffR/CRA9TVsSAnZWagAApNMP/ipSu/eypbkGdiOLkzMq\nLQ41vqGECLQEjogh0tpr1goi4mWXhDobeMuripEBzAW6uH9G4tXEJCHXB8yD\n3Q1fhB9fFNGhwznIy6zlz0m9ZAXAjkrrduTVDZv0i1nlZGDXp+dqIfaDZBag\nkDMNMDJhoz2T5dlDaZ7SdHhyp2M0Htp5TvrhVqrv6L+wfKo1kK/+lYeruXL/\nSv+XqrY3GZqD65HNotooe0ZolOMgoe6TNqJgEByWL5fMjfncuhl3h1pBzgHP\n4OwP2FCil8Jjynna3kdXCF8O1R0v7ezYgAdmIyibfz7rh2JrwnWUaGX4HJzJ\nulLJDLtTyqnEmPTJhAqRxmINOXNtQ0NMBGeFv6ojRr6QIGWF2bVdVAPowzTb\nUjblezE7LzqsCnsH6AvWqNX1SszzAp0hFUmWtDvCgsYaPJ2Y8WqUs2QkNvIC\nljnOoJUiTJ3lQOI1XHddTMcG2+Ihv0CsDbwHLPYubfyrjNUpI1y37dI8uPmT\nWFrjkMqEUnnbjXFT/A2fSPuPlyoRaWzZxoyetyJSo1nldsgGrDfWPHthiBxW\nGzdYehDlJacAJtjRhQ5Y2/nI76XcOlwEQyLOpAM0sqp4NXcu/5c3miXTjTrH\nEDmzg3BwkTSS12jkZG1Xzh53kLtZ3wZ4lm+qcucbhjBHUxy50+sGfhk3d/Dn\n++Ij\r\n=U4ib\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"24a08c15c7f35a6b26b84159d9926b9e502a2cdd","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.11","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.3","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^10.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.4_1618867326177_0.48676524497811724","host":"s3://npm-registry-packages"}},"5.8.5":{"name":"@google-cloud/storage","version":"5.8.5","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.8.5","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"2cf1e2e0ef8ca552abc4450301fef3fea4900ef6","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.8.5.tgz","fileCount":26,"integrity":"sha512-i0gB9CRwQeOBYP7xuvn14M40LhHCwMjceBjxE4CTvsqL519sVY5yVKxLiAedHWGwUZHJNRa7Q2CmNfkdRwVNPg==","signatures":[{"sig":"MEUCIQCy0VMKoRg+Uph0zKPx9NC9L/EMBjnHPZPAQyus+IV1hwIgTt6kUZk7jDmKybhcjZ/YrfyESfgEggbr8HYtJ4aWQ6w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":578432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkXjpCRA9TVsSAnZWagAAeqAQAIs6mnNOoiESzjuYXrJo\njeWnrg+HdxwEq3UVMLb64Cmlf5dkvFqE/Xr7rcmdT/RZPfYeGC4LbdLOhj3u\nBmtTZiNtDPBNgp4En8p4iR5+xVD4qV9HjCls8ncsjT8Pz0F013EdCvZcSlU4\nwwsyR6s657hCwnvEzQ8vaphVXw8L3Or/XqXp/Il439sioDj9qOxewRpY4VGT\nFCwpks8lVIjqXgdFQPJKH33gZ4e8Nw/NJTzJuTNCidKYitIvC/DrbTmsZzK6\ngI8HuoeAXl7m8uE3uvv0TVsVzYmRjRK2sQehYNx+m5a92eay9XLF0xqaX9TN\nUXglF9OpCcao09dbeOIP0v9Dc7BCH4llcqORisehEWnkl6A1kz+sASqIlbFo\nUCmhSFAiuYR3/spSSz2GhO3ApGLL93+cRkFzYMBWWUDX4x4Lj3irhtf0j6xv\nIl+tAYrkTK8gqssksxRIeVyIMgSdzZ3K6DXutGas6yarlCgxUjZCvLztfK+q\nQNgvHfmqoEGVxBJmnUKoPeG6hTUoe4f4E7Z/SbDhwlTfR4TA7wGQ2w/lGOU6\ns6VmdFgXRsJYpAS0bgkzgG3wD07at2x1lmE14AfGgh/cwDLUY4FLpWSFH5Zn\nz06/v7/RKYe/xmiXhGgnzuTHQHi/D9eFsD0AQgKR4+tNcWa2LSlb/BZk3bGd\nOLrD\r\n=hTZH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"d6feb593d78f8f8be0fd299ec7e885f30631a2d6","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","api-extractor":"api-extractor run --local","api-documenter":"api-documenter yaml --input-folder=temp","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.11","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.6.0","gcs-resumable-upload":"^3.1.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^2.0.0","tmp":"^0.2.0","nock":"~13.0.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^10.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0","@microsoft/api-extractor":"^7.8.10","@microsoft/api-documenter":"^7.8.10"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.8.5_1620146408841_0.24775827059202737","host":"s3://npm-registry-packages"}},"5.9.0":{"name":"@google-cloud/storage","version":"5.9.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.9.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7c53371e4e5d0f452ba6bf19fb1a5b1e726caaa7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.9.0.tgz","fileCount":26,"integrity":"sha512-qEgcABY4x354Iq2zgCNUm9gl1kZdSqF9ugLWzRHH5RZhdLXNmv0pSarTBDCEQ6o+zxFIbgdLEXOiCT3Squx6/Q==","signatures":[{"sig":"MEYCIQCKaHm4Js2DBCVRNaLhOlmcLM9Sd697pnscp69RDO6YIgIhAKxgC6TV8t+Sgm9rfeDYy3/mm+6pQRplTfNu+NCQtijQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":586945,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+EyzCRA9TVsSAnZWagAA710P/1UNL1cH/Lh3hxsM6rPV\naFJsrvIXBeQDl1ujED/DdCOC8WX7XDtSN4/DSLHeF1tkaBhYwVClZAmpxbWI\neOeZ3/P7IcwNImJlS17o0dpK4cAvBNgIVM3d9tFlG3kIqhBpA4LARVzbQH8s\n52drEbmANjDQ4FSh6vOSaQbi+0NhLaE75037cNyyY8yMx+MXVVJx+Yo3YgIe\n95yYI9j9zXhajhaPZQ3HrhSSC6UqwgBuu/r0Xun+NPunvC+js2xeT+Hdwci9\nPgQj9R0stuhkqgp4eF5TiQtf8/nFY/FxhhnBDhpdFPOSu6M6no8DTlyireg5\nlwOKpWSx5QrVJPWTqq3OZUUy68E5iHaHVd//cQfumENSDFFX89erJ2+JMroB\nFN1Ku3r4+0q0Fy71R7LrvUQh+jJNt4VDH3jpqXXMcNlbCYLus0vifoITWOYY\nZi09e+Ag+QyCWg58GGniSDkXcKwKj12/+3xSTSWiEeFYVk6XHGrOLBoyD94+\nwXYJfaAWrdXmmG4gPFNt6o46k0gRdXBtDs0Yg9Um/NDGLcyh82mOiBsOMTIR\n9i0wH1LTNbkdDJ+VsRPEKN+oaunfghYVER07VFh+SNcux/Yld8pelLMXvtaV\nMsMHxeAQgqfS2WJpiDp60zc9K8UxHq2W+lFugfZJJdOZM8CeEcwYGE5FgFSB\ngl0N\r\n=BR9c\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"cf53a5ec198deba8db031ba2b8970747e9f0cf53","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.11","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.9.0_1626885298834_0.8895626293630869","host":"s3://npm-registry-packages"}},"5.10.0":{"name":"@google-cloud/storage","version":"5.10.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.10.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c89d9761b7323b98f61b7efcdfb10a8184bcfdc3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.10.0.tgz","fileCount":26,"integrity":"sha512-E0PXhN+8CiiOfrQuITyjALHMsGQFQmhhtHpzz0k/kgnFgM27ldSnLn1JADrWvIlfy8BTkR7u3GQCOtQCLPrVnw==","signatures":[{"sig":"MEQCIBEficehM30O3FDQWAErc6ifaLVJ8monmWURlb+fBN1lAiAiekyDnwTAAyS9Oq25oaAGIeJqdL7CUN7IJt+V1UlJgQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg+aT1CRA9TVsSAnZWagAArNEP/RzZ/xIr8zOmxiPuPgsy\nY8+uDD10aFwwzZSY8TymSYnaElHvX1pciMMi66dAWpHQdeHjVw3FQXjtR6Ld\nTqBOKz5L5qkNk6B6EWnnoFQLVWbdIUewX4f4uw+Blz8LIMPF/JaOnYVMd9nS\nQXAjdb02F5kD2izh4Mhwx3Gsf0wxDDD67pdm54YK13lj9KBcE1nJxzh+Le0k\nNT7QFuD0Of84mcjskmQsP5MpvYBoCB6Drcxo4MfqLRqcfcemlCWAjzo0zVPa\nopwKSnCUf6M/AigeuE/cVu8X278x0L+R0a1tyNrjSHVcwmmDrg1JZ185rNtL\n/FYJKO6ivAA1yLoSmPuHgU29+SUVg8G6HFIvdL0qZeYUqe53H/PWNIssbwdk\nSuEbJHuLKqgkSxvDP6uB6LwKigjCxC8JaBeCuABu6T0nf6wAXw+5MJOo3Zyo\n5tDUVg9o4H1V3q4lByKnjlwyJbsPp0kWr5Ci9Q/YUcYTqdaNFlHw7eMUkPC9\nwkwyKre9Xtk4tJZ65m+3pkdxcHQT0BzPCgvQBk6AmFs37Lk/+QYXG7Ec1ajc\nzr3pHVt5EtCQQRQ2BhtJ5HjFva5NTWxHOhvczViRf9txIBshQUBhjmudnVHy\nQ4I5a8BxpAFOuc9x8ZAZRUOYl/lc6CQelzkND2Lu8j/Tn58iCpOz4/UMXBzR\ndJRb\r\n=NQtR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"f3130301507196c86ed6d645e270a95cae76dc48","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.11","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.10.0_1626973428966_0.7252319651482293","host":"s3://npm-registry-packages"}},"5.11.0":{"name":"@google-cloud/storage","version":"5.11.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.11.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f2414358f093034410bb03410176a5dcabc7bdf8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.11.0.tgz","fileCount":26,"integrity":"sha512-UgdAwBelXpQhubYOHw0U/hDxCXIXFT2TqDc0JWUxtg+BeePZC0ohoFM/b/tJffE28AZW0urTQax5xbRNoDA1Sw==","signatures":[{"sig":"MEUCID9ksLJzDiG4pCK6m6s3jAe4jh9THlV0EbTFNfvhDHRmAiEA0N2KaFs30MUN/WvAJs5kbQ7thy8rc7mUBBYlvtRiCzk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588760,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/tXhCRA9TVsSAnZWagAAJlUQAKMHqI8ob/vmrf2aesDk\nBnTmY7iJea2a28cTry6YDBnPzCXcnJyahlUPgx3emWROD5k6YnrzSYvm99Sd\nWXAoPnlA14mD6szYBa+c6ksFYMiCBaNLGNBsqbe1bjpFdsRN4IZbVqGOvwrB\nZgW4zNRAsURoQBitdwa68USOZENWMGHvS6/1CEj/NHWyzOlxYeFh6ydjyeYf\nqwevlYogaKFPtOMS6FASOjxt1AqORh3y/jtWVCcDOqutf84QxF09tplRwFKV\nrfVN8Wx9hmTsyM1Bel9sqq1gKQW58UuJp7TbF1GeMPlgNlqBXlbU41eWSXcW\n5id/Ayu7E555Rl7APK9UCgnhie0RUjwaFBZ4BBjaogYUOHtnvtbb1qObhxOS\nlLUdUe49p30BXYRszXHpeMAc7oGbJu+szpbUuhzukdFRcW18tgVVLRg0YzQK\nzlPk9/1I/P6iEGUAQBtvqio9itxQniKtb2fdW31/fP7v8G9QVIEHD5HqkV65\nntgR1cJT7xwFtQpBRERoBXJI0g1UJZR6MpmFetjUUNDi08midlf3dhCmqRrv\nvw+IzTzOA7UPJxUmm8zCL6GHJfcfFiX9rlvKtKlCTRCyoiTmjdnmOEVgKBDW\npXgmA8wJjtdHfQPM9YcfC/EyNQyjMDylu6kKZSFRgQsCLVIaemoSjosvvxW3\nV+pn\r\n=7L6g\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"5d6741a205baa9d7bc3c86fc3a0376b6a45a510a","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.11","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.0","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.11.0_1627313633035_0.7855856550208586","host":"s3://npm-registry-packages"}},"5.11.1":{"name":"@google-cloud/storage","version":"5.11.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.11.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1b32833790e77fc447d5254910a190834a709c72","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.11.1.tgz","fileCount":26,"integrity":"sha512-DGKHBMqE+OsLPei61yTYOOJKFMvkzVViIafJ+vtCgdXqlSfyEaDK3zXMzIqTb+D9DTJvkEFYi2Wc44eBVo1Gqw==","signatures":[{"sig":"MEUCIHJWpLokbDayk2wiKqzep5iKgCXTHxg6+R44ZDi8JtkGAiEA/OGkNsU0bNgjrReLeJtky4t+OYyPeP90csHVELX1HUw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCFzCCRA9TVsSAnZWagAAjQIP/1kbsA4uslC1CvuA8f+8\n5r0wcKtNU73Nvd6hmyx9IzKbczlemByizsz86/+OD28WS3Wa3+u8tphjrxox\nkcc1i3vg+JvrAfj1k5fLNx7WqVK3S3/7cCEQ/BMzFvgfBx/4BPNBNWNO5bAe\nUBkMYuJNBtgH3qW6xhmFUb0sosBcGyC2Vn753J3rH1PjmiCMx89fI3zeNYKI\nSGxtpsWlmIEj938vldM6MTuE4tYUVlqPY7L5cAVRj5AVuuBTnluUwOsKpeuB\nvXQNA9QoZhE1rCfJerI+kvXp5nPYOacNhfGrckGY9oBnKUfq/hC5GIjs4c6Y\nmJvRGPQaT9BtkborXG84zxCwMhXd7KKcgS9ihE8gFLPTjkO0KtxSjpSsQN0P\ntajHYOpP4E9t2Y96WgzsrU2zgk3wXXcBQxUt0iLNqi2GytNiTy2J4w6zQZDF\nivNaE/CiR3J+LTX6rN3LEm3BSGrGGZ1LKdWiJp5HjNyDqJ/Hv8gytTPsIdAq\nh3v+EzxT0CGKx7AYS4Kit6vsmIaE7AvaKjajniLe5EUffKa12pli4fbPo8cf\n58rK8uCTjdjwjnY6mMiuI09EFU8MRYT1GHMK1w7/xuAWJxKZqFwSuwY6x54d\ngIk6WdioEDfTu2/u3tGqTUXaVZHI/SgMLQI+RtG/deyCkDKVarWoX0hXiWQF\nJgtW\r\n=3ef/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"621acb693f86db60b31ce8e28824d1c91ffcd04f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.11.1_1627937986389_0.6596202042241357","host":"s3://npm-registry-packages"}},"5.12.0":{"name":"@google-cloud/storage","version":"5.12.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.12.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e855c96447819d3c1a0e1b00c437e86e9320d765","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.12.0.tgz","fileCount":26,"integrity":"sha512-K4BwvvIzkGu0DWKoo7IWqUdrLYcauAijedqiWkeBEpJo9/7woNbqyDCZsKjdaCwt49XiPZXWs1hk/k6LZSxDmw==","signatures":[{"sig":"MEYCIQCEW947Gez7W9LIpua3PhPSnXiPGlkSBQMQ6ZuTJggNLgIhALU/cBQ/nUh3XR+nioc7VUT/6Yhqbqxjc4X8yFMRLRpD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":589850,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCa4NCRA9TVsSAnZWagAAEHwP/ik10FWUpAz2GA0iMtLT\num4hNxaFyxeorGlGYBclpiiHApgICYI8DsSdfClH1/bwGz+ysuSQtdM4ufYu\nmogI3KfFDEpZczv+Q5E81Bn4Qise0JxI6U2QuuzilSH5Hl62YKINHOYn8Yaz\ngboz0p8W7MPaGfG9szK5ar+71DS3CbjlMBDb3b5UMcDMCazx5uWxl/pQqI3H\nVOn9OYLHC5ldRz5lsmfmn99tBEZVnee0WMp3+9RkS1MramvXSD+lUE9QL5vj\nyX4RNm9c2FeM1ZHwYismaifU5B+w517YuTOe7lfajYFM6WBJ1gpicqNcPlkw\nURaLfKEYOUfWhAQvLyJoWJ1+02q5/MynWjGnuovHLi+LdKPIRmPu3u0J5nl0\nNVY4rPtfx74SW97nMm9VTSjEg/NcyI4S6Pz9IS7zrm3IoSPTtxRkbRdncFKy\n9PFxcGQSm09n7TPgmFw5X6v28DWxi0x7inZ7mw/abDZUuF+lh5/uKI9BCViJ\n0nOeDmlWa9gdBWKT1eJ12VKl5OWbguCkjTLsHEg9Ws8HZCTyv+o6JmBE9yUH\nudPbwn9eLbztfTFYuQasXGZL4sBpMWhdzaRsoj9PNRlws50d+zWrHlyuyQoE\nUTZWZHx3ZMb838xNmb6xQ/wPG1TlcNtXSYSYYvS5YyFXAMM7tkw3pGwgIJSO\nAHWD\r\n=VgVe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"0c1fa3934a52a608366a8c6c798c43516dd03dbf","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.12.0_1628024333211_0.999215317175439","host":"s3://npm-registry-packages"}},"5.13.0":{"name":"@google-cloud/storage","version":"5.13.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.13.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f40cf085f807c8456acbd994aff01f65845ec9f5","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.13.0.tgz","fileCount":26,"integrity":"sha512-LN3Cv7NRBbjwdwcrIFbEaKEEUCUr7aIoBa7j1HXeuBLjC1lQ5VGVGEbaLRP6uwgBKVnf5rFYSTA545C1GR+e/A==","signatures":[{"sig":"MEYCIQCr9K5dZNf7QBnYlAjdURjKUJyn3zzgVYXTswOwHyfdNQIhAIzsL0yorSpjFApxJ0rY7PmbmnxJCAMDR+AbEKBk13qi","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":596222,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEV7TCRA9TVsSAnZWagAAOaIP/RkivFWLcnN6hlxwpfAL\nxgWBWQR3wIkepqRVxEgL4mH3xHiDd/Uy7tNw9nRI++mDKVmnZcFcDT71p1Hz\nhX6sjQIW+9MkP1QHmLJ4WpX/GvEgmDiX2ohAOwgVAUJpvg5p/gcR55t0t+cZ\nbtgSoP7stoKbJ+6e3mgQAWdZcbE9KGpXAk8tdask8Awkr/X09BMmUzlBdpDh\njjsBpJLzIVBXbRKRsdJ+++zj8YrhoDJSd9aQDZmBhnvo40erpT/NgSCFSVjH\nDszlCvazPwwS0hnNsGLHmJ7NNnGlisa2qAbw+QEeknpmjbyyFr6+t/NyVZQQ\nQlVuFFCWq8D0bba4OVdjKQBf8ASQRhIUkAO4B1aiBkuUgTZFqIBCfI+fcV5X\nrwG2bwb9AAhlwseotXYYo/wR/YP9RPkGL2sGsRh2dwf6WdM72Az0PQMqLg8H\nLG6IuKdyNqOpfQu1jEDmaFg7wYovFLNZqhduq0DkET16/DbPewBPkdEK4rmi\nI32S2tJ+SgR1nwgjfdNH1bE1+skQtd4Go4rvn6RQc2ts5+LbpcZAE6fV51x3\n+PhWnWdhSt8TRpACChcCJ2jyD6rwuiBJ7a0Q5HsUTgZzx+FKQbW6a/+rjBTd\nah932vthsqDhmujhuUXFKuffMeSblmYHrAxfpF0f+X1OpOWKdBKY9C/Y8q+X\nrpcf\r\n=Uh1F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"160271318a2da9c378e87af6255c50f441ce6893","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^1.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.13.0_1628528338794_0.8331974520402381","host":"s3://npm-registry-packages"}},"5.13.1":{"name":"@google-cloud/storage","version":"5.13.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.13.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9a48f9fec4fe78abb79fb531b411dd6f4c228b4d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.13.1.tgz","fileCount":26,"integrity":"sha512-iOyHn5pkIQY7AYdMmpo2FScHz12pE58ZECXmwUJXHP8pGpin8yQDjSxtKtOiFaSObI3mS5/DvsyYwDvg15NMlA==","signatures":[{"sig":"MEQCIDglGkNSHwvWqruzZJeH55HeI0HVYbFuIW5JTll6qiClAiBkFCjy6hFd2lol6GvcjoHMsevZDpmkEk9a7K6hwmP9gg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":597260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHVhdCRA9TVsSAnZWagAAvkoQAIohqOMTBAOVmv2/qyEB\nalb7t8L1nRXCnkyxTm3r+skrK5yj3ZcPNKp8g4NPoY2T+1C3hg+H8HuNvK1N\nRwayEmq/QVgjsjYsdw15ziELsWiXgPxXHJtfgjpnEBPYxVLHT6RRr0cibRHx\nFm2zFm6NSLpstX3FKtUVOIvH9VfaEk3iikb+gDK33qFBnd9y9RN3oltqbdtV\nzaSIvdZsUXiMsCknTz95ZGelsuEk7mpLh9J//UOc99Ox17em4V1O1dEU4OXP\ndMJ7QplbjclcEb4C43Lztp/Vnb8QSCYBlEYyfLVCK053MK0rcY0ategwg2FS\nG+NvVVjd6sojMBCZ2xo/Ab1Pk3USR5QvbeDdfTpfndujtnKMJ8VzQTadfkBq\nUyf0XqR5wnAUHYK4t7YENBvYv71gY1I6EiYi+T4gadSi2TXYZcG8mS6YtoNm\nSIvqYLBJS3exJCoWe1bmFJzcso71Z/f44EWureKIVpsOa/Gw+BNm256pErrS\nzPNJ7W7D2lS5WQ8Cg0DNaYLwY+xzyfG4i1doGcTUMbkPBjXaszclMD243yk4\nbsv5Pum+lA3Ria/NUMv0vO7T+23BsCuuYErxjEuGL8EJem9j2Zwo/VFw9ZbA\n2g66lrBMyplJK10qPgq96lxjvC/svwEybIMs4TB1moHQx38FKK5LNKGwJrW7\nwZde\r\n=6ICr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"e55e75b348869ab0d5b060a5d282925d3f84b06a","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","onetime":"^5.1.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","codecov":"^3.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.13.1_1629313117373_0.0688348660204543","host":"s3://npm-registry-packages"}},"4.7.2":{"name":"@google-cloud/storage","version":"4.7.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@4.7.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"37a21729fe4a2b27c816443808a55aa890ebc70d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-4.7.2.tgz","fileCount":26,"integrity":"sha512-nlXYhJyC6ErFQX34tMLruknJ9fljN3JepgXEC9MZlQ64/2h9Ee8MJ7FCowdBnTiZ863IkbvctWtNZRrSxfyqSQ==","signatures":[{"sig":"MEYCIQCdlIUePGuahKk37eR1MnD8BJ3/JqRg5lLCW+NHCMGv3AIhANuk0l6cyMKoY41IgSeMKJkd+EFw2pNCAVr8GIRqNo3g","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":506772,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhH/5NCRA9TVsSAnZWagAAZT0P/1jZOf4TfjJx9kdUmBUm\n5hbsGJx6ih66hfCKoCag3QGQcm++yOqh7iDKmKjVihwd1MjWYhR1drORtpOO\n5X1s83NCwvl078jQzFjzM7rpYcNOm8VVO44RHq+iexmu3A3ULdmA1yGJuRT5\nJOclpGkgSJ858l1F5hU3u5aXSISp1a0HjOrGVHTQN4reka+Gc2dCB2PjRr+L\nxZYlMBB7Rdihau+/H3ro+NBGr1anNr4/e5neW6mK33kOVqGYjTnFs1OJ+mQi\nrTAiRcIepWKWBTV5hXzY3R1ag6owXxfdtPrJyLKoEqfvbFKv8M+TMjJzjT7V\nofAk3BabA/haz86tfbLpIHDZ48J6bhNaJLX3JgySVDd6PPhriRHx82P2MpRg\ng2NHA+pOfOMVimIvpInNhKK0BPuxRHwm4VHtdjj51JhM922Lz2GYUNp00jVT\nugaXEzvi5mH6OpqF6nUwoVg+xPRqI4vSr92JrQHCmzh97YrP3JvTJD3nFpXv\nxQqqOTAVEngUTpFpchMc0Hy9ybBlSywQaPp2YyA8o0swlDCvbT9uU0HGRR+o\n4GosiCh+kEoH8qU06Ic7jyBIbbCAe8ziyJ8u5BuAPamjQ8/ugQ1DaeWMItsA\nAlt8IOPtjNDiMEYlc5KEn5GFi2B9aQceHTTZXISonHoElwGHk2Z+g/JzO1kl\na6J7\r\n=0UHe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=8.10.0"},"gitHead":"72af0a602295b23c2329955d88144edf82adf97e","scripts":{"fix":"gts fix && eslint --fix '**/*.js'","docs":"jsdoc -c .jsdoc.js","lint":"eslint samples/ && gts check","test":"mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm i","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.4.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"8.16.1","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^3.0.0","onetime":"^5.1.0","p-limit":"^2.2.0","pumpify":"^2.0.0","snakeize":"^0.1.0","through2":"^3.0.0","duplexify":"^3.5.0","mime-types":"^2.0.8","xdg-basedir":"^4.0.0","compressible":"^2.0.12","concat-stream":"^2.0.0","date-and-time":"^0.14.2","stream-events":"^1.0.1","readable-stream":"^3.4.0","@google-cloud/common":"^2.1.1","gcs-resumable-upload":"^2.2.4","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^2.0.0","@google-cloud/promisify":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^7.0.0","gts":"^1.0.0","tmp":"^0.1.0","grpc":"^1.22.2","nock":"~12.0.0","uuid":"^7.0.0","jsdoc":"^3.6.2","mocha":"^7.0.0","sinon":"^9.0.0","yargs":"^15.0.0","eslint":"^6.0.0","codecov":"^3.0.0","prettier":"^1.7.0","form-data":"^3.0.0","@types/tmp":"0.1.0","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"3.6.4","@types/mime":"^2.0.0","@types/nock":"^10.0.0","@types/node":"^11.13.4","@types/uuid":"^7.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^7.0.0","@types/sinon":"^7.0.10","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","@types/through2":"^2.0.33","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","normalize-newline":"^3.0.0","@grpc/proto-loader":"^0.5.1","@types/configstore":"^4.0.0","@types/xdg-basedir":"^2.0.0","eslint-plugin-node":"^11.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^1.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.6.0","eslint-config-prettier":"^6.0.0","eslint-plugin-prettier":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_4.7.2_1629486669270_0.25706643633801063","host":"s3://npm-registry-packages"}},"5.13.2":{"name":"@google-cloud/storage","version":"5.13.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.13.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"49b3bacffc3d49165904e05e4bbb1fc950afc7ec","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.13.2.tgz","fileCount":26,"integrity":"sha512-4K5Jzg57UazR65aWtPvcXiakdqusx4gfgXkbCa6cu5QzPXcXkBZ4iKIniORGzSJEsSPy2qvZvGDPvgb7eQN68A==","signatures":[{"sig":"MEUCIQD1T12pE9GSPn1Ji3jLyXMsdL++QaLCCnhJgf2y25XTFQIgVXnSMpHBWm1h1kBOldBp8TDKHbQg1zJs78LhJgqwayM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":597614,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhJ9ZUCRA9TVsSAnZWagAAdzgQAIe5Sv1UuYkYI7JcvITa\nTBDalSYQNGSN6DnaBZVphMfsS+nvzWpOq+F2xU/GmZV6hTie6+61Zl6R5CLb\nR1nfD52pTLPkT+2i0229HUMJ+dwp+2m4wgPZOc7/aCr5W0xTUxFHVIE5XYQy\n0u24SQvPj+wVY7lstTNsftKcvQbxUG6RFMo1bsCtCVWt97In242tXSSXbpoV\nBK1WhqrlBOhrWGcan63NjD3tLgkq+dRfDE67ZMcPz5rxVBp6jWZaa+IZBQrl\nq4cMxFTGNdp2Tmj6oWIhXG/ubdq+fZnxhV1MVL3BMJ9QInHRA2jeGrwPZfvg\nZQlwTZ2fYORqTQvxWxB8TqeEXi48T1SfXu9tGGI9PAO7Y9uJ8hjhtTLPsPZK\njUY2of1EJigsTVjNENnzxWvbPANGD0UnqGCfSCVeXguSGZ2moSUV3UY6Fotp\nR0lybG2GUDIB2ayi08z1ZtOPaOreOLi9FvdYSDPVzXeyUaxg26l6cep2nt7+\njw3SJMUVGBbVMSWK6Mnkut0NaQbNjdYZR/NHfveR21Kn5zhz2j97tqZK3qD0\nW8diRuciRVcIqdm8+3Pb4yXvUGEcqW9puFCBDVGGj6dMTKo2L7pMvwQVkJ3s\nH2FIGfVMQRtuDDtiERCnUngrGIMMH9luL1zm5yGG4e31jD8heUepGrk3KSgH\ndr26\r\n=LHAt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"6cefbc66243142374d18a9c87f418ab8233da0d6","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.13.2_1630000724474_0.7207382466184422","host":"s3://npm-registry-packages"}},"5.14.0":{"name":"@google-cloud/storage","version":"5.14.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"5a1be0dd2c390e2d93b002ecf297f7d941e8289f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.0.tgz","fileCount":26,"integrity":"sha512-tc8IrD1ZfKOm0WoC2r3+YG8K7NdaxsubedM3KYOf0m2QqqD4j9gYuEqIegs+jGoV2fr1XMibb9g/4DLp5Sv5kg==","signatures":[{"sig":"MEYCIQDP+ahPLaBCU3PQW1SERvdfF0eCwNtpoUcXg6GScErLHwIhAIUAxmN2J79koQfovA0E92HA8szKKio/5mWx7CmEhcb5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":609785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKCrtCRA9TVsSAnZWagAATwMP/iw8TtHzQtWopjHWapnp\nEK3Ab5jGK8DEsk1LuhVG7kDlvLZOKgXBMc+6SA0xL/EP2mTMlQVfsFGSvZWF\ntcbhzNZJgOUMZpsDMRiEq07IVKBEnyQcPh8IlCe9n7QtS493fsA/chga6ra1\nQkkLtXHAWf1CIYJlmh3uvTGNoraT/HVtRVdYWk0YyL0uW2Yfrc29MWC8NSKZ\nd1cUkCV3EZ6NEWNO+yXpyfGhj9tqi2GYhbNmK565JhojS6q1GLmtZX0FgNDN\n6JrzHt/8FSVAaVBi3+HDX7kmqtpZ0H99tHUD7ih69/67E1IZhX4cmcEVynZe\ns3i8Xn+yxZMAx85ZwkoP99nP1xqtNCG4aY+exLzr/MD6/EiurAoYQOCqtVRa\nBXi98psKZguTNPNChr7+x0tE7Q/jHl7GVTE8ydTLYRsP/XV8s4llBTbacIRy\nJRnCfKPc7XHAmV7gSb2wQM1pTa5Wj6bSDpmq5uyorbREE4p+N3CtaR5Avl1v\ncNldWQZMHRm8Q/ob0ZwLM6th58ajppVp0cI2bzu4PDaBi+VKNM186aOeWlq9\n1bSCVWy1Z2u0JntCKtpa1RRfSAqGKH1iKZoiDqEN2bFci89tt4XBjhfHe4DW\niPVVscJIXVYM6ZrbdhaUVionOwv+Cy3QocO6ltkeDcgD/5RaohCUAfw7p0gv\n1mHJ\r\n=7uHJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"5d40a801a41ef3a7fbd838e3379a60afa5b1caa1","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.0_1630022380866_0.5416350152160028","host":"s3://npm-registry-packages"}},"5.14.1":{"name":"@google-cloud/storage","version":"5.14.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"dff5d9e9a05f622c2d4f52f9c926f037e8f1bde3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.1.tgz","fileCount":26,"integrity":"sha512-rDwL5QKFs4p20lXep/ELYscCpCiaiPK9H9QTnPTqRQgswsDO0p+SEupq0Uw00+r4SfbHnjtvYTzBFlTu7Gn34g==","signatures":[{"sig":"MEUCIQDTaew3WBR3WUlluEPIcPERdmqh3WLaNDTFldmFbof1jQIgH9GgSCIHoe7UnqP61iah7pk4emWgSvsehYpaDg353hA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610131,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhOQIQCRA9TVsSAnZWagAAe0gP/17ylupgJi8nLIEdtQPm\nv2uPtPC9LM0cQdI6qzt3wGZXN6O3tu2LMDS2TcyyQdnmBf7i+7KQIOTOodCP\nb0aGhNmSclS6m5sb42kRuPiSaFxgWjP7Hkuar6hx0b4VWreeByWKwyCt5vZ5\nxM/EDW7y4LMMIen1KAbllpSIjOmnVSLi03e2G/fZxkdf3tAzXHi7Ow84uObT\n2q47Kzx54cqUjG2W5RSEFppeD0IuRg5zw8mN/EgPCRWIf7jz2XrkfV0Ek9Ul\nVAzgjKs9ohZatpeLOQS4rXgpEWCAUmB2mTn3kihJ4oUw0u/+tGn40nVq2SSs\nsiKvjBxwVMv/T4ixQO0IBi6Oy2qOHJY1wV2L9xDMX6jbr53RIe5yAzmRXMav\nBl3viL2cCttOKpKyuePiFxuEyvGR1XWaGLXI24JKweZWgtHLexxpjvPGSFas\nUYOvLRbMAjsfoucpJMfc6Vk+yhqhdo0kGygWmqy8GrZ9RY0LeSsyUmBH8Qli\nMI/Lh1ZMIsUmUa0HRoJt8QpQTsNgnFFFZHf4eQOEg04/9F66yIn0W0mT37u/\nDlrcJm4vlGpQ9NXzvOVmP+BUS4wrCRGKCHn4geCUtQ9X7gpB4k0yr378S5Fv\nrmKiPHHHpyF0w1UgzBkAYpdBQ7JcAGDONqk4+k6rhk7NTLEmZ1drn9G+rjsD\n0ib+\r\n=CWEJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"ae12f57ccb027d7ff31c31860d11e9da6fd8eb3e","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.1_1631126032400_0.363013252232828","host":"s3://npm-registry-packages"}},"5.14.2":{"name":"@google-cloud/storage","version":"5.14.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f182d456eeabc63d872f3171b18ad4d410d5cb2d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.2.tgz","fileCount":26,"integrity":"sha512-mO2OV2J5eHWtYbjYjqIzOnucZ0wxxVTS6PYU0v1Cfa3iNWRD6oiv+OUvSz6FCifrJHgGuqb9J4kR9N6x72C7nw==","signatures":[{"sig":"MEYCIQDWKjY0/E53FJ6O3y3GXe2XTf9LmFpJCgTsRMQSrRmk2wIhALIYDp9XBk4/Ev04H+/Krw3sZ19ZY0L4xBLcKjPm2W8Q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610498,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP9B4CRA9TVsSAnZWagAATlAP/At+aBIbqDCcFwk1gp2o\nLEHiU3N1NIXSXUqEirGJy5XzxblvGRYyEFQTvn/9/NqzthvMFzixQMAQ8dZL\nazsi2HWkNgY01rVgNjSyx+rJ4UJ45y6xIWmOA5Ul/lOIMs274laDWfC9UWJ+\nCi5LhC4LbremGg7SOGFocQMieYtRpKPnW/eJ0NYIy8zrod1jwmj0yOTg+GDD\nLecfeYUEtkYbyOQEzFoD+zL1gaPu/EGDlJm7frAwSt4V2sZmYNJby1ekAHOm\nPElkwtYlPnnN5weniiecI+VjDnnMXfSpxpSH+j9qj6JgPeQQbPVLwlef7Rmh\nFHfleUJF92I9rLNKK7Bt3o4y+c9H6zoXmzvbi1/kzT+sIOF49RGEVnRmDxUw\n4K5Q9u1o4r4bTI38kwQihJfquVopHe8xDBH6d7ZlIX85oq4GyxEN7tg5hEBz\nG6aBg0glU7q+sLqL0o+frM2P2N7H5fZLJ6f9HRIQbAGayBAmDrIyZFRoKtxd\nAh/HvGxS5GEBQoPqqhEAyqTxXp9BaNEZtdm23u4WthZkM+jg845X671XiRIH\nfj/P55AeaRaRxVwEBZPaK52H9TvB9J/AmR79fEMGrt11l0QdKhrFUCpE4KvV\nGzxBvYEA3YmeDnZR3PN+iVvGdROXnDbjeGrlo6+GA8GbnNpljFgfUBE7pOgw\nABWU\r\n=QilI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"b8d31781474ab01f5cbc86b01300f3c796e7cd5f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.2_1631572088664_0.5995928044338485","host":"s3://npm-registry-packages"}},"5.14.3":{"name":"@google-cloud/storage","version":"5.14.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7664d4d942dd3c024d7f0fbadc7a4c2aac4ca868","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.3.tgz","fileCount":26,"integrity":"sha512-XwB+W/WcQMPQ8dH6i/d4hGnHsmb03k5IDtCG9HwwHszLWWCvzK7qX2G0fo+9nM4Ph8XIQrPNeHpRX4CwoQ3r2A==","signatures":[{"sig":"MEUCIQCLvXU24zoPcMLoqaa5rT+fe/ESRhrn1kAWpq3jWBj6KwIgTnywzYPKtVq+9p1oQKQYMJ0ZXwacfL0JjbvRyGKYiM0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611006},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"1735baf4979d1c84b32f2b8fe717c324f088e909","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.3_1632352280158_0.31589355077118486","host":"s3://npm-registry-packages"}},"5.14.4":{"name":"@google-cloud/storage","version":"5.14.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"ead318c25299189fea5b3ed878556e553c92a28e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.4.tgz","fileCount":26,"integrity":"sha512-CjpGuk+ZZB7b3yMXPQrPb0TMIhXqbDzrGxngeSl2S2fItFp2pZDnYhvFuB0/8S73cA2T/4x3g1tl6PB1OuuaoQ==","signatures":[{"sig":"MEUCIErV3/LKVFO9jggR9RF8UnDEmhM7R+2vPgRKJ6R/bOnwAiEA+2tmO2/ncvPcyjnLph1uzku7KckDCatmoEhcomjvwQs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":609829},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"1cc54995813cc0cf8967229be18f1ff91c118028","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.4_1632764938163_0.30280978357798083","host":"s3://npm-registry-packages"}},"5.14.5":{"name":"@google-cloud/storage","version":"5.14.5","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.5","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d1ac1dbdc553c1534eac64820e3c71ab3830805b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.5.tgz","fileCount":26,"integrity":"sha512-infuxv0zhclSX+IF3nkeIt2vVOm55RQOYBX7NdTBA4jsj0Q8ezquQ78ZK0o5MR8AdC//OQwPfRJt0IIR6gEADw==","signatures":[{"sig":"MEQCIHV9NIlT10duXg6wYzDPbBxzchERlTZs6CvQ02KV7dXiAiBe8p21ydGzumevlrvcQDd+w6KQVSSAC16/oieZXJL+cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":610706},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"26b5f07691e328ae29537be622217c7266d4c939","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.5_1633368330861_0.5877454443537118","host":"s3://npm-registry-packages"}},"5.14.6":{"name":"@google-cloud/storage","version":"5.14.6","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.6","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6db4d53d22a81f8b9e7c4003bfbb166d96e38ff4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.6.tgz","fileCount":26,"integrity":"sha512-4UsDJNsW5paapobpuQldeZR67CnlWjULIp6Ut4n0CsXoJXkggLKOGrBeg/zsaV0sLqUpekZBQMwuqURy2itBwg==","signatures":[{"sig":"MEUCIQD2p3Aa1RMa5K+U+YYXlxV0c2wrmeayjRYi3FXG6XcJwQIgRyURuTYgpitBWfv2St9UIpUgKf/NPIl4MwuaZCyZhuo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611175},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"fe8df688e23f0638d81ec2eb504906fe8546f265","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.6_1633531184812_0.5251486933060487","host":"s3://npm-registry-packages"}},"5.14.7":{"name":"@google-cloud/storage","version":"5.14.7","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.7","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1ef28cac83453b2cf65e84792c6341b14a0ef49c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.7.tgz","fileCount":26,"integrity":"sha512-hTohBLfEGokFwGSHxgy4LrE8RSzi9YzYwGrr3IgU56FRcGpkkS1Ox0ouBRKosn1UKZl5VlM1Bh5Bkq1Qp3L0Vg==","signatures":[{"sig":"MEYCIQCF7epEtBSUm8xisRoGXD1BiQZEeR4PB80x3dO4Vr9yWwIhAJ0ekYKbSLfv18V04bjaPI7JN9IzONUDRoevkHJaPRnr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611521},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"abdf6d9cec3582cffb1f3da72685cbc549f691c2","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.0","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.7_1633549079363_0.9721763512345714","host":"s3://npm-registry-packages"}},"5.14.8":{"name":"@google-cloud/storage","version":"5.14.8","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.14.8","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"bbc5c9c47d8839033945c0cd46a3992db9b625c4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.14.8.tgz","fileCount":26,"integrity":"sha512-NL2HGIk/nRWR056IJq8DohDJV3z87QjkBU1NssHuSCHEuzci++rUUSeM8j+QLOuoulM4g1MgfHxl9QZOCyKtzg==","signatures":[{"sig":"MEUCIFj42QDJ1XomGAPRInHBNng5sgCXmmxMHVVCnLN1adfjAiEAgYun9xs7xKjnCwxHldsc0psnDGu/qCTTW9sXLVVg12A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":611843},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"d92abb85135e4678b954325d840eff50af98b972","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.14.8_1633560352569_0.9058903011160853","host":"s3://npm-registry-packages"}},"5.15.0":{"name":"@google-cloud/storage","version":"5.15.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"57ec774978d89d22c24760924145085035c9be2f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.0.tgz","fileCount":26,"integrity":"sha512-tev7Q/rvuzTyaKvprLpb0uxAR5k1mR88KRj6ta0EVUBlgXO1vTPEbUj+x/ppZPnXg/CkwRJh1TWcmHMHeIHIfQ==","signatures":[{"sig":"MEYCIQDrKZhcuA4bZPHkbiFDr/AV3rsJljFxSL2KdGH7jqpsiAIhANFAsfjeM1pf5MFWR8cUt+Bas/rmSHxUyndXSgzxlXbO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":612799},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"23cb7d3cdeb591c1d629f3b23b97c8db86770190","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.0_1633640011448_0.6948391491137136","host":"s3://npm-registry-packages"}},"5.15.1":{"name":"@google-cloud/storage","version":"5.15.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7edadf7b99bb4632446c2f5fc48fd450f089dc71","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.1.tgz","fileCount":26,"integrity":"sha512-F15A3h0uapJWvWlvYmplam7HkO7pczZp1TDomgQokL6PRfpetK23KuQ8IwaOfigcGIUHTCXzR7nuf9XIh7OqVA==","signatures":[{"sig":"MEUCIEqHAROFan9gT/xnHX+D4W1G3Q3JriKSdLzby/22n08fAiEAiLu5k1vWpvkwYgfdPkLM2vkSXfk9HgyfkjQJm9JyJ50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":613299},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"b9bda1e89bf24a3acb8f36d3f8a36f35a23bccd2","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.1_1634063845293_0.9364859094284277","host":"s3://npm-registry-packages"}},"5.15.2":{"name":"@google-cloud/storage","version":"5.15.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"57debcc29337fd31eca8fbbc7c8482a1f521b6b0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.2.tgz","fileCount":26,"integrity":"sha512-41gmpyy9BUiEJIjbL9RvGsCsnBGzuZj5A4lnigyTeGNKXghnnnw89Zf1/I+pVGItk3L8lVMvxXakKWLVZP1Mmg==","signatures":[{"sig":"MEUCIAGsQ8oc0QOqeCo/LInlvLaHTVump0gnASGOAQYuKEe/AiEA4OJaPNPE/hpuJr6meJraljRZuh6t9YWMq7te5wjXENU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":613340},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"5ede98dad8b3589e75734565e1b9f859d183c9ce","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.2_1634136723429_0.6126251207857092","host":"s3://npm-registry-packages"}},"5.15.3":{"name":"@google-cloud/storage","version":"5.15.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f97ff762c1985d78cc9bca3baaa4b3e413330ae8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.3.tgz","fileCount":26,"integrity":"sha512-a2Y+mvfbzznWorQiv6c+qdPDlBpe47tikV8tpQSnvYXz1Ed/rjin41k2nKUQUcAPGHtYeTzGfKnCNKC+lv8qRg==","signatures":[{"sig":"MEYCIQDMSm+99qyY9gyEvf7gUzWUFU29je5QzGmPjvM3J0ZHDgIhAJwZt+n5FenaMO2eunpun4duVS8J8qwSVh7D4JYW2qY3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":612952},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"25c67a1f7e875779cf043cc1cb3cc6ba8fe92a51","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.1","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^11.13.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.3_1634252468181_0.6384165373505086","host":"s3://npm-registry-packages"}},"5.15.4":{"name":"@google-cloud/storage","version":"5.15.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"fb184896fd4a6ca296e0c1c045c5c879c6052e7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.4.tgz","fileCount":26,"integrity":"sha512-bpA60qjO1OCXwIe06h9jMT3srNPmzazH1P0HV9tI/kItbXGW4vlgkzqoRJJBgP5zV1xJCyYv2MLwK0TN8wLJ7A==","signatures":[{"sig":"MEUCIQCkBeTHEMcOdslZJoFgJRocow0OMGasK8WeoG2ZCpo6VwIgDQqLBWlNVcYPXAIXJcxOLD8f9IjCXKMTYfF8F8gZiGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":617502},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"4acc10247ca8f4edc062525a1536461eca177661","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^2.2.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.2","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.4_1635782237565_0.35725607991090524","host":"s3://npm-registry-packages"}},"5.15.5":{"name":"@google-cloud/storage","version":"5.15.5","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.5","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"b2c564ba41b23d9c64d0bf7a815f20a0adf69b00","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.5.tgz","fileCount":26,"integrity":"sha512-UmTM32Cmoyk9c9u8fvKl8tA954GnM4eZpH9Ji0fyjMGBSwuOLR4SgU/E71hCFRcD6+12l5YTmbowIvb0k6uXEA==","signatures":[{"sig":"MEYCIQD4VWHtGSP87kYcx3OwAPgOD9o4WPSUrlJV7UYCEJxJ3QIhAPyluHSzKvq7Vn1naxOnWfX8Kvx8HUqmbLlYrOS5MuFn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":618143},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"ceb93a2ba43633e136fc2eb61e47dd4e5f244d9e","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.7.4","gcs-resumable-upload":"^3.3.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.1.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^11.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.2","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.5_1635972860193_0.31823854653747397","host":"s3://npm-registry-packages"}},"5.15.6":{"name":"@google-cloud/storage","version":"5.15.6","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.15.6","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"96c868def3f166ff0cf40e2f0f1a4bcae388b21f","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.15.6.tgz","fileCount":26,"integrity":"sha512-3SBDB6zjvsOuS4sx79QhU42c0TOFM1TalK9Rovcc6BtxGuf8zLzTgyLNkmofP1kjpIbdqLWmqmHdkjAUYZvkKg==","signatures":[{"sig":"MEUCIHa7rQWoKcozzpNj0uEoZXLNC/9rVMUhanSrF3k628XoAiEAgGq5ObD/vTxdtJwNdmc2zluxJW2EvBu/6VE/9HhxjHs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":619439},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"7d61bffd0d620785385cc2d80818c1090afb0bd0","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.8.1","gcs-resumable-upload":"^3.5.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.2","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.15.6_1636395671372_0.7627349484676424","host":"s3://npm-registry-packages"}},"5.16.0":{"name":"@google-cloud/storage","version":"5.16.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.16.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1c88d4a48afbadf750369723ca8db7eafa35ff3e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.16.0.tgz","fileCount":26,"integrity":"sha512-I/1lA78v9c5EbOM/KfcYsjzA7YlHQmhpzHYdKLKdYC8X5fFaQrw5nK+FU8GbEwdPxmREAF2qPbN7Ccq+A/ndWA==","signatures":[{"sig":"MEUCIQCr2Uox05JQ73f316TsXyCe0uqX5fOkPaES46kYaNJOsgIgCzncGe9U73I1/JYG3hOigZrzS2DFsAXHVS1lvL6IJa8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":620843},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"9018e17ad49e41cae3bc2d6a88e293f37e7097f7","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.14","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.4","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.8.1","gcs-resumable-upload":"^3.5.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.2","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.16.0_1636493009283_0.2141604299002886","host":"s3://npm-registry-packages"}},"5.16.1":{"name":"@google-cloud/storage","version":"5.16.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.16.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6a9a2c160282676d2725d3426e97417753426354","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.16.1.tgz","fileCount":26,"integrity":"sha512-C2li/2PUfLSGEetebLL70uQRwqm6PS+kBtFEjr5AnAn/Qv0UnD8V+rI9Y4RmwxWFvhlPAgg+ZRqa4bkK4eUxlA==","signatures":[{"sig":"MEUCIQDMLYLpFRle56V7ZLJm/jpv1GwsFxoGncz+0OspOXSRxwIgAeU4Nq3+Vq8MON2fFksAZ8VY9X1PIxN+3XI4XRcLfis=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":623093,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp7o2CRA9TVsSAnZWagAA8bEP/2XozDvJa52XFTZn4+k4\nf3K0pkALKHrUsfFK4aEzIEvgax9P8wA/VJyAV2AQqTrUmJDCf6Guyp9XI/rf\nJsnTqe0FQHIquWB7C9TOn2GLIdv8TzdadfL4GkywkM05HZ7gSVA+p+Dmkui2\n4NXy1sYy680NCRunzJWCL6INTJJGtMzc505QoNrQVhrpkHcY1hDNubgyUW1m\neo11dscFi7MBtpYxrHpW7UW2aKi21z34j5GqS8440dGjoUpkmkXRSljS4fRY\n3n49Hdtsv4pBUq1fo3D47jSdsNq2Xip7DpfhkJvuRsSwM8BRckN/LPSjm5HH\n97NLMM0XFSgNSwF0+EvQqyrvZ7b8Y87IeEHCE58kz9zSB2wCMLAoHvxafL+i\nUpAW8RF6GHSb77x8q+wR0gL1pk/7OH3dYRMGd//Qs1Wap7KD3txZ4nkVZrC/\nyp32U0Lpby6wabagpS4OL895Zi/LEJtb+tY9Wfwrja52Y1cAwahONE4lIiMl\nWkqfglBm3JBu7l3Fd55067AqaI6xh5z29/ycYSbpv9qMaFrCFDpcm60pLLgo\nDwP9Ju04poVqt+bqylkeGwQiAmb2FZnVuBrsGv4DXy05VvVG8mQyLgyvuWCO\nODM/DMvLT/GcuLcE7/Z5OWQ5vdj2fg4RmXmKxznNB8IJLzMGUQB9OL+HmdG7\nz78C\r\n=ZHVm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"09af838bc15b9b1a25269872512e2362103801b0","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.1","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.1","@google-cloud/common":"^3.8.1","gcs-resumable-upload":"^3.6.0","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","form-data":"^4.0.0","@types/tmp":"0.2.2","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.2","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.16.1_1638382134681_0.09095683613685157","host":"s3://npm-registry-packages"}},"5.17.0":{"name":"@google-cloud/storage","version":"5.17.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.17.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3433084a32aa5c7f9d2bc8a7de7c6d235188df1a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.17.0.tgz","fileCount":28,"integrity":"sha512-qM2+ysRL+SpBuDLYmGGBi4E961VUp0floYTFGCoTwhZsk//vEzVrGQZ2ZXeiNbijcVQNv9iAG2fVvmiBT3jo+Q==","signatures":[{"sig":"MEQCIFHCHAxY0f99mkvT/BgWJHZfmWgtjqxYWjlQeTk2Rrg0AiAw72Qw57YpzI/T99YYhIX9/7ZRAHNICSnfJMmcQTfZcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":668398,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3LSnCRA9TVsSAnZWagAAgKQQAJQXW7id7gleIwOw2iVw\nsZDppl2aF+T/Hrv9RGjtGzRXq739PwIjwjukHc/mQCnBRVONEA+f3itPcGQU\ndnlBYtrgqINHvInx+59sTshW67vyrQ0FR4tXVftkf0dmUBH3LY7dWLJ3Qu8i\nv5Q7yRDfKeu95fOKjvewX4XvEVdgGeLrqy/dX/5PoBL3XSZZHLEC84K5X4+/\ndO8vWAw62hL0SPXeVBWLq8e5a+YYgSvwEWv/3Htz07E2y8Isu+sD1gUIm97N\n86wf9znNGPXnyITHSQ68p+Skw+UngYmOvFXr0BbRUl25QBe5X3fA5hIpb6Nu\nnAjwHCGmVNzfJbw5KFV3aU00dr9PKN2UWybtHEB6Mcp6DE5G2kkrT5S5dz1O\nuYY8R02jKRHTmwO9qYj08YZsXWhgk4wHCH0Su06AylW6dCiktBi8yBDabUdZ\ng36VbUGd4qzc79UtHYDhqlK8HiajLhEZJDGFJrDRZ50tOFU74OHBJeD0cnFB\n26CQY8uuNhySNTZaUddjwqAY+Ro3KmXWV/bzdUUCXwKtH7xYGT9lsHeJjJze\n5GfiCsVCQZnvmG3AKumu0e3UPM+KkvPqAvPn59PqMUIFaCysQLmVxQlkP5A7\nA7KhDs1zRMKBPyjJVGK+iN9gDrKm9KVik7uF34diSkG3mBMVLajpHgs0rasR\n4NNU\r\n=C0bI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"6161c63b39679e9c94051ffe7955a61aea71458c","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.4","abort-controller":"^3.0.0","google-auth-library":"^7.0.0","@google-cloud/common":"^3.8.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.17.0_1641854119096_0.29069031256451683","host":"s3://npm-registry-packages"}},"5.18.0":{"name":"@google-cloud/storage","version":"5.18.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.18.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a8fcce68addd9f72d20f02326952d9c19887ef4d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.18.0.tgz","fileCount":28,"integrity":"sha512-T4Q4QS3RKU3os6UwcdJATb2gpLyGQUdQxdV8/wzuFpHlcC9YPhflOvVuvGvSlrbGSZXlznu6D2pN/rpMM9RX8A==","signatures":[{"sig":"MEYCIQC4aAaw5HTI7gfHXTaV7ZjYtBySGjW4EgN7KHZ78H3skAIhAMpHRR2iEf2d3kX7fLacrYETROcMBbBaVVmuXChdpwd0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":669146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh51dsCRA9TVsSAnZWagAAIhcP/i0bRKYd2gABawEUOE5i\nIy2paIe1eRmNFziVhIZF36r+MUzQscbCYyFVieFl6pPArndDuQZrGJWRWiDE\nG0JbJ35OqHyi8y1szbWWqLTCdvxmOirMcYyzPtFrC3K8xjpeVjmuhK0L6DnQ\nwV4T/1Y+fdDvA1uxFeNFM6SO2MHWH4+vKWDeGz/S2VM5CSuYDdgc1TheSzoY\nWE5prOD9zQ728kk3cJDZUQ7R3Vs8C+ZJ8qY7ASWVP6X16gk+KYkLMjAV1zMg\n0SFEVXa+p27NebFirD6kfk5zcqa2JTpr+Xnukfiqz9USHaIBv6g8aNy62/tn\nNnYHcru1uBMbdSDipkLWlWFVeTFgcP2PoCY3b7N49ZkG0kLrShE6Bax+YQzO\nYB6XHdVsH7nZ+I8maqZTYzTqC7eWn0D2BQAcNyWStZ0GlqcFAIE0eLD5RGl3\n2gETyCBKyBql4NTZ5JbgQHZ0UStfHtape62avUPHb4I6RImUyQNki9lYkhgs\n6uNIcAo2wJFGHfw5xTGouZHjOI1VIIVdhwS5x36f1BEvHDTq34FSRTXhVAOZ\nt4rKBtsl0Y3RzfF5SgjtTImPWEZ9a3e0BSX5nm0GBQcwEXUr+AMGzeV4i5Xi\nT/DzJIGD0587hN6Vhhp6DO/3da76R4EniwqFURojEt96pOfW4LOvqQB1P++F\nU/sf\r\n=FVj7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"7f8e133381038fdfce305738149534c8c405dddd","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.4","abort-controller":"^3.0.0","google-auth-library":"^7.0.0","@google-cloud/common":"^3.8.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.18.0_1642551148536_0.9213698630375478","host":"s3://npm-registry-packages"}},"5.18.1":{"name":"@google-cloud/storage","version":"5.18.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.18.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1bae7345b3ec2b38e874cdefc94e8b62130577ea","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.18.1.tgz","fileCount":28,"integrity":"sha512-EeVIarDb6u9vE5Se3YaXA8tuW8Ae2xmYLHy43doutTwzkXwizGXVS2Qmc2pouq9ln8qMD9A2f3arvhgAPtK9LQ==","signatures":[{"sig":"MEUCICyok20iThWbORZ2aXGR9GNO1Ad96/GlEzM/RMfGPwx9AiEAgR+SoWOsCzKD9r0am+ecvJiP0Y8EyJGimssfNDwTYW4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":669414,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8aY7CRA9TVsSAnZWagAAhh4P/3nmxVMcdJNKXExUBExn\nTB1Iua5xMu86Y3Jfw+l+i2jGOheliRsxSQfkNA63qIVLOj9AbBP8FgQe0L4Q\n4dSLi0rSg2B/NlMU1/Js1AFoWJproplti7yUxdNjPsOEuzpYfGVZX+7jbQqT\nRZf9g7BASTqQoZjq/yVGvtyUFz4fnKf7BrBJ+EFCHx3DCKxnY5b5PSqZuyu/\nlhBa2VOgwiVr3NGM5WAo0e7/7LgvCmh34azKRyL8dsdbT9nsAlpKS0b41lGw\nRC1Ff6o1+QoJUPFeRCU6u+KaghQUbuA3qRLHSgfFfI93TmXEJQIep6+trjwN\n1ESFXdsA449jONlh/4aD/8MB5i7Y89D1/IBJUMuCbTqTpJNJvVsN0mUMLIxA\nmObP7p7GEiPQNxTUtBw3c96ekSCMQ/XChh1DCp4B1LVrDdfebKujLZgMn8b5\nuR5nACJHQO9J3doIMiKDCQ5C4THiMXXuUrKGmTwfmObp/Ngq40024qOFAw48\n2MPKnO0vdXR0G9/VDo+fml+pjCiaBhfWQAk2llX4JEkNYRBJMYTy7rAWkGuO\nX4fZPcXljyL8yFhiPWfs4WEzTGDddwm/2MQxkXircVwETqRmpEk3S7IchWTd\nlnKLkqgjWFjXwoisbQCk8Salpw1sqVr/tGW51JBDhYaHI2hAbKWQyaQEWkbN\nCUEZ\r\n=rOBp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"f5fab17baa7767d6dcd9da6768cd6cc6ef87a739","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha build/conformance-test","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.4","abort-controller":"^3.0.0","google-auth-library":"^7.0.0","@google-cloud/common":"^3.8.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.0","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.0.0","sinon":"^12.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^1.6.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.18.1_1643226683056_0.42596900261782356","host":"s3://npm-registry-packages"}},"5.18.2":{"name":"@google-cloud/storage","version":"5.18.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.18.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"0ded98a69323d253e6dd986650edc89b5c504bf9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.18.2.tgz","fileCount":28,"integrity":"sha512-hL/6epBF2uPt7YtJoOKI6mVxe6RsKBs7S8o2grE0bFGdQKSOngVHBcstH8jDw7aN2rXGouA2TfVTxH+VapY5cg==","signatures":[{"sig":"MEUCIQCBlbTgCfys9aREgc/9wS7m2+/8w+0w0tx1s39mjW4WFgIgERieyCuVQ82vkcVx1i5YmwiKrWJpKOsG2XRRSxsHijE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":669009,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDSxtCRA9TVsSAnZWagAAUpsP+wXm7Di3S/vZXx2YiADR\n2e5me61tAkxGH8EswcSLT6RmBbzr1e26BmLMEgBsYhaxcdOv6rjRWZ5ABLMh\n4U66brU/LVmPPTyHIRA29prhaWRLBV4K4NBz4CX0OFX9cK41msbDCykRhxW4\n9MkA0KyaILAOgTkNZOIHsgj8LZxeO4ypACVadSloe3suN0ywkInxxhgjiEX0\ndMWEJzvwes/OSNUxDMzBUPDVtlYGRsx975nmRAP0+GUWha1TdQamcD+TjBjt\ntuiaFeTXlyimslzi1gksHW+yDs5jOtuXMkWZiW7zCT0uPZDW9hvSP6arh2nE\ncsRU7JLHrSjtI/emrYEo15ZQKrbRecaaKxdch8Qg3SA557lcFCVlygK0ijaH\nolZg1IMa+hlrMLRxR51U6WOAd+yGN1RA1AUxpWhKCeBcikhjlg+RyxMcNZP8\nNZ6AOzVmRXykU9+eP85D9cTKTooDkqL6hPI7J2eu0y4Qxn1n01Q3MHIPW0aM\nliXUSlnpVkuV4BdhITpENlh5Csu2oYydyixLD7bXXcNSbaULgN+0qN3R26HC\n+4xtn+Y08MLZDdL/NyK8prnf9BTcgemg9hyaHMNIpG2qh7wnqORRcvCYU7Pn\nn5PaZ2dRpoLgas5JNzcrpOZudswUAbpprmNmfn7XZoqE9lPi9LLi5juJjWG6\nQaOy\r\n=V5b5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"0682b9383390ca03c7077c4a7fa3a1f54021bfa2","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.4","abort-controller":"^3.0.0","google-auth-library":"^7.0.0","@google-cloud/common":"^3.8.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"^3.8.3","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.18.2_1645030509386_0.17932569100294904","host":"s3://npm-registry-packages"}},"5.18.3":{"name":"@google-cloud/storage","version":"5.18.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.18.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"becacb909b2abf4bb54500a0efd65ceb51ef8eab","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.18.3.tgz","fileCount":28,"integrity":"sha512-573qJ0ECoy3nkY5YaMWcVf4/46n/zdvfNgAyjaLQywl/eL38uxDhs7YVJd3pcgslaMUwKKsd/eD3St+Pq2iPew==","signatures":[{"sig":"MEUCICIG4ojvJNkQJBh8bFIaaXfqSmN2UNR8Vu1IId7G4EcEAiEAu75Zk7dJTI3jvxpum7G6sML4inzVbczOIWNjhs8OH+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":678622,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQeVJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpDMg/6A9vIF/MdpzCQU4T/qoFI9Iekx9duxYAJ3G88v+W4EpfQLUyU\r\nkp9rPxZyDPyQIsGtJhRgAyA2HKMqo3D9bMPqFdmS9OLaPGTWsEqRg7SizSCz\r\nW6Gt8OwPi+KjVO353wb1RSSNLP737nrd4YwrYiBHqz1M1waaILHkSMkO/wfy\r\n4G82SkCYqAdik5hh1kuFLgTIVnRIf4xJuaHL9eas4Oq9zDT7PTVM148mxas3\r\nKC6kVivsFYoFM29KzTv/a2tYU+L09NQtv43b89g+K91OCd5CeCA1P502U9Bu\r\nJXF+J0w2WNDwyrcyW9+Eh186ymIEx1pUQeaTWjkG6P6UnPdDD0dEl7NDZ+VN\r\n+OWP37ybYgamJAqz0/0IWa5FWd33Wynfqk1RKGjbWtkZaxC4ghSzDZDMy5Ys\r\nIDR2tX9LKizLM6KiVVuioWMs4gjrZk0IuJ2dbVdXrnUCL4AryvpavFn+U38X\r\nUDac/TqsNggKuAJDE2KDN5zoA6hspQEhp711LaqMcT4/NK2z7wXjV2IsMXuL\r\nmKmLVt0/hl+FAclqejr801pVHKTRSFp0wV6LmTj/5XGyGwEmkuwmf0zOhxwp\r\n6jDXv3Ss0ULdkHSHok6/oaHd7J1bJPy5h8mhgwga0XVNHqTxn9juAD0QNagy\r\nvibhj08/vTGy/nG6BBd/QpeJrVIoJ9M3fbM=\r\n=SVg5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"3fd84881fc48db0d9a0fed881ddfdfbab129c396","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","stream-events":"^1.0.4","abort-controller":"^3.0.0","google-auth-library":"^7.0.0","@google-cloud/common":"^3.8.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/concat-stream":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.18.3_1648485705416_0.45197824025445055","host":"s3://npm-registry-packages"}},"5.19.0":{"name":"@google-cloud/storage","version":"5.19.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.19.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"ce4fc9487bb27d62a6813be1d17a0aa5dcebefb7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.19.0.tgz","fileCount":38,"integrity":"sha512-4gxY7XrCP64UMa7O4rxUR0QXYd4I/IxoAVCDSWcIKx+yuKM8QoiyONqoARiOEIw9tlhkyjnKBdI/IeX23FTaGw==","signatures":[{"sig":"MEQCIFQcWXgJh/mka/qYlZYW1aWTIp+It1oful0MUy78edW1AiACVdZO+yLjpMz7fcSAuyvxRRvwUdxxh+v6OFnzahDkOA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758908,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTeRZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpb6A/7BKwCgeSXmRc7LwxBHRzz91Nv6ePALugFQTmwXYieFJjWgoxH\r\nBcauS2PAya5LXfCsYsSQ9pktZa5K5QDbVRFOtsY1u4Clvfbheowbq7KJaCxq\r\n7dilXGfo6rIWejRBiCM4BVMeVIckiMstKIrHXgZxqoz5rd77xKcM0xeqanaT\r\nuUDx17f3RUbhsnGy3zJ9qLpoXS7yNbfABx0D+8HtpV/tHI8gf0Tf9uA+JYYe\r\nojVAn06jFZ43v7XblNQmjn05ga4PxJqcc/F6ojfVYL47Bjui4fnUotfAGCwM\r\nDxGvFpmVF/q0fyViPTou6ru8Pef/2C5W0W7czYzxnohSnbl4xoxglQZZs1KC\r\ndDZIYzwJKd5gWsWpiyKGKw5J1Qc4oP/oWdIjAd7Zx/QvgUm7z0Ze5SNwLU8G\r\nkiBXuj+zzs6wZXdd/NthcCB8YSLUniz0tM5nuW3TioVGWG8nHwqKaB1qx5y+\r\nXgRbVRk9H9nb37rSP5bOggtEWDD8iMflWktQow2efu4V1Z24alE5Bd7wDMGz\r\n6ITEKDPwu36+DsX6kozoJa6J/viSFaTRX6Gbbzm3wG4Fy5BUgUZMMXOPVZAY\r\npaTyf62PDBm0OS3ofn7kkQwTRtM/v7MQFXrEH8Bwib/1LSc6PkIDhvSG6Rk0\r\nFKECVyQ0Ls9OQAoTkESpJVk4ymxk4uQFDDo=\r\n=GPyh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"66d5b570cfaf612af62629e1110a45a164238d9f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.19.0_1649271897104_0.7861656011318394","host":"s3://npm-registry-packages"}},"5.19.1":{"name":"@google-cloud/storage","version":"5.19.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.19.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7252c4eb65e6014bf525a76f3af0774caa3a946d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.19.1.tgz","fileCount":38,"integrity":"sha512-bRTf/AD00+lPTamJdpihXC3AFtAnJFWNh/zQAor972VpuATF7u4V1anwWp0V6rKuKE3BwNM+xWxuuW/nAwEgTA==","signatures":[{"sig":"MEQCIAc9lizQa4lEuVtDBF5vj3PXNOltFSX3sbuoJdhLb4zlAiA2vN/1ifGboFrV5mdNBGvcPXcAakshopJ/OfGbma+r9A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":759313,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVC/UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp2Zg//a1YaJEdIam9TX0QMRrhvCqjJ5OTsckicCuFERlYa2uCn+68H\r\nnxi+/f1zvMtfAmDsjRejpWZtYhoieLjL7MHb1LyIv312oZwBB72WvyyQNEns\r\nDWTvOYjroEmythOU3Beeznp5jbWb5lC9GYh19cOIxuvXt6QrKfrdupWkRq1m\r\n8jzf/37FPq89QbZFcIw/1ToXVWAQEr/5kgHIld1x+tHaNX4nP0qRtehHkLJP\r\noXzgeuST5GXnrdw+rK6KZ/pDHP6CCSitNNrL0LNyYX1dHJac4jGo/zyyKzBL\r\nog8FlgIcWmXM2ozi7rfnfAr8VhYbo4Q6b4C3YAvzMeeRfhgKTseV/nZscSoT\r\nFOpW2+7mIZlw7nQ8Uw+OB7BqvYHDaxGN8kG3gKJXHtBP3SaNOTM/2UZ2YqmR\r\nUZzDogwD4efo2LcPffYblgtxiYVGdqdxahkBAwaoOshcxjjbN/DqdbJwYGAJ\r\ny9QlbdanO+cnSpYx3MvnvnAyoyqkUigBa5igbjgjB9BRnVj2WPB5oXTmycDM\r\nhlA1An/iX7ofM7zw7z7sl2LG8cjJU4UDB2d+HtpKEYYyUc46uCbFQh14utYF\r\n1OMEsSzDhFjb7TS0Gf6ItQeBBWeAFQ7siJMGLnLNGvWUqaKlMlOoKpBM8xKK\r\n5ysWkuPcEcZbYwsr1In78RzQK14Fu6LSPQQ=\r\n=8Mhp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"9f4b35985011e7a3ded7d552c1ae6b4b5ef86403","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.2.0","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.19.1_1649684436218_0.13269880871788353","host":"s3://npm-registry-packages"}},"5.19.2":{"name":"@google-cloud/storage","version":"5.19.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.19.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d65ecba0165ee3beca096b24a6058f41fee71e35","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.19.2.tgz","fileCount":38,"integrity":"sha512-0saiMeQkDALf9pvDD1rDZGV5aktUbnIWjm9jYiFKlxiMROJhODzaaltvyKg5oY6ujHv7Fzc5pzQVFo3R8vENpw==","signatures":[{"sig":"MEUCIQDk1AMXryb11xUGqOTaLMJ0ioUtXPwePt95O0cIBZ5FsQIgGr5/ycDP42miPwJeghxli+wGmYRePqsZzzUDSb3OsgU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":759785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWGYQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5YxAAlME9NUEgSZeD/8DhCHMB8CEfF3C0/poJK7iqoXV1GLwkEGla\r\n+l+k3im5SvuRTSdZZFaZLBPaC5AOkNlgUkf/8QtG3C+c1eBJ0uv6Q4XiEram\r\nuqMfUiZ9M+mvsWoUfwaqJ+kWgRKbXFahgVi2uhGvT1RsENTmdd3GVFY+ahau\r\njHIRbfyJ0PsckOS66U8nk7E6If+TPVjrq72HPdxKI9TCwJO4/MT/Ohj81OHS\r\nbKTraryMt/IjUSqAJPDB40P/5UJ7RFnbtb5q9vQ1BoQ0q5keKOdqjF6j3yxb\r\n7GRl837ReunJKLMZF8fgPRFOpsVTdbldxJ/XTNPa7ijiEXp15rfZbPZoL3B2\r\nRKcucdb4ky3BZMRdJBTTUunN65nYh3C/CTWQlimHD5a+yU6LGrG+34QxZfsv\r\nK8DdcIEWdcnf995DG3eT6Eev5+8aNXEQTj2IVH/yKpQPuxB6qzGArb3BuOGF\r\n4fgxp3kpxB74ffkSVLNQQC3HokWJW5+YDi0OskotWII+XeYQHm6zBbU5+/HH\r\nrrUdNGlHt80vT2oROYheTqMqLTk/qi2MyO4z2Dwu/MiKIho7Wh2V/GjZn8ir\r\ndFrnelaFxx5oKgICxqRatnsoQPJQOe60TVkTBEk/E8yLFuXgk8EDFawav6ZI\r\nJM1fwRh6DecCwRZatFPpQlK42Kiyp0wuZC4=\r\n=wnvx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"523c169ea2023259af61f0e844c24c29ea34b10b","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.19.2_1649960464588_0.567957747284835","host":"s3://npm-registry-packages"}},"5.19.3":{"name":"@google-cloud/storage","version":"5.19.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.19.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"0624f57a7ed5a4e3e0e23d5aaab849cb015f903a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.19.3.tgz","fileCount":38,"integrity":"sha512-l+8X0BoA7rg9jyZaS4p2DwMg1Ivju+VAL6PeQZE1u2q52LQ0KemrZmdQWhtrplHYo8UdYtqpbj4A6Fc5fKDZdg==","signatures":[{"sig":"MEUCIDEXzf7VkPYiw1KJHidVJCqqjUNt3jI4MPbG70O5ijmjAiEA3UHfW/zHT4UYJOoHMxyZJ7HZWNlCBuKunFEVz3I/QAs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":760318,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYCYoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolRA//QDLWGRZwNmVOIBOOkb7WDdolIKp8gWj10tdrmV976W35gpOs\r\nKhIKp97E1qLZyUIIgwEo/dEUAuTlSIYJPDMMUJ7voej+nRiVVva8cWc4sFtm\r\nx9gciellHWtpQPRwR2MYcDHQTlaCxoTOVjNyqh523zfjgz8f3K3XXKEsu5Kf\r\n4Qqm5kv/MrQG07XDPIA7auM0EKMGvWehpEnHB8ylQcdw+9MarY3EY7kz7RCB\r\nbc8ancTrNOgmCUahTw6Z3/BJNIGNHijHsE3d4H/d1sL4JS5EnZrujBrz7+vK\r\nNnhEUgBQ45P0zEAKn699nUYJVHm00vy+H2pcrdaTgD+elwrhVcdYgkAr2NR+\r\neuwXgGrdilE900wbOd3rzMj+oe5V+d7HJ/GRTxozl8kTTRYoweXrZqwDNqcq\r\nAKf2sR2C6Lkxu+3TpwA3lH3flX2SphpnyT5JP8a9TKmn7amw98+O/mTDXZ+N\r\nftXIqnAtbZluyUNb9iJJJuHm18iqwZ+5u+yxuQcqqS41QaSRWntQFq8WebBT\r\nNLaVkwUpIDmkiE6q9VsYtHvKUyuiVVBL1s/BphpxKPh0s0xxmvyA1iPeq2K8\r\norU5MUxivNUH8tuRdw9+dO+lHaZUMtvzmDJzfrQWJaMS1immZ/+pWtAz7Aw3\r\nhMD0DPFsd0NbpvCEULHa6TimV/WBMa9SMxg=\r\n=UyXH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"7e2d986c793c5805cd4749600f87db224444dc73","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.19.3_1650468391725_0.8295463099182918","host":"s3://npm-registry-packages"}},"5.19.4":{"name":"@google-cloud/storage","version":"5.19.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.19.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d3377f03b575c66f61e2782ffd0f65419a30ebe0","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.19.4.tgz","fileCount":38,"integrity":"sha512-Jz7ugcPHhsEmMVvIxM9uoBsdEbKIYwDkh3u07tifsIymEWs47F4/D6+/Tv/W7kLhznqjyOjVJ/0frtBeIC0lJA==","signatures":[{"sig":"MEQCIHddJJOybk2WzkZkHNpn80lJHKjrB0au5ifP6wfnQEs9AiA833MdWjl8udgdXjNWt3rQG9e1RuCj0eP1PZIWwuaboQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":760638,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiatHbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhAg//Qknl8WlFDJ1Jrclp4a18wWi38TxKQslof1T+W6AW0JEytCGc\r\ngQKO9Im64JAyHpVgYPNHLUv3pNJYOqxXjLj5dHemcFVD3t+QB8VyMeM4/y75\r\nVy48yc3NjIepUhqzAqf0UQLuzO/Tttii8/cqrUE60hPpLjAm+KhzcwopDCih\r\n5C1Dcrvm6uo6OKZTKVLWexI1/Kt/lmsj2xM5ptkTM30m0xVVZe6nClMlhDIH\r\na8oN95M9QE5i2fXHyJaBk0sQ9vRRGmnVu1ENKmy9Z94P5jlOvRroJYnJwhKb\r\n7nzh3+By8yk3ODCPR0yAVlqe2YRWPrnZ0iLcDGmFcAW59EpA+8bAXk9XCWGY\r\naWy6wNOOr6V9qZx8nL9tIpC629Ov6fT8RNoKktwRYdXXZcAH62hk/zun1480\r\nnfmon+BNL6MYTH6A88kCdomZnxXeQ9LnO1gIjENGql2xEt4XUQkmMx2eVbZW\r\n/+XH4Dx9qXNdIFzoGdQ7Z2W01kJiPS4MfG+KcJdnRO5sd6ddVaYHVwMvr22x\r\nwuN1U25yYumw5rsBEaKemr+RgmO+tToS970+17f8QSacZDgyq2W6I/PPzfnO\r\n5LXHEMi7tbRdbWLYP0+sRelxxMJrYrBgnK1nCMrR4huJECApGTynO3mPf2WQ\r\nVEP0PJBhbV44fgBjUUaC8+0fvYn3rPBdobo=\r\n=dHK5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"d10eb9679e29ef23d5703c79ba849574703ee7e5","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","snakeize":"^0.1.0","duplexify":"^4.0.0","get-stream":"^6.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^13.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.19.4_1651167707669_0.6327501813521861","host":"s3://npm-registry-packages"}},"5.20.0":{"name":"@google-cloud/storage","version":"5.20.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d6a1dca9c7b92fdab5a27f5363fbcb87cef9edbb","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.0.tgz","fileCount":5,"integrity":"sha512-LiJ9/DZqcE2WlmTlD2dRFBylcvW3DxopVGsO0YnlnKxMJMQeZpyI+oMMta3v4s0qh8XxFwAequ2l+xbDlg4Gdw==","signatures":[{"sig":"MEYCIQC3jJBqzYNlNwLpB1M1aCANQk0uqk8fYM9D1V9vxUn6wAIhAPzANF2TeKDVI17JSoPd2y/zuBtm/sua/t5sMaAgZ4Mz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":141245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigqgQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLjQ/9ENtLhCdUy+qIJu6DGBRFokLyv4rmf89ULjjdrtPUfKWkGcDe\r\nWmYPM396ydaML1BCQD4M5cOEJtE6XRfKgCentBWDN51GrVro7rjF8+uLOJoH\r\nvkt7WPFS4Mp9p18HJZcy5jaEJ01/gxlon37DhP6e0bvDqrGmeNdkaVzJXQC0\r\ns0onLU43K3jm785J+ikfoc5oDNahEiSrbUl1Coke+ExyjpCQzSRhdYuRIs7+\r\n/+PFVKdzRuJvexgsgssnNQnKD7lWn8UXWT7m0phMUtljYlZsAMsJ0bulPZE8\r\nkFWrlaQO/0uAJqCqF77wp4Oln640WQoTPG6wZAyGgjSmcc+hjnPCK9Apnu5I\r\nXnVjZOdihLjduqJTuJkf5VBgSSOWL95IkA/oHoXFmeXf4csfvUl5AOQTyJvQ\r\n4MwDwdm1R8xxbMiE4NBV1TOEfYZHUGq+209ME5iqHmU45f/cGj98XmI/S+KZ\r\nXnhBbXcRgHzyPuWQ3XeqER6GAI7QjrWwwDW2H4N+5glYi0EtSi/QhQGMaBi4\r\nezxXT9JURNGx3C41RKnEolzp7vDVUGJOTPAD9NPXp9/Jmn8KQi22JtHQOUMQ\r\nGnnbvDR2WcKf+k6gZxe7gE4Hzhh8peb58z8gHGluTh4xwZfDoOjhXtGNrzn6\r\nATc6Z4UILmtHgrZUjzUqUM5GSb8EyZ3R4B8=\r\n=WSw2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","mocha":{"require":"ts-node/register","extension":"ts"},"types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"d38dc73d31597cf1d750da1d463e21f05795a553","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","conformance-test":"mocha --parallel --require ts-node/register --require conformance-test/globalHooks.ts conformance-test/"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","ts-node":"^10.7.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.0_1652729872128_0.012381272960093392","host":"s3://npm-registry-packages"}},"5.20.1":{"name":"@google-cloud/storage","version":"5.20.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"cb8d00bc70df0745ba2914cac41a6f5f74aa7db7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.1.tgz","fileCount":36,"integrity":"sha512-ft8emFNudZirOvHAlmbreC0tkAD4xhbN3KeEOGASc0JL6r22moD6NiUEDJaJiQIKfgz7vUN5R7K3TV0GAw27Lw==","signatures":[{"sig":"MEUCIQCoFdORcx3DPw99QMpcJAjrG5Gu7QSHmYayWABjknDhFwIgaYovk+O+83rZ6k9NchUYb1KktUx6nrCHlCw2TO2nzdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":757756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigr08ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpa6A//dw0QLhrA0JACnEOtFDum0KzCak5xcbYep4blbUFBU2kxH8mX\r\nXH6KsH81KXX6scEHL7zlFAQW+Fuxre9iUzqG1Pv4N9bhW3cVfmhvTPkwpFAP\r\nxNp/Q/GcJKudDA5hoCsppOFwjUppe8ZCv2mofPklS2vWvNpfViZKDup1jhQr\r\nW7KFdsuCN1O4/ofmz06Y0jg/v2cIvebRJyE/a/fRFF42FWmC+F7oRnP67OVg\r\nv6g4k3yvJPChjb5/C5MhQ+Iq108KHA1amjWFrC0RmWfibnpGJ54GP4LM8mRk\r\n+avHzwMMy3nsJBOqctR55placgMBxYPNnDyt4y88VxGwQctpZ/QjOSQnAu7d\r\nO/nWw/AHRGifyNySTFHtFJBAwznIhw+sUgnS8SpnTh0purH08IqfCAIV0RAF\r\nyMvKXdnW1j7uAJOD9dxd7BkcL1iqbJwPUNeTEplzmRSissDjaJ/fFk71xZH3\r\nKi+utgl46e9WASOFHFyB5h/biyXR9SQXjb3PDu4NwBYx0iKdLC0EDzUBRYyP\r\nS0KWT9i+9M+7A4QhT3G/Ns1y/6o6kt83SxnO4x/eTpb0Zh/t0z3pnfqHGT6L\r\nAylH/+/NpJMYIwXzKmSYl5HSvCj8WuqBGaZL9v/f/EKWNbuD+EY+0rJ0ZgVG\r\nKx3SPbIoiUnpXm8cfJrtvhmibytRUcqbo1A=\r\n=A167\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","mocha":{"require":"ts-node/register","extension":"ts"},"types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"129ff51d8f9f3dd62571893e080c07b530587bf3","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","conformance-test":"mocha --parallel --require ts-node/register --require conformance-test/globalHooks.ts conformance-test/"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","ts-node":"^10.7.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.1_1652735292328_0.33849999617853066","host":"s3://npm-registry-packages"}},"5.20.2":{"name":"@google-cloud/storage","version":"5.20.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1766f42e3ce2e971dd5ee5a3c8c41c55d2521bb9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.2.tgz","fileCount":36,"integrity":"sha512-DoCp2iE/fkbUFQiPhm5OtqnvK7NzsC0B4t3W0r+URLdGjRB4WEi/uxsmAIP80XxxI3ZxXSSotUVyioLMK7+o4A==","signatures":[{"sig":"MEQCIGIHOw+ijIWeOJgq1ClyKNoo5rFiI6BKjUv2Uzs+drY1AiAj1Kku/akCqKA0I+Fq3/23Mrz3xPIo92VvGDmTxhK0Lg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig6pUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpWOA/+Nj8gYjrf4kbKORoxFpaTxcFc2pVcUue4uq8Q9SDvB0jmhddN\r\n6Va5HsrlG3WeoOsGmzhBdWTsdUTVUCPOswyDUrhu1FHoD6dVelB/Z3W1dE3q\r\n4u4w8K673mGaReoNMcwlNuR+VwoYbJTHUlsYKhVtloqlgyR07t9dhKtlw+8c\r\n9+csjZHnhwTi6zuqWp+WAFx24pTE2DDfBZY0TFFzD5guBYAjZiCQ2M/UfOnB\r\nnMX3yyFhQiczjQ4rA4RyG46h0yFWZn+raA7CNiuh/BUH2IZScnJ+LMvvbjcu\r\nhTirYdGL+QB5HBojJ3pBh9ouSSnXSqBYwlLcRnzVGSz3x9HLR9PmDSvV+6FT\r\nyt5e6o/4ahO2yP+WJ9xuwTGuzGSOXvxPK+p4jamgcy+MGqJs21QBmyKHStBb\r\nGWE/GIBJNo1TqtqRFELdLTcr+E9OPYyXR1Ab2nyx+PY+zNeocFJuDwXljLkj\r\nDl9CKnjCcXlLBI2I13cjWSAdRDTqeucr4RCIIUpYzqeH3EyxR6A6cWujGK7u\r\nTdFW8egl7mh/NjJiCdCazlNcnHymeg26T+0JlOQfLIqKhFDsH+EfFoyYT87T\r\nIS1HjFg/jj/iQ3LAXaEvO5tcwvxTyQrn1/AaMISu9V1V5x9zZrWWx6RvJHOZ\r\n8/UgxOtzAm8CurzFCExvWMY61zdDGO30Woo=\r\n=dORc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","mocha":{"require":"ts-node/register","extension":"ts"},"types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"86c37c53f9b500c2cf4f4b717d9bdef4c3d6bb09","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","conformance-test":"mocha --parallel --require ts-node/register --require conformance-test/globalHooks.ts conformance-test/"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","ts-node":"^10.7.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.2_1652795988570_0.2816665218612622","host":"s3://npm-registry-packages"}},"5.20.3":{"name":"@google-cloud/storage","version":"5.20.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"10e3b75bdfba5dd9b77b26b6bb6d2e2bf545dc2a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.3.tgz","fileCount":36,"integrity":"sha512-nVrEB4nhJV8ZgTAaJ21pibcMa+kFS/s0JolVZnV/EDveZeGPv7SC09A8C232U1+bsuZI0v/wGwHY+E73vJa8BQ==","signatures":[{"sig":"MEUCIQC5GzDQDLgWgl8lxKZytHy0a7FZFOBSriWsxQnd4Uj9ugIgCnRaJm+If3po5bnurS8EPnkHM1eG8YGMEGqxsYjVHY8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758745,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJig/S3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqEw/+OrTolEW0nAhYgcVlZgWCHjRLH/bJQe4gl5080qTAO0cJ+NIb\r\noamjod4/CTZ3icHcnAGlicFz2wmJ2cuqonRvZpRN+3uB+la5HP7hgoJE5mpR\r\nNchGNtx9lvrKn+9SAgMZzsE2M53xHuWDVERrTzIkKw/IyiDDwNbDvwb5ZxxL\r\ncJJXIX4qcv85EndgQw/7ybOj7kxyNI3KiyD5dXY7DauOG71VMWtyKCTop6Ja\r\nVnzpU6hS5VcwnAL5SZoV03XS7EVIHllUFFNIc63vxAsrlumGNS7NvH6l+aAp\r\nNxE/I5qfSvZCemyx21GpkrcwE7arlVB02ruJIuFoNdzzgdiqUgVVy6vjEk2f\r\nVDO62Q/rkqNHu+wAeivA7vo08siHU2W6u50xzUJH4QR7bh0S55YiNiKS5Jmi\r\n2xEYV+CgB2NotxhR95tghObDulKNH+6ozPNvoBhTIh844NEjnsL5tFkosjhb\r\nsMIBdKlIK5TU29ulV64rujt6Ecgic6oOqIrX+t752EkeyyTctrTvPO5x21dP\r\nj4C3USQWsLTBPY/9PXh7WSSCl9Ldgmf9W+3FfZmLA0eKCneFtMiULm+6lXwZ\r\njtXEJbbmxiiFPycObuKXgamA133nobcrj0oP6MOFmD1190vArf1DQH0JkgvL\r\nJebLlucZADj/hGDKDDqPtkBFIEWkR0V+kD4=\r\n=Kl/K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","mocha":{"require":"ts-node/register","extension":"ts"},"types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"7ea4ec6ea42abcabff130fb114b54327fdc4e505","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","conformance-test":"mocha --parallel --require ts-node/register --require conformance-test/globalHooks.ts conformance-test/"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","ts-node":"^10.7.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.3_1652815031734_0.282835555165204","host":"s3://npm-registry-packages"}},"5.20.4":{"name":"@google-cloud/storage","version":"5.20.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9f5eaab85bbbc8656e660cc4fb2056443a71dcc9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.4.tgz","fileCount":36,"integrity":"sha512-FAquqI1imd6Nq1ifdismGenYzC65DENEzIFAq4uwZMulxh32RvdzWdzx28fKzUDsoAkEfBpXJuptC31hLaHZYg==","signatures":[{"sig":"MEQCIA0DSrUUveJ30ELdPSFxXTHP1EbFPqiaqVqTa0wMOB2wAiBhR76zCqwFaX3ZYk6Gb6bi6g4wK2fjcAqUrlt9JQlY5Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758518,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihWnXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4Ww//Sl4msEsxhWv+Q3sm4MhucUe1kfJd7iC5RPZbC9E+rdM/YSTm\r\n23hSYpRLkjJKc1SdYhY0Z/H3IozNE6f7ObRh/mWK0yBWG9y11p95QGoF+rVl\r\njNR15GoTTHsRlxv3g3BLvDrrjk0izXm7PILxSn5zlG4Ph3156GEEnL5483Qz\r\nc6a6v5nJVM+OrjMZ1RFREKXFfQORCiI7RsNOGmcVLp5X5etx84vOOG8rB9GQ\r\nurIzn9iKCgbi7qgxng/Y+cqT3Y+BPR1kwRIfXi6PDFquxNH/0Vd+BD5M3bWl\r\naH0p/1VrlMTgF+UxmPaKMVQSqsggSyhYCONjYCoP9OUWLWNc9gfUVMQnIxRX\r\nH/nHsvqltqLQ/J6kPatOqzLOtHornZrdh4WzpEUeUflg5tuBg102w5BNtEHJ\r\n0MiDSehKKOEPzjs89bHTfKT057pU9+9em7OSqrMXkMpKZSHUHxKi7CkbYFGz\r\neq1kz03i+2Nofcb5FcB0zn2JlVkgcOsVGFqtTyhkO8qagWvzMbnyvG02bszH\r\nvcUPxW744a4oWRcRhdCM505hZW74UgYRjyDbeO6NTS0swaR2zXVnZI+M7YYi\r\nPrH6xxMoP1SIOFwIU5+MK3QjIddgUq27XFHLb4+l9iWrUqu2xhy77LqMN8cT\r\n1IBf7CaTI3BS/Q26UTVFmhYTb1zWEEyrpMg=\r\n=gX0A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"ad8440b68664865f90c52cabdf8e26fd316810d8","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","uuid":"^8.0.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.4_1652910551630_0.5811551447447854","host":"s3://npm-registry-packages"}},"5.20.5":{"name":"@google-cloud/storage","version":"5.20.5","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@5.20.5","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1de71fc88d37934a886bc815722c134b162d335d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-5.20.5.tgz","fileCount":36,"integrity":"sha512-lOs/dCyveVF8TkVFnFSF7IGd0CJrTm91qiK6JLu+Z8qiT+7Ag0RyVhxZIWkhiACqwABo7kSHDm8FdH8p2wxSSw==","signatures":[{"sig":"MEQCIAPjgtHch/AVAsPyDyVtOdLBh04FkqBkdRv5cdjj3sA8AiBo4FuL94RGP1xwPziyWvTpBdbuAILG0s4GCLJhAL/L0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":758855,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihmErACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr25A//bBBf/4X/5tSKJjEvvn1qF7f5p/9PCna2ywNQLy3Gr39EI0gX\r\nSm6QUu89SdMPJ0Ts4GK8BCI/bLxpg6Qeusa6G6UK5eGbo9zfISJj6wknbMI3\r\nTsuFDLYlumjLns4GwVIplzC3h936y1NzGrPzJiBtgi8GY7B07ZMArZacDv7e\r\nf38jlmioKZwcfbys716Wm7map8NzBJPudxwhzZiSO2TeZnazH2pDjoKATzQi\r\nfLeASu2pwVfrF49an7B+AhhrloE/nCQfXFVEFr/8LAxWRaQymfMDUV0QL1r5\r\n2aVSKqIWyusYJgRKuygzhIgb8u6M1TBZ2vA9fzp0F3l8bsvHluRFDba3aWVJ\r\n390t/4QJ/bV/kegCNVZiuZl8V/icsD6g6ruTu7rrVXYwSa2dMPjpAfO0IgJH\r\nqxxqjEhHr21I/hH2MkcLmy+L2LyA42aU5lK3Lc+smcTAhGEV3TU81r+UkV0W\r\n+qMgLh/Aj9PhZ+v9Wf1rxDd4VjMVUUoEGc9riS0AlfbxXGQzkYI8YdxD08Ph\r\n9jGwwyu/pSVeXz1MGRuX5nKkwfKXSyvncKK5iR+YN0sfuAMi0Z6Ohf8Oef00\r\nbGL+Q8ruYi7HdMF1nPQTnQt+RaGfwnrkzH58XaOwdCKSJXjTJPVFT15nSGK8\r\nQmCbVTkHAGLtYKQzC0sON6vZTJyK8ddXy0s=\r\n=NFWA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=10"},"gitHead":"a9c4c182827e221ad7324d0664e2a3c2fa72c41c","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^4.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","configstore":"^5.0.0","xdg-basedir":"^4.0.0","compressible":"^2.0.12","retry-request":"^4.2.2","stream-events":"^1.0.4","teeny-request":"^7.1.3","abort-controller":"^3.0.0","google-auth-library":"^7.14.1","hash-stream-validation":"^0.2.2","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^2.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^8.4.0","sinon":"^14.0.0","yargs":"^16.0.0","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"~3.9.10","@types/mime":"^2.0.0","@types/node":"^16.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^8.0.0","@types/sinon":"^10.0.0","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/configstore":"^5.0.0","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_5.20.5_1652973866838_0.8629741633281811","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"@google-cloud/storage","version":"6.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"4c8b5535d6dba12c3a3cfaf51ec975f64beb228a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.0.0.tgz","fileCount":40,"integrity":"sha512-U0d3WFGCGytk2Xh6BVzPqe35dTHwLowlME9n03NHiXCbseKhJFbiTQxUjHNmzvtx4apEQP4GGk+S9uerbztH8g==","signatures":[{"sig":"MEQCIFFCdC5rb+fEEfmMx8xmAFaD0Z4E7MQo34gvIpDRAgFQAiAiKjam89qOnEjasDWeMkTTzbn726vrUK4xJcQ+AUZm3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767914,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijPneACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqP7g/+M7/H3JbPAdGb2m3qUs5HCZYnlHRqV72SuYuwHC5/DBLLeeTo\r\nQfsR5/+Ba8m11egKrSesghyB+OP4n5uE8yw1uL6NxkaubXyTOv41jBdYJPJ1\r\nMyL8R8W61IlG82F0JnDW59+sKmeF7WDjP6ajswRp77rQaRP9aMgFPOSf3Emn\r\nf85AU2h1qwYi2S3GUI0kkucf0wdKtkln9aCHYkHu3OIy7EOHMGk3JjrCToz2\r\nOOgYjTpU1UX1MjGA86hTwajBN63hoIxt81kqTCrX6FfFg6EpQwyhKGFQqR9w\r\nMMX5rhKR+5nN+wWbr7bUGSrrMX00gHA3uWUFcuc/PlRaoPZMKDppekr1zD/U\r\nHATiApj33VODlVAfG5/XWIagJNkZ9fHpUNCarDcAcVKTcoPsOFxSMFQZHEzG\r\nUL+GqLqRO0VK0bHNt6r2pAmXYnal3qTG0mE9IsxUcuoyi0jDv1T8ZdOJ7JWf\r\nxuXemCQj1qT8m590M6WJL5o8tfAo/Ur6H+SBekVAcwgFNKjXATTX5fvfYf+i\r\nhL5/mmrdmj1n2+g3wWnF6LoWa3LY1WKYzk6U1KmJ9o4/4gKz+5JIm7O20UZ7\r\nP5IZaTqSPawb1IvtReUntvgqFM2oatbFLcSxRziFtJDRsnP2MjMWLf1wBzOp\r\ncq8kwIxUFJwrBy79DAU549roV4/8ozzrXPY=\r\n=I88C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"812597bde4640249c95a6599bfda32f9c3877569","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","date-and-time":"^2.0.0","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/xdg-basedir":"^2.0.0","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0","@types/date-and-time":"^0.13.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.0.0_1653406174304_0.21903396272638753","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"@google-cloud/storage","version":"6.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"57c367345431da1f9196513ca836796b11b39d95","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.0.1.tgz","fileCount":40,"integrity":"sha512-52P3A8IpqISc2aeGxx/DQyqDmG0uP5wUW3dsns4ZPKZS5jbllFMy0V7qzY2vVv7GgpIULIKQ26yEWjSEA/pLng==","signatures":[{"sig":"MEYCIQD4J4VcpAniRy84DQg/BaRG02+09wJIOm+Y3stcZuXgpwIhAJ9cfSijYn+lDr/vHDhdHUjDdrXKDbUc0w2tJyi1cOeT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":768354,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijpzgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZ0RAAm+JE7ymu4rldGmgSxpInAmmDT11VSLkG9K4+B4DZA1vVwlHD\r\nxuD3wxhYXOj6yDIo6sxww0VFDQRxlgPk4RU6OCDFyCn/S81hCTzmImx1sVj2\r\n9eIa60RdSEHQ1jrvTbV5/in7fc6XGGnBgyVZsk8n28A3baVZc7QruJ9tkK6q\r\nViM3rnVtDqL+JIKNh0vN07I2cMnpUbJLDIvsIAhu3lWK0sEr3xxcgfBHHIur\r\nBHlBs24Tnxr8F9pWjTtw188lGsns+7kwyn+pdQSYybq7k4C4Bnm5/87nVdnF\r\n0xXDgQW7o6xG5SpK0a8DcddgOUbQczBGOW2LgNwpP+eBN5F70RgQoqloWVRP\r\nqF0P/+xTo/WOCVIil6H3T4RFyOYR1MbFW55MIwz58iwIZsIkjEEK/LLWVw7U\r\nA/CLXvlQ4DChH0T4hUP3dDo6nW+JQk+s1af6oVb2ZfYICnvgDNWRQj9MvQ5T\r\nEViprQ7N8SrP15DDCQ3zT6a/NftB38A+XU6VdVWHqavDFZpOYb+HVTKEdDeQ\r\nPWHa9/BxH8HYi/kZFCVR0xlUusI1P10qmP7IOQw7vBQ93tynn83aqflofbWP\r\nAAM4a8DF19iteEZOTTVMSU3fNyeaQTnbymU2c67gRf6mQfUrmqGQk+9rSCkB\r\nI/MZsdntY76/l8BGrd9YU+znxf2j+67hPjI=\r\n=P8Cy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"b5bb35c33c09cce016f61cf8856f3b8f5e3c05bf","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.0.1_1653513440527_0.4364118780560633","host":"s3://npm-registry-packages"}},"6.1.0":{"name":"@google-cloud/storage","version":"6.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f882a969c5637ff445764d7b172f68fd0d9e63f8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.1.0.tgz","fileCount":40,"integrity":"sha512-zqZwzpRWCJuPne7x9Vc2H79zANl0uh9bNPGis0xAuC88ZEvBXfQqYCAVyiL1YIxi7rf51l8wy9vBr1pONMfxxA==","signatures":[{"sig":"MEUCIHEsAyd+FA4PkcgRb4WSbgZ77ZJtXkGb0my4cswgk8nqAiEA4amuvIoFY4aL7Rs661VQB48VM4GvyOO5EmXKgdzECKo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":768748,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioLb0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQDw//WJO4yc+PB+jNUz94pgayp68idAnvG4cPpyXI+1O/6G/W68kw\r\nGQes539By8v2aIKgdK4Hq0XAk2Fv8nFPH8gwqwXo17m3lXhvW+816R2NfvYF\r\nFsLMvZ3YF4NPkkycJsW5KS1bPLmhxsSb1IUlWOEG47Zi9jX7eD9d95bZ8CS8\r\npjHio+/+vjvwwe0kHgOio1CWT4gUEk5hJ3A2oQHWAloZEyu3xrwQUz3cQ9V3\r\nWD3DP4lyqMN49sEpq0df91ihnGP7F3iaiqybymdNRvNDGnuqhusnfNHrJKaT\r\nYiheQ2zN0HXVBCzNimfNcnz9ObfcGpSPAjPxeyx3sHuV8NW33jOspxOaLyT9\r\ndFi6zGQHwPoiaU0Y8omgnlRyYRxBcujHgU2gajG1yKKNOZzOxn7vW1CnQ/ul\r\n9VFrEuqBRu6zWDA8FG0fTwUQMK3PkyckYDgpsdbCSmIezIKKzk6ifLz6G26f\r\n8dHawCDgEYttO+FRIfzWd7lAoRnLH1b2340WUXuSuEYtqjwUQmpBk+QFEVP4\r\nVlazIBll5UL8DmaiW1UexwRfkzmfrVgI8C1RZ78Eauzs4txg6LeXfvf1YW4g\r\nKLNuoYk8YvQjNKafU8xFjxFBIMe+A9qoWWeAjKw/NHD0Zz9kRqdwJNVq5FfI\r\noDe0qkfhsj9xXKV8P7eo5HVlG3vgnxd9BGk=\r\n=y7t+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"02a033b3defa456e726f2de3dc519116599e623f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^1.0.1","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^1.0.2","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.1.0_1654699764441_0.46072447338567146","host":"s3://npm-registry-packages"}},"6.2.0":{"name":"@google-cloud/storage","version":"6.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"811ee37b75dd87f249f570309605d4c171c718cf","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.2.0.tgz","fileCount":40,"integrity":"sha512-evOiaIXj4Hjyksa0m67bf3PfCC7VEbVXeJ3EhOCpWZc8biZiLHWJqhfkeW1H6ZIbKn2bBA0JrIZRJc/u8YrF9w==","signatures":[{"sig":"MEQCIF7oIjqrjs9UItJrvBR2YwXEn2SmIJ41BiYYqDXWk+g2AiBKDdbWkvmV1atNbvFVsE4ztmFJiOBLt8nyRfQCDLGpsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":773880,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJis3aRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo50w/5Aad5VIUWzl4PrBpqy7NBiUgfW/h+aVFJexu/K8Y7ri4GUqIu\r\nrLdHX5SE+7XODOQezgn5O+OkqL/ADDl/1Cs9ueNx3vPpkz1uijpZx5Hjk3QV\r\nx2Q/vj7czOGMoZ3E8MGsY4DxuGeOAA3OVWRbH7eNOu28QAz4MiRahSi/HZTP\r\nesun3TmxeB4EbmuVAQ16NMs9s1F9sSGkzyNBh+K6XUf86y4HQzaXBng9cc1F\r\n6p375CNwdKxAQ+wKRJk7h1AY7p80x4lBV771TjOA/IjwIucjWcK0xiPkV+Tn\r\n2ZQoxYief3zboa9HqApvJXfBZZJFKgVElGEIdbpYCvWj2wXodXHaybvk1jLZ\r\nt9y2ZOjnnbsKtAQLsKhKgLtrneZzbm4w8de9dDlKVcWa9emd1ujD/rX69SeY\r\nmI3BHCbN/qz1DDO0hh80XyRzyi3+eF/MWv3eMU4SaFME/kZUsV/cskjhlzUr\r\nGU1KB+JGb/hkqxgLpJfwo8Swf8k5MSg8sqGsHnBJMhg5Q6cgnm3JX6nUQ7FP\r\nEZDCd50191d+QppV2WJCtvRgQwJJdSEbIZcgt9nlFpBXJKGvos+TnwaDfxt8\r\nkxnT8Uv5/5cnX0RakTIEB4JD75O9Mc2tgf98Soc8/m/HIi6C31WSgRs+UKT9\r\noFJwWBct3j1ssP+/18hTieCGQ3wnO5eu28w=\r\n=UEHd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"9cbe987cf6fcd228d997ff3e618e67e749fc3d9b","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.15","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.7","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.2.0_1655928465350_0.1893915891280189","host":"s3://npm-registry-packages"}},"6.2.1":{"name":"@google-cloud/storage","version":"6.2.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.2.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6f02e44d907e2fcb2b80aeea5cc6e5575dfeefcc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.2.1.tgz","fileCount":40,"integrity":"sha512-obLGOFCp25rpRn4CZvZqQkSHhY+dBrK7IjDdFpF5gOXVxE40ilr287uikiGPjflVFbgNwO2qhioJNqMzxoqHZg==","signatures":[{"sig":"MEUCIQCFBS+un6fVrSaeipZ+igTjEajYbd7ik0CJPAE55lyp6AIgRkuDDenBJ0r4c1na1SsZap7cX6XoPq6k8XUDLzeZpDA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774322,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiujyXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIiBAApOuNJ79K2zNlBDNPSADg+8CXEOTcft3P07Cm4AkW1RO2Dmbd\r\nDV/NhhzuEYOcFeEuOi49NcvmIlLx9XApuQK9EzhKnsC2CaGJG1oftLay/i4b\r\nQe/QiZCU7RSza0RwS4HUX62aXvrS4jPI2l0ViVTMJVNpIsIQ6zkyNVgTFO/o\r\n/SZuCwTTIhm4Vt7aWPStazo9XEN4SZoP9YMyg/x003qdgMIJmppOMhq/Y48L\r\natuIVWWxpc8ILjcrvdQ6WpB454DJNlx8FhXNmVfdDZSHdiY3e/zUCKby3vL+\r\nvQKB2j4BZjtlGdwIxslGBTv7XxvM51xpzLp9f7doRYRHS51KENWseKCsefWw\r\nYyYlmpINCBKS4IViHx3KglX19/w8xMhHchb5GAwabOSVfSxH0z4oIGz+na6e\r\ntQJmyAo6KCB+0U738KV64NAtAIDF0xtMX23mJZfkU65Eog3q4lHa5YKzLuQ/\r\nMUEUD3Bngo5uhOty5skvhAqaJQFYYqKAy1WGulHD/8izu62S8E8Tba8HTZ/G\r\ns9/OixhB18bK3fvqfnV0lWmQL6I/Y1cGyG9mFB7cTpgNgo7ciKQzM9kI2N2E\r\n2UkIPijly8qVcVajeu5fVsdPKEOGjUv77dUzF2kn58LbrsjDA796TlsA+aHy\r\nhDbSiipIG04yQLjKZHlnP2zIyWaWHWZa+QM=\r\n=4WkU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"28c65be7014d8c4a1e93a67435a2e36c313c4a5b","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.2.1_1656372375033_0.20067285830225057","host":"s3://npm-registry-packages"}},"6.2.2":{"name":"@google-cloud/storage","version":"6.2.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.2.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1fd3ee85e5fea55a9696c98769d097b28ff4d775","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.2.2.tgz","fileCount":40,"integrity":"sha512-KhAOxmGfmELKKn6cdvgGfAi/YBLi19hI1jX3QI7xQmbeajSFMgUKrIPbbyfMIxQPOEQ9vG0MQX1uganlA/HTRA==","signatures":[{"sig":"MEQCIBODxkeyhvJJejI2PFwJWsYGtAv6ABY3wCARsSSXUVAjAiAvcu2EB1zWVox3W4IWiSql3J0uMfbwE6Wh3Jrehe5IcQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":775139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivLxaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeYBAAjJrk8c4rCB1us6maWQNOiTHwD7kXHfGFc6bsQRgEtiEaDsJJ\r\nm5jOA46frkZ3+6n+seQk3JF6F7b9U/7VHlaryjjg+GFu4++gi27YNaRgECIH\r\ndw1oDH/N6cDvjKohxBnTtkeT/KZm0RaMCOLY0BzniweaBPxcTSlzHQahrKkf\r\nQLlJfwKJp9llZXWOwk96He7ZPMUiH+LsF1x3MCw3n6GWRzydGNXmVs6U90jK\r\niAOopVGrV5k0PV9PcJ+aoaASDONMMSkBv9+GlSIOhzSUcEQoIxFDQL9agr8F\r\nOEtDTTRs0l2NLQbkWZ6STtNm5MQcTLho4Pbg08BWTvug+MsvBHQ5PZKy4L56\r\nVtI5Zhn9BB2p2Q9kcoZu74Lr/4rGFkNPZvYANrUIB1pJUTrOYIMzWb8Tg1SD\r\nvf0Tflsi38ZyxbubzeX9yBxM4xNtadeeBZiP38KbnN6G7C5fzbMU/lJPCEOD\r\nwNg+GuaCW+WMGrcKH2mGRDpKoUAxLPnDvcCQXfzrvOjy1amEvR0YcSiuzCG3\r\nTLhNweIEY0cOfUHyjASmj4kGFyZrKTIfKvpZxzGKAQkMyp3Z0cTIWaGhGXTV\r\n5fr17GNiD5jPboh58+To6qnd49tqMNJ36a2Gfk3VuAvW9WWcCCogHWmoDM9s\r\n0k+E12q3y5yHqF895gA+0c8X+gFqK8i3gfo=\r\n=AipW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"128a58dcbefcd16bc9c5ce899376548cdb0e8adf","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^2.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.2.2_1656536154076_0.8422793560601443","host":"s3://npm-registry-packages"}},"6.2.3":{"name":"@google-cloud/storage","version":"6.2.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.2.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e3dae8708488cf2e0e4fbf0488083d9d279ee097","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.2.3.tgz","fileCount":40,"integrity":"sha512-UJqn3Ln8wFBPLuwBaNu3PlhzQDL3EKKfP1+3mzLRQhcFqgpBSMPLDgAXxc6e9S0l0kqsi4GOuAA7fA+l/VAMjQ==","signatures":[{"sig":"MEUCIQDZTTQAd0q8vldJpzkMv+6nYNYJivD87byGoV2oKY3iqAIgOe0h0zIruVAHfJv6vquOgIJSrxQdU13VM9iwFNuRhSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":776853,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJizy8BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9JA//YEFWNXYYCi2a9Y39yg4GqPo2ogUNGKmMKhcFHGB3W95mUjNJ\r\njxb6h79OKTufJYEMXBilhJjm3HXtCSuVEhIUoZm6mBrQWMnrCWgJX+/9bYUd\r\nX4E5gKEHWIK/ZrJUKDxjE/7M3XXZL0XRNrw0Oz6/iD5lw/FVMf0yct4it3F7\r\nptOToyrx4zXFBBk6kr6oUMzTAeBAe4cd+SI5+7ojnBg3X66j2Sc1/W+UbE29\r\nJrDjz13Lj2/5E97RWBTPV5GyiRHpREWKW15JW1iA/TB/+rVcb5vzAHNdXDXq\r\nEVbG75wWlWrGqI9dA3Bn+pLSswjR55FFO6TNwQF1MjVRggcA+322CPI/FZrg\r\n9B+UkZwmAAS8ey0yVLlcbwrrUHBwFexHTcdMypE4ik1OXSDArW2zXkVl2sWW\r\nUs3FLqst65mchr2nF30Fj9MBpD65VGFFpXTvbOGKuORjT0amkSHS8IlraFa2\r\nQUbGTgB0Tt5ijcBg05tKziEDPir4crUVJRvtPy7MfWTvLPFpeirJp7B15O69\r\nX5gncDQEvUltHryXIq9XDk1MNOPPkLtS/glGF63i/UgLq+J4+InYKM4zFWP7\r\nMcn7x7gph7PwfZTgAVz/eWq9A0qhrREtkq1rawBck54D5M9Lu+59sSDDNPrS\r\nd8FVgaIO1kz6pJZ9xa/JgMXnBa2maFf+8AE=\r\n=4buC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"4bd30be40c1b16fb83dbbecd66d9d610564a4af9","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.6.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.2.3_1657745153180_0.20740295566736533","host":"s3://npm-registry-packages"}},"6.3.0":{"name":"@google-cloud/storage","version":"6.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"0a9765416b659f54477da6611d9c12b914c04a61","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.3.0.tgz","fileCount":40,"integrity":"sha512-Ah4wl9cWUEW+2lAqHsKauaLlPmbtdOdQkvJE6BFwmTSZhywYVtVHLcEpf5F+/GmmNTnirFGNdE7UjgbyOxcnRg==","signatures":[{"sig":"MEYCIQD9I/sxhkg3/k0XKGMAEAjrYml6mjPC9RNcqtAzOQCZSgIhAKomzgwudA7nwCAhj/ZRnGlgXr4NJbeIa357PqWo/toI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":788201,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6Bm2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0wQ//RGhi+Yfz2yFmCIziZANpPG5Px9pJs+hmfZl4IUXp1Tf4UkyP\r\nv9t10/nYIowo72g4JxClQGdL60diyZej926J3UCAJZf5jVcdiy92aiwiiLqC\r\n3QtlKRd5nZz1cmhGIDSX/5mP45qLSO+IpRdwdpiJ4gAxcKmoEYXtLTQUeLC1\r\nJwhiMMAZ6R5o3qYJhnZ9WAJlgk8iMDO7FnxQ4gqBmxOUDL/Vv6dqIM5lZN87\r\nnCe60gy0LVIy5l6DzVzb0+k4uBGYdVMJbJisGTcoTssVk8sUAkHSuwgLDcyc\r\ndv0w7/IofXjYD6W2kKh4Pe75/gRsokIiskOWRqa60aFjfp1a5NcwIxSW1M9t\r\nwOcyhFNXYp/tTkNFZeXiSUe0jPNYHKUFQ+mUGIRiYXCGdJRoQyrJLwKuZNTq\r\ng18Uwfu26b8teZ9Bit+j2WceyUZS4YtlZvon3cJ8eZLx9C2lDNeirAkiKEry\r\nqsQGgmHrPgL9pcK5AgEHPx6ww+5sg2dTxDhR2K4dhgxNFK8yb5zWrnTLfhdt\r\n/VnQ1gPtw7lWFN4hqO5RTh1RnlSFt6nEXJ2nqrUSgNyg0ks4HI43cqQbvNzN\r\nBOvUITvqAy6A8iQkatdZ/2XYGq3OQ2F1s7OPO52dj2OfOm55p69LBTgSUGr0\r\nRKUPwY7kqmln/WURAUvns02WAQ/RrGPFw9U=\r\n=RYXh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"fcd51d926152bc1b4eada079a943942502a451b6","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","stream-events":"^1.0.4","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^2.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.3.0_1659378101632_0.305186969288465","host":"s3://npm-registry-packages"}},"6.4.0":{"name":"@google-cloud/storage","version":"6.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"36413d549859ea325b71328e61dff7a669bc1f2e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.4.0.tgz","fileCount":40,"integrity":"sha512-ogNKY8Mv8JmNvSlJv12E6lB2DtcG7pVEI8k9vmH879ja5qqK8WPw0ys5/FG2Dh5AOwxrbDKbnzMVChNQuXtGpg==","signatures":[{"sig":"MEUCIQDBI9R6UxKZGk82jHlgQvZQFJTbyPbbZuOXqRBiuJDSHgIgXYxQdZWn9eeSevsa25iFdcWiWbp360Lr/ziveL75Pww=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":799634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi88YtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIeQ//U29x9rpHLLxkAKOC4QieY8NANJU87s02uNcffRirihQvXiiW\r\nxgUb9CuTZ8qmCUiIBlj1BOZ4iRxsR2EwjXndMZrVAeaYZQ3xvDwZUmBhwI4L\r\nPpF3J+kUJww0R9Mk1cjpD6FyndNXPhifxyinSP8K+txwM5lWicEoQSUcbFWT\r\n+++TuWElpvtLGlZ6Qp4eCVfrPNWWPHoLU1qK3TAAbARB00ZZFouTZ/sY3VS+\r\nqbda0w1DK+yYrCPdPzE39oFWXs8i5QkcgDUYKdrDF1TzqFlbGAwjl8PwWbHq\r\nOFLjq5zL+jinv0G/gJi0LI1cS4gmB29aje24ashxGljUhq1M62uwOXsUYTis\r\nUkEgpJ8KO2SuG4FSka0qrYgzUNs9FDSOak1cCMMlaWnoYllH1FjQT/qVLneW\r\nSGH5ShFoHmC8KPNGsY1dDZbHpaYjvd1hJI58ltsDhM7AWc4jjjl5+8jS3oJV\r\nYMZ/Es6Sr1JnTM8I47BY/XnQN87xEGZOF/Alcn/UB9LaXmsKePcdcpOxI35B\r\nMEU0xGYoG2WNo0HB46bcJm4mh6TR/gy2gHa2ywZ6ptMUU918P4qmHuqiaE67\r\nK9GZCU3nAcpAPqh06VRFa8pYJ0Ck9hVcspkI1xy4up38jCo7L3sdzZzixeWl\r\nrrRpq9SnGfCLmGbVnE0asGOkNBIv2EO8PEA=\r\n=fJVi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"a0da9cbbbb8ec0c17974add00894bd1e28ecbc36","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","pumpify":"^2.0.0","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/pumpify":"^1.4.1","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.4.0_1660143149106_0.5180200736387344","host":"s3://npm-registry-packages"}},"6.4.1":{"name":"@google-cloud/storage","version":"6.4.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.4.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"83334150d4e224cb48691de4d7f9c38e143a0970","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.4.1.tgz","fileCount":40,"integrity":"sha512-lAddmRJ8tvxPykUqJfONBQA5XGwGk0vut1POXublc64+nCdB5aQMxwuBMf7J1zubx19QGpYPQwW6wR7YTWrvLw==","signatures":[{"sig":"MEQCIBhcdW7VDcm1n3wdUNiZ+ujqaytY4RReCMYuof6UKH8BAiA5yO39mfnzXCuKiq2bj02w5ns5sOdWs83zvwP2I5sM4g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":802579,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+nddACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpITg/8ChTnH5iyfwLuWQQmoBrn8RttmN2ayk3pcTSv1gTMQSTlRjNH\r\nyWaBDP3wp9ubtnQGFdBeEqT+74cnrcP0r6KNfZZz1h8/l+0V9zRGeIa9spRt\r\n/Gqa/1WiE0BwYBxRqgf/0Su6WxM7mQKs5LafUWatMBol6ymln6YDfws1GU8T\r\nWWvfIayV3o9j2f30pfrqqiH09dokkVLBeqPWwhPOfFh4kvbndc08vnkVkeUx\r\n/K5TJ5B4OG/zc0DDea1GvmmF0/NXGxkyQBscVbpEpebApwox/CbWdnzUrVBi\r\n7dOs17+WEFdHLlnHY11nAaukQgG1ThQobClaz3Up8vtqs07ENRwQOEhPe879\r\n8KW0VJslSsVi3G8bc3cTL6HKWW1LSkYBOLHnZlqpTMqI5kt7yTnxHnm4vndp\r\n9yRPz6te8huVCMr5lSAoDd5pwDzO+aAGO+vbEo6D0ULOBA4wGMJEqifq9kMC\r\nM9Q1LracMmbRmW/5+9EQqjOk2chLYZr7MNk7Ev58VPC8rO/ZwejvbsBmCfHu\r\ngqqhY11150fGB25dSq2jb8GxR8VM+W+hls3gZuf/AGsIHAMBYjoXQoOyraUh\r\nwT+YRnTh2ncb39am8ZbST4jxdu2M4JTsEtnGE3yHFGPG5wz2NjBrGDaNT6VM\r\nYFT1OznWGt2s3PvPyITRqP223Z2T0k9xhYM=\r\n=JU/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"261502674642a8b8437aa176dbb19bf09673f853","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.4.1_1660581725591_0.29915497948541314","host":"s3://npm-registry-packages"}},"6.4.2":{"name":"@google-cloud/storage","version":"6.4.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.4.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e81bfdda64e88d7b06668287d31119804cad988a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.4.2.tgz","fileCount":40,"integrity":"sha512-rnwx++XIxy63t1CREGlY2+H+tvuvYmkiIqJdq0IRzGaah9bDetV+qJVl5Mvi5aPhgoqn3UNnKGv9SPcETimFgw==","signatures":[{"sig":"MEUCIQDI4JllpuzdcWt7maCoCIIRqMAV2DYZZQ6Dz4dodVVe8gIgRJfbhHVpOYFPNrQCTltT6MqAApCxau6CnZw7w5qa2/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":802991,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjETD3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqV8w/+PtLO2gGm9ERqHuQA6kgcTapB3mG2wuZDcJstkMUzRW7gnDbW\r\ny2Du5r9as/OaVRgpZ21XF3hF1V5LQKAzjsSJeAXV6+5MQOgI/GcEfJQnE/Pn\r\n99sbNsL+Iq4o+O++CmQiYxSr2NSFX3pE4wUSC0drdYTe85fA+fX/W+S4uJ8g\r\nV0YfzcEc2NxuAb7CfiCEwHCAdyRhdY01JB9jsu0xYVvyphR2WRWYm4MypE4/\r\nWmzaGiaN3/4O1oaL0cK6TIUkJiDmhTQzLxwAKYEjG3eL0IYl3Cs1lUyAS4/G\r\n007/5mFLyMvf87KM2BAJpXmut9hpaldFwv6zB903wNC1bpjL/6AbOWYxGLkz\r\n8u304T01dvO9V6x7FuMkasFg8nGqx0XeTxdW9ypgBfiqwQHM+0LlzTwIOzaf\r\n9H7qHZ8qdFuxj6AHdPxpQOdEpiIRVrjIxhsW9RvJXGbHkyaiIbnxTEdXbgeS\r\npoUr3uPCDZCTTmnFkfYw0QvXQM+AJJqo+yOAmR78odbkB58I3FaGiFnxPmZH\r\nusxwxz1PX8tS30/txgMK/hMLHteHQ10CYPSRtVOTv/Tagxw0AkzSNYSpqWY0\r\nxK201m9oc+bNcZ9cxHTJaPdWhDWrMeCAQPOQ+Tsubkj2hvL7zTlIjXyVWJrR\r\nKO2Nomg56w/8NHEXPiH1+YA7zDyUGbfocPY=\r\n=oMpI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"5007542a33bc1cc1f50357101adbf216af7f35fb","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.4.2_1662071031174_0.4519058449073845","host":"s3://npm-registry-packages"}},"6.5.0":{"name":"@google-cloud/storage","version":"6.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"2e1ff633a0d960374730dcc56a1a601e5b7f776d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.5.0.tgz","fileCount":40,"integrity":"sha512-fAWk+NxsgII769YMfq/dDf3vaCuRWkp8aKmBZfi8NPTkKOm24tv8wqb4MQ0XL/I09oLiNqUZZe4q6hqzzQbryA==","signatures":[{"sig":"MEUCIQDHZJxvoed0Z41nHo6Jxzd4ePLDTWp3Ljf1lOpuObo/fAIgak3gOPd/9l9qbdEW8D+6dq+iItFfi8rYiMGiKBMgtrI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":803633,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI6VFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7CxAApKw25oigAu+LrSLq2FRkt87r83+jQxB9bYHkCX2mXUgBOc0E\r\nOv9+toM0yohRVOQMz4mzWaDN+XA3Iyz3wJWQX6OG/uqaQ2t+CVbUPBj9gPR9\r\nZ6kN3TdPLDDcAPeYiOA0k8NDiG5+BhHUHMQn5xE9wiTfsdFO1/vlcRTsof6t\r\nkQA3KiaBzqn+TUiXPIz2bK8FZ77O9PAVaf39/sI1FtfTUAHCvrbuBaF1C8AT\r\nP4gNejqqcORytZxjKMjZL+/4kDgfIhfbciRlJ1A2GkhXzJre4LA92uOjQXFh\r\nHHWNXfjAczefVKvnQiFj0C4aiK8CpZ6YDRM7xTkG3Ov1xEuZ7AAIoSu3XGzY\r\n/9v3aEe1AEA/vXLC7kDQxV+rRXR83NdtPvX3/EVvsTt0NWgDxrQH0Ttk0nul\r\nYRFWq27QiQ3QMPI27gJUXjvqsYL6o2rMiNLpfrBMA5boZWLvqN7DqObp0bDQ\r\nfaozk+YTF5Fn9W95UTIrFZKYfH/71i1kjEve+XGow5WuISyc0YfdJ9ZbEjLR\r\nDJ4/S/mIjEyls5wYReLng35MreTBuRBvhtsREvxwtSWqDu+7EqgVa/hOV47v\r\nyq5I0zgzNh6NgqmNheGGEHBL4HoJKy0DPXHKeR1wpXN0eLxMwx2EDFifdQbh\r\nskr7AHzyrgF72X0xBOPdQb1SRkX4zmWFETo=\r\n=aPBL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"14c460014db7a9d87921aa926dd8707120dfd434","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.5.0_1663280452668_0.3221145082286734","host":"s3://npm-registry-packages"}},"6.5.1":{"name":"@google-cloud/storage","version":"6.5.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.5.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"11b8af116c4a6424f735b30135ba1b88e08d7ca7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.5.1.tgz","fileCount":40,"integrity":"sha512-R7XuHsL6B9un0Yzjg+YHz7CQ9OA6Pz4vHp8mMFfrpyB0hH2C0XHhtYyprLjaGbaQGdPh+39jAPhM/koyPcvkUQ==","signatures":[{"sig":"MEUCIQDe/+23mb44sqA7Digeg7mLxijSSm5KWJQAa4giPWzKPwIgSHw8nE9zoOCYcHzBr8YSawGd3/FFThqo2wbIy6abRYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":803664,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKv7KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpxyg/9HvSzqN7pXfpGnzFJdXOcFGeEu+KGLMqy2XlqW4HM8bTnLpz1\r\nd8Hv2XovqGAGMAoS4X3XK8Nz09rtuCnEFiNMsZiAfRZZoYEno34RRLqDJwa0\r\nDSND1hrReGqHNW0B6ace51ZUH6tcvX1bjBJ/6TuA2A+jx5NVki0SzS+nxQJn\r\naNvnE9gFMZ0odO0wqOo6nB2kJ/6NgyN2bLBwM12ZpU3c7f9Uh/N2GVzXmtEq\r\nP1yFYLSkckDEbqZtTlnerZLVJc7zCHV3xXbFMvoDqMqNOwtr8eP/9Vl6TGju\r\nXEcNFIwI17pK1Z4AlYMP8nG6vMteiPqwo8ko0XBRJ9vYP4Ru9jx8gV1iDy2G\r\nPu63Vmr5/Y3C91tD5CqvJ3yuLKTjCYtNXLnGjozkgUvosW6OOTPDHgkLzonv\r\nsTEdT/3toP1haq0hxLwW1R79uT/NsNqnuFNPsV/bRapvxVIfDAwJvnBcgsck\r\n9Q409U9l9NobwCQcJ4QYYYQ/4k6UxJG1csSQVCHzii3FcFJHtxvOK+qV8kIF\r\nfbkQoAjrD1/eM5qaFz/JP3ZZR2CWVAjmN6XpjXxUOpwj+LPWo5QdHJ2bJyfR\r\ny32Y2H4HCML9Zt8t3b0GUnp5jGsU6S4MCmiWKRfKPLXAN8PA0Z8JjLuB2VNg\r\n2/tbCGDWLUOiqrGPDCe8rHBP7uRiPlYMG5I=\r\n=TIpb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"4fb3e0041e8c0c0ecfd529881f0b442f83f0221d","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.5.1_1663762122036_0.7401324093460648","host":"s3://npm-registry-packages"}},"6.5.2":{"name":"@google-cloud/storage","version":"6.5.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.5.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"0db4eebb947256925db06365cfdab412062b504b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.5.2.tgz","fileCount":40,"integrity":"sha512-n4HVE5bGGFdXlPUN2tP+wEnVH2XbYnv9PVrHirbAJPHk8EM7bm1G86+IhLha8KH4PpHLhjCPML173Sr6PWCXIQ==","signatures":[{"sig":"MEQCIAK1K51G+3aULWor0C8SdIfEIsJ4YI+vmEkRMcJ+DvOLAiBk55BLRMKUgo+6SRxXKqRaLJxZb5OvCB+VvepHB+J6KQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":805348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLP4lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqJA//Uxt08PEUSzZdcYoub8hoRUBeCoQcLfYYkOR+fFPsLg9KtX0Z\r\nig+pBk/1HcGPiL7EeB38hCzH8SVTifDON5av7RQhQNI9GnklyfK3bSsjoiQ0\r\ndmJ9U/t0Eqa4YfflNGRgYhjHqQc5/4d4zvzlkJUbAGigC77YjEXELbPJwxEv\r\nvicpMhBF2+PojBkKLLjfUNhkABmnm7xeKkw7P/mKMLO21UNJXU2xjsHcdUiK\r\nvnLFyU/kv8f2AE7CyL213C8iEaFja4h811EcAbIOlgYKkCoUe9ChS6Vrw9P4\r\nDwdlb3b0adfj0qUvL+zYLVnt29Y00Q63DAv0Qf9cA1FZD6RDCABYQBfLU+Mh\r\nqeN8F/Yc8P4v5MfBWq7wW+w3Y+zOiUstW4GIvzVcHdzs2gHb53FfC5Tjsc3d\r\noegMBQz8SwzjRRaNuqIAHZ+CskvMJKmmRmfltm3u1YaW2HaxxGZ7YOlkgKPe\r\nP2tiJBm6PIdik/GwbbAVmapMW489wp3X91Q9SW4OV0kE7VxrYW2KpVyjAsA1\r\njL3c9wo5yRjG4FuWkdqOnv7G1/1t8zXTkrmUQZs6HiJDi6/8IXMsCF9r2rVX\r\npw2omDmIBq35k9ElR2goHCK/sK+stIbzkDO6uuOt4ZiBfX7j3kK71PZVSqVS\r\nN1oU/+6AlY7ZBqs3M1dBUI3QTmpIUu0AJcA=\r\n=XlQf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"1d5c8af2bb25f4936dbd799376e4e59edda64505","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","arrify":"^2.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.5.2_1663893029579_0.39352295892462674","host":"s3://npm-registry-packages"}},"6.5.3":{"name":"@google-cloud/storage","version":"6.5.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.5.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"e51b159effbd7c5f572de77be9b8eabf66f12137","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.5.3.tgz","fileCount":40,"integrity":"sha512-AWUJRYE8Nt62SNaJZWr8LbruJ5NvM/nc5IBwgL24icbJScmjpeRFQOvLwpv6ugjQuFH89XuITmRQXDU+pK09HQ==","signatures":[{"sig":"MEUCIQDlGLs8WRD8Pakxn/bUY0eRIx3TtwKpwnzqGTFz+C3I8AIgSUtqBPhYAAqCfngd61GJICdg6rBWlp2cWg/rMg7ol8w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":806485,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTuc1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpdgw//TYwKK71mN699UFXNGDH2Mok27/S5/pS9/nmYX0rZRqUgJnT0\r\n1wtN5oWwh/UzKo7Z3sbd7OUpxYFv0Ddz9Uxib2vnE1u4NAMnTJDSV8q9TyGe\r\ndfw1nwMD9u2osBJbyyHC9/hgIU8JcRoTKEoMLiUy2u0hNoAfq3BuRQ0weCYd\r\n/WGXQ04sqb1mEHg0zzW4adM5LZgGwGD6fEWYSZeZG0xtTCuqPU87Nw9Vc8yj\r\nbCfu9AviFGaZQVPQOYuLpOujdHemti3WWFltkmAjb4QqVlhvOtRNtG6IxwUg\r\nLRReLCP4sdHO2fZdj5JrePqqoTiPC27dx310hDt6YptgTUo+sovjbhpurl7a\r\nyT5+xFZ/G+TnjijY/qypJbt02b10FWEeoqz6NCNZEwZOZ74S0c3inBOnYf5g\r\nu4sWAATOYp+rt05lezsV3OPFQT4tivNoWhXTV/sUDjg5+02fQEsey2GJUf9j\r\nu2AM0jwHuCTr62YeJMEIWx2/Cevh0vitwRnsQvh3p4e7nvYkt2kU0Sv/YfLA\r\ntc10EZT069hhx8btVZ6qD8a7V+bsm0q7YeQN17T5Cw/Umn/eRmjtwf6WLoZs\r\nF46LyDnB6v3iSrbPKcNibB8R3YKnreHyqd6ywufA9rZxxvE5Ad9JKklqkCSN\r\n6u1HqCQTEImIbnvdAdevlrHD5SsmwgxMCJs=\r\n=hj9f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"b9fcc0902aa3f294343db0f8b558cfe6ff4cedf1","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.5.3_1666115381060_0.016848803838912074","host":"s3://npm-registry-packages"}},"6.5.4":{"name":"@google-cloud/storage","version":"6.5.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.5.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c43742ac12787df39c07725f131f199bb80e0b58","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.5.4.tgz","fileCount":40,"integrity":"sha512-7ntxYkceJo0FzKvHZU988Vy+PFRErSiqEIgcErJ+Hg8vU+nCw0dhg2K0uJJSnUJoEPJLz4DFAMqYCme0WhD2uA==","signatures":[{"sig":"MEUCIQD/PwRWAdNcSIuJqR+1/EAKCpa39xM0WFI/rfcpS4iY0gIgI4UffjVtAxm27u0qPNlffTEy5ssB9Dgj1fnREl6dwhM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":806545,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUYGzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFnQ/+NQ3JA4nFxywj6EdpYT6/a5kOVAAJ9C3xoTpDRp24CMcC1ujT\r\nXwHGfkJ4yOwIoClyznv4MnhaboGmpI9uwpm/geoazt5rxV+Uo9V9RwHDge7f\r\n/ggUwj43FsX4sWV0z1Xqw8JUDR/KLNudDAQHUJijsBU9qzXoKlzx+AT9W68Z\r\nhfAobKQ5ziqyolCUozbhWOSvuhhJxds+bx7PXkUFnJ0IJ+0ZdEcc4J/BhyfF\r\nLoNHMbeRdVG0GHZqDFj0Mi9EWkDuN6ha5qd8yrl0DW+QHTrHZCuTrpjPcStm\r\n9276VZolWy+oTMtNXczDkCJ4LUgIluU8LN3PqoW7lJiMf43lmJtrOi8P5jNl\r\nMbU4sQ0h8mbZzBfhGEg6QVGaqDZfmydSY9ptbieYXlbsCWcFUHzgMFoJq10D\r\n/tR2MsZ+QyTyoHlyg40oFRBxlAxMTVBl8VR3zyDq0e+dHtk2e6hfTjgdDhxX\r\nkN7unxym61Me2JouPXaLnmJ04zwreEXjdkgEIiVsECgXrBOFy4rn+Bu/JCr3\r\nV5CyVr8M6DEsvJqr8eIF8Ch73pRSI8peX57kGz46zgsvLU/TZFYfwAHRbbSD\r\nQzMcoCID3piy4XRHwxlOFYEZfavNb8dF2GlWD2dNRBDgKTlwuX62qmAlTgrr\r\nUrL08V0FU7ytQLtcUxH1vjDuUB0KcBaUjD4=\r\n=aWi9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"14472691121aa6af0a316c0bf78728edb164c66c","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^17.0.30","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.5.4_1666286003247_0.16435354453026862","host":"s3://npm-registry-packages"}},"6.6.0":{"name":"@google-cloud/storage","version":"6.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.6.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"01f64bf706acc98dc2787e490afe878ad9f64250","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.6.0.tgz","fileCount":40,"integrity":"sha512-z1rj7ft15TZd7hzPVsqTZPduLPR+ZMOnwUME9d1yynJvHm5bWkyV3d3eigZ+v2Zirl7rjk8UZTdzRSYr1MvgRQ==","signatures":[{"sig":"MEUCIQCTCc/iHKtTtlmzhI+0/ccyyUpuWS6NuWkXj07fdkUqGAIgOS3X+F2MBgg7ypz0rTaEUE6VFmtqE/3KBONGc7K6fkQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":807865,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWBPyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrnGBAAksf2g/V1hXu8cnIt43UY4ymy1hjs/GwTFPo3hyqr/fnaNZhs\r\n6HfH3O6MySSxaY55dx/AJQjCg9b7s+HOQU+4Es6kTiNc7539Gx5nwZ1FMNQp\r\nb3mi/+DwwfqAINlYnNiXSGbveVK7Q5Tv22LGzmf82dONf2ngKXBEsa6k/3ho\r\nULWqAVpDqtatGzi3T629MTnVukSA5+fjr8ry1mW/IAVo1FeOc6mLGFGkYVw6\r\nx4D/+eKgjT44fyVMXtS2WMMqEB2TVIEDQ1gOe0nGGWbtHJD3I61NcrdYdksn\r\n77hWjTw4W4Ow9Fs+Nr3HMNW+/DMS5XwOg8oGVQng0PZsXD2MUuVauChoFIIC\r\nPbjiw+y1PDqETPvNKZy4Wckm2I6LxuVVLdYY4HJO4MpdSxNkXAmJk8lxDA0f\r\njlasE43euenCXupJ7COhvTIu7V7+ZdkZPg3vOxY8+5KtXpF3aS4y8Nbx6GbW\r\nxrCGpVjMFDNnG2fugp9BRKUYeqmhnyw4fc+vjVCFu4Lf/YX05XOUwsmh72YQ\r\nQVi3YjLC4MCOQ+aD2XVLndPw8avdp3ZERvkpQIsIKZpd+NxydD5OypSA78vL\r\nZW7tnaQqxztkqQpwz5+M1MWR2SKoyDk9M1hgoxP5tNTuRBqftvroPJI529Ag\r\niYPIT9yxeCaecnM8wSiaeQVI+LJfXJ4A/Lw=\r\n=JgeJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"61e5b4489acfc87b69b37c89c9b34ee5dce154c3","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.6.0_1666716657823_0.9813511267193469","host":"s3://npm-registry-packages"}},"6.7.0":{"name":"@google-cloud/storage","version":"6.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.7.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c164d70e2b485b9db52e91fcf34609e047c1eeda","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.7.0.tgz","fileCount":40,"integrity":"sha512-iEit3dvUhGQV3pPC8aci/Y+F6K2QJ/UvcXhymj8gnO8IYQfZSZvFf361yX4BWNUlbHzanUQVQdF9RvgEM8fwpw==","signatures":[{"sig":"MEYCIQDQhewgdQpuSaJLw8u2OXPxrENQMuSqS96FFiuPiRGC3QIhAKnIuuipdVLdkFo/znnQ8mbtSliFv1+b7c9TsGX00b2C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":809029,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/IXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqDQ//XMrWlzrc6y2uklGE3NeEjT6gFlyh9O+6AlpRJ055r5vtwmjg\r\ndfFr5JaFF2F9GgAQH7yFSlCo3rnqvEV3SRr79SbcM7jtrV1RZEXApLrgjByj\r\nuWAlJ8gUXkqolOmnZuaQzj2PlAz05F7tsMku+pFQ+VbmBS2DWDEYc2IfnQQF\r\nN49d8zJsGTPkdkPJ+jaZEf8R5QnZR0GeikMYDFgBA+KjRi3qJTKiP2i6sb4v\r\ny2vPB2CrHpyeX2HFLEu/wL2u+OefS/3DWYOrDTX9I1RKIzIw3bxcubLI+NMV\r\nQ+HYbhJQqkVjqIjl6J9orYcxjXV/eAL8pIbY2qVFYONA8VA55bWTP/nMU5+J\r\nAF8a2I54BXp4yPepOBzkLsDvj49AfUeF+TGEBcWKUZrncWdwx/1UxA2KQRtP\r\nhK/agfAg4Tw4ARn7d/sR0J++YJI0OrPKPns9sJMPP2T8r+Dd9WgFRetdzUfg\r\nTUIIpBD6qgsnmnlonZxaIYNik4WrSfdi9XL0jH6AeinnokMRjVDyCUS7bYsa\r\nILIqtjUtktkw9dZ/sZu8A0+ctsw84cBiBOqhi6DBVVEJQUBV9N8GTo2wKd24\r\n0458UsNdN5Dk5tX76LLn46EbR8uFniS0SBki0+Ptt5q3otUl5AZRxMQ6K+/b\r\nOK98fGaz/KvuDxfhb3ugLOUogpwKNe0jGCU=\r\n=LTYo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"85a1aa3d3ed1e7897624b32a69137741a85b1a3a","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^3.6.2","mocha":"^9.2.2","sinon":"^14.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.7.0_1667494423182_0.0019422330446423608","host":"s3://npm-registry-packages"}},"6.8.0":{"name":"@google-cloud/storage","version":"6.8.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.8.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"98bf58f18d422386b245d98d0bda9054852ccd9a","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.8.0.tgz","fileCount":42,"integrity":"sha512-eRGsHrhVA7NORehYW9jLUWHRzYqFxbYiG3LQL50ZhjMekDwzhPKUQ7wbjAji9OFcO3Mk8jeNHeWdpAc/QZANCg==","signatures":[{"sig":"MEQCIF+z2ZAb2zvpadu7bgf5wMenClFMyNEc+5AtkZEiWXBNAiAPaVo5ikkTLt38ACnQWBODzKb9op4gJykwCog+Th+N2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":829393,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj+DtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraAg//dXqlKeJ0sbUI1OvQf4wDsr8bJGHxq19nZJyjE5rxKJcFwfVX\r\n3As8lvTBmghP5YIoAY98t5kabrrKs9mEt6SVVE49zNwUT7EGDHRCzHQqtHu/\r\nJCLJBsFh4cUHsM6ON/OzpyZ24B10ApXwhIta4eEcR+M1kk61gaGT/6cBLrdu\r\n1nOAUmYKq3V00Zv0gIVbAnLgpVD4tlJIJRBzRvMyKT/6zJN4na1H2nkWLxnu\r\nBa8a70sAwZClkxUTnIK0sfCjXALpvsZ4SYVx0Bk3L7gcunKDURAukXgKaw6D\r\nk0R1VTDGXSDyGJJekQ+KMGDWDLKJ8uS8OKjfG53+TewBSglK59AbIx3vsmQZ\r\nvwcFG3J5lq8ZYwP4qBkyrTXleUKC3Q2rpmn35r6vDLR2G84XQ9zqphobQ7a4\r\nLX9Qx8qEIpwzjD2/6NnRw1HCvGNDDBTYXfaYthKVGBRVNEXdBAY0saxeHcEh\r\nlfmkG+LA9M/NkR5l3/yiiRn12GFtfhrcqY8Yss1d9rC+Yyq0Q9I3aJM+UkYr\r\nNHzhAOEGTgsn2pJYRVfLqMNE5WEChamgI05hheQ5bif2gN5cMCggl1LmFSQ/\r\n2CMcp/ffPGA1vXSVfvh6yTPTUMaKUnGy9WTzJ/W9Kf8y2DZRona06UyAKLvs\r\n0CATr6VRagHEcXvV/wl/EBxmsWpImYkllGk=\r\n=G328\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"434cca4e12fca53e7db7ef3f5865aece94ae937c","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.8.0_1670373613290_0.3878086095135638","host":"s3://npm-registry-packages"}},"6.9.0":{"name":"@google-cloud/storage","version":"6.9.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6808487208c6dc9c8698a420f74b87e8fd010e23","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.0.tgz","fileCount":42,"integrity":"sha512-0mn9DUe3dtyTWLsWLplQP3gzPolJ5kD4PwHuzeD3ye0SAQ+oFfDbT8d+vNZxqyvddL2c6uNP72TKETN2PQxDKg==","signatures":[{"sig":"MEQCIFr4PXEjOfA46Dubu5E6dnzfVs7LjowStVzy2mBDtsJLAiAGo8HXS3bbz8rPpxup08ck6UZh8lo4DO2tNf9c4hP8vQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":834215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtbalACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXdw//a0WJClKBWG7FVl/UzPq4g+jZ4GnTWoql/SYrkU9ucFEjOQL1\r\ncgFvLbf+Wk05R9OEU/h4isikKXUwD2MdwL4N/2ReHJK72oseEc9oFiY/XwHt\r\nYAQyIKnObrY7OXPUj2qLiSz0Di5Bxcyu2BdU42/WxzHDD5aSsXU8nA26OtQE\r\nlGLhyNVTBS2PeX8w6tlEmRKwJEF1qhH5j7Z8MneZgAXOWhq9S4i7HERSeJNt\r\n8O7FsImH5l9coKVhYnjQBaPOKOFRG7SaWEyJcZh0z4bvT0nQQsa5TB0roe5Q\r\nC0eBuxbZHvDppPTHLZwFDnNKyBgPpTTW79XrfnqD/GaH84EXItBokodO1fqA\r\nxvmPnbFdbTJalos3u+8Ddqiy6RFLiFDk3SMu5HRjOzQjGUYTi4IIqqukeulG\r\nCttBTkromThlC9Y/fLJDL5LeieNpVRMlb7/6JNVQpeKSxo8GDD46INxNNvns\r\n2G6jeUsPaqz75+qX5/sAxg+gKsNbHgYEm7hniqXVY/nkgxAOfgtdGRJTe/Fb\r\nT5slLSDTG/WL1YPrmYxwkEeiO1TpIGceJmUOfA7dmy+dHSZ873z+NN+8d/eW\r\nDlZ4ltEVLlkhSlXtpDjO3blQYGHT/mgmb2Xy/q73uKCv3urT7to9zzaqqc7L\r\nVMro3UnJicXJjo4RAEImwDodHvjl76yGsO0=\r\n=hGwv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"5a8545b2347270d318a0c2a375025100e3fe6bda","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.0_1672853157453_0.39763662891628515","host":"s3://npm-registry-packages"}},"6.9.1":{"name":"@google-cloud/storage","version":"6.9.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"8b2d7e24afefcec1e6b4f48c9dfcaf15c5b351a7","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.1.tgz","fileCount":42,"integrity":"sha512-mhbRfrDgV7qM8HGn12p3dpT87Azt94s9YRzr8qR+o/ptksAkCApspzlNS2mUEeoXUMmnpwcdF2GGNpd4+6NuVw==","signatures":[{"sig":"MEQCIEHH0nrlyD/WzXYfoZ+P3n2wpkXaOQtlGHxGLj/2Q8w+AiA7O4mCyvhyWQXdCYTiv3ZovvI/1XHbfmOeoMQaFYFW/Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":835374,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0CiRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmWhAAowMdpLCmU6thbT4lPKfO0aqiXsRbOi4vVTnIJwcKAoA7MYuj\r\nOT0HYYGuVRXJF7JRFRKnWRrkPn7AuRdLmF8byXzh0vqhIJZSDts9rQS8IeFR\r\nUUJpHgawyPYDGeHcZIkwS0H01tZEEvMRg6dQCqHZgtmOUM4fKTjX2TKt9ppD\r\nfDxTyM8yngCGmMtvQAE0pIe4vvPU5iW5yuPW3aLwqr85Mo4x/Ab5YHoTij65\r\n/7Xxnpys1hwB/lt1R456V1tsfoJun2fSNGR6g7YgMpQD+FJwSpRKBJmznPNb\r\n38xG2vt0Hr9n4LqbKZ+3JJ1MbU4/9WrGSDXosZRgJg9dYK3AdcdI6udzYCHp\r\ndE9+sklTVsPq0YCgpHm47BxvfntivrPinE5X6+kVST8CYgW5ZaF/xdGGgtF6\r\nlJ7kBQJIT/iIucvnaVRX1O8YchAGXunG26xkOxhoq2xsNcSlKe9WzzB1sZnr\r\nJwBhDdEzCHPqN+7w8IcmO2USlXWmapGueA0X5ilShbUmDnBZRnREJGkstAfX\r\nbrE2p/Pkd+VM1xWT3tohJpo5FkmqhtPO/oEDQgVQXiIU5M9x+T00rR4JOJzD\r\nj5l2rZ8fo+fCKmti+FOnD4XFGJ+Oovqo9yfAQnvBb1ia3oZ0nwwFCehapnZG\r\na1vPcZlEKd0GcIEAPYuKAaqs0XUWcsUPBhU=\r\n=GIbw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"5938095c23969106c3f1a3251079061a34dd9097","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.2.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.1_1674586256894_0.23411917255412806","host":"s3://npm-registry-packages"}},"6.9.2":{"name":"@google-cloud/storage","version":"6.9.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f620c22aa817d3459035adeb23b89342ece60dc3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.2.tgz","fileCount":42,"integrity":"sha512-TIQ6G+QzHb/hR/7AIH4OU+z8fXqCLM7JiqO+nGxw61os4YxCWPD2ajW+pzz7VY5k2VtqzhoMFA6rjIfw39wJmQ==","signatures":[{"sig":"MEQCIArLXXEdblvIg7JjTnxqaVijX2j5b8TbxpPFoULi/6bIAiAzFcqLLB+Ic2cFA5K6K7bGUyBpblzfxKIsTZxnY28PIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":835811,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4Q5CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY6w/8DEc8EaSUjPsddKQEtmzTJkJ8R5AFaDJztCcqlSKRGFg+dbLF\r\n1mnDiKH10ZSJz5HRq62RYnYrv0tW6hLBNPGRqCoAavKoy0U+AWF7P1XNZCB5\r\nas4H9fYc4CVVXA+Vyu+oZ9gDxYAN6QDTDuWuQuP1PRkXN5zxxJujzyTFwwFn\r\nzKUeBpE4S5G05TQ/LMKq2S45AaNVvHbjtSSubTtC1PHUmqnCrWesH7NRabWh\r\n/lbTUZMthashaCvgg+5vYLOwEax5OIGuTd85rlpCh3Al4rUnwWBlqVxXBuPQ\r\nSKmtGAAHquDLUnOlUUflXvmfETtTsZ4YVvN9bPCJy4XP9+sxC/XsmCEqrEZ9\r\nClUyXdeYZ8bmxhX1ljo91tlEuAaTmmem9FGIOyyPeI9LHQToK4zD0fhC5N02\r\nVZSJd09WQhRDdxRxeJ9RFjuBT4DQnIhLXq0NPjJ8vrKdCET/jf9nv9HPbfab\r\nILtx41lcS1pu69ofkQkkxj6Bhq2ed9YHjSe4Ky2AfHxe0kHCkBjSsOGohlwZ\r\n+9nmok+k3cOrkK6IQB8+tQUaJPYNj/ptPAQBkerA26xGtD6BTLlgkOvGhCsS\r\nkvAO2WC8A7GSudeWMtzlAE7fI52MfyWx1jvjOqs7TNZzuRaLYvdstBAsqT9k\r\nTNvs5dKXRDHs6zzBD3D2dhm5F+u1UZ4W9p4=\r\n=o1ch\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"6851cd2ece430916ad6ff13dc2eb2fe7eeba1dcc","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.2_1675693634186_0.15568667915272427","host":"s3://npm-registry-packages"}},"6.9.3":{"name":"@google-cloud/storage","version":"6.9.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"43fa4c9e30785313f68d01e6fde9bdba6d10a695","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.3.tgz","fileCount":42,"integrity":"sha512-ucbHoDvjXlcR/DrJNQlCFnQSaO7pXHTPGs3Gt2TQtPQ+b7Y6DR0ztIt/CEeH+O03I41g9e+T2N1SOOVq5UyaKQ==","signatures":[{"sig":"MEQCIH9EI65NeaHak6O9TsUxryIz0ph8fKnbDc2rTc4cKqaoAiABbnr/cOhQemqAw+/FT/MXVhS9gFsfq4Qa0NEaozntmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":836731,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7NmfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmSw//bXECHQmMNzhxyuGsneAvYCO2WIhfLfotucrkfLMlMMkDEdfL\r\nU3TFmtz0KMTnKVYd8M+TqB3x51o/88qXxzMywUVFWpjXpuR0C6Nro71Mos9I\r\nRVJNHzwjjqO2LBjyV8EpEEC1OXhuiAKU92hZWTomuDo8xnFc4wvNcH0U/vlW\r\nQEfkZIYzMuI7ABYcTTm/mUevHVmm4acephBJ4tv7z3htgx6/e553ceQrGtEG\r\nuXTXnFAMKEzShd6PmYKsVliFNIcZx7vIly7jlDyi/HJgpFnaSdk1aqarokaH\r\nh8dogcVTnz7k3VXPmJERx0K2yoIEk+Bz2/cHINHmjzmeUUcd7HPjsyAwgQWu\r\nUcEnFDrQP8MJjKn6RT/gWsK4q9b5EtD1fuc2zoE4tP+ZKpb+O0hn/fPxw3Dd\r\ncnRLt7kWgYrd26QSFGzuXRh+NHpYmnXG2mwqBgMSySSiIfD3R1L83Yjb9w1f\r\n0sM+rdId6fm6KdNyfoPM6tbTyt5W9buJBN1FSJCP6n49PTLhlr5A1Wsafnw5\r\n8HqKjCIy+Hfmh8xz+ObdbSq4/FfAtWzVqG66DPNhN/4ZBm8c99VIVQy4aJ9l\r\nV4Ww1JKyKJ+CGp+qQD5fg3oPiV4+c69A7fP25COTOb+kNf+jthsLrwJCTDxt\r\nByr3P0joAL3IjX6NsHLJkaJMjjy7+MeuqD4=\r\n=CAun\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"7054e4318a4c45b89db9c3c2236efeaab8b1dc37","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.3_1676466591442_0.6939244375370119","host":"s3://npm-registry-packages"}},"6.9.4":{"name":"@google-cloud/storage","version":"6.9.4","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.4","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"23f6b8b3335e517e0ab3b9c641e64ceac674887e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.4.tgz","fileCount":42,"integrity":"sha512-5Li+0xRJ8wgc+vlf7Tgew8COKEJgRzRmC5ozdSYaBj7BK+X39aPPBP6ROsDTiCZ0MpAg7dxIc+HhKiCvQDplXQ==","signatures":[{"sig":"MEQCICSZT3O89w0EtiVIEl9UrCrvs0ROYkdqsSyf3XEWjb2aAiAzp5O6UJVyBTxmkz7j6QpU4sFlLJQ1RBtF3wDknXp+Jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":836832,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAOzDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpCA//UjoHwwXCIxZS8WidSSi1adPntBgLNx8se2975j0EDxAQ8WOh\r\nRvm9UHkiciMPCD4Z5ea35N5l80YwRSNP5YVOQiiwJjpUN3yuDFXoJjCEnzVy\r\nRFBYS/K+0qpgDfztCxlfQPkCNjnjMIrHNQjZrD/nm8JC7LcLRblJqTDcsttQ\r\nzq1UM3qARHnO035iUwn/HvPmfCqyRFLKszf9LoML+MnbQGHDqJ+mZVn7/aip\r\nSmq55iCwQE/m0PHcMKDwXNDj4SKZ1g4nUaBVjhyLDirZCRVTKAVmDK/hPEWo\r\nYr7VBU0GTbpDnqinHmoWYCDT3hQqqVdUAguvfY4AXW72EvTcRI5Ixo6VWNoP\r\nL3riy8Twm6wqOb86XLOrtVPEETjUoam5OEuoxBy37d0nbvz/QFG5TCVCQbF5\r\nRHYHaEvJJqUrZK3DWxqt5ZunGZQX0BFHWhYnA7eiQfW56ECbrsvI2ICo9lFT\r\nuSPwoNfBgiLRL+1v4ATE4uEFQ8a94lRUJju3BSQbi46g3gYjdfSQVfhV+Nq6\r\nk3Ts7GfP9/6HeOFQYZxccPT0ZYhD6T/7LYUwA7uJh3YEsLxwYSm/pszN6U9L\r\n1sBPUbNCpOyWxhVwYhm+cMYqGQEVFdOdatu3Yed9htbqWnF+Wo40OQ4vYzm9\r\nC6XccqkoljTlIrcOHm2EHtLDy6ckAr/IOEo=\r\n=lRvN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","types":"./build/src/index.d.ts","engines":{"node":">=12"},"gitHead":"52e4ed6fef4767422303cc80fafd660e1094bcb0","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.4_1677782211647_0.5934479089576499","host":"s3://npm-registry-packages"}},"6.9.5":{"name":"@google-cloud/storage","version":"6.9.5","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.9.5","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"2df7e753b90dba22c7926ecbe16affbd7489939d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.9.5.tgz","fileCount":42,"integrity":"sha512-fcLsDA8YKcGuqvhk0XTjJGVpG9dzs5Em8IcUjSjspYvERuHYqMy9CMChWapSjv3Lyw//exa3mv4nUxPlV93BnA==","signatures":[{"sig":"MEYCIQDh0dFWgsNrnJI5NsPVGQ5TQm+MmzQmY046T3JG85+EHQIhAIjsRWswBPZWHYgR57QAB8jSQ0x2f4coNCr04DKfdVeu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":837593,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJZVjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4bQ/+K2Yxnv1Ug3EEjIvogc+83fTI0EJZ3D+Bux0wrboUJln3kFh/\r\nSWl0ZFSqGBkiG8OZW0zE+seQUDkXc0BtwtiKE7H/rI/9gs2wbU0ipaBUySrt\r\nuOAVmRsVloifqbGsQnkPRkp9Z+Sz6SujSNGTREtklx4G5NmxGtvnEyvHvv0L\r\nHqijvU/O+gg4T+o0QJ8pkI76LLN9aeFl2qyuwbcG6iOAXnBT1n5dhUn9bxsT\r\n84NhkN4IfxvuZhszcBRB/HpH3xMPIu77VOw5eOJYTKDdOwHsB/zPZxk0/4rw\r\n7MnRamJqynH9SlOlSJSuE4x1woqesX0KZsWytNzJTrivGdmmkHZvhOvyhkfg\r\n6TA+LG33WDKE7SCCExx1squyPN7sg76SA4MMDW+XhAbFm+Y6Ngsl4+6Af+0p\r\nLIZpn6F6FB+WRKJjld4FDFjKOQFElhDw5Z6h/zJ/EORfp5KPC6tHOJwAv9k7\r\nOyjeUmFq4dAos5gsijptJIFC1Gd09lLKYH3nnhfrajifUXGcMj99vxv/uG/o\r\n249pd0SRDO+Z+2f2CjU3lwYuaLYnmKvKknbX1onFXSZ9yxV68K9ojcDnRTdd\r\nUqF4t0Pgqb1vfrloAjl22McchGAnL6xHfgJnC2cpyOLPsBWViyrhxrTp+f8s\r\nE7xDX9sjfPzTJP76pYkRP83TcXYamydjPBQ=\r\n=7xnd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./build/src/index.js","_from":"file:google-cloud-storage-6.9.5.tgz","types":"./build/src/index.d.ts","engines":{"node":">=12"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.9.5_1680184675538_0.18817942927156683","host":"s3://npm-registry-packages"}},"6.10.0":{"name":"@google-cloud/storage","version":"6.10.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.10.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"ecaf36bde921f588c9600859dc0dfca43ee2a9d8","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.10.0.tgz","fileCount":42,"integrity":"sha512-MaFNtMxPpnv6c43HcRsJTUiYhXgcjy+mshLyZpfGKMpE2vJ8C1mBFK/ZrlcPBt47ZK0tz9p/mNTyvi8dRsdKPw==","signatures":[{"sig":"MEUCIC39AFjN3uy9OHGE9/ZVXRoJHpLKgxolSebbz8beR5+XAiEA7KkKCvL3qhfCkDcclv5JPfltBxiRWjoLU/aTGndFy+Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":837982},"main":"./build/src/index.js","_from":"file:google-cloud-storage-6.10.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=12"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.10.0_1683042436589_0.45002723627364105","host":"s3://npm-registry-packages"}},"6.10.1":{"name":"@google-cloud/storage","version":"6.10.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.10.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7b62b7956668b649bfa3affa471619ce06d297dd","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.10.1.tgz","fileCount":42,"integrity":"sha512-EtLlT0YbXtrbUxaNbEfTyTytrjELtl4i42flf8COg+Hu5+apdNjsFO9XEY39wshxAuVjLf4fCSm7GTSW+BD3gQ==","signatures":[{"sig":"MEUCIQDMYEMx7obL8Ino4J7AiqMndm7fb7wveBAVZG0Hg9u+eAIgWdAbA6lVZPAhh1R/T0QM3jQjyjuKmT1WSNr3UMdHUgo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":841606},"main":"./build/src/index.js","_from":"file:google-cloud-storage-6.10.1.tgz","types":"./build/src/index.d.ts","engines":{"node":">=12"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.10.1_1683726828247_0.28500335236351826","host":"s3://npm-registry-packages"}},"6.11.0":{"name":"@google-cloud/storage","version":"6.11.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.11.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7217dd06184e609d1c444b7c930d76c6cffeb634","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.11.0.tgz","fileCount":42,"integrity":"sha512-p5VX5K2zLTrMXlKdS1CiQNkKpygyn7CBFm5ZvfhVj6+7QUsjWvYx9YDMkYXdarZ6JDt4cxiu451y9QUIH82ZTw==","signatures":[{"sig":"MEUCIQDDNEv51+/XVL+1lA0qeO4Q83W0hDE2CHIq0hECO99lNgIgPjbJOqbsTroYUMo9MvMy1V/nESiUBtQcPyWHjmTQUdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":842066},"main":"./build/src/index.js","_from":"file:google-cloud-storage-6.11.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=12"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^7.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.11.0_1685976393704_0.15662986162110615","host":"s3://npm-registry-packages"}},"6.12.0":{"name":"@google-cloud/storage","version":"6.12.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@6.12.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a5d3093cc075252dca5bd19a3cfda406ad3a9de1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-6.12.0.tgz","fileCount":42,"integrity":"sha512-78nNAY7iiZ4O/BouWMWTD/oSF2YtYgYB3GZirn0To6eBOugjXVoK+GXgUXOl+HlqbAOyHxAVXOlsj3snfbQ1dw==","signatures":[{"sig":"MEUCIQDldfXEP3estxfrRv9rZ05+6ncjeh4uFQi+kYRqGhzazQIgXiOHlg9g48veOfIqXNvTdNLqJKFmxYHoL1MnHAHS1hs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":857852},"main":"./build/src/index.js","_from":"file:google-cloud-storage-6.12.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=12"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.16","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"12.22.12","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","extend":"^3.0.2","gaxios":"^5.0.0","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^5.0.0","teeny-request":"^8.0.0","fast-xml-parser":"^4.2.2","abort-controller":"^3.0.0","google-auth-library":"^8.0.1","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^3.1.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^4.6.4","@types/mime":"^3.0.0","@types/node":"^18.0.0","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/extend":"^3.0.0","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_6.12.0_1689276084361_0.6578434984735424","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"@google-cloud/storage","version":"7.0.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.0.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"25453b53bd91066241054979152ee35910fd4f7c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.0.0.tgz","fileCount":42,"integrity":"sha512-/yA2G9wDwtzycawBjZKZXyW32CYLrNDFK9D5N047QcQYJ/IJI4+x6coqKeSwsHzpTCSA8FanHth3dTg/Vu/fNQ==","signatures":[{"sig":"MEUCIGq8MlCRAiuXVgOTA4zKW4NVWyHs8ArwNX3v2xNAIGu2AiEAtaS3aLQBjdX8wJ9KXQwiG7jHsfHpHGeFB9jlpiWOn+c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":860649},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.0.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^6.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.2.2","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.2.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.0.0_1691091250049_0.39464781811471106","host":"s3://npm-registry-packages"}},"7.0.1":{"name":"@google-cloud/storage","version":"7.0.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.0.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"38c267bb8377d442066d4eccb4f942f58d119476","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.0.1.tgz","fileCount":42,"integrity":"sha512-YBJ8HaDZvbeVDgEGWuC6sCsfZNCooVfKg1J+CJ4iXwRejIWbKFjl8laWz8w+/+ucJHM9qOdGkB95Q/mhh2CX/A==","signatures":[{"sig":"MEQCIH7fxVM+BXwaoe1wNZjcNEMcW+H0vP08T1HL2svgwo5TAiAs+9O4SaFAkPJP4K3Ug8YXnpWSe3W4JODQm1qEvAkWLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":861042},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.0.1.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^6.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.2.2","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^3.0.7","@google-cloud/promisify":"^3.0.0","@google-cloud/projectify":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.2.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^2.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.0.1_1691422498618_0.2413725033172267","host":"s3://npm-registry-packages"}},"7.1.0":{"name":"@google-cloud/storage","version":"7.1.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.1.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"c76ff48350d2e83989cc1050c29549ace55787a1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.1.0.tgz","fileCount":42,"integrity":"sha512-kAtniePZT5Ms9wayYcbT44H+1jwkYvRaA+E3IGnmBLG+aGwMTM0q9Xn0CCIez4D8toeBYczNkhQsQfRT1TDy7A==","signatures":[{"sig":"MEYCIQC24oWpXYtfEhSieTL0HqBphgFHeLiL4a41tlKnLmHarQIhAMBQGG7//lwCGdCfGnc/+IsoTuZUmabvr+6EYIHe8Xkc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":866334},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.1.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^6.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.2.2","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^15.2.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.3","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^3.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.1.0_1694108792583_0.8701540960086098","host":"s3://npm-registry-packages"}},"7.2.0":{"name":"@google-cloud/storage","version":"7.2.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.2.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3ece7d7e029474558c9608c471a9fd4cbf3b966e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.2.0.tgz","fileCount":42,"integrity":"sha512-g3j/LoGPydCo5MUfWS1GupBjjPmesKWIo6dH8kUWiVMBmvSG4dpwXVL1NvG1DZTkJSiyjvqRWi9lHJxRfxWbsw==","signatures":[{"sig":"MEYCIQCAjUSQoJQ8ZQLQgRW+1RFsJI/Ga1Z2ybdrKCFo+SGElwIhAJKUekvLj36duVb3ZBPkghzyFkYMTUIbUgFTsBsgJA1J","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":874876},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.2.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^6.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^16.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.4","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^3.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.2.0_1696537812623_0.511256543540425","host":"s3://npm-registry-packages"}},"7.3.0":{"name":"@google-cloud/storage","version":"7.3.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.3.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"fd20626211dfa45240d3202a6a968390f8d2d6e3","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.3.0.tgz","fileCount":42,"integrity":"sha512-el97xKaVLEpSyXcPE9ZuEiBjNeX20wY3KJ2E9oebYNSMWa968PRD2GjePl0qGJIKqIbMobSIwpNzUS0fSQ38pw==","signatures":[{"sig":"MEQCIH55qmcsF+F7E75+OyG31i4NOPOyrd+KyGHgB5+PIs6fAiBhpb0T2sQXL+uw2HV6MuNz9gNO/1Gr8k/3kwKoJN4BQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":875250},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.3.0.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^6.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^16.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.4","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^3.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.3.0_1697133223736_0.46956567174526875","host":"s3://npm-registry-packages"}},"7.3.1":{"name":"@google-cloud/storage","version":"7.3.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.3.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"5a8e6c49765c70d71ae0fe8604d70bb646a89005","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.3.1.tgz","fileCount":42,"integrity":"sha512-6QqLDLSBClHxIstjR6E35d5sdTtlGdiqxM+pOCZ2CXW3CrATdJIBs5wc5aiIfILk/qhsvQmzzI8QbAGt0JKBzw==","signatures":[{"sig":"MEUCIFILRUz+ZfBJrfycv8ux1nQawUYk67OTe5N3zwmtA9qiAiEAxE/eIIVoXpLJnL43kjcJchAPABEv8csWN+mIywcvYMY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":876832},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.3.1.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^16.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.5","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^3.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.3.1_1697732866472_0.857314732720015","host":"s3://npm-registry-packages"}},"7.3.2":{"name":"@google-cloud/storage","version":"7.3.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.3.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"fd3935780c798e0976ea67d25a7ccefb4db23d2b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.3.2.tgz","fileCount":42,"integrity":"sha512-tf3Rn+7pt9284IRr5S6haI8IOJ/0tZQ0UgQSUa+/VThYmTysSIW6a8pdYMeHVO3ZqAoT4JwNUvkj8hYlp9mLWA==","signatures":[{"sig":"MEQCIHEGLeqselochUT1r8HXxw3U2OGaIPnHkbk04xurlKwbAiBUx0x3EH4cXfMnm4cOjYKbzopXnMD77+0W3IcFP/2xxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":877354},"main":"./build/src/index.js","_from":"file:google-cloud-storage-7.3.2.tgz","types":"./build/src/index.d.ts","engines":{"node":">=14"},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.js","lint":"gts check","test":"c8 mocha build/test","check":"gts check","clean":"gts clean","compile":"tsc -p .","predocs":"npm run compile -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"gts clean","system-test":"mocha build/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","conformance-test":"mocha --parallel build/conformance-test/ --require build/conformance-test/globalHooks.js","preconformance-test":"npm run compile -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^16.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@types/ent":"^2.2.1","@types/tmp":"0.2.5","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","jsdoc-fresh":"^3.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.3.2_1698159402959_0.7628566902561082","host":"s3://npm-registry-packages"}},"7.4.0":{"name":"@google-cloud/storage","version":"7.4.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.4.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3ba4a1199914ae298789072c65a39fc1ef479ca1","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.4.0.tgz","fileCount":83,"integrity":"sha512-mQi5wOUUnOlPZgoJoy4pRKA5oT44ckuJqdfUW40CEzwgMHVHVGZVNPkYlmH8m+bQVQefNZLhb5uQ3vPghhNByA==","signatures":[{"sig":"MEYCIQC5HEFSeRUQ5M+4ceaTb1GOBt/XMRr7/+v0Y2UUu4ToEgIhAM5EQpGOv/GMPORH+eaqw/Bhdvu2OJkxBwTpxlP/6/ca","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1601782},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.4.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.5","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.2.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.4.0_1698331633911_0.21457031804624416","host":"s3://npm-registry-packages"}},"7.5.0":{"name":"@google-cloud/storage","version":"7.5.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.5.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"493c7f08120d2d4f9ee4f967e404046316c88794","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.5.0.tgz","fileCount":83,"integrity":"sha512-IKrep5++7tOacx7QsrucGkhlKEk3Lb68bj0rCLOK+CUCM4pXKJQsOkIKfvCmMnpbPfx8x4wa52yJtNeP7/MMSQ==","signatures":[{"sig":"MEYCIQC5w5Xhv4mIKbj0KRMlCUAv+2U/Z3fXqcwyH7KgoxMvkgIhAN30TKnCQqR4S3l7tpu+VQZ3fkedvysZ19MugswoQ/Z5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1602870},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.5.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.5","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.2.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^10.0.15","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.5.0_1698686575923_0.9137513970653321","host":"s3://npm-registry-packages"}},"7.6.0":{"name":"@google-cloud/storage","version":"7.6.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.6.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f4307cd7cf17e4b68d383c169105ba51d1262f0d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.6.0.tgz","fileCount":83,"integrity":"sha512-/pQl5pXePhVRvgaR+huKIlSrjEjmxv5pdMieW09Sbo7pa1I9ofQ54y7QN/z9xZ1Yj2j9znfMPAmae1F+Tt4q4g==","signatures":[{"sig":"MEUCIBsva3q0Y5MAz/Ld4fxQW198tNvwUxGDI82JijvnXQVIAiEAxYsgSzNoWCBy+NcPfYwD/KbXfFcQTEK2DRZi6sEzuzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1623076},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.6.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.3.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.2.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.6.0_1699473225723_0.8020651751599694","host":"s3://npm-registry-packages"}},"7.7.0":{"name":"@google-cloud/storage","version":"7.7.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.7.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d942ebea018386d276256bad93ceec9bdb955333","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.7.0.tgz","fileCount":83,"integrity":"sha512-EMCEY+6JiIkx7Dt8NXVGGjy1vRdSGdHkoqZoqjJw7cEBkT7ZkX0c7puedfn1MamnzW5SX4xoa2jVq5u7OWBmkQ==","signatures":[{"sig":"MEUCIQCdRjK7AQqThQPX3Un8zZidNmKXmd0UET6pb+sQ/kUh8wIgeBoxtvnR4hQKIsvnhz09MoOc68dPAgWFA6oXBwf2Rq8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1627397},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.7.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.0.0","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.0.0","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^8.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.4.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.2.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.7.0_1701352525498_0.7824673829178688","host":"s3://npm-registry-packages"}},"7.8.0":{"name":"@google-cloud/storage","version":"7.8.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.8.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"78b41d575c05b35a6dae2dea0e5c2b09bc5ec532","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.8.0.tgz","fileCount":83,"integrity":"sha512-4q8rKdLp35z8msAtrhr0pbos7BeD8T0tr6rMbBINewp9cfrwj7ROIElVwBluU8fZ596OvwQcjb6QCyBzTmkMRQ==","signatures":[{"sig":"MEUCIQDXxpX+yViKhz8noekO+ItQ7aIKgD2MSmbCk6RmGj0N/gIgeuNKEK91JoqvicrBVuEOY6CPbDCEzjI2f+OT+CMCdak=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1640626},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.8.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.8.0_1709842172719_0.3457466037336363","host":"s3://npm-registry-packages"}},"7.9.0":{"name":"@google-cloud/storage","version":"7.9.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.9.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"d9da66c1aae8d35b4cde67963c85a1bc671a391b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.9.0.tgz","fileCount":83,"integrity":"sha512-PlFl7g3r91NmXtZHXsSEfTZES5ysD3SSBWmX4iBdQ2TFH7tN/Vn/IhnVELCHtgh1vc+uYPZ7XvRYaqtDCdghIA==","signatures":[{"sig":"MEQCIH0qduAzLIpiusuN3Aq+BD7+LDztZd/lijhxsowEj+URAiB6JBPJ1b7fdYuAxHA2n/lSJm7X9/UJcxhfiZ7v2kNA3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1651808},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.9.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","mime-types":"^2.0.8","async-retry":"^1.3.3","compressible":"^2.0.12","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/mime-types":"^2.1.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@types/compressible":"^2.0.0","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.9.0_1710782803000_0.6745425860711565","host":"s3://npm-registry-packages"}},"7.10.0":{"name":"@google-cloud/storage","version":"7.10.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.10.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"abf2ae5f4fb38aaf299801a10bd95ea5fd972b02","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.10.0.tgz","fileCount":83,"integrity":"sha512-aBNejLVzHpI7C8eJSMpBpfdq1lxvYuHqG+zy/xvs032RyPRxuu45DLMeXuAbgwyx1VBsxWGYifrPDx+O7hJrmw==","signatures":[{"sig":"MEUCIQDx5o7mHb70CYc7mGaPV2mTm86GZDRpV0ywc11fUhGvnwIgSHViUkzwVYyb6wOD6vGHpc6KDPJptwHodbdEIIuh1+A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1660830},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.10.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.10.0_1713201519689_0.36742669412033724","host":"s3://npm-registry-packages"}},"7.10.1":{"name":"@google-cloud/storage","version":"7.10.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.10.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"f9f671d73a0b5a7a3f3db976d98fa5adb577b05b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.10.1.tgz","fileCount":83,"integrity":"sha512-sZW14pfxEQZSIbBPs6doFYtcbK31Bs3E4jH5Ly3jJnBkYfkMPX8sXG3ZQXCJa88MKtUNPlgBdMN2OJUzmFe5/g==","signatures":[{"sig":"MEYCIQC27O2mQyjHx+jn2dHmMaSSFoT5qtPSaxxdK2VydM2+GQIhAJCVG/lE/6Z02JNjv+qi8zsE+pK00cJasT048XHYa6rh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1661529},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.10.1.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.10.1_1713792520730_0.31902191478037856","host":"s3://npm-registry-packages"}},"7.10.2":{"name":"@google-cloud/storage","version":"7.10.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.10.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"6487e9d8c5b231e3b657b8df13b93e17c65e15dc","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.10.2.tgz","fileCount":83,"integrity":"sha512-NaCyhwu0cSqwj6waZO+8WiyzCXUBUfVE7T1fHAGRHEJ+CRy5on2ah/jfC0ZPYXL0q4JoPj98VtMW4bEgtFfKHw==","signatures":[{"sig":"MEUCIAdQRlfs3qnuy98OyNBbGqEGJz9VaR0/1nqg3mxVUeeAAiEAxALTLTNi8y4PJkAbQ5tJwxOVv+0AobZQKAoFgW238Ik=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1661884},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.10.2.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"ent":"^2.2.0","mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/ent":"^2.2.1","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.10.2_1714163468701_0.3307757650949872","host":"s3://npm-registry-packages"}},"7.11.0":{"name":"@google-cloud/storage","version":"7.11.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.11.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"9dce7e887a7c425d7f09f9713134c286789165f4","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.11.0.tgz","fileCount":83,"integrity":"sha512-W+OPOCgq7a3aAMANALbJAlEnpMV9fy681JWIm7dYe5W/+nRhq/UvA477TJT5/oPNA5DgiAdMEdiitdoLpZqhJg==","signatures":[{"sig":"MEQCIES0Egw3GgL34U1ZFBvdugtmiIkrXaWr+y78nkt1fBAiAiAiGRYVdbE2dxUcNiMtZnaVM4x7Xiptoym2GK9CatIiiA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1663166},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.11.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.11.0_1715003739184_0.8336994444853612","host":"s3://npm-registry-packages"}},"7.11.1":{"name":"@google-cloud/storage","version":"7.11.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.11.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"206b9d9205be032c646207514cf96b8baa5a4e0e","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.11.1.tgz","fileCount":83,"integrity":"sha512-tibLSvgw7nDohMyIelt26kBpJ59YGWA2Rzep++DFNzEzKaSuCSp56Se9iM13ZlM3j5nLzR21IBkpRN58CmvCIw==","signatures":[{"sig":"MEQCIAHabL/u1P7qLDaSpH3QZSpTSo7xJt4fd1MbNN2yffUCAiB3mOO0JQlTC7uSh8wIPKMK0FU/9PTjSNDZpkz9aazqQw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1666216},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.11.1.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^17.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^4.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.11.1_1716307280719_0.5938140015779343","host":"s3://npm-registry-packages"}},"7.11.2":{"name":"@google-cloud/storage","version":"7.11.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.11.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a8942d9a4a75634186d262b82c5b41e90649f11c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.11.2.tgz","fileCount":83,"integrity":"sha512-jJOrKyOdujfrSF8EJODW9yY6hqO4jSTk6eVITEj2gsD43BSXuDlnMlLOaBUQhXL29VGnSkxDgYl5tlFhA6LKSA==","signatures":[{"sig":"MEUCIQCEu3IbeP7FBKltO7Od3zpF8mqo8WzADSCr8W4G1TXReAIgbWSfN/2hxKFlxBX1u6lIvle4/beOjxrHyal6Pa5tmpA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1666731},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.11.2.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.11.2_1717780144059_0.7683572291439209","host":"s3://npm-registry-packages"}},"7.11.3":{"name":"@google-cloud/storage","version":"7.11.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.11.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"dff6796174c5349eaa20bc937c91547d5098ab14","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.11.3.tgz","fileCount":83,"integrity":"sha512-dFAR/IRENn+ZTTwBbMgoBGSrPrqNKoCEIjG7Wmq2+IpmyyjDk5BLip9HG9TUdMVRRP6xOQFrkEr7zIY1ZsoTSQ==","signatures":[{"sig":"MEUCIEDU3An5R7NoDQXoJnhrzXmXeLQiuuuCfXHdwSDMzoSvAiEA1bRoewBdSeWtS5034N3EVWftDv8MbA8U38pU9oEKoS8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1667934},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.11.3.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.11.3_1720534136287_0.018800293931534817","host":"s3://npm-registry-packages"}},"7.12.0":{"name":"@google-cloud/storage","version":"7.12.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.12.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"3a1a0f683e6f31d1d280e0b2d2e47d36fe812f99","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.12.0.tgz","fileCount":83,"integrity":"sha512-122Ui67bhnf8MkRnxQAC5lf7wPGkPP5hL3+J5s9HHDw2J9RpaMmnV8iahn+RUn9BH70W6uRe6nMZLXiRaJM/3g==","signatures":[{"sig":"MEUCIHyKxM+Ap3BKgpEiMV/2Rpso5v7SDEhLG/otQ7TX0dIQAiEArNwvmt/0188XcM872FS+wJgm7EpOi0lqA7Mm520BBeo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1669456},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.12.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.3.0","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.12.0_1721065014399_0.35042290113034125","host":"s3://npm-registry-packages"}},"7.12.1":{"name":"@google-cloud/storage","version":"7.12.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.12.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"7963bdc3b5266e4698047f6158a043d53231ec9c","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.12.1.tgz","fileCount":83,"integrity":"sha512-Z3ZzOnF3YKLuvpkvF+TjQ6lztxcAyTILp+FjKonmVpEwPa9vFvxpZjubLR4sB6bf19i/8HL2AXRjA0YFgHFRmQ==","signatures":[{"sig":"MEQCIDdCoU/SYGMvjpbpqjmW9XLkszSFiewBjMXF3XDiO8FxAiBr+zuxP6wMI6cqPXjX4Cr2bi6EMSsJRhEeYKXlXYk0TA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1669819},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.12.1.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.12.1_1723060418109_0.786379745146482","host":"s3://npm-registry-packages"}},"7.13.0":{"name":"@google-cloud/storage","version":"7.13.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.13.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"b59a495861fe7c48f78c1b482b9404f07aa60e66","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.13.0.tgz","fileCount":83,"integrity":"sha512-Y0rYdwM5ZPW3jw/T26sMxxfPrVQTKm9vGrZG8PRyGuUmUJ8a2xNuQ9W/NNA1prxqv2i54DSydV8SJqxF2oCVgA==","signatures":[{"sig":"MEUCIQC/lJ8T6wf6g+miuTNaEsZT2sOM09xBqQQzqSnb0t5BGQIgd9/wVqR7Q4SRLFaT19Oldx2qkUrDY8C8sJwH6qGZKYE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1671052},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.13.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.2.2","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.13.0_1726687977516_0.33597457841144496","host":"s3://npm-registry-packages"}},"7.14.0":{"name":"@google-cloud/storage","version":"7.14.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.14.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"eda9715f68507949214af804c906eba6d168a214","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.14.0.tgz","fileCount":82,"integrity":"sha512-H41bPL2cMfSi4EEnFzKvg7XSb7T67ocSXrmF7MPjfgFB0L6CKGzfIYJheAZi1iqXjz6XaCT1OBf6HCG5vDBTOQ==","signatures":[{"sig":"MEUCIEvmC772/sMGzgzJcYrUmr3fuPDtX78d+LfiVRUdI20+AiEAq+QKT6ztLvIgreA/CBC5D2UhKL5gYtDuj0yVVn327us=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1565878},"main":"./build/cjs/src/index.js","type":"module","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"gitHead":"cef70112e3be24fd218fa80feccb0219b19b181f","scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"9.8.1","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.18.2","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^20.4.4","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.14.0_1730405000549_0.6304221432530976","host":"s3://npm-registry-packages"}},"7.15.0":{"name":"@google-cloud/storage","version":"7.15.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.15.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"a9f26314f911a9e7f3d5b443f4bd2304936e80e9","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.15.0.tgz","fileCount":83,"integrity":"sha512-/j/+8DFuEOo33fbdX0V5wjooOoFahEaMEdImHBmM2tH9MPHJYNtmXOf2sGUmZmiufSukmBEvdlzYgDkkgeBiVQ==","signatures":[{"sig":"MEQCIBUXFWAXY+PvpJl6hUbqKcP4sPah/Lir6SvtPEr3gBzaAiAW4gzKe1hs+V08YojC9/c+YUClEC66r2k0akJZgWkTrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1682244},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.15.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.15.0_1736357792499_0.37654090776688576","host":"s3://npm-registry-packages-npm-production"}},"7.15.1":{"name":"@google-cloud/storage","version":"7.15.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.15.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"b16fdc26c3c8d97385483c2814ce5dd4621b2454","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.15.1.tgz","fileCount":83,"integrity":"sha512-2bOD6d2D8b0FCV/By/VVRSvtagTllXFcRAv6F/9XUDY3r54VMQ0gM/B1emMdqnuVDX5mWJrrxlelHBZ9u6r6CA==","signatures":[{"sig":"MEYCIQCVQfmA4aGEPqPfXkqIcycGWlvqPaayZMdclwXBNBk+2gIhAO3XdQjb0pzF4M0Q+urysthR+45bf/JG62H92S5aixuw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1683647},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.15.1.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.15.1_1739289683419_0.40186767742920315","host":"s3://npm-registry-packages-npm-production"}},"7.15.2":{"name":"@google-cloud/storage","version":"7.15.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.15.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"5371767d78064d4fec259594520be38f5f02ab06","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.15.2.tgz","fileCount":83,"integrity":"sha512-+2k+mcQBb9zkaXMllf2wwR/rI07guAx+eZLWsGTDihW2lJRGfiqB7xu1r7/s4uvSP/T+nAumvzT5TTscwHKJ9A==","signatures":[{"sig":"MEUCIQC37BIYH04FX1RZWsQFQZKc9csvag6kBvnZor/t7nKwfwIgL/dJ6L5Byygab+pOys9qFuHabVaHIVD97MemDGek3tM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1683993},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.15.2.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"^4.0.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.15.2_1740081116779_0.6070560880275622","host":"s3://npm-registry-packages-npm-production"}},"7.16.0":{"name":"@google-cloud/storage","version":"7.16.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.16.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"62c04ee4f80190992ef06cb033a90c054bcea575","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.16.0.tgz","fileCount":83,"integrity":"sha512-7/5LRgykyOfQENcm6hDKP8SX/u9XxE5YOiWOkgkwcoO+cG8xT/cyOvp9wwN3IxfdYgpHs8CE7Nq2PKX2lNaEXw==","signatures":[{"sig":"MEYCIQCISJmLxDEyc+uJhPq8Tq50hw3TnshLfsrs8OCYKrwhyAIhAJ4DTZMe0d2hSY829Nv4bjxOqUAaup0/aai/ZrQGqupA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1698620},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.16.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"6.14.18","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"14.21.3","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.0","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.0","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^3.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.7.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.16.0_1743610053915_0.9013626048719245","host":"s3://npm-registry-packages-npm-production"}},"7.17.0":{"name":"@google-cloud/storage","version":"7.17.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.17.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1d238f54a0932f36c2364ec9babded218edd7d53","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.17.0.tgz","fileCount":82,"integrity":"sha512-5m9GoZqKh52a1UqkxDBu/+WVFDALNtHg5up5gNmNbXQWBcV813tzJKsyDtKjOPrlR1em1TxtD7NSPCrObH7koQ==","signatures":[{"sig":"MEQCICRcuJX3l2cU9TuN9SWqJHDr+COG1Skfr0Ro9ldTNmH0AiBvHu3wbyBHmNH2pC4Fna6AieL5+GJ9s6xaHCH18XXO/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1589733},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.17.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.17.0.tgz","_integrity":"sha512-5m9GoZqKh52a1UqkxDBu/+WVFDALNtHg5up5gNmNbXQWBcV813tzJKsyDtKjOPrlR1em1TxtD7NSPCrObH7koQ==","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"10.8.2","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.20.8","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.4","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.4","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^4.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.17.0_1755545603950_0.10984842899062985","host":"s3://npm-registry-packages-npm-production"}},"7.17.1":{"name":"@google-cloud/storage","version":"7.17.1","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.17.1","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"4f998c4b63e0537272ac44f5e7751e046ecaca1d","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.17.1.tgz","fileCount":82,"integrity":"sha512-2FMQbpU7qK+OtBPaegC6n+XevgZksobUGo6mGKnXNmeZpvLiAo1gTAE3oTKsrMGDV4VtL8Zzpono0YsK/Q7Iqg==","signatures":[{"sig":"MEYCIQCh5gS5n/2jl9T8PNkeuP0iei96x1moLwtXaMwmO4wkgwIhAJE3gdMnpwmyxALCkgzoNzq/2uVXo3QBi/IVDrlX67XV","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1591081},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.17.1.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.17.1.tgz","_integrity":"sha512-2FMQbpU7qK+OtBPaegC6n+XevgZksobUGo6mGKnXNmeZpvLiAo1gTAE3oTKsrMGDV4VtL8Zzpono0YsK/Q7Iqg==","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"10.8.2","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.20.8","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.4","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.4","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^4.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.17.1_1757519731259_0.5849035351287777","host":"s3://npm-registry-packages-npm-production"}},"7.17.2":{"name":"@google-cloud/storage","version":"7.17.2","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.17.2","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"dd6ed7a60c5f917612dd665f292541cb2624b243","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.17.2.tgz","fileCount":82,"integrity":"sha512-6xN0KNO8L/LIA5zu3CJwHkJiB6n65eykBLOb0E+RooiHYgX8CSao6lvQiKT9TBk2gL5g33LL3fmhDodZnt56rw==","signatures":[{"sig":"MEUCIQCZVQMg5TpiHfd7gzc4J7qTTq7YjJMw+q3u/BNqMJbZ8QIgHgkJogHn4q5PivCdwz46LqKxfsRhQZuoP6QNw3u/PdU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1599393},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.17.2.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.17.2.tgz","_integrity":"sha512-6xN0KNO8L/LIA5zu3CJwHkJiB6n65eykBLOb0E+RooiHYgX8CSao6lvQiKT9TBk2gL5g33LL3fmhDodZnt56rw==","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"10.8.2","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.20.8","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.4","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.4","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^22.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^4.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^3.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.17.2_1759760887979_0.3773320012592465","host":"s3://npm-registry-packages-npm-production"}},"7.17.3":{"name":"@google-cloud/storage","version":"7.17.3","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.17.3","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"56006864e47514e7c1cfd12575ee98591f669afe","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.17.3.tgz","fileCount":82,"integrity":"sha512-gOnCAbFgAYKRozywLsxagdevTF7Gm+2Ncz5u5CQAuOv/2VCa0rdGJWvJFDOftPx1tc+q8TXiC2pEJfFKu+yeMQ==","signatures":[{"sig":"MEUCIHVWY8IPg+71KV2JMFIBfOCGefNcz6S5EwARKyKZvko+AiEA/qQNs59fm9N6H2sNlmYJuEWvdaYcIfImbleOgpz6ZUc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1591029},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.17.3.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.17.3.tgz","_integrity":"sha512-gOnCAbFgAYKRozywLsxagdevTF7Gm+2Ncz5u5CQAuOv/2VCa0rdGJWvJFDOftPx1tc+q8TXiC2pEJfFKu+yeMQ==","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"10.8.2","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.20.8","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.4","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.4","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^24.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^5.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^4.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.17.3_1762183864185_0.5658641541625342","host":"s3://npm-registry-packages-npm-production"}},"7.18.0":{"name":"@google-cloud/storage","version":"7.18.0","keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"author":{"name":"Google Inc."},"license":"Apache-2.0","_id":"@google-cloud/storage@7.18.0","maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/googleapis/nodejs-storage#readme","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"dist":{"shasum":"1b0e7415633e97b8ce0364c3e3aac033a52cb318","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.18.0.tgz","fileCount":82,"integrity":"sha512-r3ZwDMiz4nwW6R922Z1pwpePxyRwE5GdevYX63hRmAQUkUQJcBH/79EnQPDv5cOv1mFBgevdNWQfi3tie3dHrQ==","signatures":[{"sig":"MEUCIADavvPLXS3WqF4mxlnwpau7UBYPiPl0hCoFenX8ova/AiEAkg0D9MdHSA9RfS/xVsQTSIWMNGU+jKsPhTVmElN29hk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1595823},"main":"./build/cjs/src/index.js","type":"module","_from":"file:google-cloud-storage-7.18.0.tgz","types":"./build/cjs/src/index.d.ts","engines":{"node":">=14"},"exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"scripts":{"fix":"gts fix","docs":"jsdoc -c .jsdoc.json","lint":"gts check","test":"c8 mocha build/cjs/test","check":"gts check","clean":"rm -rf build/","compile":"npm run compile:cjs && npm run compile:esm","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","pretest":"npm run compile -- --sourceMap","all-test":"npm test && npm run system-test && npm run samples-test","docs-test":"linkinator docs","precompile":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","benchwrapper":"node bin/benchwrapper.js","predocs-test":"npm run docs","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","presystem-test":"npm run compile -- --sourceMap","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","presystem-test:esm":"npm run compile:esm","preconformance-test":"npm run compile:cjs -- --sourceMap"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.18.0.tgz","_integrity":"sha512-r3ZwDMiz4nwW6R922Z1pwpePxyRwE5GdevYX63hRmAQUkUQJcBH/79EnQPDv5cOv1mFBgevdNWQfi3tie3dHrQ==","repository":{"url":"git+https://github.com/googleapis/nodejs-storage.git","type":"git"},"_npmVersion":"10.8.2","description":"Cloud Storage Client Library for Node.js","directories":{},"_nodeVersion":"18.20.8","dependencies":{"mime":"^3.0.0","uuid":"^8.0.0","gaxios":"^6.0.2","p-limit":"^3.0.1","duplexify":"^4.1.3","async-retry":"^1.3.3","html-entities":"^2.5.2","retry-request":"^7.0.0","teeny-request":"^9.0.0","fast-xml-parser":"^4.4.1","abort-controller":"^3.0.0","google-auth-library":"^9.6.3","@google-cloud/paginator":"^5.0.0","@google-cloud/promisify":"<4.1.0","@google-cloud/projectify":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.0.0","gts":"^5.0.0","tmp":"^0.2.0","nise":"6.0.0","nock":"~13.5.0","jsdoc":"^4.0.4","mocha":"^9.2.2","sinon":"^18.0.0","yargs":"^17.3.1","mockery":"^2.1.0","form-data":"^4.0.4","@babel/cli":"^7.22.10","@types/tmp":"0.2.6","linkinator":"^3.0.0","node-fetch":"^2.6.7","proxyquire":"^2.1.3","typescript":"^5.1.6","@babel/core":"^7.22.11","@types/mime":"^3.0.0","@types/node":"^24.0.0","@types/uuid":"^8.0.0","gapic-tools":"^0.4.0","jsdoc-fresh":"^5.0.0","pack-n-play":"^2.0.0","@types/mocha":"^9.1.1","@types/sinon":"^17.0.0","@types/yargs":"^17.0.10","@grpc/grpc-js":"^1.0.3","@types/mockery":"^1.4.29","@types/request":"^2.48.4","path-to-regexp":"6.3.0","@types/duplexify":"^3.6.4","jsdoc-region-tag":"^4.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@google-cloud/pubsub":"^4.0.0"},"_npmOperationalInternal":{"tmp":"tmp/storage_7.18.0_1764698866989_0.07620473596118527","host":"s3://npm-registry-packages-npm-production"}},"7.19.0":{"name":"@google-cloud/storage","description":"Cloud Storage Client Library for Node.js","version":"7.19.0","license":"Apache-2.0","author":{"name":"Google Inc."},"engines":{"node":">=14"},"repository":{"type":"git","url":"git+https://github.com/googleapis/nodejs-storage.git"},"main":"./build/cjs/src/index.js","types":"./build/cjs/src/index.d.ts","type":"module","exports":{".":{"import":{"types":"./build/esm/src/index.d.ts","default":"./build/esm/src/index.js"},"require":{"types":"./build/cjs/src/index.d.ts","default":"./build/cjs/src/index.js"}}},"keywords":["google apis client","google api client","google apis","google api","google","google cloud platform","google cloud","cloud","google storage","storage"],"scripts":{"all-test":"npm test && npm run system-test && npm run samples-test","benchwrapper":"node bin/benchwrapper.js","check":"gts check","clean":"rm -rf build/","compile:cjs":"tsc -p ./tsconfig.cjs.json","compile:esm":"tsc -p .","compile":"npm run compile:cjs && npm run compile:esm","conformance-test":"mocha --parallel build/cjs/conformance-test/ --require build/cjs/conformance-test/globalHooks.js","docs-test":"linkinator docs","docs":"jsdoc -c .jsdoc.json","fix":"gts fix","lint":"gts check","postcompile":"cp ./src/package-json-helper.cjs ./build/cjs/src && cp ./src/package-json-helper.cjs ./build/esm/src","postcompile:cjs":"babel --plugins gapic-tools/build/src/replaceImportMetaUrl,gapic-tools/build/src/toggleESMFlagVariable build/cjs/src/util.js -o build/cjs/src/util.js && cp internal-tooling/helpers/package.cjs.json build/cjs/package.json","precompile":"rm -rf build/","preconformance-test":"npm run compile:cjs -- --sourceMap","predocs-test":"npm run docs","predocs":"npm run compile:cjs -- --sourceMap","prelint":"cd samples; npm link ../; npm install","prepare":"npm run compile","presystem-test:esm":"npm run compile:esm","presystem-test":"npm run compile -- --sourceMap","pretest":"npm run compile -- --sourceMap","samples-test":"npm link && cd samples/ && npm link ../ && npm test && cd ../","system-test:esm":"mocha build/esm/system-test --timeout 600000 --exit","system-test":"mocha build/cjs/system-test --timeout 600000 --exit","test":"c8 mocha build/cjs/test"},"dependencies":{"@google-cloud/paginator":"^5.0.0","@google-cloud/projectify":"^4.0.0","@google-cloud/promisify":"<4.1.0","abort-controller":"^3.0.0","async-retry":"^1.3.3","duplexify":"^4.1.3","fast-xml-parser":"^5.3.4","gaxios":"^6.0.2","google-auth-library":"^9.6.3","html-entities":"^2.5.2","mime":"^3.0.0","p-limit":"^3.0.1","retry-request":"^7.0.0","teeny-request":"^9.0.0","uuid":"^8.0.0"},"devDependencies":{"@babel/cli":"^7.22.10","@babel/core":"^7.22.11","@google-cloud/pubsub":"^4.0.0","@grpc/grpc-js":"^1.0.3","@grpc/proto-loader":"^0.8.0","@types/async-retry":"^1.4.3","@types/duplexify":"^3.6.4","@types/mime":"^3.0.0","@types/mocha":"^9.1.1","@types/mockery":"^1.4.29","@types/node":"^24.0.0","@types/node-fetch":"^2.1.3","@types/proxyquire":"^1.3.28","@types/request":"^2.48.4","@types/sinon":"^17.0.0","@types/tmp":"0.2.6","@types/uuid":"^8.0.0","@types/yargs":"^17.0.10","c8":"^9.0.0","form-data":"^4.0.4","gapic-tools":"^0.4.0","gts":"^5.0.0","jsdoc":"^4.0.4","jsdoc-fresh":"^5.0.0","jsdoc-region-tag":"^4.0.0","linkinator":"^3.0.0","mocha":"^9.2.2","mockery":"^2.1.0","nock":"~13.5.0","node-fetch":"^2.6.7","pack-n-play":"^2.0.0","proxyquire":"^2.1.3","sinon":"^18.0.0","nise":"6.0.0","path-to-regexp":"6.3.0","tmp":"^0.2.0","typescript":"^5.1.6","yargs":"^17.3.1"},"_id":"@google-cloud/storage@7.19.0","bugs":{"url":"https://github.com/googleapis/nodejs-storage/issues"},"homepage":"https://github.com/googleapis/nodejs-storage#readme","_integrity":"sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==","_resolved":"/b/f/w/src/git/build-dir/google-cloud-storage-7.19.0.tgz","_from":"file:google-cloud-storage-7.19.0.tgz","_nodeVersion":"18.20.8","_npmVersion":"10.8.2","dist":{"integrity":"sha512-n2FjE7NAOYyshogdc7KQOl/VZb4sneqPjWouSyia9CMDdMhRX5+RIbqalNmC7LOLzuLAN89VlF2HvG8na9G+zQ==","shasum":"34fb7cc4eacede5a2f1f0d6cefa0c70a22078c5b","tarball":"http://repository.ncinga.com/nexus/content/repositories/npm-js-registry/@google-cloud/storage/-/storage-7.19.0.tgz","fileCount":82,"unpackedSize":1609513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDTSzyjisLA5DBg4PVONxiL8IArdXUw+pIQnRYCTeIEiAiBBR5kq6Jq5Ddhs3HNmLx3VHUQgOfr9RLs4kIfqYePUlg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/storage_7.19.0_1770312453254_0.6845391222809756"},"_hasShrinkwrap":false}},"name":"@google-cloud/storage","time":{"created":"2016-08-11T19:21:10.394Z","modified":"2026-02-05T17:27:33.630Z","0.1.0":"2016-08-11T19:21:10.394Z","0.1.1":"2016-08-11T19:46:56.266Z","0.2.0":"2016-09-26T22:59:23.967Z","0.3.0":"2016-10-17T20:54:37.198Z","0.4.0":"2016-10-21T20:53:24.593Z","0.5.0":"2016-11-16T21:25:02.919Z","0.6.0":"2016-12-09T00:50:31.989Z","0.5.1":"2017-01-10T02:02:40.862Z","0.5.2":"2017-01-10T03:06:41.684Z","0.6.1":"2017-01-10T03:33:42.571Z","0.7.0":"2017-02-02T18:49:33.868Z","0.8.0":"2017-03-14T21:17:23.143Z","1.0.0":"2017-03-31T19:00:06.375Z","1.1.0":"2017-04-14T16:37:53.094Z","1.1.1":"2017-05-13T19:19:40.908Z","1.2.0":"2017-07-05T21:16:50.238Z","1.2.1":"2017-07-20T12:52:33.904Z","1.3.0":"2017-09-21T21:45:51.656Z","1.3.1":"2017-09-28T18:13:23.969Z","1.4.0":"2017-10-10T20:33:00.951Z","1.5.0":"2017-11-28T01:27:09.362Z","1.5.1":"2017-12-05T14:13:28.886Z","1.5.2":"2018-01-02T17:43:12.002Z","1.6.0":"2018-02-13T21:58:10.420Z","1.7.0":"2018-05-22T17:03:13.536Z","2.0.0":"2018-09-04T05:42:54.278Z","2.0.1":"2018-09-11T00:06:30.512Z","2.0.2":"2018-09-11T14:48:00.727Z","2.0.3":"2018-09-12T00:17:19.523Z","2.1.0":"2018-10-11T18:39:00.931Z","2.2.0":"2018-10-25T18:25:02.198Z","2.3.0":"2018-11-02T22:59:16.873Z","2.3.1":"2018-11-15T07:32:25.673Z","2.3.3":"2018-12-14T20:19:54.110Z","2.3.4":"2018-12-19T23:19:30.370Z","2.4.0":"2019-01-28T20:36:33.956Z","2.4.1":"2019-01-29T21:22:43.861Z","2.4.2":"2019-02-06T01:49:44.201Z","2.4.3":"2019-03-14T20:50:24.279Z","2.5.0":"2019-04-04T22:49:28.888Z","3.0.0":"2019-06-14T15:07:20.287Z","3.0.1":"2019-06-14T18:04:21.246Z","3.0.2":"2019-07-01T16:19:39.974Z","3.0.3":"2019-07-16T17:21:04.622Z","3.0.4":"2019-07-30T16:29:43.389Z","3.1.0":"2019-08-09T20:51:11.210Z","3.2.0":"2019-08-22T18:21:32.199Z","3.2.1":"2019-08-28T16:54:38.132Z","3.3.0":"2019-09-20T14:04:42.427Z","3.3.1":"2019-10-01T19:19:41.845Z","3.4.0":"2019-10-14T14:07:22.763Z","3.5.0":"2019-10-15T18:03:25.914Z","4.0.0":"2019-10-17T20:21:32.385Z","4.0.1":"2019-10-31T21:21:49.769Z","4.1.0":"2019-11-02T00:19:38.921Z","4.1.1":"2019-11-07T22:38:32.892Z","4.1.2":"2019-11-12T21:34:35.103Z","4.1.3":"2019-11-19T00:49:39.532Z","4.2.0":"2020-01-02T23:04:39.114Z","4.3.0":"2020-01-22T22:35:44.199Z","4.3.1":"2020-02-10T22:20:03.033Z","4.3.2":"2020-03-02T21:33:00.789Z","4.4.0":"2020-03-04T15:03:19.898Z","4.5.0":"2020-03-06T23:31:12.668Z","4.6.0":"2020-03-13T21:32:57.246Z","4.7.0":"2020-03-27T22:19:27.601Z","5.0.0":"2020-05-13T23:49:02.499Z","5.0.1":"2020-05-20T23:34:02.961Z","5.1.0":"2020-06-11T23:33:45.699Z","5.1.1":"2020-06-19T22:04:25.313Z","5.1.2":"2020-07-10T17:21:15.012Z","5.2.0":"2020-08-10T17:48:41.644Z","5.3.0":"2020-08-24T21:34:11.054Z","5.4.0":"2020-10-29T14:36:51.822Z","5.5.0":"2020-11-10T21:29:10.078Z","5.5.1":"2020-12-02T09:42:13.005Z","5.6.0":"2020-12-02T17:22:43.774Z","5.7.0":"2020-12-10T19:36:52.402Z","5.7.1":"2021-01-07T22:36:53.283Z","5.7.2":"2021-01-11T22:23:55.911Z","5.7.3":"2021-01-25T17:51:58.037Z","5.7.4":"2021-02-01T18:07:58.122Z","5.8.0":"2021-02-18T01:38:02.533Z","5.8.1":"2021-03-03T17:27:51.233Z","5.8.2":"2021-03-23T16:08:00.576Z","5.8.3":"2021-03-29T18:21:49.162Z","5.8.4":"2021-04-19T21:22:06.781Z","5.8.5":"2021-05-04T16:40:08.986Z","5.9.0":"2021-07-21T16:34:59.105Z","5.10.0":"2021-07-22T17:03:49.174Z","5.11.0":"2021-07-26T15:33:53.237Z","5.11.1":"2021-08-02T20:59:46.724Z","5.12.0":"2021-08-03T20:58:53.357Z","5.13.0":"2021-08-09T16:58:59.117Z","5.13.1":"2021-08-18T18:58:37.500Z","4.7.2":"2021-08-20T19:11:09.409Z","5.13.2":"2021-08-26T17:58:44.860Z","5.14.0":"2021-08-26T23:59:41.080Z","5.14.1":"2021-09-08T18:33:52.627Z","5.14.2":"2021-09-13T22:28:08.816Z","5.14.3":"2021-09-22T23:11:20.354Z","5.14.4":"2021-09-27T17:48:58.328Z","5.14.5":"2021-10-04T17:25:31.045Z","5.14.6":"2021-10-06T14:39:44.929Z","5.14.7":"2021-10-06T19:37:59.533Z","5.14.8":"2021-10-06T22:45:52.948Z","5.15.0":"2021-10-07T20:53:31.572Z","5.15.1":"2021-10-12T18:37:25.492Z","5.15.2":"2021-10-13T14:52:03.565Z","5.15.3":"2021-10-14T23:01:08.368Z","5.15.4":"2021-11-01T15:57:17.753Z","5.15.5":"2021-11-03T20:54:20.383Z","5.15.6":"2021-11-08T18:21:11.567Z","5.16.0":"2021-11-09T21:23:29.453Z","5.16.1":"2021-12-01T18:08:54.815Z","5.17.0":"2022-01-10T22:35:19.363Z","5.18.0":"2022-01-19T00:12:28.703Z","5.18.1":"2022-01-26T19:51:23.249Z","5.18.2":"2022-02-16T16:55:09.559Z","5.18.3":"2022-03-28T16:41:45.584Z","5.19.0":"2022-04-06T19:04:57.420Z","5.19.1":"2022-04-11T13:40:36.454Z","5.19.2":"2022-04-14T18:21:04.818Z","5.19.3":"2022-04-20T15:26:32.045Z","5.19.4":"2022-04-28T17:41:47.949Z","5.20.0":"2022-05-16T19:37:52.281Z","5.20.1":"2022-05-16T21:08:12.490Z","5.20.2":"2022-05-17T13:59:48.808Z","5.20.3":"2022-05-17T19:17:11.918Z","5.20.4":"2022-05-18T21:49:11.871Z","5.20.5":"2022-05-19T15:24:27.108Z","6.0.0":"2022-05-24T15:29:34.458Z","6.0.1":"2022-05-25T21:17:20.747Z","6.1.0":"2022-06-08T14:49:24.661Z","6.2.0":"2022-06-22T20:07:45.594Z","6.2.1":"2022-06-27T23:26:15.303Z","6.2.2":"2022-06-29T20:55:54.350Z","6.2.3":"2022-07-13T20:45:53.423Z","6.3.0":"2022-08-01T18:21:42.035Z","6.4.0":"2022-08-10T14:52:29.341Z","6.4.1":"2022-08-15T16:42:05.872Z","6.4.2":"2022-09-01T22:23:51.457Z","6.5.0":"2022-09-15T22:20:52.993Z","6.5.1":"2022-09-21T12:08:42.279Z","6.5.2":"2022-09-23T00:30:29.850Z","6.5.3":"2022-10-18T17:49:41.648Z","6.5.4":"2022-10-20T17:13:23.453Z","6.6.0":"2022-10-25T16:50:58.059Z","6.7.0":"2022-11-03T16:53:43.381Z","6.8.0":"2022-12-07T00:40:13.563Z","6.9.0":"2023-01-04T17:25:57.716Z","6.9.1":"2023-01-24T18:50:57.155Z","6.9.2":"2023-02-06T14:27:14.452Z","6.9.3":"2023-02-15T13:09:51.747Z","6.9.4":"2023-03-02T18:36:51.880Z","6.9.5":"2023-03-30T13:57:55.704Z","6.10.0":"2023-05-02T15:47:16.872Z","6.10.1":"2023-05-10T13:53:48.495Z","6.11.0":"2023-06-05T14:46:33.932Z","6.12.0":"2023-07-13T19:21:24.611Z","7.0.0":"2023-08-03T19:34:10.322Z","7.0.1":"2023-08-07T15:34:58.894Z","7.1.0":"2023-09-07T17:46:32.781Z","7.2.0":"2023-10-05T20:30:12.899Z","7.3.0":"2023-10-12T17:53:43.972Z","7.3.1":"2023-10-19T16:27:46.845Z","7.3.2":"2023-10-24T14:56:43.291Z","7.4.0":"2023-10-26T14:47:14.235Z","7.5.0":"2023-10-30T17:22:56.202Z","7.6.0":"2023-11-08T19:53:46.128Z","7.7.0":"2023-11-30T13:55:25.800Z","7.8.0":"2024-03-07T20:09:32.995Z","7.9.0":"2024-03-18T17:26:43.299Z","7.10.0":"2024-04-15T17:18:39.910Z","7.10.1":"2024-04-22T13:28:40.950Z","7.10.2":"2024-04-26T20:31:08.908Z","7.11.0":"2024-05-06T13:55:39.512Z","7.11.1":"2024-05-21T16:01:20.968Z","7.11.2":"2024-06-07T17:09:04.221Z","7.11.3":"2024-07-09T14:08:56.570Z","7.12.0":"2024-07-15T17:36:54.641Z","7.12.1":"2024-08-07T19:53:38.378Z","7.13.0":"2024-09-18T19:32:57.679Z","7.14.0":"2024-10-31T20:03:20.998Z","7.15.0":"2025-01-08T17:36:32.746Z","7.15.1":"2025-02-11T16:01:23.706Z","7.15.2":"2025-02-20T19:51:57.022Z","7.16.0":"2025-04-02T16:07:34.279Z","7.17.0":"2025-08-18T19:33:24.201Z","7.17.1":"2025-09-10T15:55:31.460Z","7.17.2":"2025-10-06T14:28:08.235Z","7.17.3":"2025-11-03T15:31:04.414Z","7.18.0":"2025-12-02T18:07:47.250Z","7.19.0":"2026-02-05T17:27:33.480Z"},"readmeFilename":"README.md","homepage":"https://github.com/googleapis/nodejs-storage#readme"}