blob: cc052991f7cdb24a5f332b9f6aa3423f41165daf [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "stream-shift@^1.0.0",
3 "_id": "stream-shift@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==",
6 "_location": "/stream-shift",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "stream-shift@^1.0.0",
12 "name": "stream-shift",
13 "escapedName": "stream-shift",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/duplexify"
20 ],
21 "_resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz",
22 "_shasum": "d7088281559ab2778424279b0877da3c392d5a3d",
23 "_spec": "stream-shift@^1.0.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\duplexify",
25 "author": {
26 "name": "Mathias Buus",
27 "url": "@mafintosh"
28 },
29 "bugs": {
30 "url": "https://github.com/mafintosh/stream-shift/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {},
34 "deprecated": false,
35 "description": "Returns the next buffer/object in a stream's readable queue",
36 "devDependencies": {
37 "standard": "^7.1.2",
38 "tape": "^4.6.0",
39 "through2": "^2.0.1"
40 },
41 "homepage": "https://github.com/mafintosh/stream-shift",
42 "license": "MIT",
43 "main": "index.js",
44 "name": "stream-shift",
45 "repository": {
46 "type": "git",
47 "url": "git+https://github.com/mafintosh/stream-shift.git"
48 },
49 "scripts": {
50 "test": "standard && tape test.js"
51 },
52 "version": "1.0.1"
53}