• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "flush-write-stream@^1.0.0",
3  "_id": "flush-write-stream@1.0.3",
4  "_inBundle": false,
5  "_integrity": "sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw==",
6  "_location": "/flush-write-stream",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "flush-write-stream@^1.0.0",
12    "name": "flush-write-stream",
13    "escapedName": "flush-write-stream",
14    "rawSpec": "^1.0.0",
15    "saveSpec": null,
16    "fetchSpec": "^1.0.0"
17  },
18  "_requiredBy": [
19    "/mississippi",
20    "/npm-profile/cacache/mississippi",
21    "/npm-profile/mississippi",
22    "/npm-registry-fetch/cacache/mississippi"
23  ],
24  "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.3.tgz",
25  "_shasum": "c5d586ef38af6097650b49bc41b55fabb19f35bd",
26  "_spec": "flush-write-stream@^1.0.0",
27  "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
28  "author": {
29    "name": "Mathias Buus",
30    "url": "@mafintosh"
31  },
32  "bugs": {
33    "url": "https://github.com/mafintosh/flush-write-stream/issues"
34  },
35  "bundleDependencies": false,
36  "dependencies": {
37    "inherits": "^2.0.1",
38    "readable-stream": "^2.0.4"
39  },
40  "deprecated": false,
41  "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
42  "devDependencies": {
43    "tape": "^4.2.2"
44  },
45  "homepage": "https://github.com/mafintosh/flush-write-stream",
46  "license": "MIT",
47  "main": "index.js",
48  "name": "flush-write-stream",
49  "repository": {
50    "type": "git",
51    "url": "git+https://github.com/mafintosh/flush-write-stream.git"
52  },
53  "scripts": {
54    "test": "tape test.js"
55  },
56  "version": "1.0.3"
57}
58