blob: 30237f98710d6b0b73cfe5890d5742fa322d9616 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "end-of-stream@^1.0.0",
3 "_id": "end-of-stream@1.4.4",
4 "_inBundle": false,
5 "_integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
6 "_location": "/end-of-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "end-of-stream@^1.0.0",
12 "name": "end-of-stream",
13 "escapedName": "end-of-stream",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/duplexify",
20 "/pump",
21 "/pumpify/pump",
22 "/tar-stream"
23 ],
24 "_resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
25 "_shasum": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0",
26 "_spec": "end-of-stream@^1.0.0",
27 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\tar-stream",
28 "author": {
29 "name": "Mathias Buus",
30 "email": "mathiasbuus@gmail.com"
31 },
32 "bugs": {
33 "url": "https://github.com/mafintosh/end-of-stream/issues"
34 },
35 "bundleDependencies": false,
36 "dependencies": {
37 "once": "^1.4.0"
38 },
39 "deprecated": false,
40 "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
41 "devDependencies": {
42 "tape": "^4.11.0"
43 },
44 "files": [
45 "index.js"
46 ],
47 "homepage": "https://github.com/mafintosh/end-of-stream",
48 "keywords": [
49 "stream",
50 "streams",
51 "callback",
52 "finish",
53 "close",
54 "end",
55 "wait"
56 ],
57 "license": "MIT",
58 "main": "index.js",
59 "name": "end-of-stream",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/mafintosh/end-of-stream.git"
63 },
64 "scripts": {
65 "test": "node test.js"
66 },
67 "version": "1.4.4"
68}