{
  "_from": "get-stream@^8.0.1",
  "_id": "get-stream@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
  "_location": "/get-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "get-stream@^8.0.1",
    "name": "get-stream",
    "escapedName": "get-stream",
    "rawSpec": "^8.0.1",
    "saveSpec": null,
    "fetchSpec": "^8.0.1"
  },
  "_requiredBy": [
    "/execa"
  ],
  "_resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
  "_shasum": "def9dfd71742cd7754a7761ed43749a27d02eca2",
  "_spec": "get-stream@^8.0.1",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/execa",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/get-stream/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Get a stream as a string, Buffer, ArrayBuffer or array",
  "devDependencies": {
    "@types/node": "^20.5.0",
    "ava": "^5.3.1",
    "precise-now": "^2.0.0",
    "stream-json": "^1.8.0",
    "tsd": "^0.28.1",
    "xo": "^0.56.0"
  },
  "engines": {
    "node": ">=16"
  },
  "exports": {
    "types": "./source/index.d.ts",
    "default": "./source/index.js"
  },
  "files": [
    "source",
    "!*.test-d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/get-stream#readme",
  "keywords": [
    "get",
    "stream",
    "promise",
    "concat",
    "string",
    "text",
    "buffer",
    "read",
    "data",
    "consume",
    "readable",
    "readablestream",
    "object",
    "concat"
  ],
  "license": "MIT",
  "name": "get-stream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/get-stream.git"
  },
  "scripts": {
    "benchmark": "node benchmarks/index.js",
    "test": "xo && ava && tsd --typings=source/index.d.ts --files=source/index.test-d.ts"
  },
  "type": "module",
  "version": "8.0.1"
}
