aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json')
-rw-r--r--deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json b/deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json
new file mode 100644
index 0000000000..a73eaeb36e
--- /dev/null
+++ b/deps/npm/node_modules/mississippi/node_modules/flush-write-stream/package.json
@@ -0,0 +1,84 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "flush-write-stream@^1.0.0",
+ "scope": null,
+ "escapedName": "flush-write-stream",
+ "name": "flush-write-stream",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "/Users/zkat/Documents/code/npm/node_modules/mississippi"
+ ]
+ ],
+ "_from": "flush-write-stream@>=1.0.0 <2.0.0",
+ "_id": "flush-write-stream@1.0.0",
+ "_inCache": true,
+ "_location": "/mississippi/flush-write-stream",
+ "_nodeVersion": "4.1.1",
+ "_npmUser": {
+ "name": "mafintosh",
+ "email": "mathiasbuus@gmail.com"
+ },
+ "_npmVersion": "2.14.4",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "flush-write-stream@^1.0.0",
+ "scope": null,
+ "escapedName": "flush-write-stream",
+ "name": "flush-write-stream",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/mississippi"
+ ],
+ "_resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.0.tgz",
+ "_shasum": "cc4fc24f4b4c973f80027f27cc095841639965a7",
+ "_shrinkwrap": null,
+ "_spec": "flush-write-stream@^1.0.0",
+ "_where": "/Users/zkat/Documents/code/npm/node_modules/mississippi",
+ "author": {
+ "name": "Mathias Buus",
+ "url": "@mafintosh"
+ },
+ "bugs": {
+ "url": "https://github.com/mafintosh/flush-write-stream/issues"
+ },
+ "dependencies": {
+ "readable-stream": "^2.0.4"
+ },
+ "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
+ "devDependencies": {
+ "tape": "^4.2.2"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "cc4fc24f4b4c973f80027f27cc095841639965a7",
+ "tarball": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.0.tgz"
+ },
+ "gitHead": "50e81d8eeee8a9666c7d5105775a6c89b7ae9dfa",
+ "homepage": "https://github.com/mafintosh/flush-write-stream",
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "mafintosh",
+ "email": "mathiasbuus@gmail.com"
+ }
+ ],
+ "name": "flush-write-stream",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/mafintosh/flush-write-stream.git"
+ },
+ "scripts": {
+ "test": "tape test.js"
+ },
+ "version": "1.0.0"
+}