blob: 6b13345193a838c419231914efa637a9d7d9a46a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "duplexify@^3.6.0",
3 "_id": "duplexify@3.7.1",
4 "_inBundle": false,
5 "_integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==",
6 "_location": "/duplexify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "duplexify@^3.6.0",
12 "name": "duplexify",
13 "escapedName": "duplexify",
14 "rawSpec": "^3.6.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.6.0"
17 },
18 "_requiredBy": [
19 "/pumpify"
20 ],
21 "_resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz",
22 "_shasum": "2a4df5317f6ccfd91f86d6fd25d8d8a103b88309",
23 "_spec": "duplexify@^3.6.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\pumpify",
25 "author": {
26 "name": "Mathias Buus"
27 },
28 "bugs": {
29 "url": "https://github.com/mafintosh/duplexify/issues"
30 },
31 "bundleDependencies": false,
32 "dependencies": {
33 "end-of-stream": "^1.0.0",
34 "inherits": "^2.0.1",
35 "readable-stream": "^2.0.0",
36 "stream-shift": "^1.0.0"
37 },
38 "deprecated": false,
39 "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
40 "devDependencies": {
41 "concat-stream": "^1.5.2",
42 "tape": "^4.0.0",
43 "through2": "^2.0.0"
44 },
45 "homepage": "https://github.com/mafintosh/duplexify",
46 "keywords": [
47 "duplex",
48 "streams2",
49 "streams",
50 "stream",
51 "writable",
52 "readable",
53 "async"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "duplexify",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/mafintosh/duplexify.git"
61 },
62 "scripts": {
63 "test": "tape test.js"
64 },
65 "version": "3.7.1"
66}