basant307/AI_Governance_Project
048
1{2 "name": "get-stream",3 "version": "5.2.0",4 "description": "Get a stream as a string, buffer, or array",5 "license": "MIT",6 "repository": "sindresorhus/get-stream",7 "funding": "https://github.com/sponsors/sindresorhus",8 "author": {9 "name": "Sindre Sorhus",10 "email": "sindresorhus@gmail.com",11 "url": "https://sindresorhus.com"12 },13 "engines": {14 "node": ">=8"15 },16 "scripts": {17 "test": "xo && ava && tsd"18 },19 "files": [20 "index.js",21 "index.d.ts",22 "buffer-stream.js"23 ],24 "keywords": [25 "get",26 "stream",27 "promise",28 "concat",29 "string",30 "text",31 "buffer",32 "read",33 "data",34 "consume",35 "readable",36 "readablestream",37 "array",38 "object"39 ],40 "dependencies": {41 "pump": "^3.0.0"42 },43 "devDependencies": {44 "@types/node": "^12.0.7",45 "ava": "^2.0.0",46 "into-stream": "^5.0.0",47 "tsd": "^0.7.2",48 "xo": "^0.24.0"49 }50}51 