| Leo Repp | 58b9f11 | 2021-11-22 11:57:47 +0100 | [diff] [blame^] | 1 | { |
| 2 | "_from": "is-stream@^1.1.0", |
| 3 | "_id": "is-stream@1.1.0", |
| 4 | "_inBundle": false, |
| 5 | "_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", |
| 6 | "_location": "/is-stream", |
| 7 | "_phantomChildren": {}, |
| 8 | "_requested": { |
| 9 | "type": "range", |
| 10 | "registry": true, |
| 11 | "raw": "is-stream@^1.1.0", |
| 12 | "name": "is-stream", |
| 13 | "escapedName": "is-stream", |
| 14 | "rawSpec": "^1.1.0", |
| 15 | "saveSpec": null, |
| 16 | "fetchSpec": "^1.1.0" |
| 17 | }, |
| 18 | "_requiredBy": [ |
| 19 | "/bin-version/execa", |
| 20 | "/decompress-tar", |
| 21 | "/decompress-tarbz2", |
| 22 | "/decompress-targz", |
| 23 | "/execa", |
| 24 | "/gifsicle/execa", |
| 25 | "/got" |
| 26 | ], |
| 27 | "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", |
| 28 | "_shasum": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44", |
| 29 | "_spec": "is-stream@^1.1.0", |
| 30 | "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\execa", |
| 31 | "author": { |
| 32 | "name": "Sindre Sorhus", |
| 33 | "email": "sindresorhus@gmail.com", |
| 34 | "url": "sindresorhus.com" |
| 35 | }, |
| 36 | "bugs": { |
| 37 | "url": "https://github.com/sindresorhus/is-stream/issues" |
| 38 | }, |
| 39 | "bundleDependencies": false, |
| 40 | "deprecated": false, |
| 41 | "description": "Check if something is a Node.js stream", |
| 42 | "devDependencies": { |
| 43 | "ava": "*", |
| 44 | "tempfile": "^1.1.0", |
| 45 | "xo": "*" |
| 46 | }, |
| 47 | "engines": { |
| 48 | "node": ">=0.10.0" |
| 49 | }, |
| 50 | "files": [ |
| 51 | "index.js" |
| 52 | ], |
| 53 | "homepage": "https://github.com/sindresorhus/is-stream#readme", |
| 54 | "keywords": [ |
| 55 | "stream", |
| 56 | "type", |
| 57 | "streams", |
| 58 | "writable", |
| 59 | "readable", |
| 60 | "duplex", |
| 61 | "transform", |
| 62 | "check", |
| 63 | "detect", |
| 64 | "is" |
| 65 | ], |
| 66 | "license": "MIT", |
| 67 | "name": "is-stream", |
| 68 | "repository": { |
| 69 | "type": "git", |
| 70 | "url": "git+https://github.com/sindresorhus/is-stream.git" |
| 71 | }, |
| 72 | "scripts": { |
| 73 | "test": "xo && ava" |
| 74 | }, |
| 75 | "version": "1.1.0" |
| 76 | } |