package.json (1646B)
1 { 2 "_from": "combined-stream@^1.0.8", 3 "_id": "combined-stream@1.0.8", 4 "_inBundle": false, 5 "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 6 "_location": "/combined-stream", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "combined-stream@^1.0.8", 12 "name": "combined-stream", 13 "escapedName": "combined-stream", 14 "rawSpec": "^1.0.8", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.8" 17 }, 18 "_requiredBy": [ 19 "/@discordjs/form-data" 20 ], 21 "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 22 "_shasum": "c3d45a8b34fd730631a110a8a2520682b31d5a7f", 23 "_spec": "combined-stream@^1.0.8", 24 "_where": "/home/pi/Documents/buddy/node_modules/@discordjs/form-data", 25 "author": { 26 "name": "Felix Geisendörfer", 27 "email": "felix@debuggable.com", 28 "url": "http://debuggable.com/" 29 }, 30 "bugs": { 31 "url": "https://github.com/felixge/node-combined-stream/issues" 32 }, 33 "bundleDependencies": false, 34 "dependencies": { 35 "delayed-stream": "~1.0.0" 36 }, 37 "deprecated": false, 38 "description": "A stream that emits multiple other streams one after another.", 39 "devDependencies": { 40 "far": "~0.0.7" 41 }, 42 "engines": { 43 "node": ">= 0.8" 44 }, 45 "homepage": "https://github.com/felixge/node-combined-stream", 46 "license": "MIT", 47 "main": "./lib/combined_stream", 48 "name": "combined-stream", 49 "repository": { 50 "type": "git", 51 "url": "git://github.com/felixge/node-combined-stream.git" 52 }, 53 "scripts": { 54 "test": "node test/run.js" 55 }, 56 "version": "1.0.8" 57 }