blob: dfd37cff9c102f85da61f1c6eb53271882934f26 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "pump@^3.0.0",
3 "_id": "pump@3.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
6 "_location": "/pump",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "pump@^3.0.0",
12 "name": "pump",
13 "escapedName": "pump",
14 "rawSpec": "^3.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.0.0"
17 },
18 "_requiredBy": [
19 "/bin-version/get-stream",
20 "/gifsicle/get-stream"
21 ],
22 "_resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
23 "_shasum": "b4a2116815bde2f4e1ea602354e8c75565107a64",
24 "_spec": "pump@^3.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-version\\node_modules\\get-stream",
26 "author": {
27 "name": "Mathias Buus Madsen",
28 "email": "mathiasbuus@gmail.com"
29 },
30 "browser": {
31 "fs": false
32 },
33 "bugs": {
34 "url": "https://github.com/mafintosh/pump/issues"
35 },
36 "bundleDependencies": false,
37 "dependencies": {
38 "end-of-stream": "^1.1.0",
39 "once": "^1.3.1"
40 },
41 "deprecated": false,
42 "description": "pipe streams together and close all of them if one of them closes",
43 "homepage": "https://github.com/mafintosh/pump#readme",
44 "keywords": [
45 "streams",
46 "pipe",
47 "destroy",
48 "callback"
49 ],
50 "license": "MIT",
51 "name": "pump",
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/mafintosh/pump.git"
55 },
56 "scripts": {
57 "test": "node test-browser.js && node test-node.js"
58 },
59 "version": "3.0.0"
60}