{ "_from": "is-stream@^4.0.1", "_id": "is-stream@4.0.1", "_inBundle": false, "_integrity": "sha512-Dnz92NInDqYckGEUJv689RbRiTSEHCQ7wOVeALbkOz999YpqT46yMRIGtSNl2iCL1waAZSx40+h59NV/EwzV/A==", "_location": "/is-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-stream@^4.0.1", "name": "is-stream", "escapedName": "is-stream", "rawSpec": "^4.0.1", "saveSpec": null, "fetchSpec": "^4.0.1" }, "_requiredBy": [ "/execa", "/get-stream" ], "_resolved": "https://registry.npmmirror.com/is-stream/-/is-stream-4.0.1.tgz", "_shasum": "375cf891e16d2e4baec250b85926cffc14720d9b", "_spec": "is-stream@^4.0.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\execa", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/is-stream/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Check if something is a Node.js stream", "devDependencies": { "@types/node": "^20.11.19", "ava": "^5.3.1", "tempy": "^3.1.0", "tsd": "^0.30.5", "xo": "^0.57.0" }, "engines": { "node": ">=18" }, "exports": { "types": "./index.d.ts", "default": "./index.js" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/is-stream#readme", "keywords": [ "stream", "type", "streams", "writable", "readable", "duplex", "transform", "check", "detect", "is" ], "license": "MIT", "name": "is-stream", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/is-stream.git" }, "scripts": { "test": "xo && ava && tsd" }, "sideEffects": false, "type": "module", "version": "4.0.1" }