blob: 313855766a409e5ebd5927712aa0db80741faf50 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "flush-write-stream@^1.0.2",
3 "_id": "flush-write-stream@1.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==",
6 "_location": "/flush-write-stream",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "flush-write-stream@^1.0.2",
12 "name": "flush-write-stream",
13 "escapedName": "flush-write-stream",
14 "rawSpec": "^1.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.2"
17 },
18 "_requiredBy": [
19 "/lead"
20 ],
21 "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
22 "_shasum": "8dd7d873a1babc207d94ead0c2e0e44276ebf2e8",
23 "_spec": "flush-write-stream@^1.0.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\lead",
25 "author": {
26 "name": "Mathias Buus",
27 "url": "@mafintosh"
28 },
29 "bugs": {
30 "url": "https://github.com/mafintosh/flush-write-stream/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "inherits": "^2.0.3",
35 "readable-stream": "^2.3.6"
36 },
37 "deprecated": false,
38 "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
39 "devDependencies": {
40 "tape": "^4.2.2"
41 },
42 "homepage": "https://github.com/mafintosh/flush-write-stream",
43 "license": "MIT",
44 "main": "index.js",
45 "name": "flush-write-stream",
46 "repository": {
47 "type": "git",
48 "url": "git+https://github.com/mafintosh/flush-write-stream.git"
49 },
50 "scripts": {
51 "test": "tape test.js"
52 },
53 "version": "1.1.1"
54}