blob: 935740095c7b19e276605bc3c43e074cce8e09b9 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "through@^2.3.8",
3 "_id": "through@2.3.8",
4 "_inBundle": false,
5 "_integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
6 "_location": "/through",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "through@^2.3.8",
12 "name": "through",
13 "escapedName": "through",
14 "rawSpec": "^2.3.8",
15 "saveSpec": null,
16 "fetchSpec": "^2.3.8"
17 },
18 "_requiredBy": [
19 "/unbzip2-stream"
20 ],
21 "_resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
22 "_shasum": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5",
23 "_spec": "through@^2.3.8",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\unbzip2-stream",
25 "author": {
26 "name": "Dominic Tarr",
27 "email": "dominic.tarr@gmail.com",
28 "url": "dominictarr.com"
29 },
30 "bugs": {
31 "url": "https://github.com/dominictarr/through/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "simplified stream construction",
36 "devDependencies": {
37 "from": "~0.1.3",
38 "stream-spec": "~0.3.5",
39 "tape": "~2.3.2"
40 },
41 "homepage": "https://github.com/dominictarr/through",
42 "keywords": [
43 "stream",
44 "streams",
45 "user-streams",
46 "pipe"
47 ],
48 "license": "MIT",
49 "main": "index.js",
50 "name": "through",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/dominictarr/through.git"
54 },
55 "scripts": {
56 "test": "set -e; for t in test/*.js; do node $t; done"
57 },
58 "testling": {
59 "browsers": [
60 "ie/8..latest",
61 "ff/15..latest",
62 "chrome/20..latest",
63 "safari/5.1..latest"
64 ],
65 "files": "test/*.js"
66 },
67 "version": "2.3.8"
68}